Trace number 4465298

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUMdbdf528b135cde252d8c4b9633a10d5c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark3600.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.10/1.18	c Default LC presolving (default).
1.10/1.19	c ** Before presolving: virtualMemUsedAtLc = 1123560195, getVmSize() = 712507392, SCIPgetMemUsed() = 628830105, SCIPgetMemTotal() = 661459961, SCIPgetMemExternEstim() = 462100234
1.10/1.19	c ** set memory limit for presolving in LC to 8.79255e+12 for SCIP **
7.46/7.53	c ** Estimated virtualMemUsedAtSolver = 1088428422, getVmSize() = 1317494784, SCIPgetMemUsed() = 723993720, SCIPgetMemTotal() = 1170542400, SCIPgetMemExternEstim() = 462100234
7.46/7.53	c ** set memory limit for solvers to 4.18519e+11 for each SCIP **
7.46/7.53	c Original Problem   :
7.46/7.53	c   Problem name     : instance-4465298-1723601408
7.46/7.53	c   Variables        : 99789 (99789 binary, 0 integer, 0 implicit integer, 0 continuous)
7.46/7.53	c   Constraints      : 388956
7.46/7.53	c   Objective sense  : minimize
7.46/7.53	c Presolved Problem  :
7.46/7.53	c   Variables        : 93501 (93501 binary, 0 integer, 0 implicit integer, 0 continuous)
7.46/7.53	c   Constraints      : 93426
7.46/7.53	c Constraints        : Number
7.46/7.53	c   knapsack         : 1 
7.46/7.53	c   setppc           : 3054 
7.46/7.53	c   and              : 90366 
7.46/7.53	c   logicor          : 5 
7.46/7.53	c ** Instance transfer method used: 0
7.75/7.83	c ** ParaScipInstance copy does not increase the number of variables. **
12.55/12.52	c LC is working with racing ramp-up and with rebuilding tree after racing.
12.55/12.53	c                                Nodes    Active                                            
12.55/12.53	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
467.22/35.93	c *      36              0           1        20          33.0000                -          -
467.22/35.93	c        36              0           1        20          33.0000                -          -
2155.31/121.25	c       121              0           1        20          33.0000                -          -
2295.39/128.31	c       128              2           1        20          33.0000           5.0000          -
2410.79/134.14	c       134              2           1        20          33.0000           5.0000          -
2661.63/146.88	c       147              3           4        20          33.0000           5.0000          -
2772.61/152.46	c       152              3           4        20          33.0000           5.0000          -
2911.22/159.46	c       159             21          22        20          33.0000           5.0000          -
3012.33/164.52	c       165             21          22        20          33.0000           5.0000          -
3113.55/169.62	c       170             21          22        20          33.0000           5.0000          -
3244.43/176.23	c       176             21          22        20          33.0000           5.0000          -
3351.40/181.67	c       182             22          21        20          33.0000           5.0000          -
3505.97/189.49	c       189             41          42        20          33.0000           5.0000          -
3620.87/195.29	c       195             41          42        20          33.0000           5.0000          -
3731.83/200.82	c       201             73          70        20          33.0000           5.0000          -
3852.49/206.97	c       207            140         107        20          33.0000           5.0000          -
3951.66/212.03	c       212            102         101        20          33.0000           5.0000          -
4056.77/217.24	c       217            152         105        20          33.0000           5.0000          -
4175.82/223.26	c       223            202         108        20          33.0000           5.0000          -
4288.90/228.94	c       229            202         106        20          33.0000           5.0000          -
4393.86/234.22	c       234            485         103        20          33.0000           5.0000          -
4499.07/239.58	c       240            202         105        20          33.0000           5.0000          -
4602.21/244.78	c       245            555         101        20          33.0000           5.0000          -
4719.15/250.68	c       251            574           1        20          33.0000           5.0000          -
4820.15/255.74	c       256            614          41        20          33.0000           5.0000          -
4919.12/260.77	c       261           1250         427        20          33.0000           5.0000          -
5024.91/266.07	c       266            870         220        20          33.0000           5.0000          -
5126.18/271.18	c       271           1494         494        20          33.0000           5.0000          -
5230.60/276.44	c       276           1583         539        20          33.0000           5.0000          -
5342.48/282.07	c       282           1186         160        20          33.0000           5.0000          -
5441.81/287.14	c       287            962         263        20          33.0000           5.0000          -
5546.06/292.39	c       292           1631          41        20          33.0000           5.0000          -
5651.05/297.64	c       298           1671          81        20          33.0000           5.0000          -
5760.84/303.16	c       303           1048         121        20          33.0000           5.0000          -
5860.01/308.19	c       308           1196         209        20          33.0000           5.0000          -
5962.40/313.32	c       313           1212         110        20          33.0000           5.0000          -
6065.47/318.50	c       318           2050         259        20          33.0000           5.0000          -
6168.48/323.70	c       324           1491         199        20          33.0000           5.0000          -
6274.37/329.07	c       329           3230         861        20          33.0000           5.0000          -
6375.48/334.16	c       334           3230         861        20          33.0000           5.0000          -
6481.72/339.54	c       340           3230         861        20          33.0000           5.0000          -
6582.85/344.63	c       345           3230         861        20          33.0000           5.0000          -
6684.02/349.71	c       350           3330         919        20          33.0000           5.0000          -
6782.81/354.78	c       355           3422         935        20          33.0000           5.0000          -
6883.93/359.82	c       360           2934         318        20          33.0000           5.0000          -
6996.60/365.53	c       366           3519         982        20          33.0000           5.0000          -
7106.37/371.13	c       371           2144         180        20          33.0000           5.0000          -
7208.33/376.29	c       376           2300         159        20          33.0000           5.0000          -
7309.24/381.31	c       381           3834         953        20          33.0000           5.0000          -
7410.40/386.49	c       386           2891         660        20          33.0000           5.0000          -
7511.61/391.50	c       392           3142         909        20          33.0000           5.0000          -
7610.07/396.51	c       397           3152         879        20          33.0000           5.0000          -
7709.95/401.66	c       402           3163         866        20          33.0000           5.0000          -
7812.21/406.81	c       407           3193         811        20          33.0000           5.0000          -
7910.20/411.88	c       412           3213         789        20          33.0000           5.0000          -
8012.87/417.09	c       417           3246         759        20          33.0000           5.0000          -
8112.72/422.17	c       422           3253         756        20          33.0000           5.0000          -
8216.33/427.46	c       427           4545         142        20          33.0000           5.0000          -
8314.48/432.49	c       432           3340         733        20          33.0000           5.0000          -
8424.83/438.08	c       438           3382         727        20          33.0000           5.0000          -
8532.05/443.50	c       444           5409         355        20          33.0000           5.0000          -
8634.05/448.71	c       449           3506         719        20          33.0000           5.0000          -
8734.21/453.81	c       454           5627         356        20          33.0000           5.0000          -
8840.40/459.21	c       459           3548          41        20          33.0000           5.0000          -
8942.41/464.40	c       464           5841         352        20          33.0000           5.0000          -
9040.45/469.49	c       469           3928         298        20          33.0000           5.0000          -
9142.47/474.61	c       475           4242         533        20          33.0000           5.0000          -
9244.65/479.85	c       480           4276         528        20          33.0000           5.0000          -
9344.84/484.90	c       485           6244         348        20          33.0000           5.0000          -
9445.73/490.07	c       490           6244         348        20          33.0000           5.0000          -
9521.20/493.94	c *     494           6267           0        20          32.0000           5.0000          -
9560.33/496.01	c       496           6821        1219        20          32.0000           5.0000          -
9717.46/504.02	c       504           4790         675        20          32.0000           5.0000          -
9821.43/509.22	c       509           6270           3        20          32.0000           5.0000          -
9921.11/514.31	c       514           6826        1215        20          32.0000           5.0000          -
10036.70/520.20	c       520           4807         633        20          32.0000           5.0000          -
10156.62/526.32	c       526           6387         122        20          32.0000           5.0000          -
10256.86/531.48	c       531           6922        1214        20          32.0000           5.0000          -
10356.84/536.52	c       537           6922        1214        20          32.0000           5.0000          -
10457.00/541.63	c       542           6947        1211        20          32.0000           5.0000          -
10557.06/546.73	c       547           6998        1207        20          32.0000           5.0000          -
10662.02/552.07	c       552           7021        1232        20          32.0000           5.0000          -
10763.52/557.27	c       557           5319         624        20          32.0000           5.0000          -
10869.46/562.62	c       563           7063        1212        20          32.0000           5.0000          -
10971.67/567.88	c       568           7064        1215        20          32.0000           5.0000          -
11071.90/572.96	c       573           5551         655        20          32.0000           5.0000          -
11174.70/578.18	c       578           7213        1208        20          32.0000           5.0000          -
11276.18/583.34	c       583           7235           0        20          32.0000           5.0000          -
11378.30/588.52	c       589           5865         636        20          32.0000           5.0000          -
11476.35/593.56	c       594           7377         140        20          32.0000           5.0000          -
11576.28/598.66	c       599           8697         423        20          32.0000           5.0000          -
11707.68/605.37	c       605           8278        1039        20          32.0000           5.0000          -
11829.19/611.52	c       612           8278        1039        20          32.0000           5.0000          -
11929.19/616.63	c       617           6278          21        20          32.0000           5.0000          -
12027.47/621.68	c       622           9005         419        20          32.0000           5.0000          -
12129.68/626.82	c       627           6732         299        20          32.0000           5.0000          -
12229.73/631.94	c       632           9251         422        20          32.0000           5.0000          -
12327.90/636.95	c       637           9583        1437        20          32.0000           5.0000          -
12435.94/642.48	c       642           9728        1435        20          32.0000           5.0000          -
12537.91/647.67	c       648           7208         205        20          32.0000           5.0000          -
12641.95/653.05	c       653           7537         358        20          32.0000           5.0000          -
12745.75/658.20	c       658           9984         422        20          32.0000           5.0000          -
12851.74/663.60	c       664           9984         422        20          32.0000           5.0000          -
12951.80/668.79	c       669           9989           1        20          32.0000           5.0000          -
13051.76/673.84	c       674          10049          61        20          32.0000           5.0000          -
13151.77/679.04	c       679           8240         340        20          32.0000           5.0000          -
13252.56/684.11	c       684          10776        1434        20          32.0000           5.0000          -
13354.16/689.27	c       689          10952        1437        20          32.0000           5.0000          -
13458.21/694.55	c       695          10858         350        20          32.0000           5.0000          -
13558.20/699.60	c       700          11290        1438        20          32.0000           5.0000          -
13658.48/704.77	c       705           9011         319        20          32.0000           5.0000          -
13756.33/709.80	c       710           9098         320        20          32.0000           5.0000          -
13856.36/714.81	c       715          11705        1434        20          32.0000           5.0000          -
13959.04/720.12	c       720           9373         320        20          32.0000           5.0000          -
14068.26/725.62	c       726           9521         318        20          32.0000           5.0000          -
14172.14/730.90	c       731          11894         342        20          32.0000           5.0000          -
14270.44/735.97	c       736          12079        1428        20          32.0000           5.0000          -
14368.58/741.03	c       741          12116           0        20          32.0000           5.0000          -
14469.41/746.12	c       746          12137          21        20          32.0000           5.0000          -
14576.46/751.50	c       752          10069         319        20          32.0000           5.0000          -
14685.14/757.10	c       757          10089           1        20          32.0000           5.0000          -
14783.29/762.13	c       762          12721         341        20          32.0000           5.0000          -
14884.72/767.22	c       767          12863         347        20          32.0000           5.0000          -
14984.89/772.35	c       772          10672         357        20          32.0000           5.0000          -
15087.02/777.53	c       778          13464         542        20          32.0000           5.0000          -
15185.40/782.53	c       783          10904         356        20          32.0000           5.0000          -
15287.64/787.79	c       788          13462         342        20          32.0000           5.0000          -
15397.63/793.32	c       793          13604         342        20          32.0000           5.0000          -
15499.82/798.50	c       798          13742         343        20          32.0000           5.0000          -
15605.77/803.93	c       804          14210         536        20          32.0000           5.0000          -
15715.79/809.54	c       810          14069         336        20          32.0000           5.0000          -
15819.53/814.87	c       815          11675         356        20          32.0000           5.0000          -
15927.55/820.37	c       820          14080         336        20          32.0000           5.0000          -
16031.69/825.65	c       826          14227         346        20          32.0000           5.0000          -
16138.33/831.07	c       831          12029         353        20          32.0000           5.0000          -
16241.66/836.34	c       836          12123         350        20          32.0000           5.0000          -
16345.62/841.63	c       842          12222         352        20          32.0000           5.0000          -
16445.76/846.74	c       847          14761         345        20          32.0000           5.0000          -
16547.95/851.92	c       852          14920         340        20          32.0000           5.0000          -
16646.02/856.96	c       857          15085         344        20          32.0000           5.0000          -
16746.88/862.13	c       862          15817         540        20          32.0000           5.0000          -
16854.15/867.53	c       868          15397         347        20          32.0000           5.0000          -
16956.48/872.78	c       873          15543         347        20          32.0000           5.0000          -
17061.00/878.06	c       878          15637         341        20          32.0000           5.0000          -
17161.09/883.16	c       883          16320         537        20          32.0000           5.0000          -
17262.52/888.39	c       888          13482         349        20          32.0000           5.0000          -
17362.00/893.45	c       893          13647         347        20          32.0000           5.0000          -
17460.86/898.61	c       899          13655         357        20          32.0000           5.0000          -
17564.89/903.97	c       904          13655         357        20          32.0000           5.0000          -
17663.11/908.99	c       909          16475         344        20          32.0000           5.0000          -
17764.08/914.09	c       914          16575         342        20          32.0000           5.0000          -
17864.12/919.19	c       919          14069         346        20          32.0000           5.0000          -
17972.91/924.79	c       925          14280         347        20          32.0000           5.0000          -
18079.78/930.17	c       930          17451         535        20          32.0000           5.0000          -
18183.06/935.46	c       935          14648         347        20          32.0000           5.0000          -
18283.14/940.50	c       940          17711         538        20          32.0000           5.0000          -
18388.74/946.04	c       946          17400         336        20          32.0000           5.0000          -
18494.81/951.37	c       951          17400         336        20          32.0000           5.0000          -
18594.76/956.45	c       956          17426           0        20          32.0000           5.0000          -
18700.97/961.82	c       962          15400         343        20          32.0000           5.0000          -
18804.05/967.06	c       967          15578         348        20          32.0000           5.0000          -
18907.28/972.39	c       972          15707         343        20          32.0000           5.0000          -
19013.37/977.70	c       978          18650         541        20          32.0000           5.0000          -
19111.71/982.75	c       983          16062         344        20          32.0000           5.0000          -
19214.01/987.94	c       988          18849         535        20          32.0000           5.0000          -
19315.18/993.10	c       993          18600         326        20          32.0000           5.0000          -
19413.18/998.12	c       998          18766         325        20          32.0000           5.0000          -
19524.52/1003.75	c      1004          16648         343        20          32.0000           5.0000          -
19632.57/1009.22	c      1009          19260         543        20          32.0000           5.0000          -
19730.65/1014.27	c      1014          19369         542        20          32.0000           5.0000          -
19834.90/1019.55	c      1020          19369         542        20          32.0000           5.0000          -
19941.00/1024.90	c      1025          19393           0        20          32.0000           5.0000          -
20042.02/1030.08	c      1030          19414          21        20          32.0000           5.0000          -
20151.18/1035.65	c      1036          17585         345        20          32.0000           5.0000          -
20255.39/1040.95	c      1041          19906         340        20          32.0000           5.0000          -
20361.67/1046.35	c      1046          20049         337        20          32.0000           5.0000          -
20465.88/1051.67	c      1052          20151         327        20          32.0000           5.0000          -
20563.90/1056.69	c      1057          18194         340        20          32.0000           5.0000          -
20670.77/1062.04	c      1062          18194         340        20          32.0000           5.0000          -
20768.48/1067.09	c      1067          18225           0        20          32.0000           5.0000          -
20874.03/1072.45	c      1072          20750         337        20          32.0000           5.0000          -
20984.45/1078.12	c      1078          18569         313        20          32.0000           5.0000          -
21092.03/1083.53	c      1084          21011         335        20          32.0000           5.0000          -
21194.25/1088.71	c      1089          21219         326        20          32.0000           5.0000          -
21296.27/1093.93	c      1094          21354         320        20          32.0000           5.0000          -
21394.48/1099.02	c      1099          21543         324        20          32.0000           5.0000          -
21497.17/1104.16	c      1104          19223         300        20          32.0000           5.0000          -
21600.34/1109.42	c      1109          19418         295        20          32.0000           5.0000          -
21707.90/1114.94	c      1115          19616         294        20          32.0000           5.0000          -
21813.74/1120.34	c      1120          19789         293        20          32.0000           5.0000          -
21915.84/1125.56	c      1126          22154         333        20          32.0000           5.0000          -
21990.43/1129.31	c *    1129          22252         339        20          31.0000           5.0000          -
22015.80/1130.68	c      1131          22287         337        20          31.0000           5.0000          -
22115.61/1135.73	c      1136          20108         296        20          31.0000           5.0000          -
22223.91/1141.24	c      1141          22289         339        20          31.0000           5.0000          -
22325.92/1146.48	c      1146          20192         293        20          31.0000           5.0000          -
22431.98/1151.82	c      1152          20227         294        20          31.0000           5.0000          -
22540.05/1157.33	c      1157          22697         334        20          31.0000           5.0000          -
22549.77/1157.85	c *    1158          23089         324        20          30.0000           5.0000    500.00%
22642.06/1162.54	c      1163          23158         323        20          30.0000           5.0000    500.00%
22740.16/1167.57	c      1168          23323         322        20          30.0000           5.0000    500.00%
22840.10/1172.63	c      1173          23024         331        20          30.0000           5.0000    500.00%
22938.17/1177.70	c      1178          23024         331        20          30.0000           5.0000    500.00%
23038.42/1182.77	c      1183          23093         330        20          30.0000           5.0000    500.00%
23140.22/1188.03	c      1188          20893         292        20          30.0000           5.0000    500.00%
23245.99/1193.39	c      1193          23864         317        20          30.0000           5.0000    500.00%
23346.21/1198.40	c      1198          23895         318        20          30.0000           5.0000    500.00%
23451.99/1203.84	c      1204          23895         318        20          30.0000           5.0000    500.00%
23565.81/1209.68	c      1210          23895         318        20          30.0000           5.0000    500.00%
23667.74/1214.82	c      1215          23895         318        20          30.0000           5.0000    500.00%
23770.65/1220.10	c      1220          23895         318        20          30.0000           5.0000    500.00%
23872.02/1225.22	c      1225          23895         318        20          30.0000           5.0000    500.00%
23974.23/1230.48	c      1230          23895         318        20          30.0000           5.0000    500.00%
24078.37/1235.76	c      1236          23895         318        20          30.0000           5.0000    500.00%
24180.54/1240.91	c      1241          23895         318        20          30.0000           5.0000    500.00%
24278.80/1245.94	c      1246          22101         290        20          30.0000           5.0000    500.00%
24379.19/1251.12	c      1251          24471         334        20          30.0000           5.0000    500.00%
24484.66/1256.41	c      1256          24479         337        20          30.0000           5.0000    500.00%
24586.66/1261.66	c      1262          24479         337        20          30.0000           5.0000    500.00%
24688.80/1266.80	c      1267          22632         287        20          30.0000           5.0000    500.00%
24791.41/1272.06	c      1272          22778         292        20          30.0000           5.0000    500.00%
24889.90/1277.08	c      1277          24359         319        20          30.0000           5.0000    500.00%
24989.56/1282.20	c      1282          24504         319        20          30.0000           5.0000    500.00%
25095.12/1287.52	c      1288          23036         289        20          30.0000           5.0000    500.00%
25197.24/1292.78	c      1293          23064         295        20          30.0000           5.0000    500.00%
25297.43/1297.83	c      1298          23064         295        20          30.0000           5.0000    500.00%
25395.68/1302.88	c      1303          25273         330        20          30.0000           5.0000    500.00%
25495.83/1307.90	c      1308          25135         318        20          30.0000           5.0000    500.00%
25594.11/1313.01	c      1313          25537         331        20          30.0000           5.0000    500.00%
25700.10/1318.35	c      1318          23501         289        20          30.0000           5.0000    500.00%
25804.27/1323.63	c      1324              2           1        20          30.0000          11.2160    167.48%
25902.59/1328.66	c      1329              2           1        20          30.0000          11.2160    167.48%
26006.78/1334.03	c      1334              2           1        20          30.0000          11.2160    167.48%
26110.85/1339.24	c      1339              2           1        20          30.0000          11.2160    167.48%
26209.21/1344.26	c      1344              2           1        20          30.0000          11.2341    167.04%
26317.51/1349.75	c      1350              2           1        20          30.0000          11.2341    167.04%
26425.70/1355.23	c      1355              2           1        20          30.0000          11.2341    167.04%
26525.80/1360.38	c      1360              2           1        20          30.0000          11.2341    167.04%
26633.70/1365.82	c      1366              2           1        20          30.0000          11.2341    167.04%
26738.70/1371.15	c      1371              2           1        20          30.0000          11.2341    167.04%
26847.57/1376.70	c      1377              2           1        20          30.0000          11.2341    167.04%
26947.70/1381.83	c      1382              2           1        20          30.0000          11.2341    167.04%
27047.81/1386.90	c      1387              2           1        20          30.0000          11.2341    167.04%
27146.17/1391.99	c      1392              2           1        20          30.0000          11.2341    167.04%
27247.34/1397.08	c      1397              2           1        20          30.0000          11.2341    167.04%
27347.69/1402.19	c      1402              2           1        20          30.0000          11.2341    167.04%
27450.82/1407.48	c      1407              3           2        20          30.0000          11.2529    166.60%
27553.20/1412.60	c      1413              3           2        20          30.0000          11.2529    166.60%
27663.21/1418.21	c      1418              3           2        20          30.0000          11.2529    166.60%
27765.53/1423.41	c      1423              3           2        20          30.0000          11.2529    166.60%
27869.65/1428.77	c      1429              3           2        20          30.0000          11.2529    166.60%
27974.29/1434.07	c      1434              3           2        20          30.0000          11.2529    166.60%
28072.01/1439.10	c      1439              3           2        20          30.0000          11.2529    166.60%
28175.64/1444.37	c      1444              3           2        20          30.0000          11.2529    166.60%
28275.80/1449.40	c      1449              3           2        20          30.0000          11.2529    166.60%
28376.09/1454.53	c      1455              3           2        20          30.0000          11.2529    166.60%
28480.35/1459.86	c      1460              3           2        20          30.0000          11.2529    166.60%
28586.31/1465.25	c      1465              3           2        20          30.0000          11.2529    166.60%
28690.58/1470.53	c      1471              3           2        20          30.0000          11.2529    166.60%
28796.54/1475.99	c      1476              3           2        20          30.0000          11.2529    166.60%
28902.89/1481.40	c      1481              3           2        20          30.0000          11.2529    166.60%
29010.84/1486.82	c      1487              3           2        20          30.0000          11.2529    166.60%
29110.98/1491.95	c      1492              3           2        20          30.0000          11.2529    166.60%
29211.25/1497.05	c      1497              3           2        20          30.0000          11.2529    166.60%
29309.34/1502.11	c      1502              3           2        20          30.0000          11.2529    166.60%
29410.97/1507.20	c      1507              3           2        20          30.0000          11.2529    166.60%
29513.08/1512.49	c      1512              3           2        20          30.0000          11.2529    166.60%
29620.92/1517.90	c      1518              3           2        20          30.0000          11.2529    166.60%
29719.01/1522.93	c      1523              3           2        20          30.0000          11.2529    166.60%
29819.55/1528.10	c      1528              3           2        20          30.0000          11.2529    166.60%
29927.27/1533.50	c      1534              3           2        20          30.0000          11.2529    166.60%
30027.44/1538.66	c      1539              3           2        20          30.0000          11.2529    166.60%
30127.37/1543.74	c      1544              3           2        20          30.0000          11.2529    166.60%
30229.65/1549.03	c      1549              3           2        20          30.0000          11.2529    166.60%
30339.44/1554.50	c      1554              3           2        20          30.0000          11.2529    166.60%
30443.64/1559.82	c      1560              3           2        20          30.0000          11.2529    166.60%
30549.52/1565.25	c      1565              3           2        20          30.0000          11.2529    166.60%
30651.64/1570.40	c      1570              3           2        20          30.0000          11.2529    166.60%
30751.75/1575.51	c      1576              3           2        20          30.0000          11.2529    166.60%
30852.00/1580.62	c      1581              3           2        20          30.0000          11.2529    166.60%
30950.19/1585.69	c      1586              3           2        20          30.0000          11.2529    166.60%
31050.46/1590.70	c      1591              3           2        20          30.0000          11.2529    166.60%
31148.61/1595.72	c      1596              3           2        20          30.0000          11.2529    166.60%
31253.12/1601.10	c      1601              3           2        20          30.0000          11.2529    166.60%
31356.40/1606.37	c      1606              3           2        20          30.0000          11.2529    166.60%
31464.42/1611.82	c      1612              3           2        20          30.0000          11.2529    166.60%
31570.24/1617.25	c      1617              3           2        20          30.0000          11.2529    166.60%
31670.18/1622.37	c      1622              3           2        20          30.0000          11.2529    166.60%
31776.21/1627.74	c      1628              3           2        20          30.0000          11.2529    166.60%
31878.46/1633.00	c      1633              3           2        20          30.0000          11.2529    166.60%
31979.49/1638.11	c      1638              3           2        20          30.0000          11.2529    166.60%
32084.49/1643.44	c      1643              4           3        20          30.0000          11.2529    166.60%
32192.58/1648.90	c      1649              4           3        20          30.0000          11.2529    166.60%
32298.58/1654.38	c      1654              4           3        20          30.0000          11.2529    166.60%
32398.76/1659.40	c      1659              4           3        20          30.0000          11.2529    166.60%
32496.88/1664.41	c      1664              4           3        20          30.0000          11.2529    166.60%
32600.86/1669.71	c      1670              4           3        20          30.0000          11.2529    166.60%
32702.85/1674.91	c      1675              4           3        20          30.0000          11.2529    166.60%
32800.97/1679.99	c      1680              4           3        20          30.0000          11.2529    166.60%
32903.50/1685.20	c      1685              4           3        20          30.0000          11.2529    166.60%
33003.16/1690.27	c      1690              4           3        20          30.0000          11.2529    166.60%
33024.63/1691.39	c *    1691              4           3        20          29.0000          11.2529    157.71%
33106.84/1695.58	c      1696              4           3        20          29.0000          11.2529    157.71%
33210.87/1700.80	c      1701              4           3        20          29.0000          11.2529    157.71%
33265.92/1703.66	c *    1704              4           3        20          28.0000          11.2529    148.83%
33309.06/1705.89	c      1706              4           3        20          28.0000          11.2529    148.83%
33415.07/1711.20	c      1711              4           3        20          28.0000          11.2529    148.83%
33519.02/1716.50	c      1716              4           3        20          28.0000          11.2529    148.83%
33619.23/1721.68	c      1722              4           3        20          28.0000          11.2529    148.83%
33725.77/1727.12	c      1727              4           3        20          28.0000          11.2529    148.83%
33832.85/1732.54	c      1733              4           3        20          28.0000          11.2529    148.83%
33934.71/1737.77	c      1738              4           3        20          28.0000          11.2529    148.83%
34042.65/1743.29	c      1743              5           4        20          28.0000          11.2872    148.07%
34148.72/1748.60	c      1749              5           4        20          28.0000          11.2872    148.07%
34246.81/1753.62	c      1754              5           4        20          28.0000          11.2872    148.07%
34350.97/1758.91	c      1759              5           4        20          28.0000          11.2872    148.07%
34449.23/1763.94	c      1764              5           4        20          28.0000          11.2872    148.07%
34547.33/1768.97	c      1769              5           4        20          28.0000          11.2872    148.07%
34653.30/1774.34	c      1774              5           4        20          28.0000          11.2872    148.07%
34759.28/1779.78	c      1780              5           4        20          28.0000          11.2872    148.07%
34861.43/1784.91	c      1785              5           4        20          28.0000          11.2872    148.07%
34969.43/1790.40	c      1790              5           4        20          28.0000          11.2872    148.07%
35069.40/1795.56	c      1796              5           4        20          28.0000          11.2872    148.07%
35175.39/1800.91	c      1801              5           4        20          28.0000          11.2872    148.07%
35276.12/1806.08	c      1806              5           4        20          28.0000          11.2872    148.07%
35374.55/1811.09	c      1811              5           4        20          28.0000          11.2872    148.07%
35475.74/1816.24	c      1816              5           4        20          28.0000          11.2872    148.07%
35575.80/1821.30	c      1821              5           4        20          28.0000          11.2872    148.07%
35674.06/1826.35	c      1826              5           4        20          28.0000          11.2872    148.07%
35774.31/1831.47	c      1831              5           4        20          28.0000          11.2872    148.07%
35874.53/1836.59	c      1837              5           4        20          28.0000          11.2872    148.07%
35974.80/1841.66	c      1842              5           4        20          28.0000          11.2872    148.07%
36086.71/1847.31	c      1847              5           4        20          28.0000          11.2872    148.07%
36189.01/1852.52	c      1853              5           4        20          28.0000          11.2872    148.07%
36293.29/1857.89	c      1858              5           4        20          28.0000          11.2872    148.07%
36395.90/1863.07	c      1863              5           4        20          28.0000          11.2872    148.07%
36496.49/1868.15	c      1868              5           4        20          28.0000          11.2872    148.07%
36600.14/1873.49	c      1873              5           4        20          28.0000          11.2872    148.07%
36708.37/1878.97	c      1879              5           4        20          28.0000          11.2872    148.07%
36812.80/1884.25	c      1884              5           4        20          28.0000          11.2872    148.07%
36917.11/1889.56	c      1890              5           4        20          28.0000          11.2872    148.07%
37015.56/1894.56	c      1895              5           4        20          28.0000          11.2872    148.07%
37114.16/1899.58	c      1900              6           5        20          28.0000          11.2872    148.07%
37216.87/1904.73	c      1905              6           5        20          28.0000          11.2872    148.07%
37317.47/1909.83	c      1910              6           5        20          28.0000          11.2872    148.07%
37416.27/1914.84	c      1915              6           5        20          28.0000          11.2872    148.07%
37514.86/1919.87	c      1920              6           5        20          28.0000          11.2872    148.07%
37615.55/1925.03	c      1925              6           5        20          28.0000          11.2872    148.07%
37716.95/1930.06	c      1930              6           5        20          28.0000          11.2872    148.07%
37818.85/1935.28	c      1935              6           5        20          28.0000          11.2872    148.07%
37921.57/1940.41	c      1940              6           5        20          28.0000          11.2872    148.07%
38025.91/1945.71	c      1946              6           5        20          28.0000          11.2872    148.07%
38124.47/1950.73	c      1951              6           5        20          28.0000          11.2872    148.07%
38227.02/1955.96	c      1956              6           5        20          28.0000          11.2872    148.07%
38328.22/1961.07	c      1961              6           5        20          28.0000          11.2872    148.07%
38428.64/1966.16	c      1966              6           5        20          28.0000          11.2872    148.07%
38532.68/1971.46	c      1971              6           5        20          28.0000          11.2872    148.07%
38637.29/1976.78	c      1977              6           5        20          28.0000          11.2872    148.07%
38739.97/1981.91	c      1982              6           5        20          28.0000          11.2872    148.07%
38843.30/1987.16	c      1987              6           5        20          28.0000          11.2872    148.07%
38941.98/1992.17	c      1992              6           5        20          28.0000          11.2872    148.07%
39045.92/1997.44	c      1997              6           5        20          28.0000          11.2872    148.07%
39148.47/2002.60	c      2003              6           5        20          28.0000          11.2872    148.07%
39249.07/2007.79	c      2008              6           5        20          28.0000          11.2872    148.07%
39359.58/2013.36	c      2013              6           5        20          28.0000          11.2872    148.07%
39462.16/2018.53	c      2019              6           5        20          28.0000          11.2872    148.07%
39566.79/2023.86	c      2024              6           5        20          28.0000          11.2872    148.07%
39669.99/2029.10	c      2029              6           5        20          28.0000          11.2872    148.07%
39775.70/2034.45	c      2034              6           5        20          28.0000          11.2872    148.07%
39876.28/2039.54	c      2040              6           5        20          28.0000          11.2872    148.07%
39976.87/2044.66	c      2045              6           5        20          28.0000          11.2872    148.07%
40077.40/2049.71	c      2050              6           5        20          28.0000          11.2872    148.07%
40175.97/2054.78	c      2055              6           5        20          28.0000          11.2872    148.07%
40278.62/2059.96	c      2060              6           5        20          28.0000          11.2872    148.07%
40383.24/2065.23	c      2065              6           5        20          28.0000          11.2872    148.07%
40485.89/2070.49	c      2070              6           5        20          28.0000          11.2872    148.07%
40588.57/2075.61	c      2076              6           5        20          28.0000          11.2872    148.07%
40687.17/2080.63	c      2081              6           5        20          28.0000          11.2872    148.07%
40787.85/2085.73	c      2086              6           5        20          28.0000          11.2872    148.07%
40886.47/2090.79	c      2091              6           5        20          28.0000          11.2872    148.07%
40991.44/2096.04	c      2096              6           5        20          28.0000          11.2872    148.07%
41095.59/2101.30	c      2101              6           5        20          28.0000          11.2872    148.07%
41198.14/2106.51	c      2106              6           5        20          28.0000          11.2872    148.07%
41296.75/2111.51	c      2112              7           6        20          28.0000          11.2872    148.07%
41395.42/2116.60	c      2117              7           6        20          28.0000          11.2872    148.07%
41500.01/2121.88	c      2122              7           6        20          28.0000          11.2872    148.07%
41610.49/2127.41	c      2127              7           6        20          28.0000          11.2872    148.07%
41717.14/2132.82	c      2133              7           6        20          28.0000          11.2872    148.07%
41827.49/2138.43	c      2138              7           6        20          28.0000          11.2872    148.07%
41927.98/2143.56	c      2144              7           6        20          28.0000          11.2872    148.07%
42032.37/2148.81	c      2149              7           6        20          28.0000          11.2872    148.07%
42135.64/2154.05	c      2154              7           6        20          28.0000          11.2872    148.07%
42236.16/2159.13	c      2159              7           6        20          28.0000          11.2872    148.07%
42336.11/2164.22	c      2164              7           6        20          28.0000          11.2872    148.07%
42434.66/2169.27	c      2169              7           6        20          28.0000          11.2872    148.07%
42537.19/2174.46	c      2174              7           6        20          28.0000          11.2872    148.07%
42635.81/2179.48	c      2179              7           6        20          28.0000          11.2872    148.07%
42736.47/2184.56	c      2185              7           6        20          28.0000          11.2872    148.07%
42840.87/2189.87	c      2190              7           6        20          28.0000          11.2872    148.07%
42941.47/2195.00	c      2195              7           6        20          28.0000          11.2872    148.07%
43042.52/2200.06	c      2200              7           6        20          28.0000          11.2872    148.07%
43141.09/2205.11	c      2205              7           6        20          28.0000          11.2872    148.07%
43239.69/2210.11	c      2210              7           6        20          28.0000          11.2872    148.07%
43345.48/2215.47	c      2215              7           6        20          28.0000          11.2872    148.07%
43449.93/2220.76	c      2221              7           6        20          28.0000          11.2872    148.07%
43554.74/2226.08	c      2226              7           6        20          28.0000          11.2872    148.07%
43653.46/2231.09	c      2231              7           6        20          28.0000          11.2872    148.07%
43755.32/2236.29	c      2236              7           6        20          28.0000          11.2872    148.07%
43857.89/2241.44	c      2241              7           6        20          28.0000          11.2872    148.07%
43956.47/2246.48	c      2246              7           6        20          28.0000          11.2872    148.07%
44061.02/2251.71	c      2252              7           6        20          28.0000          11.2872    148.07%
44161.76/2256.87	c      2257              7           6        20          28.0000          11.2872    148.07%
44264.93/2262.07	c      2262              8           7        20          28.0000          11.2872    148.07%
44363.51/2267.12	c      2267              8           7        20          28.0000          11.2872    148.07%
44469.35/2272.40	c      2272              8           7        20          28.0000          11.2872    148.07%
44569.86/2277.52	c      2278              8           7        20          28.0000          11.2872    148.07%
44668.50/2282.54	c      2283              8           7        20          28.0000          11.2872    148.07%
44768.99/2287.68	c      2288              8           7        20          28.0000          11.2872    148.07%
44875.97/2293.03	c      2293              8           7        20          28.0000          11.2872    148.07%
44981.95/2298.40	c      2298              8           7        20          28.0000          11.2872    148.07%
45080.53/2303.48	c      2303              8           7        20          28.0000          11.2872    148.07%
45183.08/2308.61	c      2309              8           7        20          28.0000          11.2872    148.07%
45285.60/2313.81	c      2314              8           7        20          28.0000          11.2872    148.07%
45392.11/2319.21	c      2319              8           7        20          28.0000          11.2872    148.07%
45490.78/2324.23	c      2324              8           7        20          28.0000          11.2872    148.07%
45599.21/2329.71	c      2330              8           7        20          28.0000          11.2872    148.07%
45699.84/2334.88	c      2335              8           7        20          28.0000          11.2872    148.07%
45804.89/2340.19	c      2340              8           7        20          28.0000          11.2872    148.07%
45910.89/2345.53	c      2346              8           7        20          28.0000          11.2872    148.07%
46013.35/2350.78	c      2351              8           7        20          28.0000          11.2872    148.07%
46121.84/2356.21	c      2356              8           7        20          28.0000          11.2872    148.07%
46228.37/2361.64	c      2362              8           7        20          28.0000          11.2872    148.07%
46335.58/2367.10	c      2367              8           7        20          28.0000          11.2872    148.07%
46436.03/2372.15	c      2372              8           7        20          28.0000          11.2872    148.07%
46539.96/2377.43	c      2377              8           7        20          28.0000          11.2872    148.07%
46644.55/2382.70	c      2383              8           7        20          28.0000          11.2872    148.07%
46747.19/2387.93	c      2388              8           7        20          28.0000          11.2872    148.07%
46848.63/2393.08	c      2393              8           7        20          28.0000          11.2872    148.07%
46948.93/2398.16	c      2398              8           7        20          28.0000          11.2872    148.07%
47053.11/2403.44	c      2403              8           7        20          28.0000          11.2872    148.07%
47153.51/2408.58	c      2409              8           7        20          28.0000          11.2872    148.07%
47259.95/2413.92	c      2414              8           7        20          28.0000          11.2872    148.07%
47366.34/2419.33	c      2419              8           7        20          28.0000          11.2872    148.07%
47468.90/2424.57	c      2425              9           8        20          28.0000          11.2872    148.07%
47573.51/2429.90	c      2430              9           8        20          28.0000          11.2872    148.07%
47676.59/2435.11	c      2435              9           8        20          28.0000          11.2872    148.07%
47782.51/2440.48	c      2440              9           8        20          28.0000          11.2872    148.07%
47883.16/2445.56	c      2446              9           8        20          28.0000          11.2872    148.07%
47985.81/2450.79	c      2451              9           8        20          28.0000          11.2872    148.07%
48086.28/2455.80	c      2456              9           8        20          28.0000          11.2872    148.07%
48189.34/2461.03	c      2461              9           8        20          28.0000          11.2872    148.07%
48287.99/2466.05	c      2466              9           8        20          28.0000          11.2872    148.07%
48389.87/2471.27	c      2471              9           8        20          28.0000          11.2872    148.07%
48490.55/2476.31	c      2476              9           8        20          28.0000          11.2872    148.07%
48595.00/2481.66	c      2482              9           8        20          28.0000          11.2872    148.07%
48695.48/2486.70	c      2487              9           8        20          28.0000          11.2872    148.07%
48798.03/2491.99	c      2492              9           8        20          28.0000          11.2872    148.07%
48896.67/2497.01	c      2497              9           8        20          28.0000          11.2872    148.07%
49005.19/2502.46	c      2502              9           8        20          28.0000          11.2872    148.07%
49103.86/2507.48	c      2507              9           8        20          28.0000          11.2872    148.07%
49208.30/2512.78	c      2513              9           8        20          28.0000          11.2872    148.07%
49310.86/2517.96	c      2518              9           8        20          28.0000          11.2872    148.07%
49409.55/2522.99	c      2523              9           8        20          28.0000          11.2872    148.07%
49508.14/2528.02	c      2528              9           8        20          28.0000          11.2872    148.07%
49614.61/2533.38	c      2533              9           8        20          28.0000          11.2872    148.07%
49721.16/2538.77	c      2539              9           8        20          28.0000          11.2872    148.07%
49827.90/2544.15	c      2544              9           8        20          28.0000          11.2872    148.07%
49930.01/2549.32	c      2549             10           9        20          28.0000          11.2872    148.07%
50030.55/2554.42	c      2554             10           9        20          28.0000          11.2872    148.07%
50137.11/2559.90	c      2560             10           9        20          28.0000          11.2872    148.07%
50243.82/2565.27	c      2565             10           9        20          28.0000          11.2872    148.07%
50350.08/2570.69	c      2571             10           9        20          28.0000          11.2872    148.07%
50454.63/2575.91	c      2576             10           9        20          28.0000          11.2872    148.07%
50553.31/2580.94	c      2581             10           9        20          28.0000          11.2872    148.07%
50660.06/2586.37	c      2586             10           9        20          28.0000          11.2872    148.07%
50764.27/2591.68	c      2592             10           9        20          28.0000          11.2872    148.07%
50864.73/2596.75	c      2597             10           9        20          28.0000          11.2872    148.07%
50965.31/2601.86	c      2602             10           9        20          28.0000          11.2872    148.07%
51068.33/2607.04	c      2607             10           9        20          28.0000          11.2872    148.07%
51176.19/2612.51	c      2613             10           9        20          28.0000          11.2872    148.07%
51278.77/2617.79	c      2618             10           9        20          28.0000          11.2872    148.07%
51381.31/2622.91	c      2623             10           9        20          28.0000          11.2872    148.07%
51484.55/2628.15	c      2628             10           9        20          28.0000          11.2872    148.07%
51588.42/2633.42	c      2633             10           9        20          28.0000          11.2872    148.07%
51687.05/2638.44	c      2638             10           9        20          28.0000          11.2872    148.07%
51793.47/2643.88	c      2644             10           9        20          28.0000          11.2872    148.07%
51896.29/2649.11	c      2649             10           9        20          28.0000          11.2872    148.07%
52000.22/2654.30	c      2654             10           9        20          28.0000          11.2872    148.07%
52098.73/2659.31	c      2659             10           9        20          28.0000          11.2872    148.07%
52197.28/2664.39	c      2664             10           9        20          28.0000          11.2872    148.07%
52301.84/2669.68	c      2670             11          10        20          28.0000          11.2872    148.07%
52402.43/2674.70	c      2675             11          10        20          28.0000          11.2872    148.07%
52500.97/2679.72	c      2680             11          10        20          28.0000          11.2872    148.07%
52601.58/2684.88	c      2685             11          10        20          28.0000          11.2872    148.07%
52700.18/2689.89	c      2690             11          10        20          28.0000          11.2872    148.07%
52800.75/2694.91	c      2695             11          10        20          28.0000          11.2872    148.07%
52899.35/2699.92	c      2700             11          10        20          28.0000          11.2872    148.07%
53002.42/2705.19	c      2705             11          10        20          28.0000          11.2872    148.07%
53104.49/2710.31	c      2710             11          10        20          28.0000          11.2872    148.07%
53207.06/2715.56	c      2716             11          10        20          28.0000          11.2872    148.07%
53309.66/2720.73	c      2721             11          10        20          28.0000          11.2872    148.07%
53416.67/2726.14	c      2726             11          10        20          28.0000          11.2872    148.07%
53520.57/2731.44	c      2731             11          10        20          28.0000          11.2872    148.07%
53623.12/2736.62	c      2737             11          10        20          28.0000          11.2872    148.07%
53731.96/2742.16	c      2742             11          10        20          28.0000          11.2872    148.07%
53834.22/2747.35	c      2747             11          10        20          28.0000          11.2872    148.07%
53936.76/2752.50	c      2752             11          10        20          28.0000          11.2872    148.07%
54035.46/2757.57	c      2758             11          10        20          28.0000          11.2872    148.07%
54138.10/2762.70	c      2763             11          10        20          28.0000          11.2872    148.07%
54243.17/2768.10	c      2768             11          10        20          28.0000          11.2872    148.07%
54341.60/2773.13	c      2773             11          10        20          28.0000          11.2872    148.07%
54443.63/2778.22	c      2778             12          11        20          28.0000          11.2872    148.07%
54544.28/2783.34	c      2783             12          11        20          28.0000          11.2872    148.07%
54648.78/2788.60	c      2789             12          11        20          28.0000          11.2872    148.07%
54747.48/2793.62	c      2794             12          11        20          28.0000          11.2872    148.07%
54848.09/2798.71	c      2799             12          11        20          28.0000          11.2872    148.07%
54950.65/2804.00	c      2804             12          11        20          28.0000          11.2872    148.07%
55057.18/2809.39	c      2809             12          11        20          28.0000          11.2872    148.07%
55161.79/2814.68	c      2815             12          11        20          28.0000          11.2872    148.07%
55266.39/2820.02	c      2820             12          11        20          28.0000          11.2872    148.07%
55374.94/2825.43	c      2825             12          11        20          28.0000          11.2872    148.07%
55479.45/2830.77	c      2831             12          11        20          28.0000          11.2872    148.07%
55580.06/2835.87	c      2836             12          11        20          28.0000          11.2872    148.07%
55680.70/2840.99	c      2841             12          11        20          28.0000          11.2872    148.07%
55785.21/2846.26	c      2846             12          11        20          28.0000          11.2872    148.07%
55885.72/2851.33	c      2851             12          11        20          28.0000          11.2872    148.07%
55984.41/2856.36	c      2856             12          11        20          28.0000          11.2872    148.07%
56087.01/2861.51	c      2862             12          11        20          28.0000          11.2872    148.07%
56185.64/2866.56	c      2867             12          11        20          28.0000          11.2872    148.07%
56294.71/2872.09	c      2872             12          11        20          28.0000          11.2872    148.07%
56398.57/2877.38	c      2877             12          11        20          28.0000          11.2872    148.07%
56503.03/2882.69	c      2883             12          11        20          28.0000          11.2872    148.07%
56605.47/2887.89	c      2888             12          11        20          28.0000          11.2872    148.07%
56714.08/2893.39	c      2893             12          11        20          28.0000          11.2872    148.07%
56822.29/2898.88	c      2899             12          11        20          28.0000          11.2872    148.07%
56920.86/2903.89	c      2904             12          11        20          28.0000          11.2872    148.07%
57021.46/2909.00	c      2909             12          11        20          28.0000          11.2872    148.07%
57124.61/2914.19	c      2914             12          11        20          28.0000          11.2872    148.07%
57224.58/2919.22	c      2919             12          11        20          28.0000          11.2872    148.07%
57325.07/2924.38	c      2924             12          11        20          28.0000          11.2872    148.07%
57425.63/2929.45	c      2929             12          11        20          28.0000          11.2872    148.07%
57526.21/2934.52	c      2935             12          11        20          28.0000          11.2872    148.07%
57626.83/2939.63	c      2940             12          11        20          28.0000          11.2872    148.07%
57729.44/2944.90	c      2945             12          11        20          28.0000          11.2872    148.07%
57837.77/2950.35	c      2950             12          11        20          28.0000          11.2872    148.07%
57942.34/2955.63	c      2956             13          12        20          28.0000          11.2872    148.07%
58049.50/2961.06	c      2961             13          12        20          28.0000          11.2872    148.07%
58155.49/2966.43	c      2966             13          12        20          28.0000          11.2872    148.07%
58254.16/2971.44	c      2971             13          12        20          28.0000          11.2872    148.07%
58356.58/2976.62	c      2977             13          12        20          28.0000          11.2872    148.07%
58457.12/2981.71	c      2982             13          12        20          28.0000          11.2872    148.07%
58555.71/2986.73	c      2987             13          12        20          28.0000          11.2872    148.07%
58656.35/2991.81	c      2992             13          12        20          28.0000          11.2872    148.07%
58755.03/2996.82	c      2997             13          12        20          28.0000          11.2872    148.07%
58853.74/3001.83	c      3002             13          12        20          28.0000          11.2872    148.07%
58956.91/3007.06	c      3007             13          12        20          28.0000          11.2872    148.07%
59061.15/3012.39	c      3012             13          12        20          28.0000          11.2872    148.07%
59161.70/3017.45	c      3017             13          12        20          28.0000          11.2872    148.07%
59264.32/3022.61	c      3023             13          12        20          28.0000          11.2872    148.07%
59362.95/3027.65	c      3028             13          12        20          28.0000          11.2872    148.07%
59461.45/3032.67	c      3033             13          12        20          28.0000          11.2872    148.07%
59563.89/3037.83	c      3038             13          12        20          28.0000          11.2872    148.07%
59664.43/3042.93	c      3043             13          12        20          28.0000          11.2872    148.07%
59763.08/3047.95	c      3048             13          12        20          28.0000          11.2872    148.07%
59864.00/3053.11	c      3053             13          12        20          28.0000          11.2872    148.07%
59967.97/3058.34	c      3058             13          12        20          28.0000          11.2872    148.07%
60070.60/3063.52	c      3064             13          12        20          28.0000          11.2872    148.07%
60173.21/3068.77	c      3069             13          12        20          28.0000          11.2872    148.07%
60273.79/3073.83	c      3074             13          12        20          28.0000          11.2872    148.07%
60372.37/3078.90	c      3079             13          12        20          28.0000          11.2872    148.07%
60473.01/3083.91	c      3084             13          12        20          28.0000          11.2872    148.07%
60579.53/3089.33	c      3089             13          12        20          28.0000          11.2872    148.07%
60685.95/3094.77	c      3095             13          12        20          28.0000          11.2872    148.07%
60794.53/3100.29	c      3100             13          12        20          28.0000          11.2872    148.07%
60898.80/3105.51	c      3106             13          12        20          28.0000          11.2872    148.07%
61001.24/3110.78	c      3111             13          12        20          28.0000          11.2872    148.07%
61103.85/3115.94	c      3116             13          12        20          28.0000          11.2872    148.07%
61202.50/3121.01	c      3121             13          12        20          28.0000          11.2872    148.07%
61303.84/3126.12	c      3126             13          12        20          28.0000          11.2872    148.07%
61405.74/3131.23	c      3131             14          13        20          28.0000          11.2872    148.07%
61504.41/3136.27	c      3136             14          13        20          28.0000          11.2872    148.07%
61607.01/3141.43	c      3141             14          13        20          28.0000          11.2872    148.07%
61709.54/3146.61	c      3147             14          13        20          28.0000          11.2872    148.07%
61814.12/3151.93	c      3152             14          13        20          28.0000          11.2872    148.07%
61912.67/3156.99	c      3157             14          13        20          28.0000          11.2872    148.07%
62011.20/3162.01	c      3162             14          13        20          28.0000          11.2872    148.07%
62119.65/3167.43	c      3167             14          13        20          28.0000          11.2872    148.07%
62226.15/3172.85	c      3173             14          13        20          28.0000          11.2872    148.07%
62336.62/3178.40	c      3178             14          13        20          28.0000          11.2872    148.07%
62439.26/3183.63	c      3184             14          13        20          28.0000          11.2872    148.07%
62546.53/3189.12	c      3189             14          13        20          28.0000          11.2872    148.07%
62652.38/3194.40	c      3194             14          13        20          28.0000          11.2872    148.07%
62756.79/3199.71	c      3200             14          13        20          28.0000          11.2872    148.07%
62855.44/3204.75	c      3205             14          13        20          28.0000          11.2872    148.07%
62965.87/3210.30	c      3210             14          13        20          28.0000          11.2872    148.07%
63070.38/3215.63	c      3216             14          13        20          28.0000          11.2872    148.07%
63171.00/3220.79	c      3221             14          13        20          28.0000          11.2872    148.07%
63273.61/3225.99	c      3226             14          13        20          28.0000          11.2872    148.07%
63378.18/3231.26	c      3231             14          13        20          28.0000          11.2872    148.07%
63486.74/3236.72	c      3237             14          13        20          28.0000          11.2872    148.07%
63587.27/3241.84	c      3242             14          13        20          28.0000          11.2872    148.07%
63695.64/3247.33	c      3247             14          13        20          28.0000          11.2872    148.07%
63794.14/3252.35	c      3252             14          13        20          28.0000          11.2872    148.07%
63894.68/3257.47	c      3257             14          13        20          28.0000          11.2872    148.07%
63997.33/3262.63	c      3263             14          13        20          28.0000          11.2872    148.07%
64097.93/3267.77	c      3268             14          13        20          28.0000          11.2872    148.07%
64198.58/3272.90	c      3273             14          13        20          28.0000          11.2872    148.07%
64301.66/3278.04	c      3278             14          13        20          28.0000          11.2872    148.07%
64407.66/3283.43	c      3283             14          13        20          28.0000          11.2872    148.07%
64514.10/3288.84	c      3289             14          13        20          28.0000          11.2872    148.07%
64619.29/3294.19	c      3294             14          13        20          28.0000          11.2872    148.07%
64727.11/3299.61	c      3300             14          13        20          28.0000          11.2872    148.07%
64831.70/3304.93	c      3305             14          13        20          28.0000          11.2872    148.07%
64930.38/3309.96	c      3310             14          13        20          28.0000          11.2872    148.07%
65033.46/3315.18	c      3315             14          13        20          28.0000          11.2872    148.07%
65133.35/3320.22	c      3320             14          13        20          28.0000          11.2872    148.07%
65231.98/3325.29	c      3325             14          13        20          28.0000          11.2872    148.07%
65340.23/3330.71	c      3331             14          13        20          28.0000          11.2872    148.07%
65442.79/3336.01	c      3336             14          13        20          28.0000          11.2872    148.07%
65546.04/3341.16	c      3341             14          13        20          28.0000          11.2872    148.07%
65645.98/3346.22	c      3346             14          13        20          28.0000          11.2872    148.07%
65748.58/3351.42	c      3351             14          13        20          28.0000          11.2872    148.07%
65847.14/3356.43	c      3356             14          13        20          28.0000          11.2872    148.07%
65949.68/3361.66	c      3362             14          13        20          28.0000          11.2872    148.07%
66052.31/3366.88	c      3367             14          13        20          28.0000          11.2872    148.07%
66157.60/3372.16	c      3372             14          13        20          28.0000          11.2872    148.07%
66259.54/3377.33	c      3377             14          13        20          28.0000          11.2872    148.07%
66363.79/3382.68	c      3383             14          13        20          28.0000          11.2872    148.07%
66468.27/3387.91	c      3388             14          13        20          28.0000          11.2872    148.07%
66572.79/3393.27	c      3393             14          13        20          28.0000          11.2872    148.07%
66675.31/3398.40	c      3398             14          13        20          28.0000          11.2872    148.07%
66775.86/3403.53	c      3404             14          13        20          28.0000          11.2872    148.07%
66874.42/3408.58	c      3409             14          13        20          28.0000          11.2872    148.07%
66976.93/3413.78	c      3414             14          13        20          28.0000          11.2872    148.07%
67084.06/3419.13	c      3419             14          13        20          28.0000          11.2872    148.07%
67188.07/3424.40	c      3424             14          13        20          28.0000          11.2872    148.07%
67296.62/3429.90	c      3430             14          13        20          28.0000          11.2872    148.07%
67401.23/3435.22	c      3435             14          13        20          28.0000          11.2872    148.07%
67505.77/3440.51	c      3441             14          13        20          28.0000          11.2872    148.07%
67606.42/3445.69	c      3446             14          13        20          28.0000          11.2872    148.07%
67713.48/3451.06	c      3451             14          13        20          28.0000          11.2872    148.07%
67815.55/3456.24	c      3456             14          13        20          28.0000          11.2872    148.07%
67918.22/3461.41	c      3461             14          13        20          28.0000          11.2872    148.07%
68020.91/3466.69	c      3467             14          13        20          28.0000          11.2872    148.07%
68121.58/3471.71	c      3472             15          14        20          28.0000          11.2872    148.07%
68220.36/3476.76	c      3477             15          14        20          28.0000          11.2872    148.07%
68323.04/3481.97	c      3482             15          14        20          28.0000          11.2872    148.07%
68424.40/3487.04	c      3487             15          14        20          28.0000          11.2872    148.07%
68528.40/3492.33	c      3492             15          14        20          28.0000          11.2872    148.07%
68629.12/3497.43	c      3497             15          14        20          28.0000          11.2872    148.07%
68733.16/3502.71	c      3503             15          14        20          28.0000          11.2872    148.07%
68838.25/3508.04	c      3508             15          14        20          28.0000          11.2872    148.07%
68940.41/3513.25	c      3513             15          14        20          28.0000          11.2872    148.07%
69039.28/3518.29	c      3518             15          14        20          28.0000          11.2872    148.07%
69139.72/3523.33	c      3523             15          14        20          28.0000          11.2872    148.07%
69240.27/3528.41	c      3528             15          14        20          28.0000          11.2872    148.07%
69344.88/3533.72	c      3534             15          14        20          28.0000          11.2872    148.07%
69443.52/3538.73	c      3539             15          14        20          28.0000          11.2872    148.07%
69544.21/3543.89	c      3544             15          14        20          28.0000          11.2872    148.07%
69644.93/3548.96	c      3549             15          14        20          28.0000          11.2872    148.07%
69751.55/3554.35	c      3554             15          14        20          28.0000          11.2872    148.07%
69856.16/3559.67	c      3560             15          14        20          28.0000          11.2872    148.07%
69954.87/3564.69	c      3565             15          14        20          28.0000          11.2872    148.07%
70055.48/3569.71	c      3570             15          14        20          28.0000          11.2872    148.07%
70154.02/3574.78	c      3575             15          14        20          28.0000          11.2872    148.07%
70258.91/3580.05	c      3580             15          14        20          28.0000          11.2872    148.07%
70357.56/3585.12	c      3585             15          14        20          28.0000          11.2872    148.07%
70458.10/3590.16	c      3590             15          14        20          28.0000          11.2872    148.07%
70557.87/3595.28	c      3595             15          14        20          28.0000          11.2872    148.07%
70658.43/3600.37	c      3600             15          14        20          28.0000          11.2872    148.07%
70761.01/3605.58	c      3606             15          14        20          28.0000          11.2872    148.07%
70861.67/3610.67	c      3611             15          14        20          28.0000          11.2872    148.07%
70968.66/3616.10	c      3616             15          14        20          28.0000          11.2872    148.07%
71076.42/3621.51	c      3622             15          14        20          28.0000          11.2872    148.07%
71180.88/3626.84	c      3627             16          15        20          28.0000          11.2872    148.07%
71283.82/3632.10	c      3632             16          15        20          28.0000          11.2872    148.07%
71389.79/3637.42	c      3637             16          15        20          28.0000          11.2872    148.07%
71494.34/3642.75	c      3643             16          15        20          28.0000          11.2872    148.07%
71596.84/3647.90	c      3648             16          15        20          28.0000          11.2872    148.07%
71695.49/3652.96	c      3653             16          15        20          28.0000          11.2872    148.07%
71804.07/3658.42	c      3658             16          15        20          28.0000          11.2872    148.07%
71902.68/3663.44	c      3663             16          15        20          28.0000          11.2872    148.07%

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 (139654 MiB free)
  memory of node 1: 193531 MiB (168194 MiB free)
  memory of node 2: 193531 MiB (148933 MiB free)
  memory of node 3: 193531 MiB (149857 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-4465298-1723601408/watcher-4465298-1723601408 -o /tmp/evaluation-result-4465298-1723601408/solver-4465298-1723601408 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710603 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465298-1723601408.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=716958, runsolver pid=716955
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 74.22 72.42 72.17 62/983 716959
/proc/meminfo: memFree=621145820/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=83476 memory=71328 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/716958/stat : 716958 (fscip) R 716955 716958 710592 0 -1 4194304 15724 0 0 0 9 2 0 0 20 0 1 0 126727630 85479424 17832 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 20869 17832 2347 3035 0 17265 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 83476 KiB
Current children cumulated memory: 71328 KiB

[startup+0.220556 s]*
/proc/loadavg: 74.22 72.42 72.17 62/983 716959
/proc/meminfo: memFree=621091452/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=138704 memory=126616 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/716958/stat : 716958 (fscip) R 716955 716958 710592 0 -1 4194304 29514 0 0 0 19 4 0 0 20 0 1 0 126727630 142032896 31654 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 34676 31654 2347 3035 0 31072 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 138704 KiB
Current children cumulated memory: 126616 KiB

[startup+0.320328 s]*
/proc/loadavg: 74.22 72.42 72.17 62/983 716959
/proc/meminfo: memFree=621046764/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=183296 memory=170900 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/stat : 716958 (fscip) R 716955 716958 710592 0 -1 4194304 40645 0 0 0 27 6 0 0 20 0 1 0 126727630 187695104 42725 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 45824 42725 2347 3035 0 42220 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 183296 KiB
Current children cumulated memory: 170900 KiB

[startup+0.700282 s]
/proc/loadavg: 74.22 72.42 72.17 62/983 716959
/proc/meminfo: memFree=620957236/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=404292 memory=393096 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/stat : 716958 (fscip) R 716955 716958 710592 0 -1 4194304 96637 0 0 0 55 14 0 0 20 0 1 0 126727630 413995008 98274 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 101073 98274 2555 3035 0 97469 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 404292 KiB
Current children cumulated memory: 393096 KiB

[startup+1.50027 s]
/proc/loadavg: 74.22 72.42 72.17 62/983 716959
/proc/meminfo: memFree=620618220/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=740884 memory=720684 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/stat : 716958 (fscip) R 716955 716958 710592 0 -1 4194304 175970 0 0 0 122 26 0 0 20 0 1 0 126727630 758665216 180171 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 185221 180171 2614 3035 0 181617 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 740884 KiB
Current children cumulated memory: 720684 KiB

[startup+3.12088 s]
/proc/loadavg: 73.16 72.23 72.11 62/983 716959
/proc/meminfo: memFree=620379916/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=877836 memory=852208 CPUtime=3.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/stat : 716958 (fscip) R 716955 716958 710592 0 -1 4194304 212487 0 0 0 272 37 0 0 20 0 1 0 126727630 898904064 213052 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 219459 213052 2726 3035 0 215855 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 877836 KiB
Current children cumulated memory: 852208 KiB

[startup+6.30021 s]
/proc/loadavg: 73.16 72.23 72.11 62/983 716961
/proc/meminfo: memFree=619981544/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=1093684 memory=1067464 CPUtime=6.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/stat : 716958 (fscip) R 716955 716958 710592 0 -1 4194304 260703 0 0 0 580 47 0 0 20 0 1 0 126727630 1119932416 266866 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 273421 266866 2774 3035 0 269817 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1093684 KiB
Current children cumulated memory: 1067464 KiB

[startup+12.7005 s]
/proc/loadavg: 72.19 72.05 72.05 62/1003 716981
/proc/meminfo: memFree=616086528/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=8128392 memory=7239988 CPUtime=15.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/stat : 716958 (fscip) S 716955 716958 710592 0 -1 1077936128 1846917 0 0 0 1230 333 0 0 20 0 41 0 126727630 8323473408 1809931 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 2032098 1809931 2822 3035 0 1931982 0
[pid=716958/tid=716962] ppid=716955 vsize=8128392 memory=1996 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716962/stat : 716962 (fscip) R 716955 716958 710592 0 -1 4194368 77045 0 0 0 25 13 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716963] ppid=716955 vsize=8128392 memory=3827824 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716963/stat : 716963 (fscip) R 716955 716958 710592 0 -1 4194368 76528 0 0 0 24 15 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716964] ppid=716955 vsize=8128392 memory=0 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716964/stat : 716964 (fscip) R 716955 716958 710592 0 -1 4194368 77182 0 0 0 26 12 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716965] ppid=716955 vsize=8128392 memory=0 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716965/stat : 716965 (fscip) D 716955 716958 710592 0 -1 4194368 77217 0 0 0 25 14 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716966] ppid=716955 vsize=8128392 memory=1278116 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716966/stat : 716966 (fscip) D 716955 716958 710592 0 -1 4194368 77210 0 0 0 26 13 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716967] ppid=716955 vsize=8128392 memory=5432 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716967/stat : 716967 (fscip) R 716955 716958 710592 0 -1 4194368 76528 0 0 0 25 13 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716968] ppid=716955 vsize=8128392 memory=0 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716968/stat : 716968 (fscip) D 716955 716958 710592 0 -1 4194368 77561 0 0 0 25 13 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716969] ppid=716955 vsize=8128392 memory=1165652 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716969/stat : 716969 (fscip) D 716955 716958 710592 0 -1 4194368 76539 0 0 0 24 14 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716970] ppid=716955 vsize=8128392 memory=0 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716970/stat : 716970 (fscip) D 716955 716958 710592 0 -1 4194368 77211 0 0 0 25 14 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716971] ppid=716955 vsize=8128392 memory=1996 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716971/stat : 716971 (fscip) R 716955 716958 710592 0 -1 4194368 76528 0 0 0 24 15 0 0 20 0 41 0 126728384 8323473408 1809997 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716972] ppid=716955 vsize=8128392 memory=16108 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716972/stat : 716972 (fscip) R 716955 716958 710592 0 -1 4194368 77186 0 0 0 25 14 0 0 20 0 41 0 126728384 8323473408 1810129 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716973] ppid=716955 vsize=8128392 memory=1836 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716973/stat : 716973 (fscip) R 716955 716958 710592 0 -1 4194368 77270 0 0 0 25 14 0 0 20 0 41 0 126728384 8323473408 1810129 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716974] ppid=716955 vsize=8128392 memory=0 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716974/stat : 716974 (fscip) R 716955 716958 710592 0 -1 4194368 76523 0 0 0 24 14 0 0 20 0 41 0 126728384 8323473408 1810261 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716975] ppid=716955 vsize=8128392 memory=0 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716975/stat : 716975 (fscip) R 716955 716958 710592 0 -1 4194368 76542 0 0 0 25 13 0 0 20 0 41 0 126728384 8323473408 1810261 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716976] ppid=716955 vsize=8128392 memory=38468 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716976/stat : 716976 (fscip) R 716955 716958 710592 0 -1 4194368 76529 0 0 0 24 14 0 0 20 0 41 0 126728384 8323473408 1810327 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716977] ppid=716955 vsize=8128392 memory=0 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716977/stat : 716977 (fscip) R 716955 716958 710592 0 -1 4194368 76529 0 0 0 25 13 0 0 20 0 41 0 126728384 8323473408 1810459 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716978] ppid=716955 vsize=8128392 memory=0 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716978/stat : 716978 (fscip) R 716955 716958 710592 0 -1 4194368 77213 0 0 0 26 13 0 0 20 0 41 0 126728384 8323473408 1810459 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716979] ppid=716955 vsize=8128392 memory=2152 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716979/stat : 716979 (fscip) R 716955 716958 710592 0 -1 4194368 77300 0 0 0 26 12 0 0 20 0 41 0 126728384 8323473408 1810591 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716980] ppid=716955 vsize=8128392 memory=6056 CPUtime=0.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716980/stat : 716980 (fscip) R 716955 716958 710592 0 -1 4194368 76529 0 0 0 24 14 0 0 20 0 41 0 126728384 8323473408 1810723 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716981] ppid=716955 vsize=8128392 memory=16325789170925620 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716981/stat : 716981 (fscip) R 716955 716958 710592 0 -1 4194368 77263 0 0 0 25 14 0 0 20 0 41 0 126728384 8323473408 1810723 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 8128392 KiB
Current children cumulated memory: 7239988 KiB

