Trace number 4465233

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.10.opb
MD5SUM2f02bac70db8db765417c3215803c22b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark3.3741
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27027
Total number of constraints1883063
Number of constraints which are clauses1877876
Number of constraints which are cardinality constraints (but not clauses)5187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
Number of terms in the objective function 182
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 180
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 362
Number of bits of the biggest sum of numbers9
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)
5.17/5.23	c Default LC presolving (default).
5.17/5.27	c ** Before presolving: virtualMemUsedAtLc = 4140464732, getVmSize() = 2430586880, SCIPgetMemUsed() = 2134399686, SCIPgetMemTotal() = 2232845062, SCIPgetMemExternEstim() = 1907619670
5.17/5.27	c ** set memory limit for presolving in LC to 8.78305e+12 for SCIP **
19.63/19.74	c ** Estimated virtualMemUsedAtSolver = 2407431470, getVmSize() = 2520588288, SCIPgetMemUsed() = 1374828847, SCIPgetMemTotal() = 1703527535, SCIPgetMemExternEstim() = 1907619670
19.63/19.74	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
19.63/19.74	c Original Problem   :
19.63/19.74	c   Problem name     : instance-4465233-1723595961
19.63/19.74	c   Variables        : 27027 (27027 binary, 0 integer, 0 implicit integer, 0 continuous)
19.63/19.74	c   Constraints      : 1883063
19.63/19.74	c   Objective sense  : minimize
19.63/19.74	c Presolved Problem  :
19.63/19.74	c   Variables        : 12525 (12525 binary, 0 integer, 0 implicit integer, 0 continuous)
19.63/19.74	c   Constraints      : 139716
19.63/19.74	c Constraints        : Number
19.63/19.74	c   setppc           : 94006 
19.63/19.74	c   logicor          : 45710 
19.63/19.74	c ** Instance transfer method used: 0
19.82/19.94	c ** ParaScipInstance copy does not increase the number of variables. **
23.23/23.36	c LC is working with racing ramp-up and with rebuilding tree after racing.
23.23/23.36	c                                Nodes    Active                                            
23.23/23.36	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
29.20/23.75	c *      24              0           1        20         176.0000                -          -
29.20/23.75	c        24              0           1        20         176.0000                -          -
218.77/33.76	c *      34              0           1        20         166.0000                -          -
218.77/33.76	c        34              0           1        20         166.0000                -          -
228.64/34.29	c *      34              0           1        20         151.0000                -          -
236.58/34.64	c *      35              0           1        20          97.0000                -          -
244.87/35.10	c *      35              0           1        20          94.0000                -          -
325.01/39.21	c *      39              0           1        20          93.0000                -          -
325.01/39.21	c        39              0           1        20          93.0000                -          -
325.01/39.24	c *      39              0           1        20          92.0000                -          -
437.70/44.99	c        45              2           1        20          92.0000          10.0000          -
536.84/50.03	c        50              2           3        20          92.0000          10.0000          -
640.41/55.19	c        55             21          22        20          92.0000          10.0000          -
744.94/60.41	c        60             23          22        20          92.0000          10.0000          -
859.94/66.25	c        66             52          51        20          92.0000          10.0000          -
961.05/71.32	c        71             82          81        20          92.0000          10.0000          -
1072.11/77.02	c        77            192         191        20          92.0000          10.0000          -
1173.90/82.08	c        82            192         191        20          92.0000          10.0000          -
1389.37/93.00	c        93            192         191        20          92.0000          10.0000          -
1494.46/98.28	c        98            202         201        20          92.0000          10.0000          -
1595.64/103.30	c       103            202         201        20          92.0000          10.0000          -
1709.49/109.04	c       109           1162         318        20          92.0000          11.0000          -
1746.49/111.01	c *     111           1607         478        20          91.0000          11.0000          -
1772.13/112.29	c *     112           1758         260        20          90.0000          11.0000          -
1803.89/113.86	c *     114           1758         260        20          89.0000          11.0000          -
1813.79/114.31	c       114           1758         260        20          89.0000          11.0000          -
1850.18/116.17	c *     116           1774         276        20          88.0000          11.0000          -
1859.40/116.67	c *     117           1774         276        20          87.0000          11.0000          -
1912.91/119.33	c       119           2367         356        20          87.0000          11.0000          -
1932.76/120.37	c *     120           1793         297        20          86.0000          11.0000          -
2017.97/124.65	c       125           2807         276        20          86.0000          11.0000          -
2117.19/129.66	c       130           2972          25        20          86.0000          11.0000          -
2188.62/133.29	c *     133           1250         299        20          85.0000          11.0000          -
2207.08/134.13	c *     134           1250         299        20          84.0000          11.0000          -
2222.35/134.92	c *     135           3884         313        20          83.0000          11.0000          -
2222.35/134.92	c       135           3884         313        20          83.0000          11.0000          -
2234.35/135.56	c *     136           4087         221        20          82.0000          11.0000          -
2248.08/136.21	c *     136           1466         297        20          81.0000          11.0000          -
2297.69/138.75	c *     139           1466         297        20          80.0000          11.0000          -
2326.16/140.18	c       140           1575         260        20          80.0000          11.0000          -
2420.73/144.98	c *     145           4911         243        20          79.0000          11.0000          -
2432.51/145.55	c       146           1757         259        20          79.0000          11.0000          -
2462.99/147.13	c *     147           5033         195        20          78.0000          11.0000          -
2542.30/151.04	c       151           5033         195        20          78.0000          11.0000          -
2644.86/156.22	c       156           1925         240        20          78.0000          11.0000          -
2744.08/161.28	c       161           5124          21        20          78.0000          11.0000          -
2795.70/163.83	c *     164           5124          21        20          77.0000          11.0000          -
2803.60/164.25	c *     164           5124          21        20          72.0000          11.0000          -
2813.50/164.77	c *     165           5124          21        20          71.0000          11.0000          -
2827.35/165.50	c *     166           5205         100        20          70.0000          11.0000          -
2843.19/166.22	c *     166           5205         100        20          69.0000          11.0000          -
2857.07/166.91	c       167           5205         100        20          69.0000          11.0000          -
2857.07/166.99	c *     167           5205         100        20          68.0000          11.0000          -
2874.89/167.87	c *     168           5205         100        20          67.0000          11.0000          -
2892.69/168.73	c *     169           5205         100        20          66.0000          11.0000    500.00%
2934.33/170.84	c *     171           3442         144        20          65.0000          11.0000    490.91%
2960.73/172.18	c       172           3442         144        20          65.0000          11.0000    490.91%
3063.24/177.34	c       177           3875         150        20          65.0000          11.0000    490.91%
3132.69/180.85	c *     181           5596         146        20          64.0000          11.0000    481.82%
3164.29/182.41	c       182           4515         148        20          64.0000          11.0000    481.82%
3265.50/187.56	c       188           4676         146        20          64.0000          11.0000    481.82%
3366.75/192.69	c       193           6151         154        20          64.0000          11.0000    481.82%
3472.03/197.95	c       198           5209         116        20          64.0000          11.0000    481.82%
3571.34/203.04	c       203           7663         118        20          64.0000          11.0000    481.82%
3675.53/208.14	c       208           8339         116        20          64.0000          11.0000    481.82%
3775.86/213.23	c       213           8339         116        20          64.0000          11.0000    481.82%
3879.13/218.41	c       218           6258         115        20          64.0000          11.0000    481.82%
3982.39/223.69	c       224           9116         115        20          64.0000          11.0000    481.82%
4085.65/228.86	c       229           9705         115        20          64.0000          11.0000    481.82%
4189.65/234.09	c       234           8095         124        20          64.0000          11.0000    481.82%
4292.11/239.22	c       239           8325         121        20          64.0000          11.0000    481.82%
4397.36/244.57	c       245           8367         120        20          64.0000          11.0000    481.82%
4498.64/249.66	c       250          12710         103        20          64.0000          11.0000    481.82%
4599.87/254.80	c       255           9468         116        20          64.0000          11.0000    481.82%
4713.08/260.46	c       260          14609         103        20          64.0000          11.0000    481.82%
4816.37/265.64	c       266          15700          93        20          64.0000          11.0000    481.82%
4917.66/270.76	c       271          18472          92        20          64.0000          11.0000    481.82%
5018.89/275.81	c       276          20650          95        20          64.0000          11.0000    481.82%
5118.17/280.88	c       281          21307          93        20          64.0000          11.0000    481.82%
5224.13/286.17	c       286          21594          97        20          64.0000          11.0000    481.82%
5324.54/291.23	c       291          14799         125        20          64.0000          11.0000    481.82%
5427.84/296.44	c       296          23921          83        20          64.0000          11.0000    481.82%
5530.99/301.62	c       302          16296         120        20          64.0000          11.0000    481.82%
5630.22/306.65	c       307          27813          78        20          64.0000          11.0000    481.82%
5729.47/311.66	c       312          29679          80        20          64.0000          11.0000    481.82%
5837.18/317.03	c       317          18573         127        20          64.0000          11.0000    481.82%
5941.80/322.34	c       322          19603         126        20          64.0000          11.0000    481.82%
6042.96/327.40	c       327          33814          77        20          64.0000          11.0000    481.82%
6144.19/332.58	c       333          34494          80        20          64.0000          11.0000    481.82%
6247.41/337.77	c       338          22242         126        20          64.0000          11.0000    481.82%
6350.62/342.95	c       343          23230         126        20          64.0000          11.0000    481.82%
6454.40/348.14	c       348          37064          88        20          64.0000          11.0000    481.82%
6560.89/353.53	c       354          37992          93        20          64.0000          11.0000    481.82%
6660.07/358.57	c       359          39275          92        20          64.0000          11.0000    481.82%
6761.17/363.63	c       364          40465          93        20          64.0000          11.0000    481.82%
6860.40/368.68	c       369          41385          91        20          64.0000          11.0000    481.82%
6961.62/373.73	c       374          42429          93        20          64.0000          11.0000    481.82%
7060.78/378.79	c       379          43374          91        20          64.0000          11.0000    481.82%
7161.82/383.89	c       384          44721          94        20          64.0000          11.0000    481.82%
7263.07/389.01	c       389          39432         120        20          64.0000          11.0000    481.82%
7364.71/394.09	c       394          40347         117        20          64.0000          11.0000    481.82%
7466.03/399.15	c       399          40347         117        20          64.0000          11.0000    481.82%
7572.49/404.53	c       405          40347         117        20          64.0000          11.0000    481.82%
7671.77/409.60	c       410          40347         117        20          64.0000          11.0000    481.82%
7772.96/414.66	c       415          40347         117        20          64.0000          11.0000    481.82%
7876.17/419.81	c       420          40347         117        20          64.0000          11.0000    481.82%
7977.61/424.94	c       425          53834          95        20          64.0000          11.0000    481.82%
7989.31/425.59	c *     426          53834          95        20          63.0000          11.0000    472.73%
8081.16/430.17	c       430          53834          95        20          63.0000          11.0000    472.73%
8126.09/432.41	c *     432          53834          95        20          62.0000          11.0000    463.64%
8145.85/433.47	c *     433          53834          95        20          61.0000          11.0000    454.55%
8189.49/435.61	c       436          53834          95        20          61.0000          11.0000    454.55%
8290.72/440.73	c       441          53834          95        20          61.0000          11.0000    454.55%
8302.63/441.37	c *     441          53834          95        20          60.0000          11.0000    445.45%
8393.70/445.90	c       446          54212          92        20          60.0000          11.0000    445.45%
8492.88/451.00	c       451          54233          95        20          60.0000          11.0000    445.45%
8506.75/451.64	c *     452          54233          95        20          59.0000          11.0000    436.36%
8597.99/456.26	c       456          44243          95        20          59.0000          11.0000    436.36%
8701.18/461.43	c       461          54360          94        20          59.0000          11.0000    436.36%
8802.39/466.52	c       467          54360          94        20          59.0000          11.0000    436.36%
8909.49/471.93	c       472          54361          93        20          59.0000          11.0000    436.36%
8927.35/472.87	c *     473          54361          93        20          58.0000          11.0000    427.27%
9016.50/477.33	c       477          54361          93        20          58.0000          11.0000    427.27%
9117.61/482.42	c       482          54444          93        20          58.0000          11.0000    427.27%
9222.72/487.78	c       488          54474          91        20          58.0000          11.0000    427.27%
9274.20/490.31	c *     490          54544          91        20          57.0000          11.0000    418.18%
9328.36/493.04	c       493          54584          86        20          57.0000          11.0000    418.18%
9371.22/495.29	c *     495          54784          88        20          56.0000          11.0000    409.09%
9427.13/498.06	c       498          48413          95        20          56.0000          11.0000    409.09%
9491.96/501.31	c *     501          48547          96        20          55.0000          11.0000    400.00%
9528.09/503.13	c       503          48547          96        20          55.0000          11.0000    400.00%
9628.70/508.21	c       508          55911          87        20          55.0000          11.0000    400.00%
9729.84/513.38	c       513          57343          87        20          55.0000          11.0000    400.00%
9831.04/518.46	c       518          57361          92        20          55.0000          11.0000    400.00%
9940.18/523.96	c       524          57361          92        20          55.0000          11.0000    400.00%
10043.85/529.19	c       529          57931          83        20          55.0000          11.0000    400.00%
10148.30/534.41	c       534          55702          88        20          55.0000          11.0000    400.00%
10251.38/539.63	c       540          56117          89        20          55.0000          11.0000    400.00%
10350.41/544.68	c       545          61118          85        20          55.0000          11.0000    400.00%
10453.57/549.81	c       550          62129          80        20          55.0000          11.0000    400.00%
10552.80/554.86	c       555          59560          91        20          55.0000          11.0000    400.00%
10653.90/559.93	c       560          64345          76        20          55.0000          11.0000    400.00%
10757.88/565.18	c       565          65007          77        20          55.0000          11.0000    400.00%
10858.24/570.23	c       570          65111           0        20          55.0000          11.0000    400.00%
10957.39/575.27	c       575          66263          76        20          55.0000          11.0000    400.00%
11058.51/580.32	c       580          65797          86        20          55.0000          11.0000    400.00%
11157.38/585.38	c       585          67430          89        20          55.0000          11.0000    400.00%
11258.56/590.43	c       590          67956          89        20          55.0000          11.0000    400.00%
11363.68/595.79	c       596          69118          90        20          55.0000          11.0000    400.00%
11464.71/600.83	c       601          69360          74        20          55.0000          11.0000    400.00%
11563.91/605.88	c       606          70800          94        20          55.0000          11.0000    400.00%
11664.97/610.91	c       611          72108          88        20          55.0000          11.0000    400.00%
11764.17/616.01	c       616          71180          74        20          55.0000          11.0000    400.00%
11869.24/621.22	c       621          73235          90        20          55.0000          11.0000    400.00%
11968.44/626.29	c       626          73235          90        20          55.0000          11.0000    400.00%
12071.42/631.49	c       632          73235          90        20          55.0000          11.0000    400.00%
12172.51/636.54	c       637          73235          90        20          55.0000          11.0000    400.00%
12271.71/641.56	c       642          74283          77        20          55.0000          11.0000    400.00%
12376.76/646.85	c       647          74905          74        20          55.0000          11.0000    400.00%
12477.89/652.02	c       652          74717          91        20          55.0000          11.0000    400.00%
12579.50/657.07	c       657          76392          75        20          55.0000          11.0000    400.00%
12681.96/662.22	c       662          77271          85        20          55.0000          11.0000    400.00%
12781.16/667.28	c       667          77679          74        20          55.0000          11.0000    400.00%
12882.35/672.34	c       672          78246          73        20          55.0000          11.0000    400.00%
12985.55/677.58	c       678          78706          74        20          55.0000          11.0000    400.00%
13086.76/682.62	c       683          79277          75        20          55.0000          11.0000    400.00%
13187.97/687.72	c       688          79643          90        20          55.0000          11.0000    400.00%
13289.14/692.81	c       693          80050          92        20          55.0000          11.0000    400.00%
13388.31/697.88	c       698          80421          90        20          55.0000          11.0000    400.00%
13489.52/702.94	c       703          80501           0        20          55.0000          11.0000    400.00%
13588.69/708.02	c       708          81134          96        20          55.0000          11.0000    400.00%
13690.69/713.13	c       713          81671          95        20          55.0000          11.0000    400.00%
13795.02/718.31	c       718          82316          95        20          55.0000          11.0000    400.00%
13894.26/723.34	c       723          82976          95        20          55.0000          11.0000    400.00%
13997.47/728.53	c       729          83669          93        20          55.0000          11.0000    400.00%
14098.70/733.61	c       734          84563          94        20          55.0000          11.0000    400.00%
14199.92/738.74	c       739          83594          74        20          55.0000          11.0000    400.00%
14301.04/743.84	c       744          83970          72        20          55.0000          11.0000    400.00%
14402.29/748.91	c       749          84174          72        20          55.0000          11.0000    400.00%
14503.90/754.02	c       754          88578          93        20          55.0000          11.0000    400.00%
14603.40/759.13	c       759          89386          95        20          55.0000          11.0000    400.00%
14705.93/764.25	c       764          89928          94        20          55.0000          11.0000    400.00%
14805.18/769.26	c       769          90608          94        20          55.0000          11.0000    400.00%
14906.37/774.32	c       774          91091          92        20          55.0000          11.0000    400.00%
15009.61/779.56	c       780          91268          94        20          55.0000          11.0000    400.00%
15110.86/784.65	c       785          87309          74        20          55.0000          11.0000    400.00%
15212.11/789.70	c       790          91801          94        20          55.0000          11.0000    400.00%
15313.37/794.82	c       795          91927          92        20          55.0000          11.0000    400.00%
15414.62/799.91	c       800          92373          95        20          55.0000          11.0000    400.00%
15513.83/804.97	c       805          88826          72        20          55.0000          11.0000    400.00%
15615.43/810.04	c       810          89453          72        20          55.0000          11.0000    400.00%
15716.86/815.13	c       815          89908          75        20          55.0000          11.0000    400.00%
15817.44/820.21	c       820          94622          95        20          55.0000          11.0000    400.00%
15918.64/825.38	c       825          95118          95        20          55.0000          11.0000    400.00%
16019.75/830.45	c       830          95634          93        20          55.0000          11.0000    400.00%
16121.00/835.55	c       836          96373          96        20          55.0000          11.0000    400.00%
16222.20/840.66	c       841          97180          94        20          55.0000          11.0000    400.00%
16323.47/845.75	c       846          97928          95        20          55.0000          11.0000    400.00%
16424.74/850.84	c       851          98561          95        20          55.0000          11.0000    400.00%
16523.91/855.88	c       856          92913          75        20          55.0000          11.0000    400.00%
16627.95/861.06	c       861          93222          73        20          55.0000          11.0000    400.00%
16729.28/866.18	c       866          93535          72        20          55.0000          11.0000    400.00%
16831.65/871.30	c       871         101000          97        20          55.0000          11.0000    400.00%
16930.92/876.37	c       876          93980          73        20          55.0000          11.0000    400.00%
17032.19/881.49	c       882          94255          71        20          55.0000          11.0000    400.00%
17133.45/886.54	c       887         102977          94        20          55.0000          11.0000    400.00%
17234.67/891.68	c       892         103774          93        20          55.0000          11.0000    400.00%
17335.89/896.77	c       897          95282          72        20          55.0000          11.0000    400.00%
17435.17/901.78	c       902         106264          94        20          55.0000          11.0000    400.00%
17538.44/906.90	c       907          96230          73        20          55.0000          11.0000    400.00%
17642.36/912.19	c       912          96543          75        20          55.0000          11.0000    400.00%
17744.96/917.35	c       917          96840          70        20          55.0000          11.0000    400.00%
17846.22/922.48	c       922          97101          74        20          55.0000          11.0000    400.00%
17947.39/927.58	c       928          97382          75        20          55.0000          11.0000    400.00%
18050.30/932.72	c       933          97943          72        20          55.0000          11.0000    400.00%
18151.50/937.89	c       938          98271          83        20          55.0000          11.0000    400.00%
18252.40/943.01	c       943          98816          74        20          55.0000          11.0000    400.00%
18354.28/948.05	c       948          99312          72        20          55.0000          11.0000    400.00%
18455.52/953.18	c       953         100110          75        20          55.0000          11.0000    400.00%
18556.02/958.24	c       958         113821          92        20          55.0000          11.0000    400.00%
18657.15/963.36	c       963         101368          71        20          55.0000          11.0000    400.00%
18756.24/968.36	c       968         114673          93        20          55.0000          11.0000    400.00%
18855.51/973.38	c       973         114951          98        20          55.0000          11.0000    400.00%
18956.76/978.47	c       978         102433          72        20          55.0000          11.0000    400.00%
19057.86/983.55	c       984         102433          72        20          55.0000          11.0000    400.00%
19158.99/988.62	c       989         102433          72        20          55.0000          11.0000    400.00%
19264.20/993.93	c       994         102433          72        20          55.0000          11.0000    400.00%
19366.15/999.07	c       999         102433          72        20          55.0000          11.0000    400.00%
19465.39/1004.12	c      1004         118420          93        20          55.0000          11.0000    400.00%
19569.78/1009.32	c      1009         119029          91        20          55.0000          11.0000    400.00%
19668.93/1014.33	c      1014         119439          94        20          55.0000          11.0000    400.00%
19771.99/1019.51	c      1020         119859          91        20          55.0000          11.0000    400.00%
19877.07/1024.84	c      1025         103569          67        20          55.0000          11.0000    400.00%
19980.52/1030.02	c      1030         121197         105        20          55.0000          11.0000    400.00%
20077.28/1035.03	c      1035         104155          76        20          55.0000          11.0000    400.00%
20181.00/1040.14	c      1040         122473          95        20          55.0000          11.0000    400.00%
20281.63/1045.29	c      1045         123075          94        20          55.0000          11.0000    400.00%
20382.72/1050.35	c      1050         104670          75        20          55.0000          11.0000    400.00%
20483.87/1055.43	c      1055         104915          73        20          55.0000          11.0000    400.00%
20582.77/1060.44	c      1060         124609          93        20          55.0000          11.0000    400.00%
20681.83/1065.47	c      1065         124899          95        20          55.0000          11.0000    400.00%
20787.07/1070.73	c      1071         105588          71        20          55.0000          11.0000    400.00%
20890.24/1075.91	c      1076         105904          74        20          55.0000          11.0000    400.00%
20989.46/1080.99	c      1081         126495          95        20          55.0000          11.0000    400.00%
21096.61/1086.35	c      1086         106516          84        20          55.0000          11.0000    400.00%
21197.79/1091.41	c      1091         107015          73        20          55.0000          11.0000    400.00%
21298.97/1096.52	c      1097         128608          90        20          55.0000          11.0000    400.00%
21400.22/1101.64	c      1102         128975          95        20          55.0000          11.0000    400.00%
21499.44/1106.70	c      1107         129187          93        20          55.0000          11.0000    400.00%
21600.69/1111.75	c      1112         108580          73        20          55.0000          11.0000    400.00%
21703.85/1117.00	c      1117         108909          74        20          55.0000          11.0000    400.00%
21804.74/1122.08	c      1122         130257          93        20          55.0000          11.0000    400.00%
21906.19/1127.15	c      1127         130462          94        20          55.0000          11.0000    400.00%
22006.16/1132.26	c      1132         130805          91        20          55.0000          11.0000    400.00%
22105.43/1137.28	c      1137         110265          74        20          55.0000          11.0000    400.00%
22208.58/1142.41	c      1142         110531          75        20          55.0000          11.0000    400.00%
22307.69/1147.46	c      1147         132709          92        20          55.0000          11.0000    400.00%
22412.76/1152.73	c      1153         133070          92        20          55.0000          11.0000    400.00%
22523.87/1158.35	c      1158         133591          93        20          55.0000          11.0000    400.00%
22627.08/1163.57	c      1164         112327          86        20          55.0000          11.0000    400.00%
22728.30/1168.68	c      1169         112975         105        20          55.0000          11.0000    400.00%
22736.84/1169.13	c *    1169         112975         105        20          54.0000          11.0000    390.91%
22835.82/1174.11	c      1174         113340          81        20          54.0000          11.0000    390.91%
22935.23/1179.14	c      1179         113358          88        20          54.0000          11.0000    390.91%
23041.32/1184.41	c      1184         113358          88        20          54.0000          11.0000    390.91%
23150.32/1189.99	c      1190         113358          88        20          54.0000          11.0000    390.91%
23254.08/1195.17	c      1195         113358          88        20          54.0000          11.0000    390.91%
23356.59/1200.38	c      1200         113358          88        20          54.0000          11.0000    390.91%
23473.82/1206.26	c      1206         135422          93        20          54.0000          11.0000    390.91%
23481.70/1206.68	c *    1207         135422          93        20          53.0000          11.0000    381.82%
23582.66/1211.76	c      1212         113360          88        20          53.0000          11.0000    381.82%
23685.89/1216.99	c      1217         113380          77        20          53.0000          11.0000    381.82%
23789.78/1222.19	c      1222         113442          75        20          53.0000          11.0000    381.82%
23872.34/1226.38	c *    1226              2           1        20          52.0000          38.0244     36.75%
23892.07/1227.35	c      1227              2           1        20          52.0000          38.0244     36.75%
24003.30/1232.95	c      1233              3           2        20          52.0000          38.0244     36.75%
24110.54/1238.31	c      1238              3           2        20          52.0000          38.0244     36.75%
24211.62/1243.44	c      1243              3           2        20          52.0000          38.0244     36.75%
24316.89/1248.78	c      1249              3           2        20          52.0000          38.0244     36.75%
24418.29/1253.83	c      1254              3           2        20          52.0000          38.0244     36.75%
24519.37/1258.98	c      1259              3           2        20          52.0000          38.0244     36.75%
24621.44/1264.11	c      1264              3           2        20          52.0000          38.0244     36.75%
24722.61/1269.17	c      1269              3           2        20          52.0000          38.0244     36.75%
24775.33/1271.87	c *    1272              3           2        20          51.0000          38.0244     34.12%
24822.85/1274.21	c      1274              3           2        20          51.0000          38.0244     34.12%
24926.04/1279.44	c      1279              3           2        20          51.0000          38.0244     34.12%
25031.23/1284.74	c      1285              3           2        20          51.0000          38.0244     34.12%
25132.45/1289.80	c      1290              3           2        20          51.0000          38.0244     34.12%
25236.21/1295.12	c      1295              3           2        20          51.0000          38.0244     34.12%
25340.75/1300.34	c      1300              3           2        20          51.0000          38.0244     34.12%
25445.86/1305.62	c      1306              3           2        20          51.0000          38.0244     34.12%
25548.90/1310.88	c      1311              3           2        20          51.0000          38.0244     34.12%
25650.11/1316.02	c      1316              3           2        20          51.0000          38.0244     34.12%
25751.94/1321.07	c      1321              3           2        20          51.0000          38.0244     34.12%
25864.29/1326.75	c      1327              3           2        20          51.0000          38.0244     34.12%
25967.41/1331.98	c      1332              3           2        20          51.0000          38.0244     34.12%
26072.52/1337.26	c      1337              3           2        20          51.0000          38.0244     34.12%
26181.63/1342.71	c      1343              3           2        20          51.0000          38.0244     34.12%
26287.32/1348.06	c      1348              3           2        20          51.0000          38.0244     34.12%
26393.92/1353.42	c      1353              3           2        20          51.0000          38.0244     34.12%
26497.04/1358.66	c      1359              3           2        20          51.0000          38.0244     34.12%
26598.22/1363.72	c      1364              3           2        20          51.0000          38.0244     34.12%
26704.03/1369.05	c      1369              3           2        20          51.0000          38.0244     34.12%
26803.10/1374.08	c      1374              3           2        20          51.0000          38.0244     34.12%
26902.58/1379.14	c      1379              5           4        20          51.0000          38.0244     34.12%
27003.62/1384.19	c      1384              6           5        20          51.0000          38.0244     34.12%
27104.12/1389.24	c      1389              6           5        20          51.0000          38.0244     34.12%
27209.26/1394.56	c      1395              7           6        20          51.0000          38.0244     34.12%
27308.43/1399.59	c      1400              8           7        20          51.0000          38.0244     34.12%
27411.54/1404.78	c      1405              9           8        20          51.0000          38.0244     34.12%
27512.63/1409.88	c      1410              9           8        20          51.0000          38.0244     34.12%
27613.84/1414.93	c      1415              9           8        20          51.0000          38.0244     34.12%
27713.02/1419.99	c      1420              9           8        20          51.0000          38.0244     34.12%
27814.79/1425.05	c      1425              9           8        20          51.0000          38.0244     34.12%
27913.96/1430.08	c      1430              9           8        20          51.0000          38.0244     34.12%
28016.54/1435.22	c      1435              9           8        20          51.0000          38.0244     34.12%
28115.74/1440.28	c      1440              9           8        20          51.0000          38.0244     34.12%
28216.92/1445.32	c      1445              9           8        20          51.0000          38.0244     34.12%
28316.07/1450.37	c      1450              9           8        20          51.0000          38.0244     34.12%
28417.23/1455.42	c      1455              9           8        20          51.0000          38.0244     34.12%
28516.57/1460.47	c      1460              9           8        20          51.0000          38.0244     34.12%
28617.53/1465.50	c      1466              9           8        20          51.0000          38.0244     34.12%
28718.62/1470.64	c      1471              9           8        20          51.0000          38.0244     34.12%
28817.81/1475.69	c      1476             12          11        20          51.0000          38.0250     34.12%
28918.97/1480.71	c      1481             14          13        20          51.0000          38.0250     34.12%
29018.05/1485.79	c      1486             15          14        20          51.0000          38.0250     34.12%
29119.23/1490.87	c      1491             15          14        20          51.0000          38.0250     34.12%
29220.39/1495.92	c      1496             15          14        20          51.0000          38.0250     34.12%
29319.63/1500.98	c      1501             15          14        20          51.0000          38.0250     34.12%
29418.89/1506.02	c      1506             15          14        20          51.0000          38.0250     34.12%
29520.53/1511.07	c      1511             15          14        20          51.0000          38.0250     34.12%
29620.01/1516.12	c      1516             15          14        20          51.0000          38.0250     34.12%
29719.37/1521.14	c      1521             15          14        20          51.0000          38.0250     34.12%
29821.76/1526.20	c      1526             15          14        20          51.0000          38.0250     34.12%
29922.91/1531.33	c      1531             15          14        20          51.0000          38.0250     34.12%
30022.16/1536.38	c      1536             15          14        20          51.0000          38.0250     34.12%
30123.30/1541.44	c      1541             15          14        20          51.0000          38.0250     34.12%
30222.52/1546.49	c      1546             15          14        20          51.0000          38.0250     34.12%
30323.74/1551.58	c      1552             15          14        20          51.0000          38.0250     34.12%
30424.96/1556.66	c      1557             15          14        20          51.0000          38.0250     34.12%
30526.11/1561.71	c      1562             15          14        20          51.0000          38.0250     34.12%
30625.36/1566.77	c      1567             15          14        20          51.0000          38.0250     34.12%
30726.59/1571.89	c      1572             15          14        20          51.0000          38.0250     34.12%
30832.44/1577.17	c      1577             15          14        20          51.0000          38.0250     34.12%
30931.62/1582.19	c      1582             15          14        20          51.0000          38.0250     34.12%
31034.14/1587.30	c      1587             15          14        20          51.0000          38.0250     34.12%
31135.25/1592.42	c      1592             15          14        20          51.0000          38.0250     34.12%
31234.45/1597.48	c      1597             15          14        20          51.0000          38.0250     34.12%
31343.45/1602.97	c      1603             15          14        20          51.0000          38.0250     34.12%
31447.54/1608.16	c      1608             15          14        20          51.0000          38.0250     34.12%
31551.61/1613.42	c      1613             15          14        20          51.0000          38.0250     34.12%
31654.74/1618.62	c      1619             15          14        20          51.0000          38.0250     34.12%
31753.93/1623.65	c      1624             16          15        20          51.0000          38.0250     34.12%
31857.08/1628.86	c      1629             16          15        20          51.0000          38.0250     34.12%
31958.27/1633.92	c      1634             16          15        20          51.0000          38.0250     34.12%
32059.91/1639.08	c      1639             16          15        20          51.0000          38.0250     34.12%
32160.80/1644.15	c      1644             16          15        20          51.0000          38.0250     34.12%
32263.20/1649.31	c      1649             16          15        20          51.0000          38.0250     34.12%
32362.36/1654.34	c      1654             16          15        20          51.0000          38.0250     34.12%
32461.53/1659.39	c      1659             16          15        20          51.0000          38.0250     34.12%
32570.65/1664.86	c      1665             16          15        20          51.0000          38.0250     34.12%
32674.43/1670.03	c      1670             16          15        20          51.0000          38.0250     34.12%
32773.72/1675.04	c      1675             16          15        20          51.0000          38.0250     34.12%
32874.88/1680.18	c      1680             16          15        20          51.0000          38.0250     34.12%
32981.27/1685.58	c      1686             16          15        20          51.0000          38.0250     34.12%
33090.92/1691.03	c      1691             16          15        20          51.0000          38.0250     34.12%
33192.14/1696.19	c      1696             16          15        20          51.0000          38.0250     34.12%
33298.28/1701.57	c      1702             16          15        20          51.0000          38.0250     34.12%
33401.45/1706.76	c      1707             17          16        20          51.0000          38.0250     34.12%
33502.63/1711.89	c      1712             17          16        20          51.0000          38.0250     34.12%
33603.81/1716.96	c      1717             17          16        20          51.0000          38.0250     34.12%
33703.00/1721.97	c      1722             17          16        20          51.0000          38.0250     34.12%
33802.19/1727.00	c      1727             17          16        20          51.0000          38.0250     34.12%
33904.01/1732.10	c      1732             17          16        20          51.0000          38.0250     34.12%
34008.48/1737.32	c      1737             17          16        20          51.0000          38.0250     34.12%
34111.59/1742.57	c      1743             17          16        20          51.0000          38.0250     34.12%
34210.76/1747.59	c      1748             17          16        20          51.0000          38.0250     34.12%
34311.84/1752.67	c      1753             17          16        20          51.0000          38.0250     34.12%
34419.62/1758.11	c      1758             17          16        20          51.0000          38.0250     34.12%
34522.14/1763.29	c      1763             17          16        20          51.0000          38.0250     34.12%
34623.32/1768.32	c      1768             17          16        20          51.0000          38.0250     34.12%
34728.42/1773.68	c      1774             17          16        20          51.0000          38.0250     34.12%
34833.50/1778.99	c      1779             17          16        20          51.0000          38.0250     34.12%
34935.31/1784.10	c      1784             17          16        20          51.0000          38.0250     34.12%
35037.71/1789.24	c      1789             17          16        20          51.0000          38.0250     34.12%
35138.80/1794.38	c      1794             17          16        20          51.0000          38.0250     34.12%
35239.84/1799.47	c      1799             17          16        20          51.0000          38.0250     34.12%
35342.95/1804.61	c      1805             17          16        20          51.0000          38.0250     34.12%
35442.06/1809.67	c      1810             17          16        20          51.0000          38.0250     34.12%
35543.10/1814.75	c      1815             17          16        20          51.0000          38.0250     34.12%
35642.21/1819.79	c      1820             17          16        20          51.0000          38.0250     34.12%
35743.32/1824.83	c      1825             17          16        20          51.0000          38.0250     34.12%
35844.43/1829.95	c      1830             17          16        20          51.0000          38.0250     34.12%
35943.58/1834.98	c      1835             17          16        20          51.0000          38.0250     34.12%
36052.47/1840.44	c      1840             17          16        20          51.0000          38.0250     34.12%
36153.63/1845.50	c      1846             17          16        20          51.0000          38.0250     34.12%
36254.80/1850.67	c      1851             17          16        20          51.0000          38.0250     34.12%
36357.94/1855.83	c      1856             18          17        20          51.0000          38.0250     34.12%
36470.86/1861.50	c      1862             18          17        20          51.0000          38.0250     34.12%
36572.01/1866.60	c      1867             18          17        20          51.0000          38.0250     34.12%
36675.14/1871.89	c      1872             18          17        20          51.0000          38.0250     34.12%
36776.28/1876.99	c      1877             18          17        20          51.0000          38.0250     34.12%
36889.26/1882.65	c      1883             18          17        20          51.0000          38.0250     34.12%
36990.43/1887.72	c      1888             18          17        20          51.0000          38.0250     34.12%
37089.59/1892.76	c      1893             18          17        20          51.0000          38.0250     34.12%
37192.75/1897.94	c      1898             18          17        20          51.0000          38.0250     34.12%
37294.25/1903.07	c      1903             18          17        20          51.0000          38.0250     34.12%
37393.62/1908.07	c      1908             18          17        20          51.0000          38.0250     34.12%
37492.77/1913.13	c      1913             18          17        20          51.0000          38.0250     34.12%
37595.19/1918.21	c      1918             18          17        20          51.0000          38.0250     34.12%
37694.39/1923.27	c      1923             18          17        20          51.0000          38.0250     34.12%
37795.58/1928.34	c      1928             18          17        20          51.0000          38.0250     34.12%
37896.74/1933.42	c      1933             18          17        20          51.0000          38.0250     34.12%
37995.87/1938.45	c      1938             18          17        20          51.0000          38.0250     34.12%
38101.00/1943.72	c      1944             18          17        20          51.0000          38.0250     34.12%
38200.13/1948.75	c      1949             18          17        20          51.0000          38.0250     34.12%
38308.14/1954.19	c      1954             18          17        20          51.0000          38.0250     34.12%
38410.43/1959.31	c      1959             18          17        20          51.0000          38.0250     34.12%
38513.42/1964.54	c      1965             18          17        20          51.0000          38.0250     34.12%
38612.62/1969.59	c      1970             18          17        20          51.0000          38.0250     34.12%
38719.74/1974.96	c      1975             18          17        20          51.0000          38.0250     34.12%
38821.37/1980.08	c      1980             18          17        20          51.0000          38.0250     34.12%
38925.98/1985.34	c      1985             18          17        20          51.0000          38.0250     34.12%
39027.12/1990.41	c      1990             18          17        20          51.0000          38.0250     34.12%
39128.23/1995.55	c      1996             18          17        20          51.0000          38.0250     34.12%
39229.36/2000.69	c      2001             18          17        20          51.0000          38.0250     34.12%
39332.47/2005.84	c      2006             18          17        20          51.0000          38.0250     34.12%
39431.66/2010.85	c      2011             18          17        20          51.0000          38.0250     34.12%
39535.57/2016.06	c      2016             18          17        20          51.0000          38.0250     34.12%
39637.99/2021.22	c      2021             18          17        20          51.0000          38.0250     34.12%
39743.19/2026.57	c      2027             18          17        20          51.0000          38.0250     34.12%
39848.37/2031.89	c      2032             18          17        20          51.0000          38.0250     34.12%
39957.54/2037.33	c      2037             18          17        20          51.0000          38.0250     34.12%
40058.77/2042.48	c      2042             18          17        20          51.0000          38.0250     34.12%
40163.97/2047.72	c      2048             18          17        20          51.0000          38.0250     34.12%
40263.18/2052.76	c      2053             18          17        20          51.0000          38.0250     34.12%
40364.40/2057.89	c      2058             18          17        20          51.0000          38.0250     34.12%
40465.59/2062.93	c      2063             18          17        20          51.0000          38.0250     34.12%
40564.82/2067.96	c      2068             18          17        20          51.0000          38.0250     34.12%
40664.04/2072.99	c      2073             18          17        20          51.0000          38.0250     34.12%
40765.97/2078.04	c      2078             18          17        20          51.0000          38.0250     34.12%
40872.31/2083.41	c      2083             18          17        20          51.0000          38.0250     34.12%
40973.49/2088.58	c      2089             18          17        20          51.0000          38.0250     34.12%
41074.63/2093.67	c      2094             18          17        20          51.0000          38.0250     34.12%
41173.80/2098.70	c      2099             18          17        20          51.0000          38.0250     34.12%
41274.95/2103.73	c      2104             18          17        20          51.0000          38.0250     34.12%
41374.11/2108.78	c      2109             18          17        20          51.0000          38.0250     34.12%
41475.15/2113.83	c      2114             18          17        20          51.0000          38.0250     34.12%
41576.32/2118.94	c      2119             18          17        20          51.0000          38.0250     34.12%
41675.37/2123.97	c      2124             18          17        20          51.0000          38.0250     34.12%
41774.43/2129.01	c      2129             18          17        20          51.0000          38.0250     34.12%
41876.20/2134.03	c      2134             18          17        20          51.0000          38.0250     34.12%
41977.57/2139.18	c      2139             18          17        20          51.0000          38.0250     34.12%
42076.49/2144.19	c      2144             18          17        20          51.0000          38.0250     34.12%
42185.10/2149.61	c      2150             18          17        20          51.0000          38.0250     34.12%
42288.01/2154.88	c      2155             18          17        20          51.0000          38.0250     34.12%
42389.19/2159.95	c      2160             18          17        20          51.0000          38.0250     34.12%
42488.40/2165.03	c      2165             18          17        20          51.0000          38.0250     34.12%
42589.96/2170.04	c      2170             18          17        20          51.0000          38.0250     34.12%
42692.70/2175.20	c      2175             18          17        20          51.0000          38.0250     34.12%
42793.80/2180.35	c      2180             18          17        20          51.0000          38.0250     34.12%
42893.00/2185.36	c      2185             18          17        20          51.0000          38.0250     34.12%
42994.10/2190.45	c      2190             18          17        20          51.0000          38.0250     34.12%
43097.15/2195.60	c      2196             18          17        20          51.0000          38.0250     34.12%
43196.21/2200.69	c      2201             18          17        20          51.0000          38.0250     34.12%
43301.30/2206.01	c      2206             18          17        20          51.0000          38.0250     34.12%
43406.45/2211.25	c      2211             18          17        20          51.0000          38.0250     34.12%
43511.62/2216.59	c      2217             18          17        20          51.0000          38.0250     34.12%
43610.77/2221.59	c      2222             18          17        20          51.0000          38.0250     34.12%
43711.95/2226.67	c      2227             18          17        20          51.0000          38.0250     34.12%
43813.12/2231.78	c      2232             18          17        20          51.0000          38.0250     34.12%
43914.32/2236.83	c      2237             18          17        20          51.0000          38.0250     34.12%
44017.91/2242.04	c      2242             18          17        20          51.0000          38.0250     34.12%
44117.30/2247.12	c      2247             18          17        20          51.0000          38.0250     34.12%
44219.78/2252.24	c      2252             18          17        20          51.0000          38.0250     34.12%
44322.85/2257.47	c      2257             18          17        20          51.0000          38.0250     34.12%
44421.88/2262.49	c      2262             18          17        20          51.0000          38.0250     34.12%
44525.08/2267.60	c      2268             18          17        20          51.0000          38.0250     34.12%
44624.29/2272.64	c      2273             18          17        20          51.0000          38.0250     34.12%
44727.50/2277.83	c      2278             18          17        20          51.0000          38.0250     34.12%
44826.67/2282.86	c      2283             18          17        20          51.0000          38.0250     34.12%
44927.66/2287.90	c      2288             18          17        20          51.0000          38.0250     34.12%
45026.85/2292.91	c      2293             18          17        20          51.0000          38.0250     34.12%
45126.06/2297.95	c      2298             18          17        20          51.0000          38.0250     34.12%
45225.24/2302.97	c      2303             18          17        20          51.0000          38.0250     34.12%
45324.44/2308.03	c      2308             18          17        20          51.0000          38.0250     34.12%
45426.15/2313.10	c      2313             18          17        20          51.0000          38.0250     34.12%
45532.73/2318.44	c      2318             18          17        20          51.0000          38.0250     34.12%
45635.77/2323.61	c      2324             18          17        20          51.0000          38.0250     34.12%
45740.94/2328.97	c      2329             18          17        20          51.0000          38.0250     34.12%
45848.04/2334.37	c      2334             18          17        20          51.0000          38.0250     34.12%
45949.23/2339.49	c      2340             18          17        20          51.0000          38.0250     34.12%
46050.40/2344.54	c      2345             18          17        20          51.0000          38.0250     34.12%
46151.49/2349.60	c      2350             18          17        20          51.0000          38.0250     34.12%
46250.55/2354.66	c      2355             18          17        20          51.0000          38.0250     34.12%
46353.62/2359.84	c      2360             18          17        20          51.0000          38.0250     34.12%
46454.71/2364.94	c      2365             18          17        20          51.0000          38.0250     34.12%
46556.57/2370.12	c      2370             18          17        20          51.0000          38.0250     34.12%
46655.65/2375.13	c      2375             18          17        20          51.0000          38.0250     34.12%
46759.77/2380.35	c      2380             18          17        20          51.0000          38.0250     34.12%
46860.80/2385.42	c      2385             18          17        20          51.0000          38.0250     34.12%
46965.80/2390.72	c      2391             18          17        20          51.0000          38.0250     34.12%
47064.86/2395.77	c      2396             18          17        20          51.0000          38.0250     34.12%
47173.82/2401.22	c      2401             18          17        20          51.0000          38.0250     34.12%
47272.88/2406.28	c      2406             18          17        20          51.0000          38.0250     34.12%
47375.84/2411.41	c      2411             18          17        20          51.0000          38.0250     34.12%
47476.87/2416.57	c      2417             18          17        20          51.0000          38.0250     34.12%
47583.84/2422.02	c      2422             18          17        20          51.0000          38.0250     34.12%
47685.49/2427.12	c      2427             18          17        20          51.0000          38.0250     34.12%
47789.84/2432.37	c      2432             18          17        20          51.0000          38.0250     34.12%
47888.93/2437.39	c      2437             18          17        20          51.0000          38.0250     34.12%
47993.90/2442.64	c      2443             18          17        20          51.0000          38.0250     34.12%
48095.02/2447.76	c      2448             18          17        20          51.0000          38.0250     34.12%
48198.10/2452.92	c      2453             18          17        20          51.0000          38.0250     34.12%
48309.11/2458.59	c      2459             18          17        20          51.0000          38.0250     34.12%
48416.14/2463.97	c      2464             18          17        20          51.0000          38.0250     34.12%
48517.83/2469.06	c      2469             18          17        20          51.0000          38.0250     34.12%
48624.20/2474.42	c      2474             18          17        20          51.0000          38.0250     34.12%
48725.27/2479.55	c      2480             18          17        20          51.0000          38.0250     34.12%
48826.40/2484.68	c      2485             18          17        20          51.0000          38.0250     34.12%
48927.22/2489.72	c      2490             18          17        20          51.0000          38.0250     34.12%
49034.91/2495.15	c      2495             18          17        20          51.0000          38.0250     34.12%
49139.17/2500.48	c      2500             18          17        20          51.0000          38.0250     34.12%
49240.26/2505.58	c      2506             18          17        20          51.0000          38.0250     34.12%
49347.30/2510.94	c      2511             18          17        20          51.0000          38.0250     34.12%
49452.35/2516.20	c      2516             18          17        20          51.0000          38.0250     34.12%
49561.36/2521.72	c      2522             18          17        20          51.0000          38.0250     34.12%
49670.39/2527.22	c      2527             18          17        20          51.0000          38.0250     34.12%
49769.43/2532.28	c      2532             18          17        20          51.0000          38.0250     34.12%
49880.37/2537.85	c      2538             18          17        20          51.0000          38.0250     34.12%
49979.41/2542.87	c      2543             18          17        20          51.0000          38.0250     34.12%
50083.20/2548.11	c      2548             18          17        20          51.0000          38.0250     34.12%
50187.50/2553.31	c      2553             18          17        20          51.0000          38.0250     34.12%
50286.53/2558.39	c      2558             18          17        20          51.0000          38.0250     34.12%
50387.51/2563.43	c      2563             18          17        20          51.0000          38.0250     34.12%
50486.58/2568.45	c      2568             18          17        20          51.0000          38.0250     34.12%
50585.64/2573.49	c      2573             18          17        20          51.0000          38.0250     34.12%
50690.65/2578.71	c      2579             18          17        20          51.0000          38.0250     34.12%
50791.69/2583.84	c      2584             18          17        20          51.0000          38.0250     34.12%
50892.65/2588.95	c      2589             18          17        20          51.0000          38.0250     34.12%
50994.26/2594.05	c      2594             18          17        20          51.0000          38.0250     34.12%
51093.17/2599.13	c      2599             18          17        20          51.0000          38.0250     34.12%
51195.43/2604.26	c      2604             18          17        20          51.0000          38.0250     34.12%
51300.38/2609.52	c      2610             18          17        20          51.0000          38.0250     34.12%
51405.40/2614.86	c      2615             18          17        20          51.0000          38.0250     34.12%
51506.44/2619.98	c      2620             18          17        20          51.0000          38.0250     34.12%
51608.11/2625.08	c      2625             18          17        20          51.0000          38.0250     34.12%
51709.07/2630.18	c      2630             18          17        20          51.0000          38.0250     34.12%
51811.45/2635.36	c      2635             18          17        20          51.0000          38.0250     34.12%
51922.42/2640.98	c      2641             18          17        20          51.0000          38.0250     34.12%
52024.06/2646.11	c      2646             18          17        20          51.0000          38.0250     34.12%
52125.18/2651.19	c      2651             18          17        20          51.0000          38.0250     34.12%
52227.51/2656.33	c      2656             18          17        20          51.0000          38.0250     34.12%
52328.56/2661.49	c      2662             18          17        20          51.0000          38.0250     34.12%
52429.52/2666.58	c      2667             18          17        20          51.0000          38.0250     34.12%
52530.48/2671.63	c      2672             18          17        20          51.0000          38.0250     34.12%
52633.41/2676.82	c      2677             18          17        20          51.0000          38.0250     34.12%
52732.33/2681.83	c      2682             18          17        20          51.0000          38.0250     34.12%
52831.40/2686.87	c      2687             18          17        20          51.0000          38.0250     34.12%
52930.47/2691.87	c      2692             18          17        20          51.0000          38.0250     34.12%
53031.55/2696.99	c      2697             18          17        20          51.0000          38.0250     34.12%
53136.52/2702.22	c      2702             18          17        20          51.0000          38.0250     34.12%
53237.59/2707.34	c      2707             18          17        20          51.0000          38.0250     34.12%
53340.61/2712.54	c      2713             18          17        20          51.0000          38.0250     34.12%
53439.69/2717.55	c      2718             18          17        20          51.0000          38.0250     34.12%
53542.72/2722.79	c      2723             18          17        20          51.0000          38.0250     34.12%
53643.80/2727.84	c      2728             18          17        20          51.0000          38.0250     34.12%
53742.91/2732.86	c      2733             18          17        20          51.0000          38.0250     34.12%
53846.48/2738.11	c      2738             18          17        20          51.0000          38.0250     34.12%
53948.36/2743.23	c      2743             18          17        20          51.0000          38.0250     34.12%
54047.56/2748.27	c      2748             18          17        20          51.0000          38.0250     34.12%
54152.69/2753.52	c      2754             18          17        20          51.0000          38.0250     34.12%
54253.94/2758.70	c      2759             18          17        20          51.0000          38.0250     34.12%
54355.00/2763.72	c      2764             18          17        20          51.0000          38.0250     34.12%
54454.18/2768.76	c      2769             18          17        20          51.0000          38.0250     34.12%
54557.34/2773.90	c      2774             18          17        20          51.0000          38.0250     34.12%
54664.46/2779.35	c      2779             18          17        20          51.0000          38.0250     34.12%
54765.66/2784.42	c      2784             18          17        20          51.0000          38.0250     34.12%
54872.80/2789.86	c      2790             18          17        20          51.0000          38.0250     34.12%
54979.91/2795.22	c      2795             18          17        20          51.0000          38.0250     34.12%
55082.95/2800.46	c      2800             18          17        20          51.0000          38.0250     34.12%
55182.16/2805.48	c      2805             18          17        20          51.0000          38.0250     34.12%
55287.31/2810.72	c      2811             18          17        20          51.0000          38.0250     34.12%
55386.52/2815.76	c      2816             18          17        20          51.0000          38.0250     34.12%
55485.65/2820.77	c      2821             18          17        20          51.0000          38.0250     34.12%
55591.26/2826.13	c      2826             18          17        20          51.0000          38.0250     34.12%
55701.93/2831.63	c      2832             18          17        20          51.0000          38.0250     34.12%
55803.13/2836.76	c      2837             18          17        20          51.0000          38.0250     34.12%
55906.17/2842.01	c      2842             18          17        20          51.0000          38.0250     34.12%
56011.23/2847.27	c      2847             18          17        20          51.0000          38.0250     34.12%
56116.40/2852.55	c      2853             18          17        20          51.0000          38.0250     34.12%
56219.49/2857.79	c      2858             18          17        20          51.0000          38.0250     34.12%
56322.57/2862.93	c      2863             18          17        20          51.0000          38.0250     34.12%
56424.50/2868.06	c      2868             18          17        20          51.0000          38.0250     34.12%
56523.61/2873.09	c      2873             18          17        20          51.0000          38.0250     34.12%
56628.10/2878.33	c      2878             18          17        20          51.0000          38.0250     34.12%
56727.23/2883.35	c      2883             18          17        20          51.0000          38.0250     34.12%
56834.36/2888.71	c      2889             18          17        20          51.0000          38.0250     34.12%
56940.18/2894.05	c      2894             18          17        20          51.0000          38.0250     34.12%
57044.60/2899.30	c      2899             18          17        20          51.0000          38.0250     34.12%
57143.78/2904.32	c      2904             18          17        20          51.0000          38.0250     34.12%
57242.98/2909.39	c      2909             18          17        20          51.0000          38.0250     34.12%
57344.14/2914.48	c      2914             18          17        20          51.0000          38.0250     34.12%
57445.24/2919.52	c      2920             18          17        20          51.0000          38.0250     34.12%
57548.26/2924.73	c      2925             18          17        20          51.0000          38.0250     34.12%
57651.42/2930.01	c      2930             18          17        20          51.0000          38.0250     34.12%
57753.18/2935.12	c      2935             18          17        20          51.0000          38.0250     34.12%
57854.23/2940.17	c      2940             18          17        20          51.0000          38.0250     34.12%
57954.66/2945.21	c      2945             18          17        20          51.0000          38.0250     34.12%
58053.79/2950.24	c      2950             18          17        20          51.0000          38.0250     34.12%
58152.91/2955.28	c      2955             18          17        20          51.0000          38.0250     34.12%
58259.96/2960.66	c      2961             18          17        20          51.0000          38.0250     34.12%
58363.08/2965.87	c      2966             18          17        20          51.0000          38.0250     34.12%
58464.21/2970.95	c      2971             18          17        20          51.0000          38.0250     34.12%
58566.02/2976.04	c      2976             18          17        20          51.0000          38.0250     34.12%
58666.84/2981.15	c      2981             18          17        20          51.0000          38.0250     34.12%
58767.44/2986.30	c      2986             18          17        20          51.0000          38.0250     34.12%
58868.57/2991.35	c      2991             18          17        20          51.0000          38.0250     34.12%
58967.72/2996.39	c      2996             18          17        20          51.0000          38.0250     34.12%
59070.81/3001.52	c      3002             18          17        20          51.0000          38.0250     34.12%
59171.92/3006.62	c      3007             18          17        20          51.0000          38.0250     34.12%
59275.02/3011.83	c      3012             18          17        20          51.0000          38.0250     34.12%
59376.18/3016.96	c      3017             18          17        20          51.0000          38.0250     34.12%
59478.02/3022.12	c      3022             18          17        20          51.0000          38.0250     34.12%
59582.56/3027.33	c      3027             18          17        20          51.0000          38.0250     34.12%
59687.74/3032.66	c      3033             18          17        20          51.0000          38.0250     34.12%
59792.95/3038.02	c      3038             18          17        20          51.0000          38.0250     34.12%
59894.54/3043.08	c      3043             18          17        20          51.0000          38.0250     34.12%
59997.06/3048.29	c      3048             18          17        20          51.0000          38.0250     34.12%
60098.23/3053.33	c      3053             18          17        20          51.0000          38.0250     34.12%
60203.41/3058.69	c      3059             18          17        20          51.0000          38.0250     34.12%
60314.53/3064.22	c      3064             18          17        20          51.0000          38.0250     34.12%
60413.82/3069.29	c      3069             18          17        20          51.0000          38.0250     34.12%
60516.90/3074.45	c      3074             18          17        20          51.0000          38.0250     34.12%
60618.00/3079.53	c      3080             18          17        20          51.0000          38.0250     34.12%
60717.18/3084.57	c      3085             18          17        20          51.0000          38.0250     34.12%
60822.31/3089.83	c      3090             18          17        20          51.0000          38.0250     34.12%
60923.50/3095.02	c      3095             18          17        20          51.0000          38.0250     34.12%
61025.26/3100.06	c      3100             18          17        20          51.0000          38.0250     34.12%
61126.72/3105.18	c      3105             18          17        20          51.0000          38.0250     34.12%
61227.03/3110.23	c      3110             18          17        20          51.0000          38.0250     34.12%
61326.27/3115.27	c      3115             18          17        20          51.0000          38.0250     34.12%
61425.48/3120.29	c      3120             18          17        20          51.0000          38.0250     34.12%
61526.63/3125.31	c      3125             18          17        20          51.0000          38.0250     34.12%
61629.69/3130.56	c      3131             18          17        20          51.0000          38.0250     34.12%
61734.89/3135.87	c      3136             18          17        20          51.0000          38.0250     34.12%
61838.61/3141.03	c      3141             18          17        20          51.0000          38.0250     34.12%
61938.00/3146.10	c      3146             18          17        20          51.0000          38.0250     34.12%
62039.22/3151.15	c      3151             18          17        20          51.0000          38.0250     34.12%
62143.70/3156.47	c      3156             18          17        20          51.0000          38.0250     34.12%
62244.86/3161.51	c      3162             18          17        20          51.0000          38.0250     34.12%
62344.10/3166.58	c      3167             18          17        20          51.0000          38.0250     34.12%
62447.22/3171.76	c      3172             18          17        20          51.0000          38.0250     34.12%
62548.44/3176.87	c      3177             18          17        20          51.0000          38.0250     34.12%
62647.62/3181.88	c      3182             18          17        20          51.0000          38.0250     34.12%
62748.79/3187.01	c      3187             18          17        20          51.0000          38.0250     34.12%
62855.92/3192.34	c      3192             18          17        20          51.0000          38.0250     34.12%
62961.12/3197.64	c      3198             18          17        20          51.0000          38.0250     34.12%
63066.30/3202.97	c      3203             18          17        20          51.0000          38.0250     34.12%
63165.53/3208.03	c      3208             18          17        20          51.0000          38.0250     34.12%
63267.45/3213.07	c      3213             18          17        20          51.0000          38.0250     34.12%
63368.80/3218.20	c      3218             18          17        20          51.0000          38.0250     34.12%
63472.93/3223.45	c      3223             18          17        20          51.0000          38.0250     34.12%
63574.17/3228.55	c      3229             18          17        20          51.0000          38.0250     34.12%
63677.25/3233.71	c      3234             18          17        20          51.0000          38.0250     34.12%
63778.37/3238.83	c      3239             18          17        20          51.0000          38.0250     34.12%
63877.57/3243.88	c      3244             18          17        20          51.0000          38.0250     34.12%
63981.26/3249.03	c      3249             18          17        20          51.0000          38.0250     34.12%
64082.74/3254.19	c      3254             18          17        20          51.0000          38.0250     34.12%
64185.02/3259.39	c      3259             18          17        20          51.0000          38.0250     34.12%
64294.19/3264.88	c      3265             18          17        20          51.0000          38.0250     34.12%
64395.39/3269.99	c      3270             18          17        20          51.0000          38.0250     34.12%
64497.41/3275.14	c      3275             18          17        20          51.0000          38.0250     34.12%
64601.60/3280.32	c      3280             18          17        20          51.0000          38.0250     34.12%
64704.83/3285.50	c      3286             18          17        20          51.0000          38.0250     34.12%
64804.02/3290.52	c      3291             18          17        20          51.0000          38.0250     34.12%
64911.23/3295.91	c      3296             18          17        20          51.0000          38.0250     34.12%
65015.22/3301.14	c      3301             18          17        20          51.0000          38.0250     34.12%
65115.72/3306.29	c      3306             18          17        20          51.0000          38.0250     34.12%
65218.82/3311.42	c      3311             18          17        20          51.0000          38.0250     34.12%
65317.99/3316.45	c      3316             18          17        20          51.0000          38.0250     34.12%
65419.05/3321.51	c      3322             18          17        20          51.0000          38.0250     34.12%
65520.28/3326.70	c      3327             18          17        20          51.0000          38.0250     34.12%
65621.48/3331.78	c      3332             18          17        20          51.0000          38.0250     34.12%
65722.71/3336.86	c      3337             18          17        20          51.0000          38.0250     34.12%
65823.74/3341.97	c      3342             18          17        20          51.0000          38.0250     34.12%
65925.65/3347.06	c      3347             18          17        20          51.0000          38.0250     34.12%
66030.11/3352.36	c      3352             18          17        20          51.0000          38.0250     34.12%
66129.35/3357.37	c      3357             18          17        20          51.0000          38.0250     34.12%
66230.50/3362.45	c      3362             18          17        20          51.0000          38.0250     34.12%
66335.71/3367.76	c      3368             18          17        20          51.0000          38.0250     34.12%
66438.92/3372.99	c      3373             18          17        20          51.0000          38.0250     34.12%
66538.15/3378.00	c      3378             18          17        20          51.0000          38.0250     34.12%
66637.38/3383.01	c      3383             18          17        20          51.0000          38.0250     34.12%
66742.55/3388.26	c      3388             18          17        20          51.0000          38.0250     34.12%
66845.75/3393.43	c      3393             18          17        20          51.0000          38.0250     34.12%
66952.95/3398.86	c      3399             18          17        20          51.0000          38.0250     34.12%
67058.70/3404.13	c      3404             18          17        20          51.0000          38.0250     34.12%
67158.01/3409.19	c      3409             18          17        20          51.0000          38.0250     34.12%
67258.40/3414.28	c      3414             18          17        20          51.0000          38.0250     34.12%
67357.55/3419.29	c      3419             18          17        20          51.0000          38.0250     34.12%
67458.77/3424.32	c      3424             18          17        20          51.0000          38.0250     34.12%
67561.95/3429.55	c      3430             18          17        20          51.0000          38.0250     34.12%
67665.15/3434.76	c      3435             18          17        20          51.0000          38.0250     34.12%
67764.38/3439.79	c      3440             18          17        20          51.0000          38.0250     34.12%
67870.24/3445.06	c      3445             18          17        20          51.0000          38.0250     34.12%
67971.43/3450.17	c      3450             18          17        20          51.0000          38.0250     34.12%
68075.88/3455.44	c      3455             18          17        20          51.0000          38.0250     34.12%
68175.05/3460.49	c      3460             18          17        20          51.0000          38.0250     34.12%
68278.26/3465.60	c      3466             18          17        20          51.0000          38.0250     34.12%
68377.39/3470.64	c      3471             18          17        20          51.0000          38.0250     34.12%
68480.61/3475.81	c      3476             18          17        20          51.0000          38.0250     34.12%
68587.85/3481.23	c      3481             18          17        20          51.0000          38.0250     34.12%
68688.92/3486.34	c      3486             18          17        20          51.0000          38.0250     34.12%
68790.10/3491.41	c      3491             18          17        20          51.0000          38.0250     34.12%
68891.30/3496.52	c      3497             18          17        20          51.0000          38.0250     34.12%
68990.51/3501.56	c      3502             18          17        20          51.0000          38.0250     34.12%
69091.67/3506.67	c      3507             18          17        20          51.0000          38.0250     34.12%
69192.86/3511.70	c      3512             18          17        20          51.0000          38.0250     34.12%
69294.08/3516.87	c      3517             18          17        20          51.0000          38.0250     34.12%
69401.12/3522.24	c      3522             18          17        20          51.0000          38.0250     34.12%
69502.21/3527.32	c      3527             18          17        20          51.0000          38.0250     34.12%
69603.36/3532.41	c      3532             18          17        20          51.0000          38.0250     34.12%
69702.54/3537.48	c      3537             18          17        20          51.0000          38.0250     34.12%
69803.69/3542.51	c      3543             18          17        20          51.0000          38.0250     34.12%
69904.84/3547.60	c      3548             18          17        20          51.0000          38.0250     34.12%
70009.88/3552.98	c      3553             18          17        20          51.0000          38.0250     34.12%
70111.67/3558.06	c      3558             18          17        20          51.0000          38.0250     34.12%
70212.80/3563.13	c      3563             18          17        20          51.0000          38.0250     34.12%
70315.30/3568.34	c      3568             18          17        20          51.0000          38.0250     34.12%
70418.43/3573.53	c      3574             18          17        20          51.0000          38.0250     34.12%
70519.61/3578.67	c      3579             18          17        20          51.0000          38.0250     34.12%
70620.55/3583.74	c      3584             18          17        20          51.0000          38.0250     34.12%
70729.61/3589.24	c      3589             18          17        20          51.0000          38.0250     34.12%
70830.76/3594.39	c      3594             18          17        20          51.0000          38.0250     34.12%
70935.87/3599.66	c      3600             18          17        20          51.0000          38.0250     34.12%
71046.94/3605.21	c      3605             18          17        20          51.0000          38.0250     34.12%
71148.08/3610.35	c      3610             18          17        20          51.0000          38.0250     34.12%
71247.20/3615.39	c      3615             18          17        20          51.0000          38.0250     34.12%
71348.37/3620.44	c      3620             18          17        20          51.0000          38.0250     34.12%
71449.54/3625.54	c      3626             18          17        20          51.0000          38.0250     34.12%
71554.70/3630.88	c      3631             18          17        20          51.0000          38.0250     34.12%
71658.39/3636.03	c      3636             18          17        20          51.0000          38.0250     34.12%
71757.45/3641.07	c      3641             18          17        20          51.0000          38.0250     34.12%
71856.78/3646.09	c      3646             19          18        20          51.0000          38.0250     34.12%
71959.20/3651.26	c      3651             19          18        20          51.0000          38.0250     34.12%

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 (173877 MiB free)
  memory of node 1: 193531 MiB (158146 MiB free)
  memory of node 2: 193531 MiB (185772 MiB free)
  memory of node 3: 193531 MiB (177042 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-4465233-1723595961/watcher-4465233-1723595961 -o /tmp/evaluation-result-4465233-1723595961/solver-4465233-1723595961 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710602 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465233-1723595961.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100104 s]*
