Trace number 4465546

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.7 3642.26

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUM392bb637b95a9bbde51dfdce2cdaf17a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.13387
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.32/0.36	c Default LC presolving (default).
0.32/0.36	c ** Before presolving: virtualMemUsedAtLc = 324897071, getVmSize() = 233095168, SCIPgetMemUsed() = 148243635, SCIPgetMemTotal() = 201994947, SCIPgetMemExternEstim() = 122902124
0.32/0.36	c ** set memory limit for presolving in LC to 8.79507e+12 for SCIP **
3.00/3.02	c ** Estimated virtualMemUsedAtSolver = 570601330, getVmSize() = 775544832, SCIPgetMemUsed() = 347460095, SCIPgetMemTotal() = 732999871, SCIPgetMemExternEstim() = 122902124
3.00/3.02	c ** set memory limit for solvers to 4.18682e+11 for each SCIP **
3.00/3.02	c Original Problem   :
3.00/3.02	c   Problem name     : instance-4465546-1722454536
3.00/3.02	c   Variables        : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
3.00/3.02	c   Constraints      : 113164
3.00/3.02	c   Objective sense  : minimize
3.00/3.02	c Presolved Problem  :
3.00/3.02	c   Variables        : 1645 (1645 binary, 0 integer, 0 implicit integer, 0 continuous)
3.00/3.02	c   Constraints      : 112644
3.00/3.02	c Constraints        : Number
3.00/3.02	c   setppc           : 548 
3.00/3.02	c   orbitope         : 2 
3.00/3.02	c   logicor          : 112094 
3.00/3.02	c ** Instance transfer method used: 0
3.10/3.16	c ** ParaScipInstance copy increased the number of variables. **
5.77/5.80	c LC is working with racing ramp-up and with rebuilding tree after racing.
5.77/5.81	c                                Nodes    Active                                            
5.77/5.81	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
51.39/8.33	c         8              2           1        20                -           0.0000          -
152.45/13.56	c        14           1169         380        20                -           0.0000          -
253.44/18.66	c        19           1963         372        20                -           0.0000          -
354.43/23.76	c        24           2547         364        20                -           0.0000          -
455.35/28.83	c        29           3600         324        20                -           0.0000          -
556.36/33.95	c        34           3854         354        20                -           0.0000          -
655.26/39.00	c        39           4419         349        20                -           0.0000          -
756.92/44.07	c        44           5314         380        20                -           0.0000          -
855.99/49.12	c        49           5979         373        20                -           0.0000          -
954.98/54.13	c        54           6632         369        20                -           0.0000          -
1057.16/59.24	c        59           8087         439        20                -           0.0000          -
1168.08/64.81	c        65           7699         376        20                -           0.0000          -
1269.23/69.90	c        70           9564         345        20                -           0.0000          -
1368.26/75.00	c        75           9563         358        20                -           0.0000          -
1470.02/80.05	c        80          10356         353        20                -           0.0000          -
1569.33/85.12	c        85          11145         355        20                -           0.0000          -
1670.61/90.19	c        90          11938         350        20                -           0.0000          -
1773.08/95.33	c        95          12779         353        20                -           0.0000          -
1872.04/100.39	c       100          13653         349        20                -           0.0000          -
1985.70/106.06	c       106          14762         345        20                -           0.0000          -
2086.87/111.15	c       111          14890         355        20                -           0.0000          -
2187.34/116.23	c       116          15573         349        20                -           0.0000          -
2288.42/121.35	c       121          16328         344        20                -           0.0000          -
2389.43/126.45	c       126          17110         348        20                -           0.0000          -
2490.43/131.57	c       132          17851         342        20                -           0.0000          -
2591.43/136.67	c       137          18643         347        20                -           0.0000          -
2690.39/141.68	c       142          19406         356        20                -           0.0000          -
2791.23/146.77	c       147          20106         350        20                -           0.0000          -
2892.23/151.87	c       152          22181         348        20                -           0.0000          -
2993.06/156.96	c       157          22983         353        20                -           0.0000          -
3091.69/162.02	c       162          22237         351        20                -           0.0000          -
3195.33/167.16	c       167          22976         350        20                -           0.0000          -
3295.27/172.22	c       172          23727         353        20                -           0.0000          -
3394.31/177.29	c       177          24396         350        20                -           0.0000          -
3497.17/182.41	c       182          25075         350        20                -           0.0000          -
3597.90/187.51	c       188          26898         348        20                -           0.0000          -
3696.55/192.57	c       193          26898         348        20                -           0.0000          -
3801.34/197.86	c       198          26056         349        20                -           0.0000          -
3902.35/202.93	c       203          26949         329        20                -           0.0000          -
4001.38/208.00	c       208          27711         320        20                -           0.0000          -
4105.05/213.14	c       213          28455         317        20                -           0.0000          -
4205.31/218.26	c       218          29243         320        20                -           0.0000          -
4306.17/223.34	c       223          30008         321        20                -           0.0000          -
4407.20/228.44	c       228          30780         320        20                -           0.0000          -
4508.18/233.55	c       234          31522         318        20                -           0.0000          -
4609.21/238.64	c       239          32241         316        20                -           0.0000          -
4709.81/243.74	c       244          33002         318        20                -           0.0000          -
4812.78/248.92	c       249          34526         312        20                -           0.0000          -
4911.81/254.01	c       254          35220         312        20                -           0.0000          -
5013.49/259.12	c       259          35889         305        20                -           0.0000          -
5115.66/264.23	c       264          36006         317        20                -           0.0000          -
5216.54/269.34	c       269          37271         309        20                -           0.0000          -
5317.58/274.41	c       274          38027         306        20                -           0.0000          -
5416.52/279.49	c       279             12          11        20                -           0.0000          -
5517.48/284.54	c       285             12          11        20                -           0.0000          -
5618.42/289.64	c       290             12          11        20                -           0.0000          -
5719.44/294.70	c       295             12          11        20                -           0.0000          -
5820.43/299.83	c       300             12          11        20                -           0.0000          -
5921.39/304.92	c       305             12          11        20                -           0.0000          -
6020.41/309.99	c       310             12          11        20                -           0.0000          -
6121.96/315.08	c       315             12          11        20                -           0.0000          -
6222.99/320.16	c       320             12          11        20                -           0.0000          -
6323.57/325.23	c       325             12          11        20                -           0.0000          -
6422.42/330.30	c       330             12          11        20                -           0.0000          -
6525.39/335.40	c       335             12          11        20                -           0.0000          -
6624.29/340.49	c       340             12          11        20                -           0.0000          -
6727.31/345.60	c       346             12          11        20                -           0.0000          -
6826.33/350.66	c       351             12          11        20                -           0.0000          -
6927.37/355.74	c       356             12          11        20                -           0.0000          -
7028.39/360.84	c       361             16          15        20                -           0.0000          -
7129.40/365.92	c       366             16          15        20                -           0.0000          -
7231.02/371.09	c       371             16          15        20                -           0.0000          -
7335.19/376.32	c       376             16          15        20                -           0.0000          -
7436.19/381.47	c       381             16          15        20                -           0.0000          -
7537.08/386.58	c       387             16          15        20                -           0.0000          -
7641.97/391.89	c       392             16          15        20                -           0.0000          -
7745.85/397.10	c       397             16          15        20                -           0.0000          -
7847.85/402.23	c       402             14          13        20                -           0.0000          -
7949.01/407.35	c       407             14          13        20                -           0.0000          -
8048.07/412.40	c       412             14          13        20                -           0.0000          -
8148.91/417.48	c       417             14          13        20                -           0.0000          -
8249.92/422.57	c       423             14          13        20                -           0.0000          -
8305.54/425.34	WARNING: LP solution value is below SCIP's -infinity value
8350.96/427.64	c       428             20          19        20                -           0.0000          -
8451.99/432.71	c       433             20          19        20                -           0.0000          -
8551.03/437.80	c       438             20          19        20                -           0.0000          -
8653.90/442.93	c       443             20          19        20                -           0.0000          -
8752.97/447.98	c       448             20          19        20                -           0.0000          -
8854.71/453.06	c       453             20          19        20                -           0.0000          -
8955.76/458.14	c       458             20          19        20                -           0.0000          -
9055.97/463.22	c       463             20          19        20                -           0.0000          -
9157.02/468.34	c       468             20          19        20                -           0.0000          -
9258.03/473.40	c       473             20          19        20                -           0.0000          -
9357.08/478.47	c       478             20          19        20                -           0.0000          -
9458.08/483.57	c       484             20          19        20                -           0.0000          -
9561.08/488.70	c       489             20          19        20                -           0.0000          -
9662.01/493.81	c       494             20          19        20                -           0.0000          -
9761.06/498.89	c       499             21          20        20                -           0.0000          -
9862.09/503.95	c       504             21          20        20                -           0.0000          -
9961.11/509.02	c       509             21          20        20                -           0.0000          -
10062.79/514.11	c       514             21          20        20                -           0.0000          -
10165.03/519.21	c       519             21          20        20                -           0.0000          -
10264.11/524.28	c       524             21          20        20                -           0.0000          -
10365.15/529.36	c       529             21          20        20                -           0.0000          -
10466.06/534.43	c       534             21          20        20                -           0.0000          -
10567.07/539.57	c       540             21          20        20                -           0.0000          -
10577.72/540.04	WARNING: LP solution value is below SCIP's -infinity value
10668.08/544.66	c       545             21          20        20                -           0.0000          -
10769.08/549.73	c       550             21          20        20                -           0.0000          -
10870.14/554.86	c       555             21          20        20                -           0.0000          -
10971.11/559.91	c       560             21          20        20                -           0.0000          -
11070.17/565.00	c       565             21          20        20                -           0.0000          -
11171.84/570.06	c       570             21          20        20                -           0.0000          -
11270.93/575.12	c       575             21          20        20                -           0.0000          -
11373.18/580.23	c       580             21          20        20                -           0.0000          -
11472.26/585.29	c       585             21          20        20                -           0.0000          -
11573.28/590.37	c       590             21          20        20                -           0.0000          -
11672.34/595.38	c       595             21          20        20                -           0.0000          -
11773.37/600.49	c       600             21          20        20                -           0.0000          -
11874.39/605.58	c       606             21          20        20                -           0.0000          -
11977.38/610.70	c       611             25          24        20                -           0.0000          -
12076.44/615.78	c       616             25          24        20                -           0.0000          -
12177.45/620.87	c       621             25          24        20                -           0.0000          -
12278.43/625.97	c       626             25          24        20                -           0.0000          -
12380.11/631.10	c       631             25          24        20                -           0.0000          -
12482.39/636.21	c       636             25          24        20                -           0.0000          -
12581.33/641.30	c       641             25          24        20                -           0.0000          -
12684.34/646.41	c       646             25          24        20                -           0.0000          -
12783.40/651.49	c       651             25          24        20                -           0.0000          -
12884.45/656.55	c       657             25          24        20                -           0.0000          -
12985.45/661.65	c       662             25          24        20                -           0.0000          -
13086.49/666.72	c       667             25          24        20                -           0.0000          -
13187.42/671.80	c       672             25          24        20                -           0.0000          -
13286.47/676.87	c       677             25          24        20                -           0.0000          -
13387.47/681.95	c       682             25          24        20                -           0.0000          -
13489.05/687.06	c       687             25          24        20                -           0.0000          -
13590.18/692.14	c       692             25          24        20                -           0.0000          -
13690.30/697.23	c       697             25          24        20                -           0.0000          -
13791.18/702.31	c       702             25          24        20                -           0.0000          -
13890.09/707.35	c       707             25          24        20                -           0.0000          -
13991.12/712.47	c       712             25          24        20                -           0.0000          -
14092.15/717.54	c       718             25          24        20                -           0.0000          -
14193.15/722.64	c       723             25          24        20                -           0.0000          -
14294.16/727.73	c       728             22          21        20                -           0.0000          -
14395.11/732.86	c       733             22          21        20                -           0.0000          -
14498.95/738.07	c       738             22          21        20                -           0.0000          -
14599.87/743.15	c       743             22          21        20                -           0.0000          -
14699.95/748.24	c       748         102672         386        20                -           0.0000          -
14800.97/753.35	c       753             27          26        20                -           0.0000          -
14903.96/758.51	c       759             27          26        20                -           0.0000          -
15004.84/763.61	c       764             27          26        20                -           0.0000          -
15105.80/768.70	c       769             27          26        20                -           0.0000          -
15206.82/773.83	c       774             27          26        20                -           0.0000          -
15307.80/778.94	c       779             27          26        20                -           0.0000          -
15409.39/784.04	c       784             27          26        20                -           0.0000          -
15508.47/789.12	c       789             27          26        20                -           0.0000          -
15610.83/794.23	c       794             27          26        20                -           0.0000          -
15711.86/799.30	c       799             27          26        20                -           0.0000          -
15810.92/804.37	c       804             27          26        20                -           0.0000          -
15911.95/809.47	c       809             27          26        20                -           0.0000          -
16012.96/814.59	c       815             27          26        20                -           0.0000          -
16113.91/819.67	c       820             27          26        20                -           0.0000          -
16214.99/824.73	c       825             27          26        20                -           0.0000          -
16315.97/829.84	c       830             27          26        20                -           0.0000          -
16417.03/834.96	c       835             27          26        20                -           0.0000          -
16518.72/840.05	c       840             27          26        20                -           0.0000          -
16619.99/845.15	c       845             27          26        20                -           0.0000          -
16720.15/850.22	c       850             27          26        20                -           0.0000          -
16821.20/855.33	c       855             27          26        20                -           0.0000          -
16920.27/860.40	c       860             27          26        20                -           0.0000          -
17021.30/865.45	c       865             27          26        20                -           0.0000          -
17122.34/870.55	c       871             27          26        20                -           0.0000          -
17126.31/870.74	WARNING: LP solution value is above SCIP's infinity value
17223.38/875.64	c       876             27          26        20                -           0.0000          -
17324.36/880.75	c       881             27          26        20                -           0.0000          -
17425.40/885.85	c       886             35          34        20                -           0.0000          -
17526.38/890.95	c       891             35          34        20                -           0.0000          -
17625.45/895.99	c       896             35          34        20                -           0.0000          -
17729.21/901.16	c       901             35          34        20                -           0.0000          -
17829.52/906.23	c       906             35          34        20                -           0.0000          -
17930.55/911.31	c       911             35          34        20                -           0.0000          -
18029.61/916.38	c       916             35          34        20                -           0.0000          -
18130.65/921.49	c       921             35          34        20                -           0.0000          -
18231.70/926.58	c       927             35          34        20                -           0.0000          -
18332.75/931.66	c       932             35          34        20                -           0.0000          -
18433.79/936.74	c       937             35          34        20                -           0.0000          -
18534.76/941.85	c       942             28          27        20                -           0.0000          -
18635.75/946.95	c       947             28          27        20                -           0.0000          -
18734.79/952.02	c       952             28          27        20                -           0.0000          -
18836.48/957.11	c       957             28          27        20                -           0.0000          -
18937.71/962.16	c       962             28          27        20                -           0.0000          -
19037.83/967.22	c       967             28          27        20                -           0.0000          -
19136.89/972.29	c       972             28          27        20                -           0.0000          -
19237.93/977.35	c       977             28          27        20                -           0.0000          -
19338.99/982.42	c       982             28          27        20                -           0.0000          -
19440.04/987.52	c       988             28          27        20                -           0.0000          -
19541.08/992.60	c       993             28          27        20                -           0.0000          -
19640.14/997.67	c       998             28          27        20                -           0.0000          -
19741.09/1002.76	c      1003             28          27        20                -           0.0000          -
19842.15/1007.82	c      1008             28          27        20                -           0.0000          -
19943.16/1012.95	c      1013             28          27        20                -           0.0000          -
20042.18/1018.01	c      1018             28          27        20                -           0.0000          -
20143.79/1023.07	c      1023             28          27        20                -           0.0000          -
20244.87/1028.16	c      1028             28          27        20                -           0.0000          -
20345.28/1033.26	c      1033             28          27        20                -           0.0000          -
20446.32/1038.33	c      1038             28          27        20                -           0.0000          -
20545.32/1043.39	c      1043             28          27        20                -           0.0000          -
20646.36/1048.46	c      1048             28          27        20                -           0.0000          -
20747.41/1053.52	c      1054             28          27        20                -           0.0000          -
20846.48/1058.57	c      1059             28          27        20                -           0.0000          -
20945.41/1063.58	c      1064             27          26        20                -           0.0000          -
21048.43/1068.70	c      1069             27          26        20                -           0.0000          -
21147.49/1073.77	c      1074             27          26        20                -           0.0000          -
21248.55/1078.84	c      1079             27          26        20                -           0.0000          -
21349.61/1083.91	c      1084             27          26        20                -           0.0000          -
21448.65/1088.99	c      1089             27          26        20                -           0.0000          -
21547.70/1094.02	c      1094             27          26        20                -           0.0000          -
21649.33/1099.04	c      1099             27          26        20                -           0.0000          -
21750.17/1104.15	c      1104             27          26        20                -           0.0000          -
21850.70/1109.23	c      1109             27          26        20                -           0.0000          -
21951.73/1114.35	c      1114             27          26        20                -           0.0000          -
22052.69/1119.42	c      1119             27          26        20                -           0.0000          -
22153.69/1124.52	c      1125             27          26        20                -           0.0000          -
22254.63/1129.60	c      1130             27          26        20                -           0.0000          -
22353.70/1134.65	c      1135             27          26        20                -           0.0000          -
22452.76/1139.69	c      1140             27          26        20                -           0.0000          -
22553.81/1144.76	c      1145             27          26        20                -           0.0000          -
22654.83/1149.81	c      1150             27          26        20                -           0.0000          -
22755.87/1154.90	c      1155             27          26        20                -           0.0000          -
22854.91/1160.01	c      1160             27          26        20                -           0.0000          -
22956.87/1165.11	c      1165             27          26        20                -           0.0000          -
23057.69/1170.17	c      1170             27          26        20                -           0.0000          -
23158.02/1175.24	c      1175             27          26        20                -           0.0000          -
23258.60/1180.32	c      1180             27          26        20                -           0.0000          -
23357.57/1185.38	c      1185             27          26        20                -           0.0000          -
23458.59/1190.43	c      1190             27          26        20                -           0.0000          -
23557.65/1195.50	c      1196             27          26        20                -           0.0000          -
23658.68/1200.58	c      1201             27          26        20                -           0.0000          -
23757.73/1205.59	c      1206             27          26        20                -           0.0000          -
23858.74/1210.67	c      1211             27          26        20                -           0.0000          -
23959.77/1215.74	c      1216             27          26        20                -           0.0000          -
24058.76/1220.78	c      1221             27          26        20                -           0.0000          -
24159.80/1225.88	c      1226             27          26        20                -           0.0000          -
24260.85/1230.97	c      1231             27          26        20                -           0.0000          -
24362.53/1236.05	c      1236             27          26        20                -           0.0000          -
24461.61/1241.12	c      1241             27          26        20                -           0.0000          -
24562.79/1246.19	c      1246             27          26        20                -           0.0000          -
24662.96/1251.27	c      1251             27          26        20                -           0.0000          -
24764.01/1256.36	c      1256             27          26        20                -           0.0000          -
24865.06/1261.41	c      1261             27          26        20                -           0.0000          -
24964.10/1266.48	c      1266             27          26        20                -           0.0000          -
25065.09/1271.52	c      1272             27          26        20                -           0.0000          -
25164.07/1276.60	c      1277             27          26        20                -           0.0000          -
25265.06/1281.68	c      1282             27          26        20                -           0.0000          -
25366.10/1286.75	c      1287             27          26        20                -           0.0000          -
25467.13/1291.83	c      1292             27          26        20                -           0.0000          -
25568.18/1296.96	c      1297             27          26        20                -           0.0000          -
25667.22/1302.03	c      1302             27          26        20                -           0.0000          -
25769.10/1307.12	c      1307             27          26        20                -           0.0000          -
25869.94/1312.18	c      1312             27          26        20                -           0.0000          -
25970.21/1317.27	c      1317             27          26        20                -           0.0000          -
26071.23/1322.35	c      1322             27          26        20                -           0.0000          -
26172.24/1327.43	c      1327             27          26        20                -           0.0000          -
26273.28/1332.58	c      1333             27          26        20                -           0.0000          -
26374.32/1337.67	c      1338             27          26        20                -           0.0000          -
26475.34/1342.74	c      1343             27          26        20                -           0.0000          -
26574.39/1347.79	c      1348             27          26        20                -           0.0000          -
26675.44/1352.86	c      1353             27          26        20                -           0.0000          -
26776.48/1357.95	c      1358             27          26        20                -           0.0000          -
26878.17/1363.07	c      1363             27          26        20                -           0.0000          -
26977.22/1368.13	c      1368             27          26        20                -           0.0000          -
27078.21/1373.19	c      1373             27          26        20                -           0.0000          -
27178.42/1378.27	c      1378             27          26        20                -           0.0000          -
27279.33/1383.35	c      1383             27          26        20                -           0.0000          -
27380.08/1388.46	c      1388             27          26        20                -           0.0000          -
27481.11/1393.51	c      1394             27          26        20                -           0.0000          -
27580.04/1398.58	c      1399             27          26        20                -           0.0000          -
27681.06/1403.66	c      1404             27          26        20                -           0.0000          -
27782.04/1408.73	c      1409             27          26        20                -           0.0000          -
27887.90/1414.14	c      1414             27          26        20                -           0.0000          -
27990.00/1419.20	c      1419             27          26        20                -           0.0000          -
28091.01/1424.33	c      1424             27          26        20                -           0.0000          -
28190.06/1429.39	c      1429             27          26        20                -           0.0000          -
28291.09/1434.47	c      1434             27          26        20                -           0.0000          -
28394.11/1439.61	c      1440             27          26        20                -           0.0000          -
28493.13/1444.67	c      1445             27          26        20                -           0.0000          -
28594.14/1449.75	c      1450             27          26        20                -           0.0000          -
28695.05/1454.82	c      1455             27          26        20                -           0.0000          -
28796.08/1459.96	c      1460             27          26        20                -           0.0000          -
28895.14/1465.03	c      1465             27          26        20                -           0.0000          -
28996.87/1470.10	c      1470             27          26        20                -           0.0000          -
29097.97/1475.19	c      1475             27          26        20                -           0.0000          -
29201.94/1480.47	c      1480             27          26        20                -           0.0000          -
29302.85/1485.53	c      1486             27          26        20                -           0.0000          -
29403.85/1490.61	c      1491             27          26        20                -           0.0000          -
29504.80/1495.71	c      1496             27          26        20                -           0.0000          -
29605.83/1500.81	c      1501             27          26        20                -           0.0000          -
29704.87/1505.87	c      1506             27          26        20                -           0.0000          -
29805.89/1510.93	c      1511             27          26        20                -           0.0000          -
29904.92/1516.02	c      1516             27          26        20                -           0.0000          -
30006.53/1521.07	c      1521             27          26        20                -           0.0000          -
30107.60/1526.15	c      1526             27          26        20                -           0.0000          -
30207.95/1531.22	c      1531             27          26        20                -           0.0000          -
30306.98/1536.29	c      1536             27          26        20                -           0.0000          -
30408.02/1541.38	c      1541             27          26        20                -           0.0000          -
30509.05/1546.46	c      1546             27          26        20                -           0.0000          -
30610.28/1551.52	c      1552             27          26        20                -           0.0000          -
30709.12/1556.58	c      1557             27          26        20                -           0.0000          -
30810.16/1561.61	c      1562             27          26        20                -           0.0000          -
30909.20/1566.67	c      1567             27          26        20                -           0.0000          -
31010.20/1571.75	c      1572             27          26        20                -           0.0000          -
31111.11/1576.87	c      1577             27          26        20                -           0.0000          -
31212.16/1581.95	c      1582             27          26        20                -           0.0000          -
31311.15/1587.02	c      1587             27          26        20                -           0.0000          -
31412.78/1592.10	c      1592             27          26        20                -           0.0000          -
31513.92/1597.19	c      1597             27          26        20                -           0.0000          -
31614.27/1602.26	c      1602             27          26        20                -           0.0000          -
31715.32/1607.33	c      1607             27          26        20                -           0.0000          -
31816.36/1612.44	c      1612             27          26        20                -           0.0000          -
31917.38/1617.55	c      1618             27          26        20                -           0.0000          -
32018.41/1622.62	c      1623             27          26        20                -           0.0000          -
32117.46/1627.69	c      1628             27          26        20                -           0.0000          -
32218.46/1632.75	c      1633             27          26        20                -           0.0000          -
32319.50/1637.82	c      1638             27          26        20                -           0.0000          -
32420.54/1642.91	c      1643             27          26        20                -           0.0000          -
32519.60/1648.00	c      1648             27          26        20                -           0.0000          -
32621.27/1653.08	c      1653             27          26        20                -           0.0000          -
32722.58/1658.15	c      1658             27          26        20                -           0.0000          -
32822.63/1663.25	c      1663             27          26        20                -           0.0000          -
32923.52/1668.32	c      1668             27          26        20                -           0.0000          -
33024.56/1673.40	c      1673             27          26        20                -           0.0000          -
33125.62/1678.53	c      1679             27          26        20                -           0.0000          -
33224.69/1683.59	c      1684             27          26        20                -           0.0000          -
33325.70/1688.69	c      1689             27          26        20                -           0.0000          -
33426.70/1693.78	c      1694             27          26        20                -           0.0000          -
33529.74/1698.90	c      1699             27          26        20                -           0.0000          -
33628.76/1703.98	c      1704             27          26        20                -           0.0000          -
33730.37/1709.06	c      1709             27          26        20                -           0.0000          -
33831.47/1714.16	c      1714             27          26        20                -           0.0000          -
33931.70/1719.22	c      1719             27          26        20                -           0.0000          -
34030.74/1724.29	c      1724             27          26        20                -           0.0000          -
34133.74/1729.45	c      1729             27          26        20                -           0.0000          -
34234.75/1734.56	c      1735             27          26        20                -           0.0000          -
34335.78/1739.62	c      1740             27          26        20                -           0.0000          -
34436.80/1744.70	c      1745             27          26        20                -           0.0000          -
34535.84/1749.80	c      1750             27          26        20                -           0.0000          -
34636.86/1754.88	c      1755             27          26        20                -           0.0000          -
34737.96/1759.94	c      1760             27          26        20                -           0.0000          -
34837.00/1765.03	c      1765             27          26        20                -           0.0000          -
34938.66/1770.13	c      1770             27          26        20                -           0.0000          -
35039.69/1775.20	c      1775             27          26        20                -           0.0000          -
35140.01/1780.26	c      1780             27          26        20                -           0.0000          -
35242.98/1785.40	c      1785             27          26        20                -           0.0000          -
35342.03/1790.45	c      1790             27          26        20                -           0.0000          -
35443.03/1795.57	c      1796             27          26        20                -           0.0000          -
35544.05/1800.67	c      1801             27          26        20                -           0.0000          -
35645.16/1805.72	c      1806             27          26        20                -           0.0000          -
35746.02/1810.84	c      1811             27          26        20                -           0.0000          -
35846.98/1815.94	c      1816             27          26        20                -           0.0000          -
35946.06/1820.99	c      1821             27          26        20                -           0.0000          -
36047.77/1826.06	c      1826             27          26        20                -           0.0000          -
36146.64/1831.12	c      1831             27          26        20                -           0.0000          -
36247.86/1836.19	c      1836             27          26        20                -           0.0000          -
36348.05/1841.28	c      1841             27          26        20                -           0.0000          -
36449.08/1846.35	c      1846             27          26        20                -           0.0000          -
36550.10/1851.47	c      1851             27          26        20                -           0.0000          -
36651.26/1856.56	c      1857             27          26        20                -           0.0000          -
36752.40/1861.65	c      1862             27          26        20                -           0.0000          -
36853.55/1866.72	c      1867             27          26        20                -           0.0000          -
36952.71/1871.76	c      1872             27          26        20                -           0.0000          -
37051.89/1876.76	c      1877             27          26        20                -           0.0000          -
37153.05/1881.86	c      1882             27          26        20                -           0.0000          -
37254.22/1886.94	c      1887             27          26        20                -           0.0000          -
37356.07/1892.08	c      1892             27          26        20                -           0.0000          -
37455.22/1897.14	c      1897             27          26        20                -           0.0000          -
37557.56/1902.25	c      1902             27          26        20                -           0.0000          -
37658.53/1907.31	c      1907             27          26        20                -           0.0000          -
37757.40/1912.37	c      1912             27          26        20                -           0.0000          -
37858.22/1917.43	c      1917             27          26        20                -           0.0000          -
37959.07/1922.54	c      1923             27          26        20                -           0.0000          -
38059.90/1927.62	c      1928             27          26        20                -           0.0000          -
38160.97/1932.73	c      1933             27          26        20                -           0.0000          -
38262.04/1937.80	c      1938             27          26        20                -           0.0000          -
38361.12/1942.85	c      1943             27          26        20                -           0.0000          -
38462.19/1947.94	c      1948             27          26        20                -           0.0000          -
38561.28/1953.02	c      1953             27          26        20                -           0.0000          -
38662.97/1958.12	c      1958             27          26        20                -           0.0000          -
38764.22/1963.19	c      1963             27          26        20                -           0.0000          -
38864.23/1968.29	c      1968             27          26        20                -           0.0000          -
38965.20/1973.37	c      1973             27          26        20                -           0.0000          -
39066.01/1978.45	c      1978             27          26        20                -           0.0000          -
39167.01/1983.52	c      1984             27          26        20                -           0.0000          -
39267.82/1988.61	c      1989             27          26        20                -           0.0000          -
39368.82/1993.71	c      1994             27          26        20                -           0.0000          -
39467.79/1998.77	c      1999             27          26        20                -           0.0000          -
39568.72/2003.85	c      2004             27          26        20                -           0.0000          -
39669.65/2008.93	c      2009             27          26        20                -           0.0000          -
39771.50/2014.06	c      2014             27          26        20                -           0.0000          -
39870.28/2019.12	c      2019             27          26        20                -           0.0000          -
39972.62/2024.24	c      2024             27          26        20                -           0.0000          -
40073.62/2029.32	c      2029             27          26        20                -           0.0000          -
40172.64/2034.37	c      2034             27          26        20                -           0.0000          -
40273.64/2039.46	c      2039             27          26        20                -           0.0000          -
40374.64/2044.55	c      2045             27          26        20                -           0.0000          -
40475.64/2049.61	c      2050             27          26        20                -           0.0000          -
40574.65/2054.68	c      2055             27          26        20                -           0.0000          -
40675.63/2059.75	c      2060             27          26        20                -           0.0000          -
40776.64/2064.86	c      2065             27          26        20                -           0.0000          -
40877.57/2069.98	c      2070             27          26        20                -           0.0000          -
40979.45/2075.13	c      2075             27          26        20                -           0.0000          -
41080.19/2080.19	c      2080             27          26        20                -           0.0000          -
41182.52/2085.30	c      2085             27          26        20                -           0.0000          -
41281.59/2090.36	c      2090             27          26        20                -           0.0000          -
41382.48/2095.44	c      2095             27          26        20                -           0.0000          -
41483.51/2100.55	c      2101             27          26        20                -           0.0000          -
41584.48/2105.60	c      2106             27          26        20                -           0.0000          -
41683.51/2110.66	c      2111             27          26        20                -           0.0000          -
41784.52/2115.73	c      2116             27          26        20                -           0.0000          -
41885.54/2120.84	c      2121             27          26        20                -           0.0000          -
41986.54/2125.94	c      2126             27          26        20                -           0.0000          -
42085.50/2131.00	c      2131             27          26        20                -           0.0000          -
42187.14/2136.08	c      2136             27          26        20                -           0.0000          -
42288.30/2141.17	c      2141             27          26        20                -           0.0000          -
42388.46/2146.23	c      2146             27          26        20                -           0.0000          -
42489.46/2151.36	c      2151             27          26        20                -           0.0000          -
42590.48/2156.42	c      2156             27          26        20                -           0.0000          -
42691.48/2161.55	c      2162             27          26        20                -           0.0000          -
42792.47/2166.65	c      2167             27          26        20                -           0.0000          -
42893.46/2171.73	c      2172             27          26        20                -           0.0000          -
42992.48/2176.75	c      2177             27          26        20                -           0.0000          -
43095.47/2181.97	c      2182             27          26        20                -           0.0000          -
43194.49/2187.03	c      2187             27          26        20                -           0.0000          -
43296.32/2192.08	c      2192             27          26        20                -           0.0000          -
43397.27/2197.19	c      2197             27          26        20                -           0.0000          -
43497.29/2202.27	c      2202             27          26        20                -           0.0000          -
43598.25/2207.40	c      2207             27          26        20                -           0.0000          -
43699.10/2212.47	c      2212             27          26        20                -           0.0000          -
43800.00/2217.54	c      2218             27          26        20                -           0.0000          -
43901.00/2222.63	c      2223             27          26        20                -           0.0000          -
44000.03/2227.69	c      2228             27          26        20                -           0.0000          -
44101.03/2232.74	c      2233             27          26        20                -           0.0000          -
44200.04/2237.77	c      2238             27          26        20                -           0.0000          -
44300.99/2242.85	c      2243             27          26        20                -           0.0000          -
44401.99/2247.94	c      2248             27          26        20                -           0.0000          -
44503.65/2253.04	c      2253             27          26        20                -           0.0000          -
44602.62/2258.11	c      2258             27          26        20                -           0.0000          -
44704.95/2263.21	c      2263             27          26        20                -           0.0000          -
44805.91/2268.32	c      2268             27          26        20                -           0.0000          -
44904.93/2273.38	c      2273             27          26        20                -           0.0000          -
45005.88/2278.44	c      2278             27          26        20                -           0.0000          -
45106.88/2283.51	c      2284             27          26        20                -           0.0000          -
45205.89/2288.56	c      2289             27          26        20                -           0.0000          -
45306.86/2293.62	c      2294             27          26        20                -           0.0000          -
45405.65/2298.68	c      2299             27          26        20                -           0.0000          -
45506.63/2303.76	c      2304             27          26        20                -           0.0000          -
45607.62/2308.85	c      2309             27          26        20                -           0.0000          -
45708.60/2313.94	c      2314             27          26        20                -           0.0000          -
45807.60/2319.01	c      2319             27          26        20                -           0.0000          -
45909.22/2324.08	c      2324             27          26        20                -           0.0000          -
46009.99/2329.16	c      2329             27          26        20                -           0.0000          -
46110.49/2334.26	c      2334             27          26        20                -           0.0000          -
46211.46/2339.34	c      2339             27          26        20                -           0.0000          -
46312.56/2344.42	c      2344             27          26        20                -           0.0000          -
46413.23/2349.51	c      2350             27          26        20                -           0.0000          -
46512.24/2354.59	c      2355             27          26        20                -           0.0000          -
46615.22/2359.70	c      2360             27          26        20                -           0.0000          -
46716.20/2364.80	c      2365             27          26        20                -           0.0000          -
46817.18/2369.90	c      2370             27          26        20                -           0.0000          -
46916.09/2374.97	c      2375             27          26        20                -           0.0000          -
47017.61/2380.04	c      2380             27          26        20                -           0.0000          -
47116.57/2385.10	c      2385             27          26        20                -           0.0000          -
47217.67/2390.17	c      2390             27          26        20                -           0.0000          -
47317.92/2395.24	c      2395             27          26        20                -           0.0000          -
47418.92/2400.36	c      2400             27          26        20                -           0.0000          -
47519.92/2405.43	c      2405             27          26        20                -           0.0000          -
47620.91/2410.52	c      2411             27          26        20                -           0.0000          -
47719.94/2415.59	c      2416             27          26        20                -           0.0000          -
47822.92/2420.70	c      2421             27          26        20                -           0.0000          -
47923.89/2425.80	c      2426             27          26        20                -           0.0000          -
48022.92/2430.85	c      2431             27          26        20                -           0.0000          -
48123.92/2435.93	c      2436             27          26        20                -           0.0000          -
48222.93/2441.02	c      2441             27          26        20                -           0.0000          -
48324.60/2446.10	c      2446             27          26        20                -           0.0000          -
48426.90/2451.20	c      2451             27          26        20                -           0.0000          -
48525.92/2456.28	c      2456             27          26        20                -           0.0000          -
48626.92/2461.36	c      2461             27          26        20                -           0.0000          -
48727.88/2466.43	c      2466             27          26        20                -           0.0000          -
48828.82/2471.53	c      2472             27          26        20                -           0.0000          -
48927.91/2476.59	c      2477             27          26        20                -           0.0000          -
49028.84/2481.65	c      2482             27          26        20                -           0.0000          -
49129.77/2486.72	c      2487             27          26        20                -           0.0000          -
49228.79/2491.79	c      2492             27          26        20                -           0.0000          -
49329.79/2496.87	c      2497             27          26        20                -           0.0000          -
49430.80/2501.98	c      2502             27          26        20                -           0.0000          -
49532.42/2507.05	c      2507             27          26        20                -           0.0000          -
49631.61/2512.10	c      2512             27          26        20                -           0.0000          -
49732.20/2517.19	c      2517             27          26        20                -           0.0000          -
49832.51/2522.29	c      2522             27          26        20                -           0.0000          -
49933.45/2527.37	c      2527             27          26        20                -           0.0000          -
50034.43/2532.42	c      2532             27          26        20                -           0.0000          -
50133.44/2537.49	c      2537            139         138        20                -           0.0000          -
50234.46/2542.57	c      2543            139         138        20                -           0.0000          -
50335.48/2547.63	c      2548            139         138        20                -           0.0000          -
50436.49/2552.72	c      2553            139         138        20                -           0.0000          -
50535.53/2557.77	c      2558            139         138        20                -           0.0000          -
50636.55/2562.85	c      2563            139         138        20                -           0.0000          -
50737.58/2567.92	c      2568            139         138        20                -           0.0000          -
50836.53/2572.97	c      2573            139         138        20                -           0.0000          -
50938.35/2578.08	c      2578            139         138        20                -           0.0000          -
51039.24/2583.18	c      2583            139         138        20                -           0.0000          -
51139.54/2588.27	c      2588            139         138        20                -           0.0000          -
51240.54/2593.36	c      2593            139         138        20                -           0.0000          -
51341.53/2598.45	c      2598            139         138        20                -           0.0000          -
51442.53/2603.53	c      2604            139         138        20                -           0.0000          -
51543.47/2608.64	c      2609            139         138        20                -           0.0000          -
51644.47/2613.73	c      2614            139         138        20                -           0.0000          -
51743.43/2618.77	c      2619            139         138        20                -           0.0000          -
51844.40/2623.84	c      2624            139         138        20                -           0.0000          -
51945.39/2628.92	c      2629            139         138        20                -           0.0000          -
52044.41/2634.02	c      2634            139         138        20                -           0.0000          -
52146.21/2639.11	c      2639            139         138        20                -           0.0000          -
52248.36/2644.21	c      2644            139         138        20                -           0.0000          -
52347.36/2649.25	c      2649            139         138        20                -           0.0000          -
52448.35/2654.33	c      2654            139         138        20                -           0.0000          -
52549.34/2659.42	c      2659            139         138        20                -           0.0000          -
52650.29/2664.50	c      2665            139         138        20                -           0.0000          -
52749.31/2669.58	c      2670            139         138        20                -           0.0000          -
52850.30/2674.67	c      2675            139         138        20                -           0.0000          -
52951.28/2679.73	c      2680            139         138        20                -           0.0000          -
53052.27/2684.82	c      2685            139         138        20                -           0.0000          -
53151.22/2689.89	c      2690            139         138        20                -           0.0000          -
53252.14/2694.97	c      2695            139         138        20                -           0.0000          -
53353.86/2700.05	c      2700            139         138        20                -           0.0000          -
53452.99/2705.12	c      2705            139         138        20                -           0.0000          -
53553.74/2710.19	c      2710            139         138        20                -           0.0000          -
53653.98/2715.29	c      2715            139         138        20                -           0.0000          -
53756.88/2720.40	c      2720            139         138        20                -           0.0000          -
53855.88/2725.48	c      2725            139         138        20                -           0.0000          -
53956.90/2730.59	c      2731            139         138        20                -           0.0000          -
54057.72/2735.68	c      2736            139         138        20                -           0.0000          -
54158.73/2740.76	c      2741            139         138        20                -           0.0000          -
54259.53/2745.81	c      2746            139         138        20                -           0.0000          -
54358.49/2750.88	c      2751            139         138        20                -           0.0000          -
54459.44/2755.96	c      2756            139         138        20                -           0.0000          -
54561.13/2761.05	c      2761            139         138        20                -           0.0000          -
54662.09/2766.13	c      2766            139         138        20                -           0.0000          -
54762.36/2771.21	c      2771            139         138        20                -           0.0000          -
54861.38/2776.27	c      2776            139         138        20                -           0.0000          -
54962.37/2781.34	c      2781            139         138        20                -           0.0000          -
55063.38/2786.43	c      2786            139         138        20                -           0.0000          -
55164.33/2791.53	c      2792            139         138        20                -           0.0000          -
55263.30/2796.59	c      2797            139         138        20                -           0.0000          -
55364.28/2801.66	c      2802            139         138        20                -           0.0000          -
55465.22/2806.73	c      2807            139         138        20                -           0.0000          -
55566.14/2811.83	c      2812            139         138        20                -           0.0000          -
55667.04/2816.92	c      2817            139         138        20                -           0.0000          -
55766.05/2821.98	c      2822            139         138        20                -           0.0000          -
55867.68/2827.05	c      2827            139         138        20                -           0.0000          -
55966.87/2832.12	c      2832            139         138        20                -           0.0000          -
56067.74/2837.19	c      2837            139         138        20                -           0.0000          -
56167.98/2842.27	c      2842            139         138        20                -           0.0000          -
56268.97/2847.33	c      2847            139         138        20                -           0.0000          -
56367.98/2852.40	c      2852            139         138        20                -           0.0000          -
56468.98/2857.46	c      2857            139         138        20                -           0.0000          -
56569.92/2862.50	c      2863            139         138        20                -           0.0000          -
56670.92/2867.63	c      2868            139         138        20                -           0.0000          -
56771.92/2872.71	c      2873            139         138        20                -           0.0000          -
56872.92/2877.82	c      2878            139         138        20                -           0.0000          -
56973.79/2882.93	c      2883            139         138        20                -           0.0000          -
57072.83/2887.99	c      2888            139         138        20                -           0.0000          -
57174.35/2893.07	c      2893            139         138        20                -           0.0000          -
57275.48/2898.14	c      2898            139         138        20                -           0.0000          -
57375.61/2903.20	c      2903            139         138        20                -           0.0000          -
57474.58/2908.28	c      2908            139         138        20                -           0.0000          -
57575.57/2913.38	c      2913            139         138        20                -           0.0000          -
57676.50/2918.45	c      2918            139         138        20                -           0.0000          -
57775.50/2923.49	c      2924            139         138        20                -           0.0000          -
57876.50/2928.59	c      2929            139         138        20                -           0.0000          -
57977.48/2933.64	c      2934            139         138        20                -           0.0000          -
58078.45/2938.71	c      2939            139         138        20                -           0.0000          -
58177.47/2943.77	c      2944            139         138        20                -           0.0000          -
58278.49/2948.86	c      2949            139         138        20                -           0.0000          -
58379.54/2953.92	c      2954            139         138        20                -           0.0000          -
58478.56/2958.97	c      2959            139         138        20                -           0.0000          -
58580.21/2964.06	c      2964            139         138        20                -           0.0000          -
58681.14/2969.14	c      2969            139         138        20                -           0.0000          -
58781.47/2974.20	c      2974            139         138        20                -           0.0000          -
58880.33/2979.29	c      2979            139         138        20                -           0.0000          -
58981.21/2984.35	c      2984            139         138        20                -           0.0000          -
59082.15/2989.42	c      2989            139         138        20                -           0.0000          -
59181.17/2994.49	c      2994            139         138        20                -           0.0000          -
59282.18/2999.54	c      3000            139         138        20                -           0.0000          -
59383.19/3004.65	c      3005            139         138        20                -           0.0000          -
59484.21/3009.71	c      3010            139         138        20                -           0.0000          -
59583.25/3014.77	c      3015            139         138        20                -           0.0000          -
59684.25/3019.85	c      3020            139         138        20                -           0.0000          -
59785.25/3024.92	c      3025            139         138        20                -           0.0000          -
59884.27/3029.99	c      3030            139         138        20                -           0.0000          -
59983.23/3035.02	c      3035            139         138        20                -           0.0000          -
60084.84/3040.13	c      3040            139         138        20                -           0.0000          -
60187.38/3045.21	c      3045            139         138        20                -           0.0000          -
60288.18/3050.33	c      3050            139         138        20                -           0.0000          -
60389.18/3055.44	c      3055            139         138        20                -           0.0000          -
60490.19/3060.50	c      3060            139         138        20                -           0.0000          -
60589.21/3065.56	c      3066            139         138        20                -           0.0000          -
60690.22/3070.61	c      3071            139         138        20                -           0.0000          -
60789.24/3075.68	c      3076            139         138        20                -           0.0000          -
60890.24/3080.76	c      3081            139         138        20                -           0.0000          -
60991.24/3085.84	c      3086            139         138        20                -           0.0000          -
61092.23/3090.92	c      3091            139         138        20                -           0.0000          -
61191.24/3096.01	c      3096            139         138        20                -           0.0000          -
61292.94/3101.08	c      3101            139         138        20                -           0.0000          -
61393.75/3106.17	c      3106            139         138        20                -           0.0000          -
61494.10/3111.25	c      3111            139         138        20                -           0.0000          -
61595.09/3116.36	c      3116            139         138        20                -           0.0000          -
61696.01/3121.44	c      3121            139         138        20                -           0.0000          -
61795.03/3126.49	c      3126            139         138        20                -           0.0000          -
61896.02/3131.55	c      3132            139         138        20                -           0.0000          -
61997.03/3136.61	c      3137            139         138        20                -           0.0000          -
62096.08/3141.61	c      3142            139         138        20                -           0.0000          -
62195.02/3146.69	c      3147            139         138        20                -           0.0000          -
62295.89/3151.77	c      3152            139         138        20                -           0.0000          -
62396.90/3156.85	c      3157            139         138        20                -           0.0000          -
62497.90/3161.95	c      3162            139         138        20                -           0.0000          -
62599.75/3167.05	c      3167            139         138        20                -           0.0000          -
62698.82/3172.12	c      3172            139         138        20                -           0.0000          -
62799.77/3177.19	c      3177            139         138        20                -           0.0000          -
62899.78/3182.26	c      3182            139         138        20                -           0.0000          -
63000.64/3187.34	c      3187            139         138        20                -           0.0000          -
63101.41/3192.46	c      3192            139         138        20                -           0.0000          -
63202.39/3197.55	c      3198            139         138        20                -           0.0000          -
63303.35/3202.65	c      3203            139         138        20                -           0.0000          -
63404.34/3207.73	c      3208            139         138        20                -           0.0000          -
63505.34/3212.81	c      3213            139         138        20                -           0.0000          -
63604.35/3217.88	c      3218            139         138        20                -           0.0000          -
63705.34/3222.94	c      3223            139         138        20                -           0.0000          -
63804.33/3228.03	c      3228            139         138        20                -           0.0000          -
63905.99/3233.10	c      3233            139         138        20                -           0.0000          -
64006.94/3238.16	c      3238            139         138        20                -           0.0000          -
64107.28/3243.24	c      3243            139         138        20                -           0.0000          -
64208.25/3248.33	c      3248            139         138        20                -           0.0000          -
64307.23/3253.39	c      3253            139         138        20                -           0.0000          -
64408.34/3258.48	c      3258            139         138        20                -           0.0000          -
64509.16/3263.56	c      3264            139         138        20                -           0.0000          -
64610.11/3268.64	c      3269            139         138        20                -           0.0000          -
64711.12/3273.72	c      3274            139         138        20                -           0.0000          -
64810.07/3278.77	c      3279            139         138        20                -           0.0000          -
64911.07/3283.87	c      3284            139         138        20                -           0.0000          -
65012.05/3288.95	c      3289            139         138        20                -           0.0000          -
65111.08/3294.02	c      3294            139         138        20                -           0.0000          -
65212.67/3299.10	c      3299            139         138        20                -           0.0000          -
65313.69/3304.16	c      3304            139         138        20                -           0.0000          -
65413.98/3309.23	c      3309            139         138        20                -           0.0000          -
65515.01/3314.31	c      3314            139         138        20                -           0.0000          -
65616.00/3319.42	c      3319            139         138        20                -           0.0000          -
65715.12/3324.47	c      3324            139         138        20                -           0.0000          -
65816.20/3329.56	c      3330            139         138        20                -           0.0000          -
65917.31/3334.62	c      3335            139         138        20                -           0.0000          -
66016.41/3339.68	c      3340            139         138        20                -           0.0000          -
66117.50/3344.73	c      3345            139         138        20                -           0.0000          -
66218.55/3349.81	c      3350            139         138        20                -           0.0000          -
66317.59/3354.88	c      3355            139         138        20                -           0.0000          -
66418.63/3359.93	c      3360            139         138        20                -           0.0000          -
66517.76/3365.00	c      3365            139         138        20                -           0.0000          -
66619.82/3370.07	c      3370            139         138        20                -           0.0000          -
66720.68/3375.14	c      3375            139         138        20                -           0.0000          -
66821.08/3380.22	c      3380            139         138        20                -           0.0000          -
66922.20/3385.31	c      3385            139         138        20                -           0.0000          -
67021.32/3390.38	c      3390            139         138        20                -           0.0000          -
67122.44/3395.47	c      3395            139         138        20                -           0.0000          -
67223.56/3400.55	c      3401            139         138        20                -           0.0000          -
67324.66/3405.64	c      3406            139         138        20                -           0.0000          -
67425.76/3410.72	c      3411            139         138        20                -           0.0000          -
67524.89/3415.80	c      3416            139         138        20                -           0.0000          -
67625.99/3420.87	c      3421            139         138        20                -           0.0000          -
67727.09/3425.98	c      3426            139         138        20                -           0.0000          -
67828.91/3431.10	c      3431            139         138        20                -           0.0000          -
67929.97/3436.19	c      3436            139         138        20                -           0.0000          -
68030.32/3441.28	c      3441            139         138        20                -           0.0000          -
68131.43/3446.33	c      3446            139         138        20                -           0.0000          -
68232.48/3451.46	c      3451            139         138        20                -           0.0000          -
68333.60/3456.50	c      3457            139         138        20                -           0.0000          -
68432.73/3461.57	c      3462            139         138        20                -           0.0000          -
68533.81/3466.69	c      3467            139         138        20                -           0.0000          -
68634.92/3471.77	c      3472            139         138        20                -           0.0000          -
68736.04/3476.85	c      3477            139         138        20                -           0.0000          -
68837.14/3481.93	c      3482            139         138        20                -           0.0000          -
68936.27/3487.02	c      3487            139         138        20                -           0.0000          -
69038.11/3492.09	c      3492            139         138        20                -           0.0000          -
69139.25/3497.20	c      3497            139         138        20                -           0.0000          -
69239.59/3502.27	c      3502            139         138        20                -           0.0000          -
69340.72/3507.34	c      3507            139         138        20                -           0.0000          -
69441.85/3512.42	c      3512            139         138        20                -           0.0000          -
69540.91/3517.48	c      3517            139         138        20                -           0.0000          -
69641.93/3522.52	c      3523            139         138        20                -           0.0000          -
69742.90/3527.65	c      3528            139         138        20                -           0.0000          -
69844.07/3532.76	c      3533            139         138        20                -           0.0000          -
69944.86/3537.83	c      3538            139         138        20                -           0.0000          -
70043.75/3542.89	c      3543            139         138        20                -           0.0000          -
70144.73/3547.95	c      3548            139         138        20                -           0.0000          -
70246.68/3553.05	c      3553            139         138        20                -           0.0000          -
70347.49/3558.16	c      3558            139         138        20                -           0.0000          -
70447.50/3563.24	c      3563            139         138        20                -           0.0000          -
70548.52/3568.34	c      3568            139         138        20                -           0.0000          -
70649.54/3573.43	c      3573            139         138        20                -           0.0000          -
70750.52/3578.51	c      3579            139         138        20                -           0.0000          -
70849.55/3583.59	c      3584            139         138        20                -           0.0000          -
70950.54/3588.65	c      3589            139         138        20                -           0.0000          -
71051.53/3593.73	c      3594            139         138        20                -           0.0000          -
71150.52/3598.79	c      3599            139         138        20                -           0.0000          -
71251.52/3603.88	c      3604            139         138        20                -           0.0000          -
71352.53/3608.95	c      3609            139         138        20                -           0.0000          -
71451.58/3613.98	c      3614            139         138        20                -           0.0000          -
71553.28/3619.06	c      3619            139         138        20                -           0.0000          -
71652.46/3624.14	c      3624            139         138        20                -           0.0000          -
71754.48/3629.20	c      3629            139         138        20                -           0.0000          -
71853.45/3634.27	c      3634            139         138        20                -           0.0000          -
71954.38/3639.36	c      3639            139         138        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (187675 MiB free)
  memory of node 1: 193531 MiB (192004 MiB free)
  memory of node 2: 193531 MiB (185924 MiB free)
  memory of node 3: 193531 MiB (187734 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-4465546-1722454536/watcher-4465546-1722454536 -o /tmp/evaluation-result-4465546-1722454536/solver-4465546-1722454536 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70626 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465546-1722454536.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100107 s]*
