Trace number 4465403

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.3 3652.7

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_9_shg.opb
MD5SUM6ff458260e5cc7a1e00e7b04a599a648
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 benchmark42
Best CPU time to get the best result obtained on this benchmark992.421
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7840
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint34
Maximum length of a constraint64
Number of terms in the objective function 7840
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 7840
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7840
Number of bits of the biggest sum of numbers13
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)
1.19/1.22	c Default LC presolving (default).
1.19/1.23	c ** Before presolving: virtualMemUsedAtLc = 741065440, getVmSize() = 579215360, SCIPgetMemUsed() = 381895970, SCIPgetMemTotal() = 545551818, SCIPgetMemExternEstim() = 195513622
1.19/1.23	c ** set memory limit for presolving in LC to 8.79376e+12 for SCIP **
12.12/12.24	c ** Estimated virtualMemUsedAtSolver = 1844507812, getVmSize() = 2751553536, SCIPgetMemUsed() = 1437225233, SCIPgetMemTotal() = 2571248097, SCIPgetMemExternEstim() = 195513622
12.12/12.24	c ** set memory limit for solvers to 4.18281e+11 for each SCIP **
12.12/12.24	c Original Problem   :
12.12/12.24	c   Problem name     : instance-4465403-1723611073
12.12/12.24	c   Variables        : 7840 (7840 binary, 0 integer, 0 implicit integer, 0 continuous)
12.12/12.24	c   Constraints      : 65280
12.12/12.24	c   Objective sense  : minimize
12.12/12.24	c Presolved Problem  :
12.12/12.24	c   Variables        : 7840 (7840 binary, 0 integer, 0 implicit integer, 0 continuous)
12.12/12.24	c   Constraints      : 65280
12.12/12.24	c Constraints        : Number
12.12/12.24	c   logicor          : 65280 
12.12/12.24	c ** Instance transfer method used: 0
12.43/12.53	c ** ParaScipInstance copy does not increase the number of variables. **
17.61/17.70	c LC is working with racing ramp-up and with rebuilding tree after racing.
17.61/17.71	c                                Nodes    Active                                            
17.61/17.71	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
234.73/28.91	c *      29              0           1        20          48.0000                -          -
234.73/28.91	c        29              0           1        20          48.0000                -          -
596.54/47.35	c        47              2           1        20          48.0000           0.0000          -
811.26/58.16	c *      58              3           4        20          42.0000           0.0000          -
811.26/58.16	c        58              3           4        20          42.0000           0.0000          -
915.43/63.44	c        63              3           4        20          42.0000           0.0000          -
1214.70/78.50	c        78             21          22        20          42.0000           0.0000          -
1506.25/93.27	c        93             51          52        20          42.0000           0.0000          -
1609.38/98.43	c        98             81          82        20          42.0000           0.0000          -
1899.80/113.12	c       113            132         131        20          42.0000           0.0000          -
2000.70/118.16	c       118            141         142        20          42.0000           0.0000          -
2182.39/127.36	c       127            141         142        20          42.0000           0.0000          -
2281.47/132.38	c       132            222         223        20          42.0000           0.0000          -
2454.58/141.04	c       141            722         721        20          42.0000           0.0000          -
2553.95/146.05	c       146           1111          61        20          42.0000           0.0000          -
2652.90/151.10	c       151           1150         102        20          42.0000           0.0000          -
2866.64/161.80	c       162           2251        1201        20          42.0000           0.0000          -
2965.75/166.89	c       167           3839        2789        20          42.0000           1.0000          -
3071.43/172.16	c       172           3397        2347        20          42.0000           1.0000          -
3177.53/177.53	c       178           8531        7481        20          42.0000           1.0000          -
3278.79/182.68	c       183           8191        7141        20          42.0000           1.0000          -
3380.00/187.80	c       188           9072        7471        20          42.0000           1.0000          -
3481.22/192.85	c       193           9072        7471        20          42.0000           1.0000          -
3586.93/198.14	c       198           8991        7485        20          42.0000           1.0000          -
3687.32/203.23	c       203           8991        7485        20          42.0000           1.0000          -
3786.42/208.25	c       208          10923        1921        20          42.0000           1.0000          -
3887.53/213.32	c       213          14574        4336        20          42.0000           1.0000          -
3990.66/218.50	c       218          14610        4330        20          42.0000           1.0000          -
4097.76/223.94	c       224          14610        4330        20          42.0000           1.0000          -
4196.89/229.01	c       229          14565        4347        20          42.0000           1.0000          -
4301.94/234.21	c       234          18412        3801        20          42.0000           1.0000          -
4401.12/239.22	c       239          19924        6009        20          42.0000           1.0000          -
4502.33/244.35	c       244          20453        5941        20          42.0000           1.0000          -
4603.53/249.49	c       250          19229        4109        20          42.0000           1.0000          -
4717.53/255.14	c       255          20801        5919        20          42.0000           1.0000          -
4829.86/260.83	c       261          19437        3654        20          42.0000           1.0000          -
4931.03/265.91	c       266          19437        3654        20          42.0000           1.0000          -
5034.56/271.19	c       271          25572        4720        20          42.0000           1.0000          -
5135.10/276.24	c       276          26846        3446        20          42.0000           1.0000          -
5234.25/281.26	c       281          24382        4680        20          42.0000           1.0000          -
5339.40/286.52	c       287          27132        3444        20          42.0000           1.0000          -
5442.57/291.77	c       292          27297        3442        20          42.0000           1.0000          -
5545.68/297.01	c       297          25157        3447        20          42.0000           1.0000          -
5649.37/302.17	c       302          25120        3421        20          42.0000           1.0000          -
5749.84/307.30	c       307          25510        3446        20          42.0000           1.0000          -
5852.99/312.47	c       312          27820        3445        20          42.0000           1.0000          -
5954.13/317.55	c       318          27919        3442        20          42.0000           1.0000          -
6057.22/322.78	c       323          28011        3442        20          42.0000           1.0000          -
6160.23/327.93	c       328          28011        3442        20          42.0000           1.0000          -
6264.08/333.19	c       333          26000        3444        20          42.0000           1.0000          -
6370.33/338.50	c       338          30573        2561        20          42.0000           1.0000          -
6471.33/343.67	c       344          28101        2181        20          42.0000           1.0000          -
6576.34/348.92	c       349          34599        6018        20          42.0000           1.0000          -
6678.12/354.11	c       354          34843        6014        20          42.0000           1.0000          -
6780.58/359.28	c       359          35065        6016        20          42.0000           1.0000          -
6883.78/364.40	c       364          35335        6013        20          42.0000           1.0000          -
6986.93/369.69	c       370          35656        6012        20          42.0000           1.0000          -
7092.10/374.92	c       375          35906        6006        20          42.0000           1.0000          -
7193.91/380.08	c       380          34012        5968        20          42.0000           1.0000          -
7296.48/385.29	c       385          34361        5953        20          42.0000           1.0000          -
7399.66/390.43	c       390          35500        6059        20          42.0000           1.0000          -
7502.81/395.63	c       396          35500        6059        20          42.0000           1.0000          -
7607.84/401.00	c       401          37209        6003        20          42.0000           1.0000          -
7714.80/406.38	c       406          35846        6062        20          42.0000           1.0000          -
7853.54/413.38	c       413          35430        5949        20          42.0000           1.0000          -
7954.61/418.45	c       418          35468        5949        20          42.0000           1.0000          -
8055.57/423.53	c       424          36237        5956        20          42.0000           1.0000          -
8156.67/428.68	c       429          36237        5956        20          42.0000           1.0000          -
8257.79/433.73	c       434          37974        6000        20          42.0000           1.0000          -
8358.83/438.85	c       439          37974        6000        20          42.0000           1.0000          -
8457.80/443.86	c       444          43542        5992        20          42.0000           1.0000          -
8558.82/448.97	c       449          42630        6080        20          42.0000           1.0000          -
8660.54/454.10	c       454          42875        6074        20          42.0000           1.0000          -
8759.66/459.11	c       459          43111        6075        20          42.0000           1.0000          -
8858.91/464.12	c       464          44922        6196        20          42.0000           1.0000          -
8959.85/469.19	c       469          44964        5989        20          42.0000           1.0000          -
9064.28/474.47	c       474          45498        6195        20          42.0000           1.0000          -
9167.40/479.67	c       480          45767        6194        20          42.0000           1.0000          -
9270.49/484.80	c       485          46086        6189        20          42.0000           1.0000          -
9371.60/489.96	c       490          45958        5986        20          42.0000           1.0000          -
9473.46/495.11	c       495          46242        5987        20          42.0000           1.0000          -
9577.86/500.31	c       500          47091        6181        20          42.0000           1.0000          -
9677.02/505.38	c       505              2           1        20          42.0000          36.8353     14.02%
9782.13/510.67	c       511              2           1        20          42.0000          36.8353     14.02%
9885.26/515.84	c       516              2           1        20          42.0000          36.8353     14.02%
9986.41/521.02	c       521              2           1        20          42.0000          36.8353     14.02%
10088.27/526.06	c       526              2           1        20          42.0000          36.8353     14.02%
10192.65/531.31	c       531              2           1        20          42.0000          36.8353     14.02%
10291.77/536.38	c       536              2           1        20          42.0000          36.8353     14.02%
10402.75/541.91	c       542              2           1        20          42.0000          36.8353     14.02%
10504.55/547.06	c       547              2           1        20          42.0000          36.8353     14.02%
10607.05/552.27	c       552              2           1        20          42.0000          36.8353     14.02%
10710.11/557.43	c       557              2           1        20          42.0000          36.8353     14.02%
10815.17/562.78	c       563              2           1        20          42.0000          37.4310     12.21%
10918.28/567.98	c       568              2           1        20          42.0000          37.4310     12.21%
11031.30/573.64	c       574              2           1        20          42.0000          37.4310     12.21%
11132.41/578.75	c       579              2           1        20          42.0000          37.4310     12.21%
11233.35/583.87	c       584              2           1        20          42.0000          37.4310     12.21%
11340.27/589.20	c       589              2           1        20          42.0000          37.4310     12.21%
11443.38/594.43	c       594              2           1        20          42.0000          37.4310     12.21%
11548.32/599.71	c       600              2           1        20          42.0000          37.4310     12.21%
11649.40/604.89	c       605              2           1        20          42.0000          37.4310     12.21%
11750.50/610.03	c       610              2           1        20          42.0000          37.4310     12.21%
11855.58/615.20	c       615              2           1        20          42.0000          37.4310     12.21%
11954.73/620.28	c       620              2           1        20          42.0000          37.4310     12.21%
12055.87/625.34	c       625              2           1        20          42.0000          37.7410     11.28%
12157.04/630.41	c       630              2           1        20          42.0000          37.7410     11.28%
12262.20/635.72	c       636              2           1        20          42.0000          37.7410     11.28%
12365.37/641.03	c       641              2           1        20          42.0000          37.7410     11.28%
12467.28/646.05	c       646              2           1        20          42.0000          38.1775     10.01%
12575.70/651.51	c       652              2           1        20          42.0000          38.1775     10.01%
12678.81/656.76	c       657              2           1        20          42.0000          38.1775     10.01%
12781.92/661.93	c       662              2           1        20          42.0000          38.1775     10.01%
12887.05/667.22	c       667              2           1        20          42.0000          38.1775     10.01%
12990.23/672.49	c       672              2           1        20          42.0000          38.1775     10.01%
13091.42/677.55	c       678              2           1        20          42.0000          38.1775     10.01%
13194.55/682.72	c       683              2           1        20          42.0000          38.1775     10.01%
13293.73/687.80	c       688              2           1        20          42.0000          38.1775     10.01%
13394.93/692.86	c       693              2           1        20          42.0000          38.1775     10.01%
13498.80/698.11	c       698              2           1        20          42.0000          38.1775     10.01%
13603.25/703.37	c       703              2           1        20          42.0000          38.1775     10.01%
13704.47/708.47	c       708              2           1        20          42.0000          38.1775     10.01%
13809.64/713.73	c       714              2           1        20          42.0000          38.1775     10.01%
13912.78/718.97	c       719              2           1        20          42.0000          38.1775     10.01%
14016.58/724.17	c       724              2           1        20          42.0000          38.1775     10.01%
14118.99/729.33	c       729              2           1        20          42.0000          38.1775     10.01%
14224.11/734.65	c       735              2           1        20          42.0000          38.1775     10.01%
14327.23/739.82	c       740              2           1        20          42.0000          38.1775     10.01%
14428.39/745.02	c       745              2           1        20          42.0000          38.1775     10.01%
14535.50/750.36	c       750              2           1        20          42.0000          38.1775     10.01%
14638.69/755.52	c       756              2           1        20          42.0000          38.1775     10.01%
14745.85/760.93	c       761              2           1        20          42.0000          38.1775     10.01%
14849.57/766.14	c       766              2           1        20          42.0000          38.1775     10.01%
14952.17/771.38	c       771              2           1        20          42.0000          38.1775     10.01%
15055.36/776.51	c       777              2           1        20          42.0000          38.1775     10.01%
15156.51/781.68	c       782              2           1        20          42.0000          38.1775     10.01%
15261.66/786.93	c       787              2           3        20          42.0000          38.2442      9.82%
15366.69/792.22	c       792              2           3        20          42.0000          38.2442      9.82%
15469.72/797.43	c       797              2           3        20          42.0000          38.2442      9.82%
15572.77/802.63	c       803              2           3        20          42.0000          38.2442      9.82%
15675.84/807.86	c       808              2           3        20          42.0000          38.2442      9.82%
15782.90/813.22	c       813              2           3        20          42.0000          38.2442      9.82%
15886.03/818.42	c       818              2           3        20          42.0000          38.2442      9.82%
15987.15/823.53	c       824              2           3        20          42.0000          38.2442      9.82%
16090.24/828.76	c       829              2           3        20          42.0000          38.2442      9.82%
16193.30/834.02	c       834              2           3        20          42.0000          38.2442      9.82%
16298.32/839.25	c       839              2           3        20          42.0000          38.2442      9.82%
16401.33/844.47	c       844              2           3        20          42.0000          38.2442      9.82%
16504.39/849.64	c       850              2           3        20          42.0000          38.2442      9.82%
16607.45/854.86	c       855              2           3        20          42.0000          38.2442      9.82%
16711.29/860.04	c       860              2           3        20          42.0000          38.2442      9.82%
16813.61/865.23	c       865              2           3        20          42.0000          38.2442      9.82%
16920.64/870.67	c       871              2           3        20          42.0000          38.2442      9.82%
17025.70/875.95	c       876              2           3        20          42.0000          38.2442      9.82%
17130.74/881.20	c       881              2           3        20          42.0000          38.2442      9.82%
17233.83/886.49	c       886              2           3        20          42.0000          38.2442      9.82%
17338.87/891.75	c       892              2           3        20          42.0000          38.2442      9.82%
17444.65/897.10	c       897              2           3        20          42.0000          38.2442      9.82%
17548.84/902.36	c       902              2           3        20          42.0000          38.2442      9.82%
17653.83/907.63	c       908              2           3        20          42.0000          38.2442      9.82%
17756.89/912.83	c       913              2           3        20          42.0000          38.2442      9.82%
17858.05/917.97	c       918              2           3        20          42.0000          38.2442      9.82%
17959.78/923.10	c       923              2           3        20          42.0000          38.2442      9.82%
18062.27/928.22	c       928              2           3        20          42.0000          38.2442      9.82%
18161.38/933.25	c       933              2           3        20          42.0000          38.2442      9.82%
18260.48/938.27	c       938              2           3        20          42.0000          38.2442      9.82%
18363.55/943.44	c       943              2           3        20          42.0000          38.2442      9.82%
18468.65/948.73	c       949              2           3        20          42.0000          38.2442      9.82%
18571.49/954.00	c       954              2           3        20          42.0000          38.2442      9.82%
18678.37/959.38	c       959              2           3        20          42.0000          38.2442      9.82%
18781.47/964.55	c       965              2           3        20          42.0000          38.2442      9.82%
18884.53/969.78	c       970              2           3        20          42.0000          38.2442      9.82%
18983.44/974.79	c       975              2           3        20          42.0000          38.2442      9.82%
19091.18/980.17	c       980              2           3        20          42.0000          38.2442      9.82%
19195.47/985.49	c       985              2           3        20          42.0000          38.2442      9.82%
19302.51/990.81	c       991              2           3        20          42.0000          38.2442      9.82%
19401.63/995.83	c       996              2           3        20          42.0000          38.2442      9.82%
19508.64/1001.29	c      1001              2           3        20          42.0000          38.2442      9.82%
19611.72/1006.45	c      1006              2           3        20          42.0000          38.2442      9.82%
19714.80/1011.60	c      1012              2           3        20          42.0000          38.2442      9.82%
19822.38/1017.04	c      1017              2           3        20          42.0000          38.2442      9.82%
19923.50/1022.17	c      1022              2           3        20          42.0000          38.2442      9.82%
20027.78/1027.45	c      1027              2           3        20          42.0000          38.2442      9.82%
20132.80/1032.72	c      1033              2           3        20          42.0000          38.2442      9.82%
20233.67/1037.87	c      1038              2           3        20          42.0000          38.2442      9.82%
20339.46/1043.16	c      1043              2           3        20          42.0000          38.2442      9.82%
20441.72/1048.33	c      1048              2           3        20          42.0000          38.2442      9.82%
20544.72/1053.59	c      1054              2           3        20          42.0000          38.2442      9.82%
20649.78/1058.85	c      1059              2           3        20          42.0000          38.2442      9.82%
20755.32/1064.18	c      1064              2           3        20          42.0000          38.2442      9.82%
20854.49/1069.19	c      1069              2           3        20          42.0000          38.2442      9.82%
20962.76/1074.67	c      1075              2           3        20          42.0000          38.2442      9.82%
21065.79/1079.89	c      1080              2           3        20          42.0000          38.2442      9.82%
21169.29/1085.06	c      1085              2           3        20          42.0000          38.2442      9.82%
21273.82/1090.34	c      1090              2           3        20          42.0000          38.2442      9.82%
21378.78/1095.62	c      1096              2           3        20          42.0000          38.2442      9.82%
21481.83/1100.87	c      1101              2           3        20          42.0000          38.2442      9.82%
21582.88/1106.03	c      1106              2           3        20          42.0000          38.2442      9.82%
21687.85/1111.21	c      1111              2           3        20          42.0000          38.2442      9.82%
21788.90/1116.33	c      1116              2           3        20          42.0000          38.2442      9.82%
21889.97/1121.44	c      1121              2           3        20          42.0000          38.2442      9.82%
21998.94/1126.90	c      1127              2           3        20          42.0000          38.2442      9.82%
22103.88/1132.24	c      1132              2           3        20          42.0000          38.2442      9.82%
22206.63/1137.48	c      1137              2           3        20          42.0000          38.2442      9.82%
22311.66/1142.75	c      1143              2           3        20          42.0000          38.2442      9.82%
22414.50/1147.96	c      1148              2           3        20          42.0000          38.2442      9.82%
22521.41/1153.31	c      1153              2           3        20          42.0000          38.2442      9.82%
22622.37/1158.47	c      1158              2           3        20          42.0000          38.2442      9.82%
22725.36/1163.63	c      1164              2           3        20          42.0000          38.2442      9.82%
22828.41/1168.84	c      1169              2           3        20          42.0000          38.2442      9.82%
22934.14/1174.14	c      1174              2           3        20          42.0000          38.2442      9.82%
23034.49/1179.29	c      1179              2           3        20          42.0000          38.2442      9.82%
23135.56/1184.30	c      1184              2           3        20          42.0000          38.2442      9.82%
23242.54/1189.80	c      1190              2           3        20          42.0000          38.2442      9.82%
23350.24/1195.19	c      1195              2           3        20          42.0000          38.2442      9.82%
23454.56/1200.40	c      1200              2           3        20          42.0000          38.2442      9.82%
23557.60/1205.70	c      1206              2           3        20          42.0000          38.2442      9.82%
23662.63/1210.99	c      1211              2           3        20          42.0000          38.2442      9.82%
23771.54/1216.47	c      1216              2           3        20          42.0000          38.2442      9.82%
23872.60/1221.55	c      1222              2           3        20          42.0000          38.2442      9.82%
23977.63/1226.88	c      1227              2           3        20          42.0000          38.2442      9.82%
24078.56/1232.02	c      1232              3           2        20          42.0000          38.2442      9.82%
24177.55/1237.03	c      1237              2           1        20          42.0000          38.2639      9.76%
24282.56/1242.28	c      1242              2           1        20          42.0000          38.2639      9.76%
24389.57/1247.60	c      1248              2           1        20          42.0000          38.2639      9.76%
24494.59/1252.90	c      1253              2           1        20          42.0000          38.2639      9.76%
24598.33/1258.17	c      1258              2           1        20          42.0000          38.2639      9.76%
24698.07/1263.23	c      1263              2           1        20          42.0000          38.2639      9.76%
24801.03/1268.46	c      1268              2           1        20          42.0000          38.2639      9.76%
24902.07/1273.59	c      1274              2           1        20          42.0000          38.2639      9.76%
25005.04/1278.75	c      1279              2           1        20          42.0000          38.2639      9.76%
25106.10/1283.80	c      1284              2           1        20          42.0000          38.2639      9.76%
25205.18/1288.87	c      1289              2           1        20          42.0000          38.2639      9.76%
25308.89/1294.03	c      1294              2           1        20          42.0000          38.2639      9.76%
25409.93/1299.18	c      1299              2           1        20          42.0000          38.2639      9.76%
25514.29/1304.46	c      1304              3           2        20          42.0000          38.4306      9.29%
25615.36/1309.59	c      1310              3           2        20          42.0000          38.4306      9.29%
25722.39/1314.93	c      1315              3           2        20          42.0000          38.4306      9.29%
25827.46/1320.22	c      1320              3           2        20          42.0000          38.4306      9.29%
25932.42/1325.59	c      1326              3           2        20          42.0000          38.4306      9.29%
26037.44/1330.82	c      1331              3           2        20          42.0000          38.4306      9.29%
26138.51/1336.02	c      1336              3           2        20          42.0000          38.4306      9.29%
26243.48/1341.26	c      1341              3           2        20          42.0000          38.4306      9.29%
26342.54/1346.29	c      1346              3           2        20          42.0000          38.4306      9.29%
26443.59/1351.37	c      1351              3           2        20          42.0000          38.4306      9.29%
26546.65/1356.53	c      1357              3           2        20          42.0000          38.4306      9.29%
26649.71/1361.79	c      1362              4           3        20          42.0000          38.4306      9.29%
26750.79/1366.81	c      1367              4           3        20          42.0000          38.4306      9.29%
26849.87/1371.86	c      1372              4           3        20          42.0000          38.4306      9.29%
26950.95/1376.97	c      1377              4           3        20          42.0000          38.4306      9.29%
27050.03/1381.99	c      1382              4           3        20          42.0000          38.4306      9.29%
27153.74/1387.19	c      1387              4           3        20          42.0000          38.4306      9.29%
27260.08/1392.50	c      1393              4           3        20          42.0000          38.4306      9.29%
27361.05/1397.63	c      1398              4           3        20          42.0000          38.4306      9.29%
27460.12/1402.64	c      1403              4           3        20          42.0000          38.4306      9.29%
27561.21/1407.74	c      1408              4           3        20          42.0000          38.4306      9.29%
27664.26/1413.02	c      1413              4           3        20          42.0000          38.4306      9.29%
27769.29/1418.26	c      1418              4           3        20          42.0000          38.4306      9.29%
27872.35/1423.49	c      1423              5           4        20          42.0000          38.4306      9.29%
27977.39/1428.74	c      1429              5           4        20          42.0000          38.4306      9.29%
28085.10/1434.15	c      1434              5           4        20          42.0000          38.4306      9.29%
28191.42/1439.54	c      1440              5           4        20          42.0000          38.4306      9.29%
28301.12/1445.13	c      1445              5           4        20          42.0000          38.4306      9.29%
28403.30/1450.29	c      1450              5           4        20          42.0000          38.4306      9.29%
28508.19/1455.59	c      1456              5           4        20          42.0000          38.4306      9.29%
28609.17/1460.62	c      1461              5           4        20          42.0000          38.4306      9.29%
28708.22/1465.68	c      1466              5           4        20          42.0000          38.4306      9.29%
28813.14/1470.94	c      1471              2           1        20          42.0000          38.6731      8.60%
28916.95/1476.17	c      1476              2           1        20          42.0000          38.6731      8.60%
29021.22/1481.49	c      1482              2           1        20          42.0000          38.6731      8.60%
29124.24/1486.64	c      1487              2           1        20          42.0000          38.6731      8.60%
29227.30/1491.80	c      1492              2           1        20          42.0000          38.6731      8.60%
29328.32/1496.95	c      1497              2           1        20          42.0000          38.6731      8.60%
29427.37/1502.00	c      1502              2           1        20          42.0000          38.6731      8.60%
29531.12/1507.14	c      1507              2           1        20          42.0000          38.6731      8.60%
29631.48/1512.23	c      1512              2           1        20          42.0000          38.6731      8.60%
29740.05/1517.72	c      1518              2           1        20          42.0000          38.6731      8.60%
29842.83/1522.94	c      1523              2           1        20          42.0000          38.6731      8.60%
29947.74/1528.23	c      1528              2           1        20          42.0000          38.6731      8.60%
30052.73/1533.50	c      1534              2           1        20          42.0000          38.6731      8.60%
30153.53/1538.69	c      1539              2           1        20          42.0000          38.6731      8.60%
30258.34/1543.92	c      1544              2           1        20          42.0000          38.6731      8.60%
30363.30/1549.22	c      1549              3           2        20          42.0000          38.7453      8.40%
30466.39/1554.41	c      1554              3           2        20          42.0000          38.7453      8.40%
30569.26/1559.62	c      1560              3           2        20          42.0000          38.7453      8.40%
30674.22/1564.92	c      1565              3           2        20          42.0000          38.7453      8.40%
30773.35/1569.94	c      1570              3           2        20          42.0000          38.7453      8.40%
30872.34/1575.00	c      1575              3           2        20          42.0000          38.7453      8.40%
30977.31/1580.28	c      1580              3           2        20          42.0000          38.7453      8.40%
31082.39/1585.52	c      1586              3           2        20          42.0000          38.7453      8.40%
31185.38/1590.76	c      1591              3           2        20          42.0000          38.7453      8.40%
31293.03/1596.14	c      1596              3           2        20          42.0000          38.7453      8.40%
31401.06/1601.62	c      1602              3           2        20          42.0000          38.7453      8.40%
31504.08/1606.84	c      1607              3           2        20          42.0000          38.7453      8.40%
31609.66/1612.13	c      1612              3           2        20          42.0000          38.7453      8.40%
31713.95/1617.43	c      1617              3           2        20          42.0000          38.7453      8.40%
31816.72/1622.67	c      1623              3           2        20          42.0000          38.7453      8.40%
31921.77/1627.93	c      1628              3           2        20          42.0000          38.7453      8.40%
32026.56/1633.27	c      1633              3           2        20          42.0000          38.7453      8.40%
32131.51/1638.50	c      1639              3           2        20          42.0000          38.7453      8.40%
32234.43/1643.71	c      1644              4           3        20          42.0000          38.7453      8.40%
32340.22/1649.06	c      1649              4           3        20          42.0000          38.7453      8.40%
32444.37/1654.33	c      1654              4           3        20          42.0000          38.7453      8.40%
32545.31/1659.49	c      1660              4           3        20          42.0000          38.7453      8.40%
32648.30/1664.63	c      1665              4           3        20          42.0000          38.7453      8.40%
32747.22/1669.67	c      1670              4           3        20          42.0000          38.7453      8.40%
32848.19/1674.72	c      1675              4           3        20          42.0000          38.7453      8.40%
32949.29/1679.88	c      1680              4           3        20          42.0000          38.7453      8.40%
33054.97/1685.14	c      1685              4           3        20          42.0000          38.7453      8.40%
33154.23/1690.15	c      1690              4           3        20          42.0000          38.7453      8.40%
33256.45/1695.37	c      1695              4           3        20          42.0000          38.7453      8.40%
33365.43/1700.86	c      1701              4           3        20          42.0000          38.7453      8.40%
33472.44/1706.27	c      1706              4           3        20          42.0000          38.7453      8.40%
33577.42/1711.58	c      1712              5           4        20          42.0000          38.7453      8.40%
33682.34/1716.80	c      1717              5           4        20          42.0000          38.7453      8.40%
33783.30/1722.03	c      1722              5           4        20          42.0000          38.7453      8.40%
33886.75/1727.15	c      1727              5           4        20          42.0000          38.7453      8.40%
33988.91/1732.31	c      1732              5           4        20          42.0000          38.7453      8.40%
34087.89/1737.37	c      1737              5           4        20          42.0000          38.7453      8.40%
34188.96/1742.44	c      1742              5           4        20          42.0000          38.7453      8.40%
34290.02/1747.55	c      1748              5           4        20          42.0000          38.7453      8.40%
34389.09/1752.58	c      1753              5           4        20          42.0000          38.7453      8.40%
34492.14/1757.70	c      1758              5           4        20          42.0000          38.7453      8.40%
34591.19/1762.72	c      1763              5           4        20          42.0000          38.7453      8.40%
34692.25/1767.85	c      1768              6           5        20          42.0000          38.7453      8.40%
34791.33/1772.88	c      1773              6           5        20          42.0000          38.7453      8.40%
34895.04/1778.08	c      1778              6           5        20          42.0000          38.7453      8.40%
35001.40/1783.41	c      1783              6           5        20          42.0000          38.7453      8.40%
35106.40/1788.79	c      1789              6           5        20          42.0000          38.7453      8.40%
35209.48/1793.97	c      1794              6           5        20          42.0000          38.7453      8.40%
35316.49/1799.37	c      1799              6           5        20          42.0000          38.7453      8.40%
35419.53/1804.58	c      1805              6           5        20          42.0000          38.7453      8.40%
35526.55/1809.98	c      1810              6           5        20          42.0000          38.7453      8.40%
35628.48/1815.07	c      1815              6           5        20          42.0000          38.7453      8.40%
35730.56/1820.24	c      1820              6           5        20          42.0000          38.7453      8.40%
35839.53/1825.79	c      1826              6           5        20          42.0000          38.7453      8.40%
35940.58/1830.84	c      1831              7           6        20          42.0000          38.7453      8.40%
36039.51/1835.86	c      1836              7           6        20          42.0000          38.7453      8.40%
36140.58/1840.92	c      1841              7           6        20          42.0000          38.7453      8.40%
36242.02/1846.10	c      1846              7           6        20          42.0000          38.7453      8.40%
36346.37/1851.31	c      1851              7           6        20          42.0000          38.7453      8.40%
36447.45/1856.43	c      1856              7           6        20          42.0000          38.7453      8.40%
36546.54/1861.45	c      1861              7           6        20          42.0000          38.7453      8.40%
36655.51/1866.91	c      1867              7           6        20          42.0000          38.7453      8.40%
36759.18/1872.20	c      1872              7           6        20          42.0000          38.7453      8.40%
36867.56/1877.65	c      1878              7           6        20          42.0000          38.7453      8.40%
36972.59/1882.90	c      1883              7           6        20          42.0000          38.7453      8.40%
37077.59/1888.24	c      1888              7           6        20          42.0000          38.7453      8.40%
37186.59/1893.70	c      1894              8           7        20          42.0000          38.7453      8.40%
37285.84/1898.80	c      1899              8           7        20          42.0000          38.7453      8.40%
37388.71/1903.98	c      1904              8           7        20          42.0000          38.7453      8.40%
37497.58/1909.40	c      1909              8           7        20          42.0000          38.7453      8.40%
37598.68/1914.53	c      1915              8           7        20          42.0000          38.7453      8.40%
37699.77/1919.61	c      1920              8           7        20          42.0000          38.7453      8.40%
37800.86/1924.78	c      1925              9           6        20          42.0000          38.7453      8.40%
37903.94/1929.98	c      1930              9           6        20          42.0000          38.7453      8.40%
38010.93/1935.32	c      1935              9           6        20          42.0000          38.7453      8.40%
38111.98/1940.41	c      1940              9           6        20          42.0000          38.7453      8.40%
38219.02/1945.86	c      1946              9           6        20          42.0000          38.7453      8.40%
38324.49/1951.15	c      1951              9           6        20          42.0000          38.7453      8.40%
38434.82/1956.71	c      1957              9           6        20          42.0000          38.7453      8.40%
38538.03/1962.00	c      1962             55          22        20          42.0000          39.0319      7.60%
38642.83/1967.25	c      1967             56          23        20          42.0000          39.0319      7.60%
38743.93/1972.38	c      1972             56          23        20          42.0000          39.0319      7.60%
38845.03/1977.40	c      1977             56          23        20          42.0000          39.0319      7.60%
38948.06/1982.66	c      1983             56          23        20          42.0000          39.0319      7.60%
39053.14/1987.90	c      1988             56          23        20          42.0000          39.0319      7.60%
39152.26/1993.02	c      1993             57          22        20          42.0000          39.0319      7.60%
39259.37/1998.40	c      1998             57          22        20          42.0000          39.0319      7.60%
39360.35/2003.43	c      2003             58          21        20          42.0000          39.0319      7.60%
39459.47/2008.47	c      2008             58          21        20          42.0000          39.0319      7.60%
39566.44/2013.80	c      2014             58          21        20          42.0000          39.0319      7.60%
39665.53/2018.88	c      2019             58          21        20          42.0000          39.0319      7.60%
39771.20/2024.16	c      2024             58          21        20          42.0000          39.0319      7.60%
39877.62/2029.54	c      2030             58          21        20          42.0000          39.0319      7.60%
39980.70/2034.77	c      2035             58          21        20          42.0000          39.0319      7.60%
40081.78/2039.82	c      2040             58          21        20          42.0000          39.0319      7.60%
40182.87/2044.94	c      2045             59          22        20          42.0000          39.0319      7.60%
40284.61/2050.14	c      2050             60          23        20          42.0000          39.0319      7.60%
40385.40/2055.15	c      2055             61          24        20          42.0000          39.0319      7.60%
40487.69/2060.31	c      2060             61          24        20          42.0000          39.0319      7.60%
40586.74/2065.36	c      2065             62          25        20          42.0000          39.0807      7.47%
40685.81/2070.39	c      2070             63          26        20          42.0000          39.0807      7.47%
40788.88/2075.55	c      2076             63          26        20          42.0000          39.0807      7.47%
40887.97/2080.55	c      2081             63          26        20          42.0000          39.0807      7.47%
40989.06/2085.61	c      2086             63          26        20          42.0000          39.0807      7.47%
41088.15/2090.69	c      2091             63          26        20          42.0000          39.0807      7.47%
41193.15/2096.02	c      2096             63          26        20          42.0000          39.0807      7.47%
41300.16/2101.31	c      2101             63          26        20          42.0000          39.0807      7.47%
41403.21/2106.57	c      2107             63          26        20          42.0000          39.0807      7.47%
41508.26/2111.81	c      2112             63          26        20          42.0000          39.0807      7.47%
41607.53/2116.89	c      2117             63          26        20          42.0000          39.0807      7.47%
41714.26/2122.21	c      2122             63          26        20          42.0000          39.0807      7.47%
41819.25/2127.59	c      2128             63          26        20          42.0000          39.0807      7.47%
41924.30/2132.80	c      2133             63          26        20          42.0000          39.0807      7.47%
42028.00/2138.04	c      2138             63          26        20          42.0000          39.0807      7.47%
42127.15/2143.11	c      2143             63          26        20          42.0000          39.0807      7.47%
42228.23/2148.14	c      2148             63          26        20          42.0000          39.0807      7.47%
42330.57/2153.32	c      2153             62          19        20          42.0000          39.1073      7.40%
42433.63/2158.57	c      2159             63          20        20          42.0000          39.1073      7.40%
42534.69/2163.66	c      2164             64          21        20          42.0000          39.1073      7.40%
42642.37/2169.07	c      2169             65          22        20          42.0000          39.1073      7.40%
42746.47/2174.33	c      2174             68          21        20          42.0000          39.1073      7.40%
42845.18/2179.35	c      2179             70          21        20          42.0000          39.1073      7.40%
42948.19/2184.56	c      2185             70          21        20          42.0000          39.1073      7.40%
43053.24/2189.89	c      2190             71          22        20          42.0000          39.1073      7.40%
43152.33/2194.89	c      2195             72          23        20          42.0000          39.1073      7.40%
43253.42/2199.95	c      2200             72          23        20          42.0000          39.1073      7.40%
43352.51/2205.00	c      2205             26          11        20          42.0000          39.1794      7.20%
43456.26/2210.15	c      2210             27          12        20          42.0000          39.1794      7.20%
43560.60/2215.48	c      2215             28          13        20          42.0000          39.2359      7.04%
43665.38/2220.73	c      2221             30          15        20          42.0000          39.2359      7.04%
43774.30/2226.23	c      2226             30          15        20          42.0000          39.2359      7.04%
43877.22/2231.47	c      2231             31          16        20          42.0000          39.2359      7.04%
43982.27/2236.70	c      2237             32          17        20          42.0000          39.2359      7.04%
44085.26/2242.03	c      2242             32          17        20          42.0000          39.2359      7.04%
44190.27/2247.21	c      2247             32          17        20          42.0000          39.2359      7.04%
44291.33/2252.33	c      2252             32          17        20          42.0000          39.2359      7.04%
44392.40/2257.46	c      2257             32          17        20          42.0000          39.2359      7.04%
44499.42/2262.84	c      2263             32          17        20          42.0000          39.2359      7.04%
44600.49/2267.94	c      2268             32          17        20          42.0000          39.2359      7.04%
44702.45/2273.09	c      2273             32          17        20          42.0000          39.2359      7.04%
44806.06/2278.36	c      2278             32          17        20          42.0000          39.2359      7.04%
44912.84/2283.71	c      2284             32          17        20          42.0000          39.2359      7.04%
45011.88/2288.77	c      2289             32          17        20          42.0000          39.2359      7.04%
45112.96/2293.84	c      2294             32          17        20          42.0000          39.2359      7.04%
45212.04/2298.86	c      2299             33          18        20          42.0000          39.2359      7.04%
45311.09/2303.88	c      2304             34          19        20          42.0000          39.2359      7.04%
45412.17/2308.97	c      2309             52          31        20          42.0000          39.2384      7.04%
45511.10/2314.00	c      2314             52          31        20          42.0000          39.2384      7.04%
45612.66/2319.04	c      2319             52          31        20          42.0000          39.2384      7.04%
45711.82/2324.12	c      2324             52          31        20          42.0000          39.2384      7.04%
45812.84/2329.18	c      2329             53          32        20          42.0000          39.2384      7.04%
45913.24/2334.21	c      2334             56          31        20          42.0000          39.2384      7.04%
46012.34/2339.29	c      2339             57          32        20          42.0000          39.2384      7.04%
46117.39/2344.51	c      2345             57          32        20          42.0000          39.2384      7.04%
46216.37/2349.57	c      2350             57          32        20          42.0000          39.2384      7.04%
46319.43/2354.72	c      2355             57          32        20          42.0000          39.2384      7.04%
46420.50/2359.80	c      2360             57          32        20          42.0000          39.2384      7.04%
46521.52/2364.95	c      2365             57          32        20          42.0000          39.2384      7.04%
46623.28/2370.07	c      2370             57          32        20          42.0000          39.2384      7.04%
46722.46/2375.13	c      2375             58          33        20          42.0000          39.2384      7.04%
46826.67/2380.31	c      2380             60          33        20          42.0000          39.2384      7.04%
46931.58/2385.62	c      2386             61          32        20          42.0000          39.2384      7.04%
47036.55/2390.90	c      2391             63          32        20          42.0000          39.2384      7.04%
47143.39/2396.34	c      2396             63          32        20          42.0000          39.2384      7.04%
47246.44/2401.53	c      2402             65          34        20          42.0000          39.2384      7.04%
47347.35/2406.65	c      2407             66          35        20          42.0000          39.2384      7.04%
47446.43/2411.68	c      2412             66          35        20          42.0000          39.2384      7.04%
47551.46/2416.93	c      2417             66          35        20          42.0000          39.2384      7.04%
47650.55/2422.03	c      2422             66          35        20          42.0000          39.2384      7.04%
47754.24/2427.17	c      2427             68          37        20          42.0000          39.2384      7.04%
47858.61/2432.45	c      2432             69          38        20          42.0000          39.2384      7.04%
47965.64/2437.87	c      2438             69          38        20          42.0000          39.2384      7.04%
48066.72/2443.00	c      2443             71          40        20          42.0000          39.2384      7.04%
48168.45/2448.08	c      2448             72          41        20          42.0000          39.2549      6.99%
48269.66/2453.14	c      2453             73          40        20          42.0000          39.2549      6.99%
48368.57/2458.15	c      2458             75          38        20          42.0000          39.2549      6.99%
48470.77/2463.34	c      2463             77          38        20          42.0000          39.2549      6.99%
48571.84/2468.43	c      2468             78          37        20          42.0000          39.2549      6.99%
48670.90/2473.44	c      2473             79          36        20          42.0000          39.2549      6.99%
48773.97/2478.66	c      2479             79          36        20          42.0000          39.2549      6.99%
48874.97/2483.78	c      2484             80          37        20          42.0000          39.2549      6.99%
48983.96/2489.27	c      2489             80          37        20          42.0000          39.2549      6.99%
49088.85/2494.57	c      2495             42          27        20          42.0000          39.3355      6.77%
49191.80/2499.73	c      2500             42          27        20          42.0000          39.3355      6.77%
49290.89/2504.74	c      2505             42          27        20          42.0000          39.3355      6.77%
49391.97/2509.86	c      2510             42          27        20          42.0000          39.3355      6.77%
49493.02/2515.01	c      2515             43          28        20          42.0000          39.3355      6.77%
49594.91/2520.14	c      2520             44          29        20          42.0000          39.3355      6.77%
49698.99/2525.34	c      2525             45          30        20          42.0000          39.3355      6.77%
49800.06/2530.42	c      2530             46          31        20          42.0000          39.3355      6.77%
49901.13/2535.52	c      2536             47          32        20          42.0000          39.3355      6.77%
50002.20/2540.69	c      2541             48          33        20          42.0000          39.3355      6.77%
50105.17/2545.87	c      2546             49          32        20          42.0000          39.3355      6.77%
50206.22/2550.91	c      2551             49          32        20          42.0000          39.3355      6.77%
50307.92/2556.04	c      2556             49          32        20          42.0000          39.3355      6.77%
50409.06/2561.15	c      2561             49          32        20          42.0000          39.3355      6.77%
50509.41/2566.24	c      2566             49          32        20          42.0000          39.3355      6.77%
50608.49/2571.29	c      2571             49          32        20          42.0000          39.3355      6.77%
50711.35/2576.43	c      2576             49          32        20          42.0000          39.3355      6.77%
50814.03/2581.61	c      2582             49          32        20          42.0000          39.3355      6.77%
50919.06/2586.93	c      2587             49          32        20          42.0000          39.3355      6.77%
51020.97/2592.12	c      2592             50          33        20          42.0000          39.4490      6.47%
51122.03/2597.18	c      2597             51          32        20          42.0000          39.4490      6.47%
51222.17/2602.23	c      2602             52          33        20          42.0000          39.5215      6.27%
51321.19/2607.29	c      2607             53          34        20          42.0000          39.5215      6.27%
51424.22/2612.44	c      2612             54          35        20          42.0000          39.5215      6.27%
51523.22/2617.47	c      2617             55          36        20          42.0000          39.5263      6.26%
51628.22/2622.74	c      2623             56          37        20          42.0000          39.5263      6.26%
51729.28/2627.85	c      2628             56          37        20          42.0000          39.5263      6.26%
51830.33/2632.98	c      2633             57          38        20          42.0000          39.5263      6.26%
51932.06/2638.04	c      2638             58          39        20          42.0000          39.5263      6.26%
52030.93/2643.11	c      2643             58          39        20          42.0000          39.5263      6.26%
52137.25/2648.40	c      2648             59          40        20          42.0000          39.5263      6.26%
52238.03/2653.57	c      2654             59          40        20          42.0000          39.5263      6.26%
52339.09/2658.66	c      2659             60          41        20          42.0000          39.5263      6.26%
52446.91/2664.05	c      2664             61          42        20          42.0000          39.5263      6.26%
52547.82/2669.17	c      2669             63          42        20          42.0000          39.5263      6.26%
52654.02/2674.51	c      2675             63          42        20          42.0000          39.5263      6.26%
52753.11/2679.52	c      2680             63          42        20          42.0000          39.5263      6.26%
52852.19/2684.55	c      2685             63          42        20          42.0000          39.5263      6.26%
52953.26/2689.67	c      2690             66          43        20          42.0000          39.5263      6.26%
53060.76/2695.09	c      2695             67          44        20          42.0000          39.5263      6.26%
53165.04/2700.40	c      2700             67          44        20          42.0000          39.5263      6.26%
53266.11/2705.41	c      2705             69          46        20          42.0000          39.5263      6.26%
53365.19/2710.47	c      2710             69          46        20          42.0000          39.5263      6.26%
53468.24/2715.64	c      2716             69          46        20          42.0000          39.5263      6.26%
53576.07/2721.07	c      2721             69          46        20          42.0000          39.5263      6.26%
53677.86/2726.26	c      2726             69          46        20          42.0000          39.5263      6.26%
53778.69/2731.35	c      2731             69          46        20          42.0000          39.5263      6.26%
53879.80/2736.48	c      2736            102          37        20          42.0000          39.5439      6.21%
53984.56/2741.80	c      2742            103          38        20          42.0000          39.5439      6.21%
54092.21/2747.18	c      2747            106          37        20          42.0000          39.5439      6.21%
54194.52/2752.33	c      2752            107          38        20          42.0000          39.5439      6.21%
54295.59/2757.46	c      2757            108          39        20          42.0000          39.5439      6.21%
54396.57/2762.52	c      2763            108          39        20          42.0000          39.5439      6.21%
54497.40/2767.66	c      2768            110          37        20          42.0000          39.5439      6.21%
54600.40/2772.84	c      2773            110          37        20          42.0000          39.5439      6.21%
54699.48/2777.88	c      2778            110          37        20          42.0000          39.5439      6.21%
54798.56/2782.89	c      2783            110          37        20          42.0000          39.5439      6.21%
54899.58/2787.98	c      2788            110          37        20          42.0000          39.5439      6.21%
55004.60/2793.20	c      2793            110          37        20          42.0000          39.5439      6.21%
55105.66/2798.36	c      2798            110          37        20          42.0000          39.5439      6.21%
55206.71/2803.45	c      2803            110          37        20          42.0000          39.5439      6.21%
55307.60/2808.56	c      2809            111          38        20          42.0000          39.5439      6.21%
55406.49/2813.59	c      2814            112          39        20          42.0000          39.6090      6.04%
55507.57/2818.66	c      2819            113          40        20          42.0000          39.6090      6.04%
55615.33/2824.06	c      2824            113          40        20          42.0000          39.6090      6.04%
55719.64/2829.38	c      2829            114          41        20          42.0000          39.6090      6.04%
55822.69/2834.53	c      2835            115          42        20          42.0000          39.6090      6.04%
55923.78/2839.66	c      2840            117          42        20          42.0000          39.6090      6.04%
56028.81/2844.92	c      2845            117          42        20          42.0000          39.6090      6.04%
56127.87/2849.93	c      2850            119          42        20          42.0000          39.6090      6.04%
56231.58/2855.14	c      2855            120          41        20          42.0000          39.6090      6.04%
56335.95/2860.46	c      2860            120          41        20          42.0000          39.6090      6.04%
56440.99/2865.73	c      2866            123          42        20          42.0000          39.6090      6.04%
56548.65/2871.17	c      2871            123          42        20          42.0000          39.6090      6.04%
56648.98/2876.24	c      2876            123          42        20          42.0000          39.6090      6.04%
56752.02/2881.42	c      2881            123          42        20          42.0000          39.6090      6.04%
56851.03/2886.44	c      2886            124          43        20          42.0000          39.6090      6.04%
56949.79/2891.45	c      2891            124          43        20          42.0000          39.6090      6.04%
57050.86/2896.51	c      2897            124          43        20          42.0000          39.6090      6.04%
57151.93/2901.66	c      2902            125          44        20          42.0000          39.6090      6.04%
57254.93/2906.81	c      2907            127          42        20          42.0000          39.6090      6.04%
57361.61/2912.24	c      2912            127          42        20          42.0000          39.6090      6.04%
57460.69/2917.28	c      2917            128          43        20          42.0000          39.6740      5.86%
57563.75/2922.46	c      2922            129          44        20          42.0000          39.6740      5.86%
57670.79/2927.87	c      2928            129          44        20          42.0000          39.6740      5.86%
57771.80/2932.99	c      2933            129          44        20          42.0000          39.6740      5.86%
57876.99/2938.26	c      2938            131          44        20          42.0000          39.6740      5.86%
57975.66/2943.29	c      2943            131          44        20          42.0000          39.6740      5.86%
58076.72/2948.36	c      2948            131          44        20          42.0000          39.6740      5.86%
58179.77/2953.53	c      2954            131          44        20          42.0000          39.6740      5.86%
58282.77/2958.79	c      2959            131          44        20          42.0000          39.6740      5.86%
58383.80/2963.83	c      2964            131          44        20          42.0000          39.6740      5.86%
58487.43/2969.11	c      2969            131          44        20          42.0000          39.6740      5.86%
58593.65/2974.44	c      2974            133          44        20          42.0000          39.7175      5.75%
58694.73/2979.52	c      2980            133          44        20          42.0000          39.7175      5.75%
58801.77/2984.91	c      2985            134          45        20          42.0000          39.7175      5.75%
58912.46/2990.54	c      2991            134          45        20          42.0000          39.7175      5.75%
59019.43/2995.93	c      2996            134          45        20          42.0000          39.7175      5.75%
59118.52/3001.03	c      3001            138          43        20          42.0000          39.7175      5.75%
59223.53/3006.20	c      3006            139          44        20          42.0000          39.7175      5.75%
59322.60/3011.26	c      3011            139          44        20          42.0000          39.7175      5.75%
59429.62/3016.65	c      3017            140          45        20          42.0000          39.7175      5.75%
59534.61/3021.96	c      3022            140          45        20          42.0000          39.7175      5.75%
59633.59/3027.02	c      3027            140          45        20          42.0000          39.7175      5.75%
59742.58/3032.42	c      3032            140          45        20          42.0000          39.7175      5.75%
59849.61/3037.80	c      3038            142          45        20          42.0000          39.7665      5.62%
59953.37/3043.12	c      3043            144          45        20          42.0000          39.7665      5.62%
60059.70/3048.43	c      3048            145          46        20          42.0000          39.7665      5.62%
60164.76/3053.73	c      3054            146          47        20          42.0000          39.7665      5.62%
60265.83/3058.88	c      3059            149          46        20          42.0000          39.7665      5.62%
60369.75/3064.10	c      3064            151          44        20          42.0000          39.7665      5.62%
60468.66/3069.12	c      3069            151          44        20          42.0000          39.7665      5.62%
60567.66/3074.13	c      3074            152          45        20          42.0000          39.7809      5.58%
60671.90/3079.38	c      3079            153          46        20          42.0000          39.7809      5.58%
60776.92/3084.63	c      3085            153          46        20          42.0000          39.7809      5.58%
60875.85/3089.64	c      3090            154          45        20          42.0000          39.7809      5.58%
60980.81/3094.92	c      3095            155          44        20          42.0000          39.7809      5.58%
61084.59/3100.18	c      3100            155          44        20          42.0000          39.7809      5.58%
61194.91/3105.77	c      3106            155          44        20          42.0000          39.7809      5.58%
61297.69/3110.96	c      3111            155          44        20          42.0000          39.7809      5.58%
61401.40/3116.16	c      3116            155          44        20          42.0000          39.7809      5.58%
61501.67/3121.29	c      3121            155          44        20          42.0000          39.7809      5.58%
61602.67/3126.38	c      3126            155          44        20          42.0000          39.7809      5.58%
61705.63/3131.55	c      3132            157          44        20          42.0000          39.7809      5.58%
61806.69/3136.62	c      3137            164          33        20          42.0000          39.8153      5.49%
61905.79/3141.69	c      3142            165          34        20          42.0000          39.8153      5.49%
62010.76/3146.91	c      3147            166          33        20          42.0000          39.8153      5.49%
62109.54/3152.04	c      3152            167          32        20          42.0000          39.8153      5.49%
62214.53/3157.21	c      3157            167          32        20          42.0000          39.8153      5.49%
62313.59/3162.29	c      3162            167          32        20          42.0000          39.8153      5.49%
62414.65/3167.30	c      3167            168          33        20          42.0000          39.8628      5.36%
62513.50/3172.31	c      3172            168          33        20          42.0000          39.8628      5.36%
62612.29/3177.31	c      3177            168          33        20          42.0000          39.8628      5.36%
62713.27/3182.49	c      3182            168          33        20          42.0000          39.8628      5.36%
62812.19/3187.49	c      3188            171          32        20          42.0000          39.8628      5.36%
62915.24/3192.67	c      3193            171          32        20          42.0000          39.8628      5.36%
63018.29/3197.82	c      3198            171          32        20          42.0000          39.8628      5.36%
63117.36/3202.89	c      3203            172          33        20          42.0000          39.8628      5.36%
63224.30/3208.25	c      3208            174          33        20          42.0000          39.8628      5.36%
63325.37/3213.32	c      3213            175          32        20          42.0000          39.8628      5.36%
63428.31/3218.56	c      3219            175          32        20          42.0000          39.8628      5.36%
63529.38/3223.65	c      3224            175          32        20          42.0000          39.8628      5.36%
63628.47/3228.69	c      3229            175          32        20          42.0000          39.8628      5.36%
63729.68/3233.76	c      3234            176          31        20          42.0000          39.8628      5.36%
63836.76/3239.18	c      3239            178          31        20          42.0000          39.8628      5.36%
63943.14/3244.56	c      3245            178          31        20          42.0000          39.8628      5.36%
64049.87/3249.91	c      3250            178          31        20          42.0000          39.8628      5.36%
64148.96/3254.97	c      3255            178          31        20          42.0000          39.8628      5.36%
64250.75/3260.11	c      3260            180          31        20          42.0000          39.9219      5.21%
64349.78/3265.12	c      3265            181          32        20          42.0000          39.9219      5.21%
64448.93/3270.14	c      3270            183          30        20          42.0000          39.9219      5.21%
64550.00/3275.15	c      3275            184          31        20          42.0000          39.9219      5.21%
64650.31/3280.24	c      3280            186          31        20          42.0000          39.9219      5.21%
64755.35/3285.51	c      3286            187          30        20          42.0000          39.9219      5.21%
64854.44/3290.56	c      3291            187          30        20          42.0000          39.9219      5.21%
64953.54/3295.57	c      3296            187          30        20          42.0000          39.9219      5.21%
65054.62/3300.60	c      3301            188          31        20          42.0000          39.9219      5.21%
65159.66/3305.91	c      3306            189          30        20          42.0000          39.9219      5.21%
65266.64/3311.35	c      3311            189          30        20          42.0000          39.9219      5.21%
65365.54/3316.38	c      3316            190          29        20          42.0000          39.9219      5.21%
65470.30/3321.68	c      3322            190          29        20          42.0000          39.9219      5.21%
65575.32/3326.95	c      3327            193          28        20          42.0000          39.9920      5.02%
65677.08/3332.12	c      3332            194          27        20          42.0000          39.9920      5.02%
65779.38/3337.28	c      3337            197          24        20          42.0000          39.9920      5.02%
65882.62/3342.43	c      3342            197          24        20          42.0000          39.9920      5.02%
65985.17/3347.61	c      3348            199          22        20          42.0000          39.9920      5.02%
66086.23/3352.74	c      3353            199          22        20          42.0000          39.9920      5.02%
66185.27/3357.78	c      3358            199          22        20          42.0000          39.9920      5.02%
66286.16/3362.87	c      3363            199          22        20          42.0000          39.9920      5.02%
66387.15/3367.91	c      3368            199          22        20          42.0000          39.9920      5.02%
66486.23/3372.93	c      3373            200          23        20          42.0000          39.9920      5.02%
66587.99/3378.04	c      3378            202          23        20          42.0000          39.9920      5.02%
66687.09/3383.11	c      3383            202          23        20          42.0000          39.9920      5.02%
66788.04/3388.15	c      3388            204          21        20          42.0000          39.9920      5.02%
66886.72/3393.20	c      3393            206          19        20          42.0000          39.9920      5.02%
66989.09/3398.38	c      3398            206          19        20          42.0000          39.9920      5.02%
67094.05/3403.68	c      3404            206          19        20          42.0000          39.9920      5.02%
67205.01/3409.26	c      3409            206          19        20          42.0000          39.9920      5.02%
67307.68/3414.45	c      3414            206          19        20          42.0000          39.9920      5.02%
67408.69/3419.58	c      3420            206          19        20          42.0000          39.9920      5.02%
67511.70/3424.76	c      3425            206          21        20          42.0000          39.9920      5.02%
67612.56/3429.83	c      3430            210          17        20          42.0000          39.9920      5.02%
67718.20/3435.19	c      3435            210          17        20          42.0000          39.9920      5.02%
67818.35/3440.26	c      3440            211          18        20          42.0000          39.9920      5.02%
67919.43/3445.37	c      3445            213          16        20          42.0000          39.9920      5.02%
68024.37/3450.63	c      3451            213          16        20          42.0000          39.9920      5.02%
68134.02/3456.17	c      3456            213          16        20          42.0000          39.9920      5.02%
68236.12/3461.30	c      3461            213          16        20          42.0000          39.9920      5.02%
68335.16/3466.35	c      3466            215          16        20          42.0000          39.9920      5.02%
68438.18/3471.54	c      3472            216          17        20          42.0000          39.9920      5.02%
68541.37/3476.71	c      3477            216          17        20          42.0000          39.9920      5.02%
68642.23/3481.86	c      3482            216          17        20          42.0000          39.9920      5.02%
68747.86/3487.15	c      3487            217          16        20          42.0000          39.9920      5.02%
68852.09/3492.49	c      3492            217          16        20          42.0000          39.9920      5.02%
68957.08/3497.78	c      3498            218          15        20          42.0000          39.9920      5.02%
69058.00/3502.85	c      3503            218          15        20          42.0000          39.9920      5.02%
69159.02/3507.96	c      3508            218          15        20          42.0000          39.9920      5.02%
69258.05/3512.97	c      3513            218          15        20          42.0000          39.9920      5.02%
69363.05/3518.24	c      3518            220          15        20          42.0000          40.2143      4.44%
69466.08/3523.46	c      3523            220          15        20          42.0000          40.2143      4.44%
69567.13/3528.57	c      3529            220          15        20          42.0000          40.2143      4.44%
69668.20/3533.69	c      3534            220          15        20          42.0000          40.2143      4.44%
69771.22/3538.88	c      3539            220          15        20          42.0000          40.2143      4.44%
69872.40/3543.96	c      3544            220          15        20          42.0000          40.2143      4.44%
69975.98/3549.14	c      3549            221          16        20          42.0000          40.2143      4.44%
70075.02/3554.16	c      3554            221          16        20          42.0000          40.2143      4.44%
70173.70/3559.20	c      3559            224          15        20          42.0000          40.2156      4.44%
70273.99/3564.26	c      3564            225          14        20          42.0000          40.2156      4.44%
70373.05/3569.28	c      3569            225          14        20          42.0000          40.2156      4.44%
70475.99/3574.49	c      3574            225          14        20          42.0000          40.2156      4.44%
70576.96/3579.51	c      3580            226          15        20          42.0000          40.2156      4.44%
70679.63/3584.77	c      3585            229          12        20          42.0000          40.2156      4.44%
70780.62/3589.87	c      3590            229          12        20          42.0000          40.2156      4.44%
70881.76/3595.01	c      3595            230          13        20          42.0000          40.2156      4.44%
70985.35/3600.16	c      3600            233          10        20          42.0000          40.2156      4.44%
71087.25/3605.32	c      3605            233          10        20          42.0000          40.2156      4.44%
71186.26/3610.34	c      3610            234          11        20          42.0000          40.3214      4.16%
71287.31/3615.46	c      3615            235          10        20          42.0000          40.3214      4.16%
71388.37/3620.54	c      3621            236          11        20          42.0000          40.3214      4.16%
71489.43/3625.61	c      3626            239           8        20          42.0000          40.3214      4.16%
71592.48/3630.80	c      3631            239           8        20          42.0000          40.3214      4.16%
71699.48/3636.24	c      3636            239           8        20          42.0000          40.3214      4.16%
71800.53/3641.39	c      3641            241           6        20          42.0000          40.4000      3.96%
71901.62/3646.49	c      3646            242           5        20          42.0000          40.5781      3.50%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (151575 MiB free)
  memory of node 1: 193494 MiB (160381 MiB free)
  memory of node 2: 193531 MiB (167793 MiB free)
  memory of node 3: 193531 MiB (190257 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-4465403-1723611073/watcher-4465403-1723611073 -o /tmp/evaluation-result-4465403-1723611073/solver-4465403-1723611073 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750328 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465403-1723611073.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100103 s]*