/proc/loadavg: 75.05 79.39 78.93 5/859 712858
/proc/meminfo: memFree=718355392/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=74400 memory=62232 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) R 712850 712853 710592 0 -1 4194304 13480 0 0 0 9 2 0 0 20 0 1 0 126182950 76185600 15558 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 18600 15558 2347 3035 0 14996 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 74400 KiB
Current children cumulated memory: 62232 KiB

[startup+0.221899 s]*
/proc/loadavg: 75.05 79.39 78.93 5/859 712868
/proc/meminfo: memFree=722779468/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=112652 memory=100180 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) R 712850 712853 710592 0 -1 4194304 22953 0 0 0 19 5 0 0 20 0 1 0 126182950 115355648 25045 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 28163 25045 2347 3035 0 24559 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 112652 KiB
Current children cumulated memory: 100180 KiB

[startup+0.320837 s]*
/proc/loadavg: 75.05 79.39 78.93 5/854 712879
/proc/meminfo: memFree=725195388/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=142012 memory=129776 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) R 712850 712853 710592 0 -1 4194304 30360 0 0 0 27 6 0 0 20 0 1 0 126182950 145420288 32444 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 35503 32444 2347 3035 0 31899 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 142012 KiB
Current children cumulated memory: 129776 KiB

[startup+0.700239 s]
/proc/loadavg: 75.05 79.39 78.93 5/855 712897
/proc/meminfo: memFree=725004656/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=259332 memory=247116 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) R 712850 712853 710592 0 -1 4194304 59157 0 0 0 58 10 0 0 20 0 1 0 126182950 265555968 61779 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 64833 61779 2347 3035 0 61229 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 259332 KiB
Current children cumulated memory: 247116 KiB