/proc/loadavg: 49.29 43.25 49.21 62/988 72478
/proc/meminfo: memFree=771384932/790760804 swapFree=131071996/131071996
[pid=72477] ppid=72474 vsize=61820 memory=49496 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/stat : 72477 (fscip) R 72474 72477 70587 0 -1 4194304 10262 0 0 0 10 1 0 0 20 0 1 0 12036254 63303680 12374 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
/proc/72477/statm: 15455 12374 2347 3035 0 11851 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 61820 KiB
Current children cumulated memory: 49496 KiB

[startup+0.219658 s]*
/proc/loadavg: 49.29 43.25 49.21 62/988 72478
/proc/meminfo: memFree=771338620/790760804 swapFree=131071996/131071996
[pid=72477] ppid=72474 vsize=115972 memory=104656 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/stat : 72477 (fscip) R 72474 72477 70587 0 -1 4194304 24243 0 0 0 20 3 0 0 20 0 1 0 12036254 118755328 26164 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
/proc/72477/statm: 28993 26164 2539 3035 0 25389 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 115972 KiB
Current children cumulated memory: 104656 KiB

[startup+0.319908 s]*
/proc/loadavg: 49.29 43.25 49.21 62/988 72478
/proc/meminfo: memFree=771252740/790760804 swapFree=131071996/131071996
[pid=72477] ppid=72474 vsize=207004 memory=194640 CPUtime=0.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/stat : 72477 (fscip) R 72474 72477 70587 0 -1 4194304 48314 0 0 0 26 6 0 0 20 0 1 0 12036254 211972096 48660 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
/proc/72477/statm: 51751 48660 2539 3035 0 48147 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 207004 KiB
Current children cumulated memory: 194640 KiB