/proc/loadavg: 63.72 73.03 76.46 49/957 752640
/proc/meminfo: memFree=686060000/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=49384 memory=37920 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) R 752636 752639 750315 0 -1 4194304 7368 0 0 0 10 1 0 0 20 0 1 0 127690445 50569216 9480 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 12346 9480 2347 3035 0 8742 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 49384 KiB
Current children cumulated memory: 37920 KiB

[startup+0.221803 s]*
/proc/loadavg: 63.72 73.03 76.46 49/957 752640
/proc/meminfo: memFree=686038812/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=66760 memory=55500 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) R 752636 752639 750315 0 -1 4194304 11767 0 0 0 22 1 0 0 20 0 1 0 127690445 68362240 13875 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 16690 13875 2347 3035 0 13086 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 66760 KiB
Current children cumulated memory: 55500 KiB

[startup+0.318249 s]*
/proc/loadavg: 63.72 73.03 76.46 50/957 752640
/proc/meminfo: memFree=686025952/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=83220 memory=71696 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) R 752636 752639 750315 0 -1 4194304 15810 0 0 0 31 2 0 0 20 0 1 0 127690445 85217280 17924 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 20805 17924 2347 3035 0 17201 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 83220 KiB
Current children cumulated memory: 71696 KiB

[startup+0.70024 s]
/proc/loadavg: 63.72 73.03 76.46 49/957 752640
/proc/meminfo: memFree=685995968/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=168244 memory=157372 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) R 752636 752639 750315 0 -1 4194304 37383 0 0 0 63 6 0 0 20 0 1 0 127690445 172281856 39343 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 42061 39343 2555 3035 0 38457 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 168244 KiB
Current children cumulated memory: 157372 KiB