[startup+1.50021 s]
/proc/loadavg: 75.05 79.39 78.93 6/853 712925
/proc/meminfo: memFree=724695044/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=528500 memory=515980 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) R 712850 712853 710592 0 -1 4194304 119254 0 0 0 128 20 0 0 20 0 1 0 126182950 541184000 128995 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 132125 128995 2347 3035 0 128521 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 528500 KiB
Current children cumulated memory: 515980 KiB

[startup+3.11827 s]
/proc/loadavg: 69.36 78.13 78.52 5/862 712946
/proc/meminfo: memFree=722299544/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=1107892 memory=1095276 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) R 712850 712853 710592 0 -1 4194304 268852 0 0 0 268 42 0 0 20 0 1 0 126182950 1134481408 273753 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 276973 273753 2555 3035 0 273369 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1107892 KiB
Current children cumulated memory: 1095276 KiB

[startup+6.30023 s]
/proc/loadavg: 69.36 78.13 78.52 6/862 712946
/proc/meminfo: memFree=719511148/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=2378436 memory=2356768 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) R 712850 712853 710592 0 -1 4194304 540791 0 0 0 541 86 0 0 20 0 1 0 126182950 2435518464 589192 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 594609 589192 2614 3035 0 591005 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2378436 KiB
Current children cumulated memory: 2356768 KiB