[startup+0.700276 s]
/proc/loadavg: 49.29 43.25 49.21 62/988 72478
/proc/meminfo: memFree=771180728/790760804 swapFree=131071996/131071996
[pid=72477] ppid=72474 vsize=335332 memory=320548 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/stat : 72477 (fscip) R 72474 72477 70587 0 -1 4194304 67533 0 0 0 57 11 0 0 20 0 1 0 12036254 343379968 80137 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
/proc/72477/statm: 83833 80137 2662 3035 0 80229 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 335332 KiB
Current children cumulated memory: 320548 KiB

[startup+1.5003 s]
/proc/loadavg: 49.29 43.25 49.21 62/988 72478
/proc/meminfo: memFree=771126632/790760804 swapFree=131071996/131071996
[pid=72477] ppid=72474 vsize=395352 memory=365888 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/stat : 72477 (fscip) R 72474 72477 70587 0 -1 4194304 94641 0 0 0 132 17 0 0 20 0 1 0 12036254 404840448 91472 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
/proc/72477/statm: 98838 91472 2742 3035 0 95234 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 395352 KiB
Current children cumulated memory: 365888 KiB

[startup+3.11991 s]
/proc/loadavg: 50.23 43.54 49.28 62/988 72478
/proc/meminfo: memFree=770613056/790760804 swapFree=131071996/131071996
[pid=72477] ppid=72474 vsize=2281916 memory=747904 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/stat : 72477 (fscip) R 72474 72477 70587 0 -1 4194304 134830 0 0 0 282 28 0 0 20 0 21 0 12036254 2336681984 186976 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
/proc/72477/statm: 570479 186976 2758 3035 0 239835 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2281916 KiB
Current children cumulated memory: 747904 KiB