[startup+1.50021 s]
/proc/loadavg: 62.54 72.63 76.31 49/957 752640
/proc/meminfo: memFree=685719292/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=565640 memory=548132 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) R 752636 752639 750315 0 -1 4194304 141859 0 0 0 128 21 0 0 20 0 1 0 127690445 579215360 137033 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 141410 137033 2598 3035 0 137806 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 565640 KiB
Current children cumulated memory: 548132 KiB

[startup+3.12016 s]
/proc/loadavg: 62.54 72.63 76.31 43/937 752654
/proc/meminfo: memFree=708511016/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=954720 memory=932372 CPUtime=3.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) R 752636 752639 750315 0 -1 4194304 154077 0 0 0 273 36 0 0 20 0 1 0 127690445 977633280 233093 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 238680 233093 2678 3035 0 235076 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 954720 KiB
Current children cumulated memory: 932372 KiB

[startup+6.30026 s]
/proc/loadavg: 60.90 72.12 76.13 39/937 752676
/proc/meminfo: memFree=702332140/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=1825336 memory=1563360 CPUtime=6.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) R 752636 752639 750315 0 -1 4194304 242225 0 0 0 560 66 0 0 20 0 1 0 127690445 1869144064 390840 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 456334 390840 2758 3035 0 452730 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1825336 KiB
Current children cumulated memory: 1563360 KiB