[startup+12.7003 s]
/proc/loadavg: 64.13 76.90 78.12 5/882 712968
/proc/meminfo: memFree=717797696/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=2416400 memory=2396412 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) R 712850 712853 710592 0 -1 4194304 551735 0 0 0 1174 91 0 0 20 0 1 0 126182950 2474393600 599103 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 604100 599103 2742 3035 0 600496 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2416400 KiB
Current children cumulated memory: 2396412 KiB

[startup+25.5013 s]
/proc/loadavg: 56.72 74.60 77.35 80/1022 713110
/proc/meminfo: memFree=684391288/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=9342952 memory=8504528 CPUtime=57.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) S 712850 712853 710592 0 -1 1077936128 2048258 0 0 0 5293 444 0 0 20 0 41 0 126182950 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 2335738 2126132 2790 3035 0 2235480 0
[pid=712853/tid=713049] ppid=712850 vsize=9342952 memory=0 CPUtime=1.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713049/stat : 713049 (fscip) R 712850 712853 710592 0 -1 4194368 69686 0 0 0 171 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713050] ppid=712850 vsize=9342952 memory=1996 CPUtime=1.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713050/stat : 713050 (fscip) R 712850 712853 710592 0 -1 4194368 76760 0 0 0 168 18 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713051] ppid=712850 vsize=9342952 memory=10392 CPUtime=1.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713051/stat : 713051 (fscip) R 712850 712853 710592 0 -1 4194368 69170 0 0 0 170 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713052] ppid=712850 vsize=9342952 memory=5432 CPUtime=1.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713052/stat : 713052 (fscip) R 712850 712853 710592 0 -1 4194368 76911 0 0 0 169 16 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713053] ppid=712850 vsize=9342952 memory=16108 CPUtime=1.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713053/stat : 713053 (fscip) R 712850 712853 710592 0 -1 4194368 76883 0 0 0 169 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713054] ppid=712850 vsize=9342952 memory=2268 CPUtime=1.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713054/stat : 713054 (fscip) R 712850 712853 710592 0 -1 4194368 69663 0 0 0 168 18 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713055] ppid=712850 vsize=9342952 memory=491 CPUtime=1.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713055/stat : 713055 (fscip) R 712850 712853 710592 0 -1 4194368 77029 0 0 0 170 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713056] ppid=712850 vsize=9342952 memory=3625604 CPUtime=1.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713056/stat : 713056 (fscip) R 712850 712853 710592 0 -1 4194368 77631 0 0 0 170 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713057] ppid=712850 vsize=9342952 memory=11424 CPUtime=1.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713057/stat : 713057 (fscip) R 712850 712853 710592 0 -1 4194368 77557 0 0 0 168 18 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713058] ppid=712850 vsize=9342952 memory=74222 CPUtime=1.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713058/stat : 713058 (fscip) R 712850 712853 710592 0 -1 4194368 76911 0 0 0 170 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713059] ppid=712850 vsize=9342952 memory=16108 CPUtime=1.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713059/stat : 713059 (fscip) R 712850 712853 710592 0 -1 4194368 76808 0 0 0 171 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713060] ppid=712850 vsize=9342952 memory=1996 CPUtime=1.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713060/stat : 713060 (fscip) R 712850 712853 710592 0 -1 4194368 77454 0 0 0 170 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713061] ppid=712850 vsize=9342952 memory=2268 CPUtime=1.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713061/stat : 713061 (fscip) R 712850 712853 710592 0 -1 4194368 76911 0 0 0 171 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713062] ppid=712850 vsize=9342952 memory=280757449113320 CPUtime=1.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713062/stat : 713062 (fscip) R 712850 712853 710592 0 -1 4194368 76960 0 0 0 170 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713063] ppid=712850 vsize=9342952 memory=0 CPUtime=1.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713063/stat : 713063 (fscip) R 712850 712853 710592 0 -1 4194368 69784 0 0 0 169 17 0 0 20 0 41 0 126184925 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713064] ppid=712850 vsize=9342952 memory=0 CPUtime=1.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713064/stat : 713064 (fscip) R 712850 712853 710592 0 -1 4194368 69685 0 0 0 169 15 0 0 20 0 41 0 126184926 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713065] ppid=712850 vsize=9342952 memory=280757449192192 CPUtime=1.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713065/stat : 713065 (fscip) R 712850 712853 710592 0 -1 4194368 76604 0 0 0 167 18 0 0 20 0 41 0 126184926 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713066] ppid=712850 vsize=9342952 memory=280757448880704 CPUtime=1.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713066/stat : 713066 (fscip) R 712850 712853 710592 0 -1 4194368 69675 0 0 0 171 16 0 0 20 0 41 0 126184926 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713067] ppid=712850 vsize=9342952 memory=2152 CPUtime=1.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713067/stat : 713067 (fscip) R 712850 712853 710592 0 -1 4194368 76911 0 0 0 170 17 0 0 20 0 41 0 126184926 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713068] ppid=712850 vsize=9342952 memory=104 CPUtime=1.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713068/stat : 713068 (fscip) R 712850 712853 710592 0 -1 4194368 76827 0 0 0 168 17 0 0 20 0 41 0 126184926 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713091] ppid=712850 vsize=9342952 memory=11424 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713091/stat : 713091 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713092] ppid=712850 vsize=9342952 memory=35008 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713092/stat : 713092 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713093] ppid=712850 vsize=9342952 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713093/stat : 713093 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713094] ppid=712850 vsize=9342952 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713094/stat : 713094 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713095] ppid=712850 vsize=9342952 memory=4138192 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713095/stat : 713095 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713096] ppid=712850 vsize=9342952 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713096/stat : 713096 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713097] ppid=712850 vsize=9342952 memory=7644 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713097/stat : 713097 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713098] ppid=712850 vsize=9342952 memory=26960 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713098/stat : 713098 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713099] ppid=712850 vsize=9342952 memory=5432 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713099/stat : 713099 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713100] ppid=712850 vsize=9342952 memory=280757449039952 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713100/stat : 713100 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713101] ppid=712850 vsize=9342952 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713101/stat : 713101 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713102] ppid=712850 vsize=9342952 memory=35008 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713102/stat : 713102 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713103] ppid=712850 vsize=9342952 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713103/stat : 713103 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713104] ppid=712850 vsize=9342952 memory=7878636183284722281 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713104/stat : 713104 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713105] ppid=712850 vsize=9342952 memory=7176 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713105/stat : 713105 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713106] ppid=712850 vsize=9342952 memory=36248 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713106/stat : 713106 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713107] ppid=712850 vsize=9342952 memory=6628 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713107/stat : 713107 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713108] ppid=712850 vsize=9342952 memory=20572 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713108/stat : 713108 (fscip) S 712850 712853 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126185287 9567182848 2126132 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0

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