[startup+6.30119 s]
/proc/loadavg: 50.23 43.54 49.28 67/1028 72518
/proc/meminfo: memFree=767261628/790760804 swapFree=131071996/131071996
[pid=72477] ppid=72474 vsize=6394648 memory=5071080 CPUtime=14.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/stat : 72477 (fscip) S 72474 72477 70587 0 -1 1077936128 1215744 0 0 0 1177 272 0 0 20 0 41 0 12036254 6548119552 1267704 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
/proc/72477/statm: 1598662 1267704 2774 3035 0 1376925 0
[pid=72477/tid=72479] ppid=72474 vsize=6394648 memory=0 CPUtime=0.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72479/stat : 72479 (fscip) R 72474 72477 70587 0 -1 4194368 53833 0 0 0 43 12 0 0 20 0 41 0 12036557 6548119552 1267770 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72480] ppid=72474 vsize=6394648 memory=241407689987 CPUtime=0.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72480/stat : 72480 (fscip) R 72474 72477 70587 0 -1 4194368 53756 0 0 0 43 12 0 0 20 0 41 0 12036557 6548119552 1267770 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72481] ppid=72474 vsize=6394648 memory=1848 CPUtime=0.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72481/stat : 72481 (fscip) R 72474 72477 70587 0 -1 4194368 53816 0 0 0 44 11 0 0 20 0 41 0 12036557 6548119552 1267770 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72482] ppid=72474 vsize=6394648 memory=1487852 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72482/stat : 72482 (fscip) R 72474 72477 70587 0 -1 4194368 54094 0 0 0 44 12 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72483] ppid=72474 vsize=6394648 memory=440548 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72483/stat : 72483 (fscip) R 72474 72477 70587 0 -1 4194368 53761 0 0 0 43 13 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72484] ppid=72474 vsize=6394648 memory=0 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72484/stat : 72484 (fscip) R 72474 72477 70587 0 -1 4194368 53821 0 0 0 44 12 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72485] ppid=72474 vsize=6394648 memory=25333125866717268 CPUtime=0.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72485/stat : 72485 (fscip) R 72474 72477 70587 0 -1 4194368 53833 0 0 0 44 11 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72486] ppid=72474 vsize=6394648 memory=25333125866717268 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72486/stat : 72486 (fscip) R 72474 72477 70587 0 -1 4194368 53755 0 0 0 44 12 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72487] ppid=72474 vsize=6394648 memory=10556 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72487/stat : 72487 (fscip) R 72474 72477 70587 0 -1 4194368 53832 0 0 0 45 11 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72488] ppid=72474 vsize=6394648 memory=5472 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72488/stat : 72488 (fscip) R 72474 72477 70587 0 -1 4194368 53887 0 0 0 45 11 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72489] ppid=72474 vsize=6394648 memory=1791432 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72489/stat : 72489 (fscip) R 72474 72477 70587 0 -1 4194368 53754 0 0 0 44 12 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72490] ppid=72474 vsize=6394648 memory=11528 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72490/stat : 72490 (fscip) R 72474 72477 70587 0 -1 4194368 53819 0 0 0 44 12 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72491] ppid=72474 vsize=6394648 memory=281039709179664 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72491/stat : 72491 (fscip) R 72474 72477 70587 0 -1 4194368 54095 0 0 0 45 11 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72492] ppid=72474 vsize=6394648 memory=7158278443115765824 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72492/stat : 72492 (fscip) R 72474 72477 70587 0 -1 4194368 53757 0 0 0 44 12 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72493] ppid=72474 vsize=6394648 memory=0 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72493/stat : 72493 (fscip) R 72474 72477 70587 0 -1 4194368 53825 0 0 0 45 12 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72494] ppid=72474 vsize=6394648 memory=0 CPUtime=0.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72494/stat : 72494 (fscip) R 72474 72477 70587 0 -1 4194368 53813 0 0 0 44 11 0 0 20 0 41 0 12036557 6548119552 1267836 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72495] ppid=72474 vsize=6394648 memory=0 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72495/stat : 72495 (fscip) R 72474 72477 70587 0 -1 4194368 53771 0 0 0 43 13 0 0 20 0 41 0 12036557 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72496] ppid=72474 vsize=6394648 memory=6944656575208382560 CPUtime=0.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72496/stat : 72496 (fscip) R 72474 72477 70587 0 -1 4194368 53820 0 0 0 44 12 0 0 20 0 41 0 12036557 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72497] ppid=72474 vsize=6394648 memory=-3980386162748518027 CPUtime=0.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72497/stat : 72497 (fscip) R 72474 72477 70587 0 -1 4194368 54094 0 0 0 44 11 0 0 20 0 41 0 12036557 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72498] ppid=72474 vsize=6394648 memory=198340509722 CPUtime=0.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72498/stat : 72498 (fscip) R 72474 72477 70587 0 -1 4194368 53760 0 0 0 44 11 0 0 20 0 41 0 12036557 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72499] ppid=72474 vsize=6394648 memory=67009 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72499/stat : 72499 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72500] ppid=72474 vsize=6394648 memory=67348 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72500/stat : 72500 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72501] ppid=72474 vsize=6394648 memory=16204 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72501/stat : 72501 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72502] ppid=72474 vsize=6394648 memory=2268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72502/stat : 72502 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72503] ppid=72474 vsize=6394648 memory=6120 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72503/stat : 72503 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72504] ppid=72474 vsize=6394648 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72504/stat : 72504 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72505] ppid=72474 vsize=6394648 memory=281039708804512 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72505/stat : 72505 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72506] ppid=72474 vsize=6394648 memory=28970150456464408 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72506/stat : 72506 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267902 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72507] ppid=72474 vsize=6394648 memory=19916 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72507/stat : 72507 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72508] ppid=72474 vsize=6394648 memory=104 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72508/stat : 72508 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72509] ppid=72474 vsize=6394648 memory=2004 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72509/stat : 72509 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72510] ppid=72474 vsize=6394648 memory=52404 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72510/stat : 72510 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72511] ppid=72474 vsize=6394648 memory=28748 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72511/stat : 72511 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72512] ppid=72474 vsize=6394648 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72512/stat : 72512 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72513] ppid=72474 vsize=6394648 memory=281039709098560 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72513/stat : 72513 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72514] ppid=72474 vsize=6394648 memory=3472468816082239776 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72514/stat : 72514 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72515] ppid=72474 vsize=6394648 memory=6296409829614053225 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72515/stat : 72515 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72516] ppid=72474 vsize=6394648 memory=8333499361535160474 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72516/stat : 72516 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72517] ppid=72474 vsize=6394648 memory=281039709086512 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72517/stat : 72517 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72518] ppid=72474 vsize=6394648 memory=8131782379265 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72518/stat : 72518 (fscip) S 72474 72477 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12036835 6548119552 1267968 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
Current children cumulated CPU time: 14.49 s
Current children cumulated vsize: 6394648 KiB
Current children cumulated memory: 5071080 KiB