[startup+12.7003 s]
/proc/loadavg: 59.38 71.62 75.94 43/943 752689
/proc/meminfo: memFree=701295480/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=4227240 memory=2453004 CPUtime=12.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) S 752636 752639 750315 0 -1 1077936128 322579 0 0 0 1170 93 0 0 20 0 21 0 127690445 4328693760 613251 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 1056810 613251 2774 3035 0 728515 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 4227240 KiB
Current children cumulated memory: 2453004 KiB

[startup+25.5016 s]
/proc/loadavg: 58.23 70.96 75.68 62/983 752730
/proc/meminfo: memFree=668624432/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=25632760 memory=22722216 CPUtime=168.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) S 752636 752639 750315 0 -1 1077936128 4389076 0 0 0 15480 1328 0 0 20 0 41 0 127690445 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 6408190 5680554 2790 3035 0 5995988 0
[pid=752639/tid=752690] ppid=752636 vsize=25632760 memory=10544 CPUtime=7.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752690/stat : 752690 (fscip) R 752636 752639 750315 0 -1 4194368 211168 0 0 0 714 63 0 0 20 0 41 0 127691669 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752691] ppid=752636 vsize=25632760 memory=279762359355360 CPUtime=7.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752691/stat : 752691 (fscip) R 752636 752639 750315 0 -1 4194368 200704 0 0 0 716 58 0 0 20 0 41 0 127691669 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752692] ppid=752636 vsize=25632760 memory=6944656592455360569 CPUtime=7.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752692/stat : 752692 (fscip) R 752636 752639 750315 0 -1 4194368 202101 0 0 0 717 62 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752693] ppid=752636 vsize=25632760 memory=5512 CPUtime=7.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752693/stat : 752693 (fscip) R 752636 752639 750315 0 -1 4194368 211164 0 0 0 714 64 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752694] ppid=752636 vsize=25632760 memory=10544 CPUtime=7.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752694/stat : 752694 (fscip) R 752636 752639 750315 0 -1 4194368 197453 0 0 0 715 61 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752695] ppid=752636 vsize=25632760 memory=5512 CPUtime=7.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752695/stat : 752695 (fscip) R 752636 752639 750315 0 -1 4194368 203066 0 0 0 713 64 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752696] ppid=752636 vsize=25632760 memory=16164 CPUtime=7.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752696/stat : 752696 (fscip) R 752636 752639 750315 0 -1 4194368 211469 0 0 0 715 63 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752697] ppid=752636 vsize=25632760 memory=2316 CPUtime=7.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752697/stat : 752697 (fscip) R 752636 752639 750315 0 -1 4194368 201028 0 0 0 722 58 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752698] ppid=752636 vsize=25632760 memory=11448 CPUtime=7.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752698/stat : 752698 (fscip) R 752636 752639 750315 0 -1 4194368 198021 0 0 0 716 64 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752699] ppid=752636 vsize=25632760 memory=18654156 CPUtime=7.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752699/stat : 752699 (fscip) R 752636 752639 750315 0 -1 4194368 211584 0 0 0 715 63 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752700] ppid=752636 vsize=25632760 memory=0 CPUtime=7.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752700/stat : 752700 (fscip) R 752636 752639 750315 0 -1 4194368 202129 0 0 0 718 60 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752701] ppid=752636 vsize=25632760 memory=9394204 CPUtime=7.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752701/stat : 752701 (fscip) R 752636 752639 750315 0 -1 4194368 200415 0 0 0 708 60 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752702] ppid=752636 vsize=25632760 memory=25333125866717268 CPUtime=7.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752702/stat : 752702 (fscip) R 752636 752639 750315 0 -1 4194368 211220 0 0 0 713 65 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752703] ppid=752636 vsize=25632760 memory=13230916 CPUtime=7.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752703/stat : 752703 (fscip) R 752636 752639 750315 0 -1 4194368 202351 0 0 0 719 59 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752704] ppid=752636 vsize=25632760 memory=279762359410336 CPUtime=7.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752704/stat : 752704 (fscip) R 752636 752639 750315 0 -1 4194368 201178 0 0 0 717 60 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752705] ppid=752636 vsize=25632760 memory=11448 CPUtime=7.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752705/stat : 752705 (fscip) R 752636 752639 750315 0 -1 4194368 210708 0 0 0 712 62 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752706] ppid=752636 vsize=25632760 memory=40660 CPUtime=7.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752706/stat : 752706 (fscip) R 752636 752639 750315 0 -1 4194368 198363 0 0 0 717 60 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752707] ppid=752636 vsize=25632760 memory=10544 CPUtime=7.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752707/stat : 752707 (fscip) R 752636 752639 750315 0 -1 4194368 200707 0 0 0 713 63 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752708] ppid=752636 vsize=25632760 memory=5512 CPUtime=7.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752708/stat : 752708 (fscip) R 752636 752639 750315 0 -1 4194368 210384 0 0 0 719 60 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752709] ppid=752636 vsize=25632760 memory=20973324 CPUtime=7.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752709/stat : 752709 (fscip) R 752636 752639 750315 0 -1 4194368 199859 0 0 0 718 59 0 0 20 0 41 0 127691670 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752710] ppid=752636 vsize=25632760 memory=7100839852556125036 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752710/stat : 752710 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752711] ppid=752636 vsize=25632760 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752711/stat : 752711 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752712] ppid=752636 vsize=25632760 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752712/stat : 752712 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752713] ppid=752636 vsize=25632760 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752713/stat : 752713 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752714] ppid=752636 vsize=25632760 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752714/stat : 752714 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752715] ppid=752636 vsize=25632760 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752715/stat : 752715 (fscip) S 752636 752639 750315 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752716] ppid=752636 vsize=25632760 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752716/stat : 752716 (fscip) S 752636 752639 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752717] ppid=752636 vsize=25632760 memory=8725840243654675 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752717/stat : 752717 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752718] ppid=752636 vsize=25632760 memory=-7385037615309293160 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752718/stat : 752718 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752719] ppid=752636 vsize=25632760 memory=5450874560680130090 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752719/stat : 752719 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752720] ppid=752636 vsize=25632760 memory=61805418537641 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752720/stat : 752720 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752721] ppid=752636 vsize=25632760 memory=62909241910149 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752721/stat : 752721 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752722] ppid=752636 vsize=25632760 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752722/stat : 752722 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752723] ppid=752636 vsize=25632760 memory=7596561469088098384 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752723/stat : 752723 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752724] ppid=752636 vsize=25632760 memory=7523098698803932264 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752724/stat : 752724 (fscip) S 752636 752639 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752725] ppid=752636 vsize=25632760 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752725/stat : 752725 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752726] ppid=752636 vsize=25632760 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752726/stat : 752726 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752727] ppid=752636 vsize=25632760 memory=30962685530996822 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752727/stat : 752727 (fscip) S 752636 752639 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127692216 26247946240 5680554 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0

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