[startup+25.5019 s]
/proc/loadavg: 72.55 72.11 72.07 81/1023 717005
/proc/meminfo: memFree=596277988/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=26085256 memory=24555064 CPUtime=261.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/stat : 716958 (fscip) S 716955 716958 710592 0 -1 1077936128 6414053 0 0 0 22160 3941 0 0 20 0 41 0 126727630 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 6521314 6138766 2870 3035 0 6365663 0
[pid=716958/tid=716962] ppid=716955 vsize=26085256 memory=1836 CPUtime=12.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716962/stat : 716962 (fscip) R 716955 716958 710592 0 -1 4194368 232954 0 0 0 1009 245 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716963] ppid=716955 vsize=26085256 memory=16325789170925620 CPUtime=12.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716963/stat : 716963 (fscip) R 716955 716958 710592 0 -1 4194368 362944 0 0 0 976 263 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716964] ppid=716955 vsize=26085256 memory=16108 CPUtime=12.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716964/stat : 716964 (fscip) R 716955 716958 710592 0 -1 4194368 325615 0 0 0 1222 63 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716965] ppid=716955 vsize=26085256 memory=1996 CPUtime=12.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716965/stat : 716965 (fscip) R 716955 716958 710592 0 -1 4194368 232776 0 0 0 1007 254 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716966] ppid=716955 vsize=26085256 memory=25333125866717268 CPUtime=12.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716966/stat : 716966 (fscip) R 716955 716958 710592 0 -1 4194368 365446 0 0 0 995 260 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716967] ppid=716955 vsize=26085256 memory=280468746461424 CPUtime=12.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716967/stat : 716967 (fscip) R 716955 716958 710592 0 -1 4194368 320420 0 0 0 1219 61 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716968] ppid=716955 vsize=26085256 memory=280468746831888 CPUtime=12.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716968/stat : 716968 (fscip) R 716955 716958 710592 0 -1 4194368 232449 0 0 0 1020 244 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716969] ppid=716955 vsize=26085256 memory=25333125866717268 CPUtime=12.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716969/stat : 716969 (fscip) R 716955 716958 710592 0 -1 4194368 372303 0 0 0 991 264 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716970] ppid=716955 vsize=26085256 memory=997 CPUtime=12.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716970/stat : 716970 (fscip) R 716955 716958 710592 0 -1 4194368 326056 0 0 0 1220 63 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716971] ppid=716955 vsize=26085256 memory=0 CPUtime=12.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716971/stat : 716971 (fscip) R 716955 716958 710592 0 -1 4194368 231158 0 0 0 1013 251 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716972] ppid=716955 vsize=26085256 memory=24871184 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716972/stat : 716972 (fscip) R 716955 716958 710592 0 -1 4194368 367962 0 0 0 1006 253 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716973] ppid=716955 vsize=26085256 memory=7511568336356792132 CPUtime=12.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716973/stat : 716973 (fscip) R 716955 716958 710592 0 -1 4194368 317699 0 0 0 1224 61 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716974] ppid=716955 vsize=26085256 memory=3184045165073662290 CPUtime=12.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716974/stat : 716974 (fscip) R 716955 716958 710592 0 -1 4194368 232680 0 0 0 1016 247 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716975] ppid=716955 vsize=26085256 memory=16108 CPUtime=12.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716975/stat : 716975 (fscip) R 716955 716958 710592 0 -1 4194368 359927 0 0 0 990 265 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716976] ppid=716955 vsize=26085256 memory=280468746747152 CPUtime=12.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716976/stat : 716976 (fscip) R 716955 716958 710592 0 -1 4194368 313714 0 0 0 1227 59 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716977] ppid=716955 vsize=26085256 memory=25333125866717268 CPUtime=12.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716977/stat : 716977 (fscip) R 716955 716958 710592 0 -1 4194368 232777 0 0 0 1013 247 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716978] ppid=716955 vsize=26085256 memory=0 CPUtime=12.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716978/stat : 716978 (fscip) R 716955 716958 710592 0 -1 4194368 361621 0 0 0 1039 221 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716979] ppid=716955 vsize=26085256 memory=0 CPUtime=12.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716979/stat : 716979 (fscip) R 716955 716958 710592 0 -1 4194368 322479 0 0 0 1223 60 0 0 20 0 41 0 126728384 26711302144 6138766 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0

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