[startup+12.7022 s]
/proc/loadavg: 54.96 44.78 49.62 82/1028 72520
/proc/meminfo: memFree=760041488/790760804 swapFree=131071996/131071996
[pid=72477] ppid=72474 vsize=10389252 memory=8953624 CPUtime=136.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/stat : 72477 (fscip) S 72474 72477 70587 0 -1 1077936128 2228367 0 0 0 11812 1850 0 0 20 0 41 0 12036254 10638594048 2238406 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 17 77 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
/proc/72477/statm: 2597313 2238406 2998 3035 0 2408665 0
[pid=72477/tid=72479] ppid=72474 vsize=10389252 memory=25333125866717268 CPUtime=6.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72479/stat : 72479 (fscip) R 72474 72477 70587 0 -1 4194368 112120 0 0 0 554 112 0 0 20 0 41 0 12036557 10638594048 2238406 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72480] ppid=72474 vsize=10389252 memory=0 CPUtime=6.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72480/stat : 72480 (fscip) R 72474 72477 70587 0 -1 4194368 111188 0 0 0 531 129 0 0 20 0 41 0 12036557 10638594048 2238406 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72481] ppid=72474 vsize=10389252 memory=4208044538092463085 CPUtime=6.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72481/stat : 72481 (fscip) R 72474 72477 70587 0 -1 4194368 83175 0 0 0 661 20 0 0 20 0 41 0 12036557 10638594048 2238406 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0

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