/proc/712853/task/713097/stat : 713097 (fscip) S 712850 712853 710592 0 -1 1077936192 291 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713098] ppid=712850 vsize=50277544 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713098/stat : 713098 (fscip) S 712850 712853 710592 0 -1 1077936192 477 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713099] ppid=712850 vsize=50277544 memory=35872236 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713099/stat : 713099 (fscip) S 712850 712853 710592 0 -1 1077936192 299 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713100] ppid=712850 vsize=50277544 memory=35910788 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713100/stat : 713100 (fscip) S 712850 712853 710592 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713101] ppid=712850 vsize=50277544 memory=35867900 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713101/stat : 713101 (fscip) S 712850 712853 710592 0 -1 1077936192 295 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713102] ppid=712850 vsize=50277544 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713102/stat : 713102 (fscip) S 712850 712853 710592 0 -1 1077936192 669 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713103] ppid=712850 vsize=50277544 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713103/stat : 713103 (fscip) S 712850 712853 710592 0 -1 1077936192 150 0 0 0 0 2 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713104] ppid=712850 vsize=50277544 memory=6720659952559602538 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713104/stat : 713104 (fscip) S 712850 712853 710592 0 -1 1077936192 453 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713105] ppid=712850 vsize=50277544 memory=3672 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713105/stat : 713105 (fscip) S 712850 712853 710592 0 -1 1077936192 721 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713106] ppid=712850 vsize=50277544 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713106/stat : 713106 (fscip) S 712850 712853 710592 0 -1 1077936192 264 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713107] ppid=712850 vsize=50277544 memory=10392 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713107/stat : 713107 (fscip) S 712850 712853 710592 0 -1 1077936192 640 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713108] ppid=712850 vsize=50277544 memory=5432 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713108/stat : 713108 (fscip) S 712850 712853 710592 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713109] ppid=712850 vsize=50277544 memory=16108 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713109/stat : 713109 (fscip) S 712850 712853 710592 0 -1 1077936192 207 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713110] ppid=712850 vsize=50277544 memory=5432 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713110/stat : 713110 (fscip) S 712850 712853 710592 0 -1 1077936192 591 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8969950 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
Current children cumulated CPU time: 71782.7 s
Current children cumulated vsize: 50277544 KiB
Current children cumulated memory: 35879800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3653.3 s]
/proc/loadavg: 75.77 79.39 80.11 43/944 715131
/proc/meminfo: memFree=641697744/790760800 swapFree=131071996/131071996
[pid=712853] ppid=712850 vsize=50277544 memory=35906824 CPUtime=72000.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/stat : 712853 (fscip) S 712850 712853 710592 0 -1 1077936128 70578647 0 0 0 7187538 12546 0 0 20 0 41 0 126182950 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
/proc/712853/statm: 12569386 8976706 3334 3035 0 12341530 0
[pid=712853/tid=713049] ppid=712850 vsize=50277544 memory=0 CPUtime=3602.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713049/stat : 713049 (fscip) R 712850 712853 710592 0 -1 4194368 2121626 0 0 0 359989 238 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713050] ppid=712850 vsize=50277544 memory=25333125866717268 CPUtime=3597.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713050/stat : 713050 (fscip) R 712850 712853 710592 0 -1 4194368 3796707 0 0 0 359129 639 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713051] ppid=712850 vsize=50277544 memory=280757448884400 CPUtime=3596.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713051/stat : 713051 (fscip) R 712850 712853 710592 0 -1 4194368 5820100 0 0 0 358639 967 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713052] ppid=712850 vsize=50277544 memory=280757451359552 CPUtime=3605 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713052/stat : 713052 (fscip) R 712850 712853 710592 0 -1 4194368 2149498 0 0 0 360223 277 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713053] ppid=712850 vsize=50277544 memory=280757451107344 CPUtime=3604.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713053/stat : 713053 (fscip) R 712850 712853 710592 0 -1 4194368 3379128 0 0 0 359918 561 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713054] ppid=712850 vsize=50277544 memory=35563416 CPUtime=3599.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713054/stat : 713054 (fscip) R 712850 712853 710592 0 -1 4194368 5790255 0 0 0 358830 1109 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713055] ppid=712850 vsize=50277544 memory=35753236 CPUtime=3603.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713055/stat : 713055 (fscip) R 712850 712853 710592 0 -1 4194368 2285651 0 0 0 360151 247 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713056] ppid=712850 vsize=50277544 memory=6720659952559602538 CPUtime=3602.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713056/stat : 713056 (fscip) R 712850 712853 710592 0 -1 4194368 4133117 0 0 0 359633 643 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713057] ppid=712850 vsize=50277544 memory=2388 CPUtime=3597.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713057/stat : 713057 (fscip) R 712850 712853 710592 0 -1 4194368 6007012 0 0 0 358742 1026 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713058] ppid=712850 vsize=50277544 memory=0 CPUtime=3601.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713058/stat : 713058 (fscip) R 712850 712853 710592 0 -1 4194368 1873683 0 0 0 359868 277 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713059] ppid=712850 vsize=50277544 memory=6856 CPUtime=3599.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713059/stat : 713059 (fscip) R 712850 712853 710592 0 -1 4194368 3236677 0 0 0 359362 577 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713060] ppid=712850 vsize=50277544 memory=104 CPUtime=3595.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713060/stat : 713060 (fscip) R 712850 712853 710592 0 -1 4194368 4403499 0 0 0 358824 686 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713061] ppid=712850 vsize=50277544 memory=10392 CPUtime=3600.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713061/stat : 713061 (fscip) R 712850 712853 710592 0 -1 4194368 2051478 0 0 0 359824 261 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713062] ppid=712850 vsize=50277544 memory=6935649341693650520 CPUtime=3596.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713062/stat : 713062 (fscip) R 712850 712853 710592 0 -1 4194368 845949 0 0 0 359461 187 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713063] ppid=712850 vsize=50277544 memory=280757449502112 CPUtime=3583.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713063/stat : 713063 (fscip) R 712850 712853 710592 0 -1 4194368 5082326 0 0 0 357605 769 0 0 20 0 41 0 126184925 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713064] ppid=712850 vsize=50277544 memory=355343 CPUtime=3604.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713064/stat : 713064 (fscip) R 712850 712853 710592 0 -1 4194368 1907352 0 0 0 360142 267 0 0 20 0 41 0 126184926 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713065] ppid=712850 vsize=50277544 memory=25333125866717268 CPUtime=3602.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713065/stat : 713065 (fscip) R 712850 712853 710592 0 -1 4194368 3570131 0 0 0 359197 1085 0 0 20 0 41 0 126184926 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713066] ppid=712850 vsize=50277544 memory=6125422229439240 CPUtime=3600.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713066/stat : 713066 (fscip) R 712850 712853 710592 0 -1 4194368 5443393 0 0 0 359156 860 0 0 20 0 41 0 126184926 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713067] ppid=712850 vsize=50277544 memory=10392 CPUtime=3589.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713067/stat : 713067 (fscip) R 712850 712853 710592 0 -1 4194368 2667138 0 0 0 357803 1117 0 0 20 0 41 0 126184926 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713068] ppid=712850 vsize=50277544 memory=16325789170925620 CPUtime=3596.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713068/stat : 713068 (fscip) R 712850 712853 710592 0 -1 4194368 3444224 0 0 0 359040 629 0 0 20 0 41 0 126184926 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713091] ppid=712850 vsize=50277544 memory=280757450667680 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713091/stat : 713091 (fscip) S 712850 712853 710592 0 -1 1077936192 542 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713092] ppid=712850 vsize=50277544 memory=280757449126496 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713092/stat : 713092 (fscip) S 712850 712853 710592 0 -1 1077936192 296 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713093] ppid=712850 vsize=50277544 memory=35801636 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713093/stat : 713093 (fscip) S 712850 712853 710592 0 -1 1077936192 217 0 0 0 0 2 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713094] ppid=712850 vsize=50277544 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713094/stat : 713094 (fscip) S 712850 712853 710592 0 -1 1077936192 226 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713095] ppid=712850 vsize=50277544 memory=11660 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713095/stat : 713095 (fscip) S 712850 712853 710592 0 -1 1077936192 76 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713096] ppid=712850 vsize=50277544 memory=6720659952559602538 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713096/stat : 713096 (fscip) S 712850 712853 710592 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713097] ppid=712850 vsize=50277544 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713097/stat : 713097 (fscip) S 712850 712853 710592 0 -1 1077936192 291 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713098] ppid=712850 vsize=50277544 memory=280757449136128 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713098/stat : 713098 (fscip) S 712850 712853 710592 0 -1 1077936192 477 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713099] ppid=712850 vsize=50277544 memory=280757449958608 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713099/stat : 713099 (fscip) S 712850 712853 710592 0 -1 1077936192 299 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713100] ppid=712850 vsize=50277544 memory=2396412 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713100/stat : 713100 (fscip) S 712850 712853 710592 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713101] ppid=712850 vsize=50277544 memory=5432 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713101/stat : 713101 (fscip) S 712850 712853 710592 0 -1 1077936192 295 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713102] ppid=712850 vsize=50277544 memory=3625604 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713102/stat : 713102 (fscip) S 712850 712853 710592 0 -1 1077936192 669 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713103] ppid=712850 vsize=50277544 memory=35426804 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713103/stat : 713103 (fscip) S 712850 712853 710592 0 -1 1077936192 150 0 0 0 0 2 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713104] ppid=712850 vsize=50277544 memory=35555840 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713104/stat : 713104 (fscip) S 712850 712853 710592 0 -1 1077936192 453 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713105] ppid=712850 vsize=50277544 memory=35902488 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713105/stat : 713105 (fscip) S 712850 712853 710592 0 -1 1077936192 721 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713106] ppid=712850 vsize=50277544 memory=35872236 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713106/stat : 713106 (fscip) S 712850 712853 710592 0 -1 1077936192 264 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713107] ppid=712850 vsize=50277544 memory=35891684 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713107/stat : 713107 (fscip) S 712850 712853 710592 0 -1 1077936192 640 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713108] ppid=712850 vsize=50277544 memory=3308 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713108/stat : 713108 (fscip) S 712850 712853 710592 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713109] ppid=712850 vsize=50277544 memory=35875480 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713109/stat : 713109 (fscip) S 712850 712853 710592 0 -1 1077936192 207 0 0 0 2 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
[pid=712853/tid=713110] ppid=712850 vsize=50277544 memory=31860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/712853/task/713110/stat : 713110 (fscip) S 712850 712853 710592 0 -1 1077936192 591 0 0 0 3 0 0 0 20 0 41 0 126185287 51484205056 8976706 809668444160 4194304 16623229 140735437294080 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 53641216 140735437300742 140735437300860 140735437300860 140735437307888 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 50277544 KiB
Current children cumulated memory: 35906824 KiB

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

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