[pid=716958/tid=716992] ppid=716955 vsize=56016896 memory=47895704 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/716958/task/716992/stat : 716992 (fscip) S 716955 716958 710592 0 -1 1077936192 185 0 0 0 3 0 0 0 20 0 41 0 126728884 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716993] ppid=716955 vsize=56016896 memory=47895636 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/716958/task/716993/stat : 716993 (fscip) S 716955 716958 710592 0 -1 1077936192 120 0 0 0 1 2 0 0 20 0 41 0 126728884 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716994] ppid=716955 vsize=56016896 memory=47895704 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/716958/task/716994/stat : 716994 (fscip) S 716955 716958 710592 0 -1 1077936192 171 0 0 0 1 1 0 0 20 0 41 0 126728884 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716995] ppid=716955 vsize=56016896 memory=31860 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/716958/task/716995/stat : 716995 (fscip) S 716955 716958 710592 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 126728884 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716996] ppid=716955 vsize=56016896 memory=47895644 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/716958/task/716996/stat : 716996 (fscip) S 716955 716958 710592 0 -1 1077936192 284 0 0 0 3 0 0 0 20 0 41 0 126728884 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716997] ppid=716955 vsize=56016896 memory=31860 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/716958/task/716997/stat : 716997 (fscip) S 716955 716958 710592 0 -1 1077936192 170 0 0 0 0 2 0 0 20 0 41 0 126728884 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716998] ppid=716955 vsize=56016896 memory=7176 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/716958/task/716998/stat : 716998 (fscip) S 716955 716958 710592 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 126728884 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716999] ppid=716955 vsize=56016896 memory=36248 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/716958/task/716999/stat : 716999 (fscip) S 716955 716958 710592 0 -1 1077936192 172 0 0 0 0 2 0 0 20 0 41 0 126728884 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=717000] ppid=716955 vsize=56016896 memory=6720665450134780783 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/716958/task/717000/stat : 717000 (fscip) S 716955 716958 710592 0 -1 1077936192 177 0 0 0 0 2 0 0 20 0 41 0 126728885 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=717001] ppid=716955 vsize=56016896 memory=6720665450134780783 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/716958/task/717001/stat : 717001 (fscip) S 716955 716958 710592 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 126728885 57361301504 11973911 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
Current children cumulated CPU time: 71486.4 s
Current children cumulated vsize: 56016896 KiB
Current children cumulated memory: 47895644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3668.4 s]
/proc/loadavg: 20.00 20.15 28.51 21/884 719022
/proc/meminfo: memFree=678787732/790760800 swapFree=131071996/131071996
[pid=716958] ppid=716955 vsize=56081572 memory=47905564 CPUtime=72001.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/stat : 716958 (fscip) S 716955 716958 710592 0 -1 1077936128 204604328 0 0 0 7108760 91377 0 0 20 0 41 0 126727630 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
/proc/716958/statm: 14020393 11976391 3030 3035 0 13776893 0
[pid=716958/tid=716962] ppid=716955 vsize=56081572 memory=3672 CPUtime=3600.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716962/stat : 716962 (fscip) R 716955 716958 710592 0 -1 4194368 7591176 0 0 0 359092 1000 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716963] ppid=716955 vsize=56081572 memory=280468748626496 CPUtime=3608.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716963/stat : 716963 (fscip) R 716955 716958 710592 0 -1 4194368 3711359 0 0 0 360114 757 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716964] ppid=716955 vsize=56081572 memory=6720665450134780783 CPUtime=3590.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716964/stat : 716964 (fscip) R 716955 716958 710592 0 -1 4194368 9265516 0 0 0 358036 1058 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716965] ppid=716955 vsize=56081572 memory=20572 CPUtime=3603 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716965/stat : 716965 (fscip) R 716955 716958 710592 0 -1 4194368 7569460 0 0 0 359351 949 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716966] ppid=716955 vsize=56081572 memory=6856 CPUtime=3606.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716966/stat : 716966 (fscip) R 716955 716958 710592 0 -1 4194368 3107949 0 0 0 359957 657 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716967] ppid=716955 vsize=56081572 memory=7112 CPUtime=3594.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716967/stat : 716967 (fscip) R 716955 716958 710592 0 -1 4194368 9411975 0 0 0 358433 1007 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716968] ppid=716955 vsize=56081572 memory=30816 CPUtime=3599.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716968/stat : 716968 (fscip) R 716955 716958 710592 0 -1 4194368 7161913 0 0 0 359035 927 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716969] ppid=716955 vsize=56081572 memory=33860 CPUtime=3604.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716969/stat : 716969 (fscip) R 716955 716958 710592 0 -1 4194368 5325410 0 0 0 359558 845 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716970] ppid=716955 vsize=56081572 memory=46248 CPUtime=3599.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716970/stat : 716970 (fscip) R 716955 716958 710592 0 -1 4194368 9278847 0 0 0 358887 1048 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716971] ppid=716955 vsize=56081572 memory=7640 CPUtime=3601.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716971/stat : 716971 (fscip) R 716955 716958 710592 0 -1 4194368 7028759 0 0 0 359208 956 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716972] ppid=716955 vsize=56081572 memory=6720665450134780783 CPUtime=3599.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716972/stat : 716972 (fscip) R 716955 716958 710592 0 -1 4194368 7280838 0 0 0 358915 1004 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716973] ppid=716955 vsize=56081572 memory=47898856 CPUtime=3598 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716973/stat : 716973 (fscip) R 716955 716958 710592 0 -1 4194368 9291218 0 0 0 358767 1033 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716974] ppid=716955 vsize=56081572 memory=38468 CPUtime=3600.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716974/stat : 716974 (fscip) R 716955 716958 710592 0 -1 4194368 8182417 0 0 0 359019 1009 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716975] ppid=716955 vsize=56081572 memory=47899088 CPUtime=3583.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716975/stat : 716975 (fscip) R 716955 716958 710592 0 -1 4194368 66941731 0 0 0 284944 73363 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716976] ppid=716955 vsize=56081572 memory=6056 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/716958/task/716976/stat : 716976 (fscip) R 716955 716958 710592 0 -1 4194368 10274211 0 0 0 358279 1115 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716977] ppid=716955 vsize=56081572 memory=6432437251376111936 CPUtime=3602.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716977/stat : 716977 (fscip) R 716955 716958 710592 0 -1 4194368 6920448 0 0 0 359313 908 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716978] ppid=716955 vsize=56081572 memory=1996 CPUtime=3607.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716978/stat : 716978 (fscip) R 716955 716958 710592 0 -1 4194368 2353733 0 0 0 360216 490 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716979] ppid=716955 vsize=56081572 memory=1836 CPUtime=3597.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716979/stat : 716979 (fscip) R 716955 716958 710592 0 -1 4194368 9972173 0 0 0 358682 1093 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716980] ppid=716955 vsize=56081572 memory=38468 CPUtime=3598.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716980/stat : 716980 (fscip) R 716955 716958 710592 0 -1 4194368 7905360 0 0 0 358899 998 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716981] ppid=716955 vsize=56081572 memory=2152 CPUtime=3602.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/716958/task/716981/stat : 716981 (fscip) R 716955 716958 710592 0 -1 4194368 5667560 0 0 0 359314 969 0 0 20 0 41 0 126728384 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716982] ppid=716955 vsize=56081572 memory=40436 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/716958/task/716982/stat : 716982 (fscip) S 716955 716958 710592 0 -1 1077936192 318 0 0 0 0 2 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716983] ppid=716955 vsize=56081572 memory=8240 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/716958/task/716983/stat : 716983 (fscip) S 716955 716958 710592 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716984] ppid=716955 vsize=56081572 memory=2112 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/716958/task/716984/stat : 716984 (fscip) S 716955 716958 710592 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716985] ppid=716955 vsize=56081572 memory=3308 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/716958/task/716985/stat : 716985 (fscip) S 716955 716958 710592 0 -1 1077936192 261 0 0 0 0 2 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716986] ppid=716955 vsize=56081572 memory=1704 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/716958/task/716986/stat : 716986 (fscip) S 716955 716958 710592 0 -1 1077936192 191 0 0 0 2 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716987] ppid=716955 vsize=56081572 memory=18016 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/716958/task/716987/stat : 716987 (fscip) S 716955 716958 710592 0 -1 1077936192 69 0 0 0 1 2 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716988] ppid=716955 vsize=56081572 memory=28356 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/716958/task/716988/stat : 716988 (fscip) S 716955 716958 710592 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716989] ppid=716955 vsize=56081572 memory=31860 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/716958/task/716989/stat : 716989 (fscip) S 716955 716958 710592 0 -1 1077936192 192 0 0 0 1 1 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716990] ppid=716955 vsize=56081572 memory=7176 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/716958/task/716990/stat : 716990 (fscip) S 716955 716958 710592 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716991] ppid=716955 vsize=56081572 memory=36248 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/716958/task/716991/stat : 716991 (fscip) S 716955 716958 710592 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716992] ppid=716955 vsize=56081572 memory=6720665450134780783 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/716958/task/716992/stat : 716992 (fscip) S 716955 716958 710592 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716993] ppid=716955 vsize=56081572 memory=33100 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/716958/task/716993/stat : 716993 (fscip) S 716955 716958 710592 0 -1 1077936192 122 0 0 0 1 2 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716994] ppid=716955 vsize=56081572 memory=19600 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/716958/task/716994/stat : 716994 (fscip) S 716955 716958 710592 0 -1 1077936192 174 0 0 0 1 1 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716995] ppid=716955 vsize=56081572 memory=54528 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/716958/task/716995/stat : 716995 (fscip) S 716955 716958 710592 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716996] ppid=716955 vsize=56081572 memory=28496 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/716958/task/716996/stat : 716996 (fscip) S 716955 716958 710592 0 -1 1077936192 287 0 0 0 3 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716997] ppid=716955 vsize=56081572 memory=7644 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/716958/task/716997/stat : 716997 (fscip) S 716955 716958 710592 0 -1 1077936192 173 0 0 0 0 2 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716998] ppid=716955 vsize=56081572 memory=47904432 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/716958/task/716998/stat : 716998 (fscip) S 716955 716958 710592 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=716999] ppid=716955 vsize=56081572 memory=38468 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/716958/task/716999/stat : 716999 (fscip) S 716955 716958 710592 0 -1 1077936192 175 0 0 0 0 2 0 0 20 0 41 0 126728884 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=717000] ppid=716955 vsize=56081572 memory=2152 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/716958/task/717000/stat : 717000 (fscip) S 716955 716958 710592 0 -1 1077936192 181 0 0 0 0 2 0 0 20 0 41 0 126728885 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
[pid=716958/tid=717001] ppid=716955 vsize=56081572 memory=6056 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/716958/task/717001/stat : 717001 (fscip) S 716955 716958 710592 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 126728885 57427529728 11976391 809668444160 4194304 16623229 140735658367296 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 34738176 140735658370054 140735658370172 140735658370172 140735658377200 0
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 56081572 KiB
Current children cumulated memory: 47905564 KiB

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

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