[pid=72477/tid=72502] ppid=72474 vsize=24363320 memory=3760 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72502/stat : 72502 (fscip) S 72474 72477 70587 0 -1 1077936192 183 0 0 0 0 2 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72503] ppid=72474 vsize=24363320 memory=40348 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72503/stat : 72503 (fscip) S 72474 72477 70587 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72504] ppid=72474 vsize=24363320 memory=13748 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72504/stat : 72504 (fscip) S 72474 72477 70587 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72505] ppid=72474 vsize=24363320 memory=20608292 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72505/stat : 72505 (fscip) S 72474 72477 70587 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72506] ppid=72474 vsize=24363320 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72506/stat : 72506 (fscip) S 72474 72477 70587 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72507] ppid=72474 vsize=24363320 memory=11528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72507/stat : 72507 (fscip) S 72474 72477 70587 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72508] ppid=72474 vsize=24363320 memory=-2247047206221339730 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72508/stat : 72508 (fscip) S 72474 72477 70587 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72509] ppid=72474 vsize=24363320 memory=13748 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72509/stat : 72509 (fscip) S 72474 72477 70587 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72510] ppid=72474 vsize=24363320 memory=20330392 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72510/stat : 72510 (fscip) S 72474 72477 70587 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72511] ppid=72474 vsize=24363320 memory=20608152 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72511/stat : 72511 (fscip) S 72474 72477 70587 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72512] ppid=72474 vsize=24363320 memory=-7379261807985254524 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72512/stat : 72512 (fscip) S 72474 72477 70587 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72513] ppid=72474 vsize=24363320 memory=-6000919499214174262 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72513/stat : 72513 (fscip) S 72474 72477 70587 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72514] ppid=72474 vsize=24363320 memory=11528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72514/stat : 72514 (fscip) S 72474 72477 70587 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72515] ppid=72474 vsize=24363320 memory=13748 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72515/stat : 72515 (fscip) S 72474 72477 70587 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72516] ppid=72474 vsize=24363320 memory=11528 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72516/stat : 72516 (fscip) S 72474 72477 70587 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72517] ppid=72474 vsize=24363320 memory=13748 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72517/stat : 72517 (fscip) S 72474 72477 70587 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72518] ppid=72474 vsize=24363320 memory=20636836 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72518/stat : 72518 (fscip) S 72474 72477 70587 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5161169 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
Current children cumulated CPU time: 70825.8 s
Current children cumulated vsize: 24363320 KiB
Current children cumulated memory: 20644676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3641.7 s]
/proc/loadavg: 79.05 80.08 79.92 81/1021 74803
/proc/meminfo: memFree=756766508/790760804 swapFree=131071996/131071996
[pid=72477] ppid=72474 vsize=24363320 memory=20689804 CPUtime=72001.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/stat : 72477 (fscip) S 72474 72477 70587 0 -1 1077936128 31988923 0 0 0 7192742 7448 0 0 20 0 41 0 12036254 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
/proc/72477/statm: 6090830 5172451 3014 3035 0 5888975 0
[pid=72477/tid=72479] ppid=72474 vsize=24363320 memory=25333125866717268 CPUtime=3600.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72479/stat : 72479 (fscip) R 72474 72477 70587 0 -1 4194368 2229578 0 0 0 359697 305 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72480] ppid=72474 vsize=24363320 memory=281039709469296 CPUtime=3605.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72480/stat : 72480 (fscip) R 72474 72477 70587 0 -1 4194368 795953 0 0 0 360319 226 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72481] ppid=72474 vsize=24363320 memory=281039711444000 CPUtime=3593.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72481/stat : 72481 (fscip) R 72474 72477 70587 0 -1 4194368 1472609 0 0 0 358800 594 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72482] ppid=72474 vsize=24363320 memory=0 CPUtime=3604.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72482/stat : 72482 (fscip) R 72474 72477 70587 0 -1 4194368 1805690 0 0 0 360209 270 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72483] ppid=72474 vsize=24363320 memory=20676492 CPUtime=3604.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72483/stat : 72483 (fscip) R 72474 72477 70587 0 -1 4194368 802835 0 0 0 360222 240 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72484] ppid=72474 vsize=24363320 memory=25333125866717268 CPUtime=3598.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72484/stat : 72484 (fscip) R 72474 72477 70587 0 -1 4194368 1475968 0 0 0 359256 545 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72485] ppid=72474 vsize=24363320 memory=5540 CPUtime=3601.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72485/stat : 72485 (fscip) R 72474 72477 70587 0 -1 4194368 2304839 0 0 0 359825 318 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72486] ppid=72474 vsize=24363320 memory=16325789170925620 CPUtime=3605.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72486/stat : 72486 (fscip) R 72474 72477 70587 0 -1 4194368 604569 0 0 0 360335 212 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72487] ppid=72474 vsize=24363320 memory=281039710107360 CPUtime=3595.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72487/stat : 72487 (fscip) R 72474 72477 70587 0 -1 4194368 1470661 0 0 0 358956 564 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72488] ppid=72474 vsize=24363320 memory=281039710028880 CPUtime=3602.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72488/stat : 72488 (fscip) R 72474 72477 70587 0 -1 4194368 2622181 0 0 0 359919 346 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72489] ppid=72474 vsize=24363320 memory=6120 CPUtime=3605.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72489/stat : 72489 (fscip) R 72474 72477 70587 0 -1 4194368 833268 0 0 0 360310 233 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72490] ppid=72474 vsize=24363320 memory=0 CPUtime=3595.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72490/stat : 72490 (fscip) R 72474 72477 70587 0 -1 4194368 1472041 0 0 0 359022 557 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72491] ppid=72474 vsize=24363320 memory=36300 CPUtime=3605.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72491/stat : 72491 (fscip) R 72474 72477 70587 0 -1 4194368 2367386 0 0 0 360265 326 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72492] ppid=72474 vsize=24363320 memory=-7379824757938676345 CPUtime=3597.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72492/stat : 72492 (fscip) R 72474 72477 70587 0 -1 4194368 659236 0 0 0 359560 214 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72493] ppid=72474 vsize=24363320 memory=0 CPUtime=3593.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72493/stat : 72493 (fscip) R 72474 72477 70587 0 -1 4194368 1480411 0 0 0 358831 559 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72494] ppid=72474 vsize=24363320 memory=281039712276320 CPUtime=3595.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72494/stat : 72494 (fscip) R 72474 72477 70587 0 -1 4194368 2372049 0 0 0 359224 312 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72495] ppid=72474 vsize=24363320 memory=281039708652288 CPUtime=3604.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72495/stat : 72495 (fscip) R 72474 72477 70587 0 -1 4194368 700727 0 0 0 360267 225 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72496] ppid=72474 vsize=24363320 memory=20689796 CPUtime=3584.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72496/stat : 72496 (fscip) R 72474 72477 70587 0 -1 4194368 1467010 0 0 0 357928 551 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72497] ppid=72474 vsize=24363320 memory=16204 CPUtime=3606.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72497/stat : 72497 (fscip) R 72474 72477 70587 0 -1 4194368 2146239 0 0 0 360370 296 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72498] ppid=72474 vsize=24363320 memory=0 CPUtime=3595.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72498/stat : 72498 (fscip) R 72474 72477 70587 0 -1 4194368 2762034 0 0 0 359046 486 0 0 20 0 41 0 12036557 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72499] ppid=72474 vsize=24363320 memory=20683484 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72499/stat : 72499 (fscip) S 72474 72477 70587 0 -1 1077936192 62 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72500] ppid=72474 vsize=24363320 memory=20683248 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72500/stat : 72500 (fscip) S 72474 72477 70587 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72501] ppid=72474 vsize=24363320 memory=20683484 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72501/stat : 72501 (fscip) S 72474 72477 70587 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72502] ppid=72474 vsize=24363320 memory=20682932 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72502/stat : 72502 (fscip) S 72474 72477 70587 0 -1 1077936192 186 0 0 0 0 2 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72503] ppid=72474 vsize=24363320 memory=20608292 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72503/stat : 72503 (fscip) S 72474 72477 70587 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72504] ppid=72474 vsize=24363320 memory=16204 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72504/stat : 72504 (fscip) S 72474 72477 70587 0 -1 1077936192 184 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72505] ppid=72474 vsize=24363320 memory=11832 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72505/stat : 72505 (fscip) S 72474 72477 70587 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72506] ppid=72474 vsize=24363320 memory=20330392 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72506/stat : 72506 (fscip) S 72474 72477 70587 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72507] ppid=72474 vsize=24363320 memory=20608152 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72507/stat : 72507 (fscip) S 72474 72477 70587 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72508] ppid=72474 vsize=24363320 memory=20638312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72508/stat : 72508 (fscip) S 72474 72477 70587 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72509] ppid=72474 vsize=24363320 memory=20683484 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72509/stat : 72509 (fscip) S 72474 72477 70587 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72510] ppid=72474 vsize=24363320 memory=6120 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72510/stat : 72510 (fscip) S 72474 72477 70587 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72511] ppid=72474 vsize=24363320 memory=1848 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72511/stat : 72511 (fscip) S 72474 72477 70587 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72512] ppid=72474 vsize=24363320 memory=38604 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72512/stat : 72512 (fscip) S 72474 72477 70587 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72513] ppid=72474 vsize=24363320 memory=7032 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72513/stat : 72513 (fscip) S 72474 72477 70587 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72514] ppid=72474 vsize=24363320 memory=28104 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72514/stat : 72514 (fscip) S 72474 72477 70587 0 -1 1077936192 185 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72515] ppid=72474 vsize=24363320 memory=33692 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72515/stat : 72515 (fscip) S 72474 72477 70587 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72516] ppid=72474 vsize=24363320 memory=28748 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72516/stat : 72516 (fscip) S 72474 72477 70587 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72517] ppid=72474 vsize=24363320 memory=7384 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72517/stat : 72517 (fscip) S 72474 72477 70587 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
[pid=72477/tid=72518] ppid=72474 vsize=24363320 memory=30888 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/72477/task/72518/stat : 72518 (fscip) S 72474 72477 70587 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 12036835 24948039680 5172451 809668444160 4194304 16623229 140725831409568 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 31727616 140725831414794 140725831414912 140725831414912 140725831421936 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 24363320 KiB
Current children cumulated memory: 20689804 KiB

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

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