# cumulated CPU time of all completed processes:  user=71875.6 s, system=126.53 s

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

[startup+3653.6 s]
/proc/loadavg: 75.77 79.39 80.11 24/905 715131
/proc/meminfo: memFree=645172316/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3654 s]*
/proc/loadavg: 71.55 78.46 79.80 24/905 715131
/proc/meminfo: memFree=666332252/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3654.4 s]
/proc/loadavg: 71.55 78.46 79.80 24/905 715131
/proc/meminfo: memFree=666332252/790760800 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): 3654.42
CPU time (s): 72002.1
CPU user time (s): 71875.6
CPU system time (s): 126.53
CPU usage (%): 1970.28
Max. virtual memory (cumulated for all children) (KiB): 50343080
Max. memory (cumulated for all children) (KiB): 35911196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71875.6
system time used= 126.53
maximum resident set size= 35911808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70578704
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= 1167889
involuntary context switches= 313648


# summary of solver processes directly reported to runsolver:
#   pid: 712853
#   total CPU time (s): 72002.1
#   total CPU user time (s): 71875.6
#   total CPU system time (s): 126.53

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4993 second user time and 83.1747 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 02:39:22
IDJOB=4465233
IDBENCH=147570
IDSOLVER=3094
FILE ID=nodeD101/4465233-1723595961
RUNJOBID= nodeD101-1723592278-710602
SLURM_JOB_ID= 8267897
Free space on /tmp= 8622696 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.10.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-4465233-1723595961/watcher-4465233-1723595961 -o /tmp/evaluation-result-4465233-1723595961/solver-4465233-1723595961 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710602 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465233-1723595961.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 2f02bac70db8db765417c3215803c22b
RANDOM SEED=143301587