# cumulated CPU time of all completed processes:  user=71087.8 s, system=915.143 s

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

[startup+3668.8 s]
/proc/loadavg: 20.00 20.15 28.51 2/845 719022
/proc/meminfo: memFree=682751704/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3669.2 s]
/proc/loadavg: 20.00 20.15 28.51 2/845 719023
/proc/meminfo: memFree=701768988/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3669.6 s]
/proc/loadavg: 20.00 20.15 28.51 2/845 719023
/proc/meminfo: memFree=701768988/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3669.7 s]
/proc/loadavg: 20.00 20.15 28.51 2/845 719023
/proc/meminfo: memFree=701768988/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3669.78
CPU time (s): 72003
CPU user time (s): 71087.8
CPU system time (s): 915.143
CPU usage (%): 1962.05
Max. virtual memory (cumulated for all children) (KiB): 56147968
Max. memory (cumulated for all children) (KiB): 47905564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71087.8
system time used= 915.143
maximum resident set size= 47907048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204604530
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= 12487649
involuntary context switches= 420963


# summary of solver processes directly reported to runsolver:
#   pid: 716958
#   total CPU time (s): 72003
#   total CPU user time (s): 71087.8
#   total CPU system time (s): 915.143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.9646 second user time and 82.1585 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 04:10:09
IDJOB=4465298
IDBENCH=148190
IDSOLVER=3094
FILE ID=nodeD101/4465298-1723601408
RUNJOBID= nodeD101-1723592278-710603
SLURM_JOB_ID= 8267897
Free space on /tmp= 8622800 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.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-4465298-1723601408/watcher-4465298-1723601408 -o /tmp/evaluation-result-4465298-1723601408/solver-4465298-1723601408 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710603 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465298-1723601408.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= dbdf528b135cde252d8c4b9633a10d5c
RANDOM SEED=1221010657

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        621199784 kB
MemAvailable:   678174776 kB
Buffers:         1123160 kB
Cached:         59118616 kB
SwapCached:            0 kB
Active:         18777500 kB
Inactive:       147099876 kB
Active(anon):       2152 kB
Inactive(anon): 105672860 kB
Active(file):   18775348 kB
Inactive(file): 41427016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             40188 kB
Writeback:            28 kB
AnonPages:      105632096 kB
Mapped:           137244 kB
Shmem:             38920 kB
KReclaimable:     384308 kB
Slab:             796120 kB
SReclaimable:     384308 kB
SUnreclaim:       411812 kB
KernelStack:       17072 kB
PageTables:       226952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   21029784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1117824 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17184768 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      774144 kB
DirectMap2M:    114018304 kB
DirectMap1G:    691011584 kB

Free space on /tmp at the end= 8622880 MiB
End job on nodeD101 at 2024-08-14 05:11:19