# cumulated CPU time of all completed processes:  user=71927.7 s, system=75.027 s

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

[startup+3642 s]*
/proc/loadavg: 79.05 80.08 79.92 43/938 74820
/proc/meminfo: memFree=770839380/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642.2 s]
/proc/loadavg: 79.05 80.08 79.92 43/938 74820
/proc/meminfo: memFree=770839380/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): 3642.26
CPU time (s): 72002.7
CPU user time (s): 71927.7
CPU system time (s): 75.027
CPU usage (%): 1976.87
Max. virtual memory (cumulated for all children) (KiB): 24363320
Max. memory (cumulated for all children) (KiB): 20689804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71927.7
system time used= 75.027
maximum resident set size= 20689804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31988928
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= 1500363
involuntary context switches= 252347


# summary of solver processes directly reported to runsolver:
#   pid: 72477
#   total CPU time (s): 72002.7
#   total CPU user time (s): 71927.7
#   total CPU system time (s): 75.027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.3368 second user time and 87.1176 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 21:35:36
IDJOB=4465546
IDBENCH=147894
IDSOLVER=3094
FILE ID=nodeD102/4465546-1722454536
RUNJOBID= nodeD102-1722454211-70626
SLURM_JOB_ID= 8254238
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.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-4465546-1722454536/watcher-4465546-1722454536 -o /tmp/evaluation-result-4465546-1722454536/solver-4465546-1722454536 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70626 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465546-1722454536.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 392bb637b95a9bbde51dfdce2cdaf17a
RANDOM SEED=1417209359

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3141.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	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        771419944 kB
MemAvailable:   769846300 kB
Buffers:          156300 kB
Cached:          1557612 kB
SwapCached:            0 kB
Active:           318576 kB
Inactive:       16629680 kB
Active(anon):       2260 kB
Inactive(anon): 15254636 kB
Active(file):     316316 kB
Inactive(file):  1375044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             34116 kB
Writeback:            64 kB
AnonPages:      15223900 kB
Mapped:           125688 kB
Shmem:             22536 kB
KReclaimable:     148668 kB
Slab:             484056 kB
SReclaimable:     148668 kB
SUnreclaim:       335388 kB
KernelStack:       16992 kB
PageTables:        40604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2465324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           206208 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1419264 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      475136 kB
DirectMap2M:    47208448 kB
DirectMap1G:    758120448 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD102 at 2024-07-31 22:36:19