nodeD101.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	: 0x5003102
cpu MHz		: 3123.697
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 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	: 0x5003102
cpu MHz		: 2597.094
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2617.511
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2613.735
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3571.426
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 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	: 0x5003102
cpu MHz		: 2639.011
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2643.165
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2642.194
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3425.403
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 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	: 0x5003102
cpu MHz		: 3888.032
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2743.501
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2627.920
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2609.881
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 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	: 0x5003102
cpu MHz		: 2637.832
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2634.845
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2638.489
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2599.415
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 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	: 0x5003102
cpu MHz		: 2639.685
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2631.243
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2636.496
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2591.114
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 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	: 0x5003102
cpu MHz		: 2638.461
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2640.127
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2644.333
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2592.330
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 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	: 0x5003102
cpu MHz		: 2624.255
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2621.131
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2628.966
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2297.105
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 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	: 0x5003102
cpu MHz		: 2648.233
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2640.991
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2646.684
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2621.580
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 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	: 0x5003102
cpu MHz		: 2636.627
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2638.097
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2631.206
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2610.705
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 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	: 0x5003102
cpu MHz		: 2640.705
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3830.887
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3608.454
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2615.186
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 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	: 0x5003102
cpu MHz		: 2626.181
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2632.480
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3632.754
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1823.558
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 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	: 0x5003102
cpu MHz		: 2636.455
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2626.978
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3554.393
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2642.600
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 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	: 0x5003102
cpu MHz		: 2629.613
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2638.053
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3673.505
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3594.247
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 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	: 0x5003102
cpu MHz		: 2644.646
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2637.054
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3502.018
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3567.352
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 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	: 0x5003102
cpu MHz		: 2639.913
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2628.676
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3564.153
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3597.533
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 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	: 0x5003102
cpu MHz		: 2646.168
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2640.956
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3536.022
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3596.922
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 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	: 0x5003102
cpu MHz		: 2624.915
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2625.893
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2565.177
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3598.783
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 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	: 0x5003102
cpu MHz		: 2654.819
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2703.952
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2707.952
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3578.745
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 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	: 0x5003102
cpu MHz		: 2645.648
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2648.289
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2631.230
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3580.636
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 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	: 0x5003102
cpu MHz		: 3881.316
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3811.482
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2656.617
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        709639288 kB
MemAvailable:   766615848 kB
Buffers:         1113868 kB
Cached:         59127000 kB
SwapCached:            0 kB
Active:         18843108 kB
Inactive:       58488640 kB
Active(anon):       2144 kB
Inactive(anon): 17126136 kB
Active(file):   18840964 kB
Inactive(file): 41362504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            167808 kB
Writeback:             0 kB
AnonPages:      17081868 kB
Mapped:           110540 kB
Shmem:             38920 kB
KReclaimable:     382212 kB
Slab:             794620 kB
SReclaimable:     382212 kB
SUnreclaim:       412408 kB
KernelStack:       15056 kB
PageTables:       331608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   122487288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1113600 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4003840 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:      774144 kB
DirectMap2M:    114018304 kB
DirectMap1G:    691011584 kB

Free space on /tmp at the end= 8622708 MiB
End job on nodeD101 at 2024-08-14 03:40:16