[pid=752639/tid=752720] ppid=752636 vsize=49514296 memory=40660 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752720/stat : 752720 (fscip) S 752636 752639 750315 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752721] ppid=752636 vsize=49514296 memory=46015220 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752721/stat : 752721 (fscip) S 752636 752639 750315 0 -1 1077936192 148 0 0 0 4 0 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752722] ppid=752636 vsize=49514296 memory=46015216 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752722/stat : 752722 (fscip) S 752636 752639 750315 0 -1 1077936192 189 0 0 0 1 2 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752723] ppid=752636 vsize=49514296 memory=46014432 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752723/stat : 752723 (fscip) S 752636 752639 750315 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752724] ppid=752636 vsize=49514296 memory=11448 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752724/stat : 752724 (fscip) S 752636 752639 750315 0 -1 1077936192 244 0 0 0 4 0 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752725] ppid=752636 vsize=49514296 memory=46015220 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752725/stat : 752725 (fscip) S 752636 752639 750315 0 -1 1077936192 130 0 0 0 4 0 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752726] ppid=752636 vsize=49514296 memory=46015220 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752726/stat : 752726 (fscip) S 752636 752639 750315 0 -1 1077936192 188 0 0 0 4 0 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752727] ppid=752636 vsize=49514296 memory=13756 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752727/stat : 752727 (fscip) S 752636 752639 750315 0 -1 1077936192 201 0 0 0 2 2 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752728] ppid=752636 vsize=49514296 memory=2036 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752728/stat : 752728 (fscip) S 752636 752639 750315 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752729] ppid=752636 vsize=49514296 memory=31572 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752729/stat : 752729 (fscip) S 752636 752639 750315 0 -1 1077936192 143 0 0 0 4 0 0 0 20 0 41 0 127692216 50702639104 11503805 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
Current children cumulated CPU time: 71820.4 s
Current children cumulated vsize: 49514296 KiB
Current children cumulated memory: 46015220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3651.4 s]
/proc/loadavg: 73.94 78.91 79.65 62/984 754938
/proc/meminfo: memFree=623541444/790760804 swapFree=131071996/131071996
[pid=752639] ppid=752636 vsize=49628444 memory=46203212 CPUtime=72000.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/stat : 752639 (fscip) S 752636 752639 750315 0 -1 1077936128 87497090 0 0 0 7187587 12488 0 0 20 0 41 0 127690445 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 17 75 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
/proc/752639/statm: 12407111 11550803 3302 3035 0 12028106 0
[pid=752639/tid=752690] ppid=752636 vsize=49628444 memory=11592 CPUtime=3602.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752690/stat : 752690 (fscip) R 752636 752639 750315 0 -1 4194368 3505173 0 0 0 359831 404 0 0 20 0 41 0 127691669 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752691] ppid=752636 vsize=49628444 memory=6720666541005881200 CPUtime=3601.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752691/stat : 752691 (fscip) R 752636 752639 750315 0 -1 4194368 4107786 0 0 0 359609 500 0 0 20 0 41 0 127691669 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752692] ppid=752636 vsize=49628444 memory=11880 CPUtime=3599.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752692/stat : 752692 (fscip) R 752636 752639 750315 0 -1 4194368 6037392 0 0 0 358934 998 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752693] ppid=752636 vsize=49628444 memory=11640 CPUtime=3605.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752693/stat : 752693 (fscip) R 752636 752639 750315 0 -1 4194368 2515692 0 0 0 360243 322 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752694] ppid=752636 vsize=49628444 memory=11652 CPUtime=3601.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752694/stat : 752694 (fscip) R 752636 752639 750315 0 -1 4194368 4070860 0 0 0 359604 513 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752695] ppid=752636 vsize=49628444 memory=11660 CPUtime=3584.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752695/stat : 752695 (fscip) R 752636 752639 750315 0 -1 4194368 5263333 0 0 0 357590 882 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752696] ppid=752636 vsize=49628444 memory=2752 CPUtime=3605.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752696/stat : 752696 (fscip) R 752636 752639 750315 0 -1 4194368 3119214 0 0 0 360151 373 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752697] ppid=752636 vsize=49628444 memory=1668 CPUtime=3595.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752697/stat : 752697 (fscip) R 752636 752639 750315 0 -1 4194368 5490278 0 0 0 358868 690 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752698] ppid=752636 vsize=49628444 memory=19508 CPUtime=3598.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752698/stat : 752698 (fscip) R 752636 752639 750315 0 -1 4194368 5460409 0 0 0 358962 857 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752699] ppid=752636 vsize=49628444 memory=28648 CPUtime=3594.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752699/stat : 752699 (fscip) R 752636 752639 750315 0 -1 4194368 1684838 0 0 0 359181 257 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752700] ppid=752636 vsize=49628444 memory=32792 CPUtime=3600.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752700/stat : 752700 (fscip) R 752636 752639 750315 0 -1 4194368 4690098 0 0 0 359354 703 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752701] ppid=752636 vsize=49628444 memory=7068 CPUtime=3600.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752701/stat : 752701 (fscip) R 752636 752639 750315 0 -1 4194368 5535784 0 0 0 359101 901 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752702] ppid=752636 vsize=49628444 memory=36300 CPUtime=3603.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752702/stat : 752702 (fscip) R 752636 752639 750315 0 -1 4194368 3497032 0 0 0 359986 405 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752703] ppid=752636 vsize=49628444 memory=7312 CPUtime=3603.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752703/stat : 752703 (fscip) R 752636 752639 750315 0 -1 4194368 4098339 0 0 0 359870 524 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752704] ppid=752636 vsize=49628444 memory=26988 CPUtime=3598.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752704/stat : 752704 (fscip) R 752636 752639 750315 0 -1 4194368 5451639 0 0 0 358943 861 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752705] ppid=752636 vsize=49628444 memory=3776 CPUtime=3602.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752705/stat : 752705 (fscip) R 752636 752639 750315 0 -1 4194368 3209514 0 0 0 359868 384 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752706] ppid=752636 vsize=49628444 memory=40480 CPUtime=3588 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752706/stat : 752706 (fscip) R 752636 752639 750315 0 -1 4194368 5083985 0 0 0 358096 704 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752707] ppid=752636 vsize=49628444 memory=8196 CPUtime=3599.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752707/stat : 752707 (fscip) R 752636 752639 750315 0 -1 4194368 5531117 0 0 0 358975 961 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752708] ppid=752636 vsize=49628444 memory=3300 CPUtime=3599.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752708/stat : 752708 (fscip) R 752636 752639 750315 0 -1 4194368 3270269 0 0 0 359603 379 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752709] ppid=752636 vsize=49628444 memory=2264 CPUtime=3602.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752709/stat : 752709 (fscip) R 752636 752639 750315 0 -1 4194368 5561525 0 0 0 359529 741 0 0 20 0 41 0 127691670 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752710] ppid=752636 vsize=49628444 memory=104 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752710/stat : 752710 (fscip) S 752636 752639 750315 0 -1 1077936192 194 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752711] ppid=752636 vsize=49628444 memory=25932 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752711/stat : 752711 (fscip) S 752636 752639 750315 0 -1 1077936192 194 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752712] ppid=752636 vsize=49628444 memory=21392 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752712/stat : 752712 (fscip) S 752636 752639 750315 0 -1 1077936192 121 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752713] ppid=752636 vsize=49628444 memory=2208 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752713/stat : 752713 (fscip) S 752636 752639 750315 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752714] ppid=752636 vsize=49628444 memory=2036 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752714/stat : 752714 (fscip) S 752636 752639 750315 0 -1 1077936192 192 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752715] ppid=752636 vsize=49628444 memory=31572 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752715/stat : 752715 (fscip) S 752636 752639 750315 0 -1 1077936192 197 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752716] ppid=752636 vsize=49628444 memory=28568 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752716/stat : 752716 (fscip) S 752636 752639 750315 0 -1 1077936192 155 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752717] ppid=752636 vsize=49628444 memory=10544 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752717/stat : 752717 (fscip) S 752636 752639 750315 0 -1 1077936192 140 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752718] ppid=752636 vsize=49628444 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752718/stat : 752718 (fscip) S 752636 752639 750315 0 -1 1077936192 203 0 0 0 2 1 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752719] ppid=752636 vsize=49628444 memory=16164 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752719/stat : 752719 (fscip) S 752636 752639 750315 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752720] ppid=752636 vsize=49628444 memory=2316 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752720/stat : 752720 (fscip) S 752636 752639 750315 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752721] ppid=752636 vsize=49628444 memory=33000 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752721/stat : 752721 (fscip) S 752636 752639 750315 0 -1 1077936192 148 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752722] ppid=752636 vsize=49628444 memory=1804 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752722/stat : 752722 (fscip) S 752636 752639 750315 0 -1 1077936192 189 0 0 0 1 2 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752723] ppid=752636 vsize=49628444 memory=6048 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752723/stat : 752723 (fscip) S 752636 752639 750315 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752724] ppid=752636 vsize=49628444 memory=51344 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752724/stat : 752724 (fscip) S 752636 752639 750315 0 -1 1077936192 244 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752725] ppid=752636 vsize=49628444 memory=104 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752725/stat : 752725 (fscip) S 752636 752639 750315 0 -1 1077936192 130 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752726] ppid=752636 vsize=49628444 memory=25932 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752726/stat : 752726 (fscip) S 752636 752639 750315 0 -1 1077936192 188 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752727] ppid=752636 vsize=49628444 memory=21392 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752727/stat : 752727 (fscip) S 752636 752639 750315 0 -1 1077936192 201 0 0 0 2 2 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752728] ppid=752636 vsize=49628444 memory=2208 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752728/stat : 752728 (fscip) S 752636 752639 750315 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
[pid=752639/tid=752729] ppid=752636 vsize=49628444 memory=2036 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/752639/task/752729/stat : 752729 (fscip) S 752636 752639 750315 0 -1 1077936192 143 0 0 0 4 0 0 0 20 0 41 0 127692216 50819526656 11550803 809668444160 4194304 16623229 140725307668832 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 29753344 140725307671558 140725307671676 140725307671676 140725307678704 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 49628444 KiB
Current children cumulated memory: 46203212 KiB

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

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

# cumulated CPU time of all completed processes:  user=71876.1 s, system=126.168 s

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

[startup+3652 s]*
/proc/loadavg: 71.38 78.30 79.45 43/945 754938
/proc/meminfo: memFree=646522348/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3652.4 s]
/proc/loadavg: 71.38 78.30 79.45 43/945 754938
/proc/meminfo: memFree=646522348/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3652.6 s]
/proc/loadavg: 71.38 78.30 79.45 43/945 754938
/proc/meminfo: memFree=646522348/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3652.7 s]
/proc/loadavg: 71.38 78.30 79.45 43/945 754938
/proc/meminfo: memFree=646522348/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3652.7
CPU time (s): 72002.3
CPU user time (s): 71876.1
CPU system time (s): 126.168
CPU usage (%): 1971.21
Max. virtual memory (cumulated for all children) (KiB): 49929352
Max. memory (cumulated for all children) (KiB): 46319568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71876.1
system time used= 126.168
maximum resident set size= 46461276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87497109
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= 659986
involuntary context switches= 275407


# summary of solver processes directly reported to runsolver:
#   pid: 752639
#   total CPU time (s): 72002.3
#   total CPU user time (s): 71876.1
#   total CPU system time (s): 126.168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.6864 second user time and 90.348 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 06:51:13
IDJOB=4465403
IDBENCH=155400
IDSOLVER=3094
FILE ID=nodeD105/4465403-1723611073
RUNJOBID= nodeD105-1723607375-750328
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622744 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_9_shg.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-4465403-1723611073/watcher-4465403-1723611073 -o /tmp/evaluation-result-4465403-1723611073/solver-4465403-1723611073 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750328 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465403-1723611073.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 6ff458260e5cc7a1e00e7b04a599a648
RANDOM SEED=1655603443

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        686089520 kB
MemAvailable:   690527216 kB
Buffers:         1200168 kB
Cached:          6530752 kB
SwapCached:            0 kB
Active:          1676928 kB
Inactive:       99289200 kB
Active(anon):       2168 kB
Inactive(anon): 93271960 kB
Active(file):    1674760 kB
Inactive(file):  6017240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             59188 kB
Writeback:            72 kB
AnonPages:      93229176 kB
Mapped:           138560 kB
Shmem:             38920 kB
KReclaimable:     330800 kB
Slab:             766116 kB
SReclaimable:     330800 kB
SUnreclaim:       435316 kB
KernelStack:       16496 kB
PageTables:       270012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   12199788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1132032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9244672 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:     1157120 kB
DirectMap2M:    141946880 kB
DirectMap1G:    662700032 kB

Free space on /tmp at the end= 8622636 MiB
End job on nodeD105 at 2024-08-14 07:52:06