Trace number 4465694

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.5 3637.23

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K82.opb
MD5SUM5599f1c242004f89302cb9020bac47d1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 83
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47251456, getVmSize() = 47251456, SCIPgetMemUsed() = 20240944, SCIPgetMemTotal() = 25023968, SCIPgetMemExternEstim() = 10873979
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
3.58/3.69	c ** Estimated virtualMemUsedAtSolver = 73815558, getVmSize() = 124616704, SCIPgetMemUsed() = 70029327, SCIPgetMemTotal() = 99849359, SCIPgetMemExternEstim() = 10873979
3.58/3.69	c ** set memory limit for solvers to 4.18838e+11 for each SCIP **
3.58/3.69	c Original Problem   :
3.58/3.69	c   Problem name     : instance-4465694-1722541827
3.58/3.69	c   Variables        : 5576 (5576 binary, 0 integer, 0 implicit integer, 0 continuous)
3.58/3.69	c   Constraints      : 5742
3.58/3.69	c   Objective sense  : minimize
3.58/3.69	c Presolved Problem  :
3.58/3.69	c   Variables        : 4844 (4844 binary, 0 integer, 0 implicit integer, 0 continuous)
3.58/3.69	c   Constraints      : 4992
3.58/3.69	c Constraints        : Number
3.58/3.69	c   knapsack         : 1 
3.58/3.69	c   setppc           : 1070 
3.58/3.69	c   orbitope         : 3 
3.58/3.69	c   logicor          : 3918 
3.58/3.69	c ** Instance transfer method used: 0
3.68/3.71	c ** ParaScipInstance copy increased the number of variables. **
3.88/3.92	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.88/3.92	c                                Nodes    Active                                            
3.88/3.92	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
62.12/7.03	c         7              2           1        20                -           0.0000          -
164.32/12.07	c        12           3146         216        20                -           0.0000          -
263.20/17.12	c        17           6900         220        20                -           0.0000          -
365.19/22.20	c        22          11021         445        20                -           0.0000          -
464.24/27.25	c        27          15662         350        20                -           0.0000          -
563.39/32.29	c        32          19410         402        20                -           0.0000          -
664.35/37.34	c        37          23055         389        20                -           0.0000          -
765.38/42.43	c        42          26550         397        20                -           0.0000          -
866.29/47.51	c        48          29938         381        20                -           0.0000          -
965.41/52.55	c        53          32905         396        20                -           0.0000          -
1066.44/57.63	c        58          36090         458        20                -           0.0000          -
1165.38/62.67	c        63          40342         404        20                -           0.0000          -
1266.30/67.73	c        68          43763         389        20                -           0.0000          -
1365.21/72.79	c        73          46603         393        20                -           0.0000          -
1466.22/77.83	c        78          49040         390        20                -           0.0000          -
1565.27/82.88	c        83          51862         378        20                -           0.0000          -
1666.35/87.93	c        88          54984         362        20                -           0.0000          -
1765.42/93.00	c        93          58403         376        20                -           0.0000          -
1864.36/98.05	c        98          61536         373        20                -           0.0000          -
1966.41/103.12	c       103              2           1        20                -           0.0000          -
2067.41/108.16	c       108              6           5        20                -           0.0000          -
2167.41/113.22	c       113              8           7        20                -           0.0000          -
2268.53/118.30	c       118             12          11        20                -           0.0000          -
2367.59/123.37	c       123              4           1        20                -           0.0000          -
2468.72/128.43	c       128              4           3        20                -           0.0000          -
2567.85/133.48	c       133             14          11        20                -           0.0000          -
2668.90/138.53	c       139             14          13        20                -           0.0000          -
2769.99/143.60	c       144             15          14        20                -           0.0000          -
2869.12/148.66	c       149             23          18        20                -           0.0000          -
2970.27/153.70	c       154             36          15        20                -           0.0000          -
3069.37/158.75	c       159             25          20        20                -           0.0000          -
3170.52/163.81	c       164             25          20        20                -           0.0000          -
3269.58/168.88	c       169             25          20        20                -           0.0000          -
3370.56/173.95	c       174             28          19        20                -           0.0000          -
3469.64/179.00	c       179             28          19        20                -           0.0000          -
3571.85/184.06	c       184             28          19        20                -           0.0000          -
3670.69/189.08	c       189             28          19        20                -           0.0000          -
3769.90/194.13	c       194             28          19        20                -           0.0000          -
3872.05/199.25	c       199             65          18        20                -           0.0000          -
3970.96/204.30	c       204             31          18        20                -           0.0000          -
4072.24/209.36	c       209             31          18        20                -           0.0000          -
4171.11/214.38	c       214             31          18        20                -           0.0000          -
4272.26/219.45	c       219             31          18        20                -           0.0000          -
4371.41/224.46	c       224             31          18        20                -           0.0000          -
4470.54/229.48	c       229             31          18        20                -           0.0000          -
4573.42/234.62	c       235             31          18        20                -           0.0000          -
4674.56/239.79	c       240             31          18        20                -           0.0000          -
4775.65/244.85	c       245             31          18        20                -           0.0000          -
4874.80/249.88	c       250             31          18        20                -           0.0000          -
4975.75/254.92	c       255             74          27        20                -           0.0000          -
5074.75/259.92	c       260             74          27        20                -           0.0000          -
5176.53/265.10	c       265             74          27        20                -           0.0000          -
5277.61/270.15	c       270             74          27        20                -           0.0000          -
5377.67/275.20	c       275             74          27        20                -           0.0000          -
5476.71/280.26	c       280             74          27        20                -           0.0000          -
5577.34/285.31	c       285             74          27        20                -           0.0000          -
5676.44/290.36	c       290             74          27        20                -           0.0000          -
5777.44/295.41	c       295             74          27        20                -           0.0000          -
5876.46/300.46	c       300             74          27        20                -           0.0000          -
5977.50/305.51	c       306             74          27        20                -           0.0000          -
6076.70/310.56	c       311             74          27        20                -           0.0000          -
6177.87/315.61	c       316             74          27        20                -           0.0000          -
6277.06/320.66	c       321             74          27        20                -           0.0000          -
6378.20/325.72	c       326             74          27        20                -           0.0000          -
6477.40/330.78	c       331             74          27        20                -           0.0000          -
6578.51/335.82	c       336             74          27        20                -           0.0000          -
6677.70/340.87	c       341             74          27        20                -           0.0000          -
6778.71/345.92	c       346             74          27        20                -           0.0000          -
6877.91/350.97	c       351             74          27        20                -           0.0000          -
6976.96/356.03	c       356             74          27        20                -           0.0000          -
7079.07/361.10	c       361             74          27        20                -           0.0000          -
7178.21/366.13	c       366             74          27        20                -           0.0000          -
7280.46/371.20	c       371             74          27        20                -           0.0000          -
7379.64/376.25	c       376             74          27        20                -           0.0000          -
7480.83/381.30	c       381             74          27        20                -           0.0000          -
7580.03/386.36	c       386             74          27        20                -           0.0000          -
7681.17/391.40	c       391             74          27        20                -           0.0000          -
7780.32/396.45	c       396             74          27        20                -           0.0000          -
7881.38/401.50	c       402             74          27        20                -           0.0000          -
7980.45/406.56	c       407             74          27        20                -           0.0000          -
8081.65/411.61	c       412             74          27        20                -           0.0000          -
8180.83/416.66	c       417             74          27        20                -           0.0000          -
8282.01/421.71	c       422             74          27        20                -           0.0000          -
8381.09/426.76	c       427             74          27        20                -           0.0000          -
8482.28/431.84	c       432             74          27        20                -           0.0000          -
8581.40/436.88	c       437             74          27        20                -           0.0000          -
8682.58/441.95	c       442             74          27        20                -           0.0000          -
8781.68/446.99	c       447             74          27        20                -           0.0000          -
8880.86/452.04	c       452             74          27        20                -           0.0000          -
8985.96/457.21	c       457             74          27        20                -           0.0000          -
9085.15/462.26	c       462             74          27        20                -           0.0000          -
9186.32/467.32	c       467             74          27        20                -           0.0000          -
9285.48/472.38	c       472             74          27        20                -           0.0000          -
9390.58/477.65	c       478             74          27        20                -           0.0000          -
9491.71/482.71	c       483             74          27        20                -           0.0000          -
9590.89/487.75	c       488             74          27        20                -           0.0000          -
9691.99/492.80	c       493             74          27        20                -           0.0000          -
9791.10/497.86	c       498             74          27        20                -           0.0000          -
9890.27/502.88	c       503             74          27        20                -           0.0000          -
9991.37/507.98	c       508             74          27        20                -           0.0000          -
10090.56/513.03	c       513             74          27        20                -           0.0000          -
10192.47/518.07	c       518             74          27        20                -           0.0000          -
10291.75/523.10	c       523             57          38        20                -           0.0000          -
10393.81/528.20	c       528             57          38        20                -           0.0000          -
10492.92/533.25	c       533             57          38        20                -           0.0000          -
10593.94/538.31	c       538             57          38        20                -           0.0000          -
10692.95/543.36	c       543             57          38        20                -           0.0000          -
10794.07/548.41	c       548             57          38        20                -           0.0000          -
10893.26/553.47	c       553             57          38        20                -           0.0000          -
10994.38/558.52	c       559             58          39        20                -           0.0000          -
11093.57/563.57	c       564            318          66        20                -           0.0000          -
11194.84/568.62	c       569            318          66        20                -           0.0000          -
11293.86/573.66	c       574             65          46        20                -           0.0000          -
11394.79/578.73	c       579             58          41        20                -           0.0000          -
11493.78/583.80	c       584             58          41        20                -           0.0000          -
11594.87/588.84	c       589             58          41        20                -           0.0000          -
11693.99/593.86	c       594             87          40        20                -           0.0000          -
11795.07/598.96	c       599             61          42        20                -           0.0000          -
11894.22/604.00	c       604             61          42        20                -           0.0000          -
11996.38/609.08	c       609             61          42        20                -           0.0000          -
12095.53/614.13	c       614             61          42        20                -           0.0000          -
12196.61/619.19	c       619             61          42        20                -           0.0000          -
12296.75/624.25	c       624             61          42        20                -           0.0000          -
12395.83/629.29	c       629             61          42        20                -           0.0000          -
12496.77/634.35	c       634             61          42        20                -           0.0000          -
12597.83/639.41	c       639             61          42        20                -           0.0000          -
12696.89/644.46	c       644             61          42        20                -           0.0000          -
12798.00/649.51	c       650             61          42        20                -           0.0000          -
12897.09/654.55	c       655             61          42        20                -           0.0000          -
12998.10/659.62	c       660             61          42        20                -           0.0000          -
13097.16/664.69	c       665             61          42        20                -           0.0000          -
13198.16/669.73	c       670             61          42        20                -           0.0000          -
13297.18/674.78	c       675             61          42        20                -           0.0000          -
13398.20/679.83	c       680             61          42        20                -           0.0000          -
13497.26/684.88	c       685             61          42        20                -           0.0000          -
13598.34/689.93	c       690             61          42        20                -           0.0000          -
13697.42/695.00	c       695             61          42        20                -           0.0000          -
13799.40/700.05	c       700             61          42        20                -           0.0000          -
13898.26/705.10	c       705             61          42        20                -           0.0000          -
13999.43/710.16	c       710            101          52        20                -           0.0000          -
14099.73/715.20	c       715             90          69        20                -           0.0000          -
14198.73/720.25	c       720             90          69        20                -           0.0000          -
14299.71/725.31	c       725             64          45        20                -           0.0000          -
14398.55/730.36	c       730             64          45        20                -           0.0000          -
14499.58/735.42	c       735             64          45        20                -           0.0000          -
14598.66/740.47	c       740            104          55        20                -           0.0000          -
14699.74/745.53	c       746            104          55        20                -           0.0000          -
14800.63/750.60	c       751            104          55        20                -           0.0000          -
14899.67/755.65	c       756            104          55        20                -           0.0000          -
15000.67/760.70	c       761            104          55        20                -           0.0000          -
15099.76/765.72	c       766             67          48        20                -           0.0000          -
15200.85/770.83	c       771            688          65        20                -           0.0000          -
15300.00/775.87	c       776             69          50        20                -           0.0000          -
15401.09/780.92	c       781             69          50        20                -           0.0000          -
15500.26/785.98	c       786            107          58        20                -           0.0000          -
15599.40/790.98	c       791            107          58        20                -           0.0000          -
15701.37/796.06	c       796             74          53        20                -           0.0000          -
15802.52/801.15	c       801             74          53        20                -           0.0000          -
15902.69/806.20	c       806             74          53        20                -           0.0000          -
16001.83/811.25	c       811             74          53        20                -           0.0000          -
16102.95/816.32	c       816             74          53        20                -           0.0000          -
16202.09/821.37	c       821            473         130        20                -           0.0000          -
16303.13/826.43	c       826            142          97        20                -           0.0000          -
16402.26/831.49	c       832             77          56        20                -           0.0000          -
16503.18/836.51	c       837            725          80        20                -           0.0000          -
16602.17/841.52	c       842            727          82        20                -           0.0000          -
16703.20/846.61	c       847             81          60        20                -           0.0000          -
16804.27/851.70	c       852             81          60        20                -           0.0000          -
16903.34/856.76	c       857             81          60        20                -           0.0000          -
17004.46/861.82	c       862             81          60        20                -           0.0000          -
17103.59/866.85	c       867            165         112        20                -           0.0000          -
17204.71/871.92	c       872            165         112        20                -           0.0000          -
17303.86/876.97	c       877            165         112        20                -           0.0000          -
17403.01/882.05	c       882            165         112        20                -           0.0000          -
17504.88/887.10	c       887            741          92        20                -           0.0000          -
17603.83/892.12	c       892            741          92        20                -           0.0000          -
17704.85/897.15	c       897             87          66        20                -           0.0000          -
17804.92/902.20	c       902             87          66        20                -           0.0000          -
17903.91/907.26	c       907            178         119        20                -           0.0000          -
18004.93/912.30	c       912            178         119        20                -           0.0000          -
18106.01/917.46	c       917            531         168        20                -           0.0000          -
18207.02/922.52	c       923             99          72        20                -           0.0000          -
18306.05/927.59	c       928            176          95        20                -           0.0000          -
18407.14/932.65	c       933            176          95        20                -           0.0000          -
18508.25/937.71	c       938            182         125        20                -           0.0000          -
18607.33/942.73	c       943            182         125        20                -           0.0000          -
18706.46/947.75	c       948            181         100        20                -           0.0000          -
18807.56/952.83	c       953            184         125        20                -           0.0000          -
18906.60/957.89	c       958            184         125        20                -           0.0000          -
19007.74/963.03	c       963            184         125        20                -           0.0000          -
19109.45/968.10	c       968            184         125        20                -           0.0000          -
19208.63/973.12	c       973            802         119        20                -           0.0000          -
19307.78/978.13	c       978            133          82        20                -           0.0000          -
19408.87/983.16	c       983            188         105        20                -           0.0000          -
19508.05/988.19	c       988            188         105        20                -           0.0000          -
19612.02/993.42	c       993            806         123        20                -           0.0000          -
19711.17/998.47	c       998            806         123        20                -           0.0000          -
19812.24/1003.52	c      1004            806         123        20                -           0.0000          -
19911.19/1008.58	c      1009            808         125        20                -           0.0000          -
20012.29/1013.61	c      1014            197         112        20                -           0.0000          -
20111.38/1018.68	c      1019            197         112        20                -           0.0000          -
20212.47/1023.71	c      1024            200         115        20                -           0.0000          -
20313.56/1028.81	c      1029            824         125        20                -           0.0000          -
20412.69/1033.86	c      1034            601         206        20                -           0.0000          -
20513.80/1038.91	c      1039            217         154        20                -           0.0000          -
20612.96/1043.96	c      1044            217         154        20                -           0.0000          -
20712.08/1048.97	c      1049            217         154        20                -           0.0000          -
20813.93/1054.06	c      1054            217         154        20                -           0.0000          -
20913.22/1059.11	c      1059            831         130        20                -           0.0000          -
21014.44/1064.17	c      1064            831         130        20                -           0.0000          -
21114.47/1069.22	c      1069            831         130        20                -           0.0000          -
21213.61/1074.26	c      1074            831         130        20                -           0.0000          -
21314.70/1079.33	c      1079            831         130        20                -           0.0000          -
21415.83/1084.41	c      1084            831         130        20                -           0.0000          -
21514.98/1089.45	c      1089            831         130        20                -           0.0000          -
21616.01/1094.51	c      1095            831         130        20                -           0.0000          -
21714.89/1099.52	c      1100            831         130        20                -           0.0000          -
21815.96/1104.62	c      1105            831         130        20                -           0.0000          -
21915.03/1109.66	c      1110            831         130        20                -           0.0000          -
22016.17/1114.77	c      1115            831         130        20                -           0.0000          -
22117.31/1119.83	c      1120            831         130        20                -           0.0000          -
22216.42/1124.90	c      1125            831         130        20                -           0.0000          -
22317.56/1129.98	c      1130            831         130        20                -           0.0000          -
22416.59/1135.03	c      1135            831         130        20                -           0.0000          -
22518.68/1140.08	c      1140            831         130        20                -           0.0000          -
22617.69/1145.13	c      1145            190         123        20                -           0.0000          -
22719.78/1150.20	c      1150            191         124        20                -           0.0000          -
22818.88/1155.25	c      1155            191         124        20                -           0.0000          -
22918.03/1160.30	c      1160            249         150        20                -           0.0000          -
23019.15/1165.35	c      1165            252         181        20                -           0.0000          -
23120.13/1170.40	c      1170            252         181        20                -           0.0000          -
23219.28/1175.49	c      1175            659         232        20                -           0.0000          -
23320.36/1180.54	c      1181            659         232        20                -           0.0000          -
23421.44/1185.63	c      1186            659         232        20                -           0.0000          -
23520.43/1190.68	c      1191            276         155        20                -           0.0000          -
23621.59/1195.73	c      1196            276         155        20                -           0.0000          -
23720.61/1200.79	c      1201            207         140        20                -           0.0000          -
23821.69/1205.86	c      1206            207         140        20                -           0.0000          -
23922.74/1210.91	c      1211            283         158        20                -           0.0000          -
24021.91/1215.96	c      1216            209         142        20                -           0.0000          -
24121.01/1221.01	c      1221            272         193        20                -           0.0000          -
24222.91/1226.06	c      1226            272         193        20                -           0.0000          -
24321.98/1231.13	c      1231            211         144        20                -           0.0000          -
24423.24/1236.18	c      1236            211         144        20                -           0.0000          -
24523.38/1241.24	c      1241            211         144        20                -           0.0000          -
24622.49/1246.29	c      1246            211         144        20                -           0.0000          -
24723.60/1251.31	c      1251            211         144        20                -           0.0000          -
24822.68/1256.39	c      1256            211         144        20                -           0.0000          -
24923.63/1261.41	c      1261            211         144        20                -           0.0000          -
25024.71/1266.50	c      1267            211         144        20                -           0.0000          -
25123.63/1271.56	c      1272            211         144        20                -           0.0000          -
25222.70/1276.58	c      1277            211         144        20                -           0.0000          -
25323.77/1281.65	c      1282            297         206        20                -           0.0000          -
25424.83/1286.70	c      1287            379         164        20                -           0.0000          -
25523.94/1291.77	c      1292            214         147        20                -           0.0000          -
25624.97/1296.82	c      1297            214         147        20                -           0.0000          -
25726.07/1301.90	c      1302            214         147        20                -           0.0000          -
25825.17/1306.95	c      1307            313         208        20                -           0.0000          -
25924.26/1312.00	c      1312            313         208        20                -           0.0000          -
26023.32/1317.01	c      1317            313         208        20                -           0.0000          -
26125.22/1322.10	c      1322            759         247        20                -           0.0000          -
26226.47/1327.16	c      1327            759         247        20                -           0.0000          -
26326.40/1332.21	c      1332            416         177        20                -           0.0000          -
26425.44/1337.26	c      1337            762         250        20                -           0.0000          -
26526.52/1342.31	c      1342            224         157        20                -           0.0000          -
26625.65/1347.38	c      1347            427         180        20                -           0.0000          -
26726.75/1352.44	c      1352            427         180        20                -           0.0000          -
26825.86/1357.49	c      1358            427         180        20                -           0.0000          -
26927.00/1362.58	c      1363            427         180        20                -           0.0000          -
27028.09/1367.63	c      1368            341         208        20                -           0.0000          -
27127.19/1372.69	c      1373            341         208        20                -           0.0000          -
27228.24/1377.72	c      1378            341         208        20                -           0.0000          -
27327.19/1382.74	c      1383            341         208        20                -           0.0000          -
27426.27/1387.79	c      1388            449         184        20                -           0.0000          -
27529.30/1392.91	c      1393            236         163        20                -           0.0000          -
27628.38/1397.97	c      1398            455         184        20                -           0.0000          -
27727.48/1403.04	c      1403            239         166        20                -           0.0000          -
27829.47/1408.09	c      1408            458         187        20                -           0.0000          -
27928.47/1413.14	c      1413           1093         192        20                -           0.0000          -
28030.71/1418.22	c      1418            242         169        20                -           0.0000          -
28129.82/1423.27	c      1423            242         169        20                -           0.0000          -
28230.90/1428.32	c      1428            242         169        20                -           0.0000          -
28330.00/1433.38	c      1433            242         169        20                -           0.0000          -
28431.12/1438.44	c      1438            242         169        20                -           0.0000          -
28530.25/1443.47	c      1443            242         169        20                -           0.0000          -
28631.37/1448.55	c      1449            375         228        20                -           0.0000          -
28730.46/1453.59	c      1454            247         172        20                -           0.0000          -
28831.61/1458.67	c      1459            247         172        20                -           0.0000          -
28932.68/1463.71	c      1464            382         231        20                -           0.0000          -
29031.84/1468.72	c      1469            382         231        20                -           0.0000          -
29132.99/1473.82	c      1474            382         231        20                -           0.0000          -
29232.13/1478.88	c      1479            382         231        20                -           0.0000          -
29333.25/1483.93	c      1484            382         231        20                -           0.0000          -
29432.34/1488.98	c      1489            382         231        20                -           0.0000          -
29531.41/1494.03	c      1494            382         231        20                -           0.0000          -
29633.31/1499.06	c      1499            271         182        20                -           0.0000          -
29732.49/1504.09	c      1504            271         182        20                -           0.0000          -
29831.69/1509.13	c      1509            271         182        20                -           0.0000          -
29933.83/1514.23	c      1514            271         182        20                -           0.0000          -
30032.99/1519.24	c      1519            271         182        20                -           0.0000          -
30134.05/1524.35	c      1524            271         182        20                -           0.0000          -
30233.14/1529.40	c      1529            271         182        20                -           0.0000          -
30334.24/1534.41	c      1534            271         182        20                -           0.0000          -
30433.41/1539.45	c      1539            271         182        20                -           0.0000          -
30534.52/1544.58	c      1545            271         182        20                -           0.0000          -
30635.65/1549.62	c      1550            271         182        20                -           0.0000          -
30734.73/1554.67	c      1555            271         182        20                -           0.0000          -
30835.85/1559.73	c      1560            271         182        20                -           0.0000          -
30934.91/1564.78	c      1565            271         182        20                -           0.0000          -
31036.09/1569.86	c      1570            271         182        20                -           0.0000          -
31137.00/1574.92	c      1575            271         182        20                -           0.0000          -
31236.11/1579.99	c      1580            271         182        20                -           0.0000          -
31335.22/1585.04	c      1585            271         182        20                -           0.0000          -
31434.35/1590.05	c      1590            397         234        20                -           0.0000          -
31536.17/1595.10	c      1595            397         234        20                -           0.0000          -
31635.57/1600.12	c      1600            397         234        20                -           0.0000          -
31737.60/1605.29	c      1605            397         234        20                -           0.0000          -
31838.72/1610.35	c      1610            397         234        20                -           0.0000          -
31939.80/1615.40	c      1615            397         234        20                -           0.0000          -
32038.90/1620.45	c      1620            397         234        20                -           0.0000          -
32139.96/1625.50	c      1626            397         234        20                -           0.0000          -
32238.99/1630.54	c      1631            397         234        20                -           0.0000          -
32340.01/1635.60	c      1636            397         234        20                -           0.0000          -
32439.14/1640.65	c      1641            397         234        20                -           0.0000          -
32540.22/1645.70	c      1646            397         234        20                -           0.0000          -
32639.36/1650.75	c      1651            397         234        20                -           0.0000          -
32740.47/1655.81	c      1656            397         234        20                -           0.0000          -
32839.59/1660.86	c      1661            397         234        20                -           0.0000          -
32940.72/1665.91	c      1666            697         214        20                -           0.0000          -
33039.85/1670.96	c      1671            697         214        20                -           0.0000          -
33138.95/1676.01	c      1676            410         237        20                -           0.0000          -
33240.80/1681.07	c      1681           1271          14        20                -           0.0000          -
33340.00/1686.13	c      1686            308         203        20                -           0.0000          -
33441.12/1691.18	c      1691           1272          15        20                -           0.0000          -
33541.21/1696.24	c      1696           1272          15        20                -           0.0000          -
33640.37/1701.30	c      1701           1272          15        20                -           0.0000          -
33741.51/1706.34	c      1706           1274          17        20                -           0.0000          -
33840.57/1711.39	c      1711           1275          18        20                -           0.0000          -
33941.64/1716.44	c      1716           1275          18        20                -           0.0000          -
34040.73/1721.49	c      1722           1276          19        20                -           0.0000          -
34141.69/1726.55	c      1727           1115         338        20                -           0.0000          -
34242.82/1731.60	c      1732            446         247        20                -           0.0000          -
34341.84/1736.63	c      1737           1279          22        20                -           0.0000          -
34442.89/1741.71	c      1742           1279          22        20                -           0.0000          -
34541.93/1746.72	c      1747            799         220        20                -           0.0000          -
34642.92/1751.81	c      1752            799         220        20                -           0.0000          -
34741.99/1756.87	c      1757           1281          24        20                -           0.0000          -
34841.08/1761.87	c      1762           1281          24        20                -           0.0000          -
34942.16/1766.99	c      1767           1281          24        20                -           0.0000          -
35041.21/1772.04	c      1772           1281          24        20                -           0.0000          -
35143.14/1777.08	c      1777           1281          24        20                -           0.0000          -
35242.25/1782.14	c      1782           1281          24        20                -           0.0000          -
35343.27/1787.19	c      1787            490         261        20                -           0.0000          -
35443.61/1792.24	c      1792            378         219        20                -           0.0000          -
35542.77/1797.29	c      1797            378         219        20                -           0.0000          -
35643.84/1802.34	c      1802            378         219        20                -           0.0000          -
35742.88/1807.36	c      1807           1283          26        20                -           0.0000          -
35843.98/1812.46	c      1812            382         223        20                -           0.0000          -
35945.10/1817.51	c      1818            515         264        20                -           0.0000          -
36044.20/1822.51	c      1823            515         264        20                -           0.0000          -
36145.22/1827.63	c      1828            384         225        20                -           0.0000          -
36244.30/1832.69	c      1833            384         225        20                -           0.0000          -
36345.38/1837.75	c      1838            529         266        20                -           0.0000          -
36446.34/1842.80	c      1843           1202         367        20                -           0.0000          -
36545.43/1847.85	c      1848           1287          30        20                -           0.0000          -
36646.58/1852.91	c      1853           1287          30        20                -           0.0000          -
36745.68/1857.96	c      1858           1288          31        20                -           0.0000          -
36844.66/1863.01	c      1863           1289          32        20                -           0.0000          -
36943.86/1868.04	c      1868           1289          32        20                -           0.0000          -
37045.59/1873.11	c      1873           1289          32        20                -           0.0000          -
37147.02/1878.16	c      1878           1222         377        20                -           0.0000          -
37245.83/1883.20	c      1883            411         238        20                -           0.0000          -
37346.10/1888.21	c      1888           1290          33        20                -           0.0000          -
37447.14/1893.31	c      1893           1290          33        20                -           0.0000          -
37546.25/1898.36	c      1898           1290          33        20                -           0.0000          -
37647.35/1903.41	c      1903           1290          33        20                -           0.0000          -
37746.25/1908.47	c      1908           1290          33        20                -           0.0000          -
37847.33/1913.52	c      1914           1245         388        20                -           0.0000          -
37946.48/1918.54	c      1919           1293          36        20                -           0.0000          -
38045.53/1923.56	c      1924           1293          36        20                -           0.0000          -
38144.69/1928.58	c      1929           1293          36        20                -           0.0000          -
38243.75/1933.59	c      1934           1293          36        20                -           0.0000          -
38344.84/1938.61	c      1939            437         258        20                -           0.0000          -
38443.82/1943.62	c      1944            437         258        20                -           0.0000          -
38542.91/1948.63	c      1949            437         258        20                -           0.0000          -
38642.05/1953.68	c      1954           1295          38        20                -           0.0000          -
38743.14/1958.71	c      1959           1266         399        20                -           0.0000          -
38842.14/1963.78	c      1964           1066           0        20                -           0.0000          -
38943.19/1968.85	c      1969           1066           0        20                -           0.0000          -
39044.24/1973.90	c      1974           1066           0        20                -           0.0000          -
39143.37/1978.95	c      1979           1066           0        20                -           0.0000          -
39242.46/1984.00	c      1984           1066           0        20                -           0.0000          -
39344.44/1989.08	c      1989           1066           0        20                -           0.0000          -
39443.04/1994.08	c      1994           1066           0        20                -           0.0000          -
39545.47/1999.24	c      1999           1066           0        20                -           0.0000          -
39644.61/2004.29	c      2004           1066           0        20                -           0.0000          -
39745.73/2009.34	c      2009           1304          43        20                -           0.0000          -
39844.83/2014.39	c      2014           1294         409        20                -           0.0000          -
39945.97/2019.40	c      2019           1066           0        20                -           0.0000          -
40045.10/2024.49	c      2024           1066           0        20                -           0.0000          -
40146.14/2029.53	c      2030           1066           0        20                -           0.0000          -
40247.22/2034.61	c      2035           1306          45        20                -           0.0000          -
40346.33/2039.66	c      2040           1306          45        20                -           0.0000          -
40447.34/2044.71	c      2045           1306          45        20                -           0.0000          -
40546.45/2049.76	c      2050           1306          45        20                -           0.0000          -
40645.49/2054.79	c      2055           1306          45        20                -           0.0000          -
40746.57/2059.86	c      2060           1306          45        20                -           0.0000          -
40847.67/2064.91	c      2065           1306          45        20                -           0.0000          -
40946.79/2069.92	c      2070           1306          45        20                -           0.0000          -
41045.80/2074.98	c      2075           1306          45        20                -           0.0000          -
41144.84/2080.02	c      2080           1306          45        20                -           0.0000          -
41246.39/2085.07	c      2085           1306          45        20                -           0.0000          -
41345.51/2090.14	c      2090           1306          45        20                -           0.0000          -
41446.84/2095.16	c      2095           1306          45        20                -           0.0000          -
41546.78/2100.24	c      2100           1306          45        20                -           0.0000          -
41645.78/2105.30	c      2105           1306          45        20                -           0.0000          -
41746.91/2110.36	c      2110           1349         432        20                -           0.0000          -
41847.90/2115.43	c      2115           1308          47        20                -           0.0000          -
41947.01/2120.49	c      2120           1308          47        20                -           0.0000          -
42048.10/2125.51	c      2126           1308          47        20                -           0.0000          -
42147.22/2130.56	c      2131           1308          47        20                -           0.0000          -
42248.27/2135.61	c      2136           1096          28        20                -           0.0000          -
42347.33/2140.69	c      2141           1311          50        20                -           0.0000          -
42448.36/2145.71	c      2146           1311          50        20                -           0.0000          -
42547.42/2150.73	c      2151            542         317        20                -           0.0000          -
42646.49/2155.73	c      2156            542         317        20                -           0.0000          -
42745.59/2160.78	c      2161            542         317        20                -           0.0000          -
42846.65/2165.83	c      2166            542         317        20                -           0.0000          -
42945.73/2170.88	c      2171            542         317        20                -           0.0000          -
43044.89/2175.89	c      2176            542         317        20                -           0.0000          -
43146.01/2181.00	c      2181            542         317        20                -           0.0000          -
43248.18/2186.06	c      2186           1314          53        20                -           0.0000          -
43347.28/2191.12	c      2191           1314          53        20                -           0.0000          -
43448.36/2196.17	c      2196           1316          55        20                -           0.0000          -
43548.45/2201.22	c      2201            564         323        20                -           0.0000          -
43647.57/2206.24	c      2206            564         323        20                -           0.0000          -
43748.58/2211.32	c      2211            564         323        20                -           0.0000          -
43847.67/2216.37	c      2216           1442         453        20                -           0.0000          -
43948.78/2221.43	c      2221           1320          59        20                -           0.0000          -
44047.89/2226.45	c      2226           1320          59        20                -           0.0000          -
44149.02/2231.53	c      2232           1035         300        20                -           0.0000          -
44248.10/2236.54	c      2237            580         333        20                -           0.0000          -
44347.05/2241.57	c      2242           1323          62        20                -           0.0000          -
44448.18/2246.60	c      2247           1323          62        20                -           0.0000          -
44549.24/2251.73	c      2252           1324          63        20                -           0.0000          -
44648.32/2256.74	c      2257           1472         459        20                -           0.0000          -
44749.46/2261.84	c      2262           1326          65        20                -           0.0000          -
44850.45/2266.91	c      2267           1326          65        20                -           0.0000          -
44949.37/2271.97	c      2272           1474         461        20                -           0.0000          -
45048.42/2277.01	c      2277           1474         461        20                -           0.0000          -
45150.52/2282.08	c      2282           1474         461        20                -           0.0000          -
45249.50/2287.10	c      2287           1474         461        20                -           0.0000          -
45350.38/2292.19	c      2292           1474         461        20                -           0.0000          -
45450.34/2297.24	c      2297           1474         461        20                -           0.0000          -
45549.26/2302.29	c      2302           1474         461        20                -           0.0000          -
45650.08/2307.33	c      2307           1474         461        20                -           0.0000          -
45749.14/2312.39	c      2312           1474         461        20                -           0.0000          -
45850.17/2317.46	c      2317           1474         461        20                -           0.0000          -
45951.23/2322.51	c      2323           1474         461        20                -           0.0000          -
46050.25/2327.54	c      2328           1474         461        20                -           0.0000          -
46151.19/2332.61	c      2333           1474         461        20                -           0.0000          -
46250.25/2337.66	c      2338           1474         461        20                -           0.0000          -
46351.15/2342.71	c      2343           1474         461        20                -           0.0000          -
46450.04/2347.76	c      2348           1338          77        20                -           0.0000          -
46551.16/2352.81	c      2353           1512          34        20                -           0.0000          -
46650.29/2357.87	c      2358           1342          79        20                -           0.0000          -
46751.39/2362.92	c      2363           1495         462        20                -           0.0000          -
46850.45/2367.98	c      2368           1344          81        20                -           0.0000          -
46949.54/2373.03	c      2373           1344          81        20                -           0.0000          -
47051.61/2378.12	c      2378           1344          81        20                -           0.0000          -
47152.51/2383.19	c      2383           1346          83        20                -           0.0000          -
47252.65/2388.22	c      2388           1346          83        20                -           0.0000          -
47353.69/2393.30	c      2393           1346          83        20                -           0.0000          -
47452.80/2398.35	c      2398           1573          37        20                -           0.0000          -
47553.87/2403.40	c      2403           1342         313        20                -           0.0000          -
47652.98/2408.45	c      2408           1540         465        20                -           0.0000          -
47754.03/2413.50	c      2414           1350          87        20                -           0.0000          -
47853.02/2418.51	c      2419           1543         468        20                -           0.0000          -
47952.12/2423.56	c      2424            819         362        20                -           0.0000          -
48051.20/2428.58	c      2429           1356          91        20                -           0.0000          -
48154.23/2433.74	c      2434           1356          91        20                -           0.0000          -
48255.17/2438.80	c      2439            827         362        20                -           0.0000          -
48354.24/2443.86	c      2444           1401         310        20                -           0.0000          -
48455.29/2448.92	c      2449           1360          95        20                -           0.0000          -
48554.32/2453.96	c      2454           1567         476        20                -           0.0000          -
48653.45/2459.02	c      2459           1363          98        20                -           0.0000          -
48755.45/2464.07	c      2464           1363          98        20                -           0.0000          -
48854.62/2469.10	c      2469           1363          98        20                -           0.0000          -
48953.58/2474.11	c      2474           1427           0        20                -           0.0000          -
49052.93/2479.12	c      2479           1427           0        20                -           0.0000          -
49153.79/2484.15	c      2484           1427           0        20                -           0.0000          -
49256.07/2489.34	c      2489           1427           0        20                -           0.0000          -
49357.11/2494.40	c      2494           1427           0        20                -           0.0000          -
49456.17/2499.45	c      2499           1427           0        20                -           0.0000          -
49557.27/2504.52	c      2505           1427           0        20                -           0.0000          -
49656.39/2509.57	c      2510           1619         482        20                -           0.0000          -
49757.38/2514.65	c      2515           1430           3        20                -           0.0000          -
49858.28/2519.70	c      2520           1430           3        20                -           0.0000          -
49957.39/2524.76	c      2525           1430           3        20                -           0.0000          -
50058.31/2529.81	c      2530           1430           3        20                -           0.0000          -
50157.35/2534.84	c      2535           1430           3        20                -           0.0000          -
50258.48/2539.93	c      2540           1430           3        20                -           0.0000          -
50357.60/2544.98	c      2545           1431         104        20                -           0.0000          -
50456.71/2550.03	c      2550           1431         104        20                -           0.0000          -
50558.66/2555.05	c      2555           1431         104        20                -           0.0000          -
50659.70/2560.14	c      2560           1431         104        20                -           0.0000          -
50759.99/2565.21	c      2565           1431         104        20                -           0.0000          -
50859.15/2570.22	c      2570           1431         104        20                -           0.0000          -
50960.27/2575.33	c      2575           1431         104        20                -           0.0000          -
51059.42/2580.39	c      2580           1431         104        20                -           0.0000          -
51160.54/2585.46	c      2585           1431         104        20                -           0.0000          -
51259.64/2590.47	c      2590           1431         104        20                -           0.0000          -
51360.77/2595.57	c      2596           1431         104        20                -           0.0000          -
51461.78/2600.62	c      2601           1431         104        20                -           0.0000          -
51560.75/2605.67	c      2606           1431         104        20                -           0.0000          -
51661.78/2610.70	c      2611           1431         104        20                -           0.0000          -
51760.83/2615.77	c      2616           1431         104        20                -           0.0000          -
51859.87/2620.78	c      2621           1431         104        20                -           0.0000          -
51960.90/2625.85	c      2626           1431         104        20                -           0.0000          -
52061.85/2630.92	c      2631           1449          18        20                -           0.0000          -
52160.87/2635.97	c      2636           1970          44        20                -           0.0000          -
52259.94/2641.03	c      2641           1748         493        20                -           0.0000          -
52362.01/2646.07	c      2646           1750         495        20                -           0.0000          -
52460.96/2651.13	c      2651           1480          19        20                -           0.0000          -
52562.16/2656.18	c      2656           1480          19        20                -           0.0000          -
52662.19/2661.24	c      2661           1751         496        20                -           0.0000          -
52761.33/2666.29	c      2666           1062         395        20                -           0.0000          -
52862.44/2671.35	c      2671           2025          43        20                -           0.0000          -
52963.58/2676.41	c      2676           1066         399        20                -           0.0000          -
53062.72/2681.49	c      2682           1522         105        20                -           0.0000          -
53163.86/2686.55	c      2687           1776         495        20                -           0.0000          -
53262.90/2691.58	c      2692           1777         494        20                -           0.0000          -
53364.00/2696.66	c      2697           1541         106        20                -           0.0000          -
53465.10/2701.72	c      2702           1543         108        20                -           0.0000          -
53564.19/2706.77	c      2707           1545         110        20                -           0.0000          -
53665.21/2711.80	c      2712           1545         110        20                -           0.0000          -
53764.32/2716.85	c      2717           1545         110        20                -           0.0000          -
53865.42/2721.92	c      2722           1546         111        20                -           0.0000          -
53964.60/2726.97	c      2727           2130          40        20                -           0.0000          -
54063.67/2732.02	c      2732           1806         501        20                -           0.0000          -
54165.55/2737.07	c      2737           1806         501        20                -           0.0000          -
54264.65/2742.13	c      2742           1806         501        20                -           0.0000          -
54365.92/2747.19	c      2747           1549         114        20                -           0.0000          -
54466.04/2752.24	c      2752           1549         114        20                -           0.0000          -
54565.15/2757.29	c      2757           1549         114        20                -           0.0000          -
54666.28/2762.37	c      2762           1549         114        20                -           0.0000          -
54767.39/2767.41	c      2767           1637          17        20                -           0.0000          -
54866.47/2772.47	c      2772           2209          39        20                -           0.0000          -
54967.57/2777.52	c      2778           1652          18        20                -           0.0000          -
55066.68/2782.57	c      2783           1658          20        20                -           0.0000          -
55167.72/2787.64	c      2788           1660          22        20                -           0.0000          -
55266.83/2792.68	c      2793           1660          22        20                -           0.0000          -
55367.86/2797.73	c      2798           1870         505        20                -           0.0000          -
55466.96/2802.78	c      2803           1595         120        20                -           0.0000          -
55568.04/2807.80	c      2808           2271          41        20                -           0.0000          -
55667.11/2812.83	c      2813           2285          41        20                -           0.0000          -
55768.19/2817.93	c      2818           1693          23        20                -           0.0000          -
55867.24/2822.98	c      2823           1699          23        20                -           0.0000          -
55966.19/2828.01	c      2828           1637         118        20                -           0.0000          -
56067.93/2833.10	c      2833           1709          25        20                -           0.0000          -
56167.29/2838.12	c      2838           1919         502        20                -           0.0000          -
56268.50/2843.20	c      2843           1922         501        20                -           0.0000          -
56368.82/2848.25	c      2848           1925         504        20                -           0.0000          -
56467.81/2853.28	c      2853           1689         121        20                -           0.0000          -
56568.96/2858.36	c      2858           2369          41        20                -           0.0000          -
56670.11/2863.42	c      2863           1747          25        20                -           0.0000          -
56769.27/2868.49	c      2868           2385          43        20                -           0.0000          -
56870.39/2873.53	c      2874           1954         509        20                -           0.0000          -
56969.52/2878.58	c      2879           1750         118        20                -           0.0000          -
57070.69/2883.63	c      2884           1488         402        20                -           0.0000          -
57169.73/2888.69	c      2889           1974         517        20                -           0.0000          -
57270.86/2893.74	c      2894           2429          45        20                -           0.0000          -
57372.05/2898.81	c      2899           1513         403        20                -           0.0000          -
57471.18/2903.86	c      2904           1992         519        20                -           0.0000          -
57572.37/2908.92	c      2909           1992         519        20                -           0.0000          -
57671.55/2913.97	c      2914           1828          28        20                -           0.0000          -
57770.75/2919.00	c      2919           1553         405        20                -           0.0000          -
57872.71/2924.08	c      2924           1998         521        20                -           0.0000          -
57972.07/2929.13	c      2929           1560         406        20                -           0.0000          -
58074.18/2934.20	c      2934           2514          44        20                -           0.0000          -
58173.39/2939.25	c      2939           1579         413        20                -           0.0000          -
58274.58/2944.30	c      2944           1584         410        20                -           0.0000          -
58373.76/2949.36	c      2949           1895          24        20                -           0.0000          -
58474.89/2954.41	c      2954           1874         120        20                -           0.0000          -
58574.04/2959.46	c      2959           1903          24        20                -           0.0000          -
58673.21/2964.48	c      2964           1892         120        20                -           0.0000          -
58772.34/2969.49	c      2970           2569          49        20                -           0.0000          -
58873.47/2974.54	c      2975           2569          49        20                -           0.0000          -
58972.57/2979.59	c      2980           2573          53        20                -           0.0000          -
59075.70/2984.71	c      2985           2083         528        20                -           0.0000          -
59174.84/2989.79	c      2990           2087         530        20                -           0.0000          -
59275.98/2994.85	c      2995           2094         531        20                -           0.0000          -
59375.12/2999.89	c      3000           2617          51        20                -           0.0000          -
59476.26/3004.94	c      3005           1745         411        20                -           0.0000          -
59575.37/3010.00	c      3010           2105         536        20                -           0.0000          -
59674.44/3015.04	c      3015           2106         537        20                -           0.0000          -
59776.64/3020.12	c      3020           1990          31        20                -           0.0000          -
59877.47/3025.18	c      3025           2117         540        20                -           0.0000          -
59977.75/3030.23	c      3030           2124         543        20                -           0.0000          -
60076.86/3035.25	c      3035           1977         115        20                -           0.0000          -
60175.92/3040.26	c      3040           2013          28        20                -           0.0000          -
60277.02/3045.38	c      3045           1985         117        20                -           0.0000          -
60378.13/3050.41	c      3050           1988         118        20                -           0.0000          -
60479.22/3055.50	c      3056           2143         548        20                -           0.0000          -
60578.33/3060.55	c      3061           2144         549        20                -           0.0000          -
60679.35/3065.61	c      3066           2151         548        20                -           0.0000          -
60778.44/3070.67	c      3071           1901         413        20                -           0.0000          -
60879.46/3075.72	c      3076           1908         416        20                -           0.0000          -
60978.49/3080.78	c      3081           2170         549        20                -           0.0000          -
61079.51/3085.86	c      3086           2091          30        20                -           0.0000          -
61180.46/3090.92	c      3091           2046         120        20                -           0.0000          -
61279.51/3095.97	c      3096           2099          32        20                -           0.0000          -
61378.62/3101.01	c      3101           2198         553        20                -           0.0000          -
61480.74/3106.06	c      3106           1981         419        20                -           0.0000          -
61579.78/3111.12	c      3111           2207         554        20                -           0.0000          -
61680.97/3116.18	c      3116           2130          31        20                -           0.0000          -
61780.92/3121.23	c      3121           2139          32        20                -           0.0000          -
61880.02/3126.26	c      3126           2889          51        20                -           0.0000          -
61980.86/3131.34	c      3131           2230         557        20                -           0.0000          -
62081.90/3136.40	c      3136           2919          49        20                -           0.0000          -
62181.01/3141.46	c      3141           2236         559        20                -           0.0000          -
62282.12/3146.52	c      3147           2241         558        20                -           0.0000          -
62381.24/3151.60	c      3152           2183          32        20                -           0.0000          -
62482.18/3156.67	c      3157           2249           0        20                -           0.0000          -
62581.12/3161.68	c      3162           2249           0        20                -           0.0000          -
62684.11/3166.82	c      3167           2249           0        20                -           0.0000          -
62783.25/3171.86	c      3172           2249           0        20                -           0.0000          -
62884.38/3176.94	c      3177           2249           0        20                -           0.0000          -
62983.54/3182.00	c      3182           2249           0        20                -           0.0000          -
63085.50/3187.10	c      3187           2249           0        20                -           0.0000          -
63184.84/3192.15	c      3192           2249           0        20                -           0.0000          -
63286.76/3197.22	c      3197           2249           0        20                -           0.0000          -
63385.73/3202.27	c      3202           2249           0        20                -           0.0000          -
63486.82/3207.32	c      3207           2249           0        20                -           0.0000          -
63585.93/3212.37	c      3212           2249           0        20                -           0.0000          -
63687.01/3217.42	c      3217           2249           0        20                -           0.0000          -
63786.13/3222.44	c      3222           2253          36        20                -           0.0000          -
63885.25/3227.48	c      3227           2253          36        20                -           0.0000          -
63984.38/3232.49	c      3232           2253          36        20                -           0.0000          -
64085.42/3237.53	c      3238           2253           4        20                -           0.0000          -
64186.53/3242.69	c      3243           2253           4        20                -           0.0000          -
64287.55/3247.74	c      3248           2253           4        20                -           0.0000          -
64386.62/3252.79	c      3253           2253           4        20                -           0.0000          -
64487.70/3257.85	c      3258           3187          48        20                -           0.0000          -
64588.70/3262.90	c      3263           2254           5        20                -           0.0000          -
64687.80/3267.95	c      3268           2254           5        20                -           0.0000          -
64786.90/3273.00	c      3273           2254           5        20                -           0.0000          -
64888.68/3278.05	c      3278           2254           5        20                -           0.0000          -
64988.06/3283.12	c      3283           2255           6        20                -           0.0000          -
65089.20/3288.19	c      3288           2255           6        20                -           0.0000          -
65189.18/3293.24	c      3293           2255           6        20                -           0.0000          -
65288.27/3298.27	c      3298           2312         121        20                -           0.0000          -
65389.36/3303.37	c      3303           2256           7        20                -           0.0000          -
65490.44/3308.43	c      3308           2256           7        20                -           0.0000          -
65589.49/3313.48	c      3313           2256           7        20                -           0.0000          -
65690.57/3318.51	c      3319           2256           7        20                -           0.0000          -
65791.67/3323.60	c      3324           2256           7        20                -           0.0000          -
65890.77/3328.65	c      3329           2257           8        20                -           0.0000          -
65991.86/3333.70	c      3334           2257           8        20                -           0.0000          -
66091.06/3338.75	c      3339           2257           8        20                -           0.0000          -
66191.98/3343.81	c      3344           2257           8        20                -           0.0000          -
66291.07/3348.82	c      3349           2258           9        20                -           0.0000          -
66392.16/3353.90	c      3354           2258           9        20                -           0.0000          -
66491.27/3358.96	c      3359           2258           9        20                -           0.0000          -
66590.41/3364.01	c      3364           2258           9        20                -           0.0000          -
66692.30/3369.06	c      3369           2260          11        20                -           0.0000          -
66791.22/3374.11	c      3374           2260          11        20                -           0.0000          -
66890.16/3379.13	c      3379           2260          11        20                -           0.0000          -
66992.30/3384.23	c      3384           2260          11        20                -           0.0000          -
67091.35/3389.27	c      3389           2260          11        20                -           0.0000          -
67192.37/3394.31	c      3394           2260          11        20                -           0.0000          -
67293.43/3399.40	c      3399           2261          12        20                -           0.0000          -
67392.43/3404.45	c      3404           2261          12        20                -           0.0000          -
67491.39/3409.49	c      3410           2261          12        20                -           0.0000          -
67592.38/3414.54	c      3415           2520          31        20                -           0.0000          -
67691.48/3419.59	c      3420           2264          15        20                -           0.0000          -
67792.54/3424.65	c      3425           2271          22        20                -           0.0000          -
67893.60/3429.70	c      3430           2440         125        20                -           0.0000          -
67992.57/3434.73	c      3435           2639         419        20                -           0.0000          -
68093.64/3439.80	c      3440           2639         419        20                -           0.0000          -
68192.65/3444.85	c      3445           2639         419        20                -           0.0000          -
68293.70/3449.94	c      3450           2639         419        20                -           0.0000          -
68392.75/3454.99	c      3455           2639         419        20                -           0.0000          -
68491.84/3460.03	c      3460           2639         419        20                -           0.0000          -
68593.85/3465.08	c      3465           2639         419        20                -           0.0000          -
68692.85/3470.12	c      3470           2639         419        20                -           0.0000          -
68793.77/3475.15	c      3475           2491         123        20                -           0.0000          -
68893.85/3480.26	c      3480           2640           0        20                -           0.0000          -
68994.87/3485.31	c      3485           2640           0        20                -           0.0000          -
69093.95/3490.33	c      3490           2646          29        20                -           0.0000          -
69194.95/3495.41	c      3495           2647           7        20                -           0.0000          -
69293.95/3500.47	c      3500           2648           8        20                -           0.0000          -
69394.95/3505.50	c      3506           2651          11        20                -           0.0000          -
69494.02/3510.54	c      3511           2651          11        20                -           0.0000          -
69595.07/3515.63	c      3516           2651          11        20                -           0.0000          -
69694.15/3520.68	c      3521           2651          11        20                -           0.0000          -
69795.23/3525.73	c      3526           2651          11        20                -           0.0000          -
69894.30/3530.77	c      3531           2651          11        20                -           0.0000          -
69995.42/3535.85	c      3536           2651          11        20                -           0.0000          -
70094.43/3540.89	c      3541           2651          11        20                -           0.0000          -
70195.50/3545.94	c      3546           2448          31        20                -           0.0000          -
70294.50/3551.01	c      3551           2660          20        20                -           0.0000          -
70396.53/3556.06	c      3556           2665          21        20                -           0.0000          -
70495.41/3561.11	c      3561           2665          21        20                -           0.0000          -
70594.58/3566.13	c      3566           2665          21        20                -           0.0000          -
70695.80/3571.19	c      3571           2665          21        20                -           0.0000          -
70795.56/3576.27	c      3576           2758          27        20                -           0.0000          -
70894.68/3581.29	c      3581           2758          27        20                -           0.0000          -
70997.57/3586.42	c      3586           2758          27        20                -           0.0000          -
71098.60/3591.52	c      3592           2758          27        20                -           0.0000          -
71197.68/3596.57	c      3597           2758          27        20                -           0.0000          -
71298.77/3601.61	c      3602           2527          34        20                -           0.0000          -
71399.80/3606.71	c      3607           2702          22        20                -           0.0000          -
71498.87/3611.75	c      3612           2702          22        20                -           0.0000          -
71599.90/3616.80	c      3617           2703          23        20                -           0.0000          -
71698.98/3621.85	c      3622           2707          25        20                -           0.0000          -
71798.08/3626.86	c      3627           2707          25        20                -           0.0000          -
71899.10/3631.96	c      3632           2707          25        20                -           0.0000          -
71998.20/3637.04	c      3637           2707          25        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (189540 MiB free)
  memory of node 1: 193531 MiB (191598 MiB free)
  memory of node 2: 193531 MiB (193010 MiB free)
  memory of node 3: 193493 MiB (192890 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-4465694-1722541827/watcher-4465694-1722541827 -o /tmp/evaluation-result-4465694-1722541827/solver-4465694-1722541827 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123867 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465694-1722541827.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 59.70 77.60 81.77 5/866 123927
/proc/meminfo: memFree=785305468/790760804 swapFree=131071996/131071996
[pid=123914] ppid=123905 vsize=58664 memory=47912 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/stat : 123914 (fscip) R 123905 123914 123854 0 -1 4194304 10836 0 0 0 11 1 0 0 20 0 1 0 20765476 60071936 11978 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
/proc/123914/statm: 14666 11978 2758 3035 0 11062 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 58664 KiB
Current children cumulated memory: 47912 KiB

[startup+0.230077 s]*
/proc/loadavg: 59.70 77.60 81.77 5/866 123927
/proc/meminfo: memFree=785240316/790760804 swapFree=131071996/131071996
[pid=123914] ppid=123905 vsize=78972 memory=65272 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/stat : 123914 (fscip) R 123905 123914 123854 0 -1 4194304 15228 0 0 0 23 2 0 0 20 0 1 0 20765476 80867328 16318 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
/proc/123914/statm: 19743 16318 2774 3035 0 16139 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 78972 KiB
Current children cumulated memory: 65272 KiB

[startup+0.32887 s]*
/proc/loadavg: 59.70 77.60 81.77 5/866 123927
/proc/meminfo: memFree=785217444/790760804 swapFree=131071996/131071996
[pid=123914] ppid=123905 vsize=79832 memory=66060 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/stat : 123914 (fscip) R 123905 123914 123854 0 -1 4194304 15435 0 0 0 32 2 0 0 20 0 1 0 20765476 81747968 16515 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
/proc/123914/statm: 19958 16515 2774 3035 0 16354 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 79832 KiB
Current children cumulated memory: 66060 KiB

[startup+0.700192 s]
/proc/loadavg: 59.70 77.60 81.77 5/866 123927
/proc/meminfo: memFree=785215928/790760804 swapFree=131071996/131071996
[pid=123914] ppid=123905 vsize=79832 memory=66060 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/stat : 123914 (fscip) R 123905 123914 123854 0 -1 4194304 15437 0 0 0 66 2 0 0 20 0 1 0 20765476 81747968 16515 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
/proc/123914/statm: 19958 16515 2774 3035 0 16354 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 79832 KiB
Current children cumulated memory: 66060 KiB

[startup+1.5002 s]
/proc/loadavg: 59.70 77.60 81.77 5/866 123927
/proc/meminfo: memFree=785213636/790760804 swapFree=131071996/131071996
[pid=123914] ppid=123905 vsize=79832 memory=67112 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/stat : 123914 (fscip) R 123905 123914 123854 0 -1 4194304 15643 0 0 0 146 2 0 0 20 0 1 0 20765476 81747968 16778 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
/proc/123914/statm: 19958 16778 2774 3035 0 16354 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 79832 KiB
Current children cumulated memory: 67112 KiB

[startup+3.12913 s]
/proc/loadavg: 55.24 76.38 81.35 5/866 123927
/proc/meminfo: memFree=785208664/790760804 swapFree=131071996/131071996
[pid=123914] ppid=123905 vsize=80940 memory=68168 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/stat : 123914 (fscip) R 123905 123914 123854 0 -1 4194304 15903 0 0 0 309 2 0 0 20 0 1 0 20765476 82882560 17042 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
/proc/123914/statm: 20235 17042 2774 3035 0 16631 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 68168 KiB

[startup+6.3012 s]
/proc/loadavg: 55.24 76.38 81.35 81/1026 124089
/proc/meminfo: memFree=781659612/790760804 swapFree=131071996/131071996
[pid=123914] ppid=123905 vsize=1771196 memory=919584 CPUtime=50.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/stat : 123914 (fscip) S 123905 123914 123854 0 -1 1077936128 257154 0 0 0 4966 54 0 0 20 0 41 0 20765476 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
/proc/123914/statm: 442799 229896 2806 3035 0 323623 0
[pid=123914/tid=123928] ppid=123905 vsize=1771196 memory=0 CPUtime=2.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123928/stat : 123928 (fscip) R 123905 123914 123854 0 -1 4194368 10092 0 0 0 229 2 0 0 20 0 41 0 20765845 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123929] ppid=123905 vsize=1771196 memory=11632 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123929/stat : 123929 (fscip) R 123905 123914 123854 0 -1 4194368 10091 0 0 0 231 1 0 0 20 0 41 0 20765845 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123930] ppid=123905 vsize=1771196 memory=0 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123930/stat : 123930 (fscip) R 123905 123914 123854 0 -1 4194368 10097 0 0 0 229 3 0 0 20 0 41 0 20765845 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123931] ppid=123905 vsize=1771196 memory=917616 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123931/stat : 123931 (fscip) R 123905 123914 123854 0 -1 4194368 10099 0 0 0 230 2 0 0 20 0 41 0 20765845 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123932] ppid=123905 vsize=1771196 memory=52808 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123932/stat : 123932 (fscip) R 123905 123914 123854 0 -1 4194368 10116 0 0 0 230 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123933] ppid=123905 vsize=1771196 memory=10528 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123933/stat : 123933 (fscip) R 123905 123914 123854 0 -1 4194368 10109 0 0 0 231 1 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123934] ppid=123905 vsize=1771196 memory=25333125866717268 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123934/stat : 123934 (fscip) R 123905 123914 123854 0 -1 4194368 10116 0 0 0 230 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123935] ppid=123905 vsize=1771196 memory=918872 CPUtime=2.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123935/stat : 123935 (fscip) R 123905 123914 123854 0 -1 4194368 10081 0 0 0 231 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123936] ppid=123905 vsize=1771196 memory=0 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123936/stat : 123936 (fscip) R 123905 123914 123854 0 -1 4194368 10122 0 0 0 230 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123937] ppid=123905 vsize=1771196 memory=280864018224768 CPUtime=2.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123937/stat : 123937 (fscip) R 123905 123914 123854 0 -1 4194368 10108 0 0 0 222 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123938] ppid=123905 vsize=1771196 memory=2212 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123938/stat : 123938 (fscip) R 123905 123914 123854 0 -1 4194368 10120 0 0 0 230 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123939] ppid=123905 vsize=1771196 memory=52808 CPUtime=2.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123939/stat : 123939 (fscip) R 123905 123914 123854 0 -1 4194368 10119 0 0 0 229 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123940] ppid=123905 vsize=1771196 memory=1952 CPUtime=2.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123940/stat : 123940 (fscip) R 123905 123914 123854 0 -1 4194368 14312 0 0 0 229 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123941] ppid=123905 vsize=1771196 memory=1852 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123941/stat : 123941 (fscip) R 123905 123914 123854 0 -1 4194368 10117 0 0 0 230 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123942] ppid=123905 vsize=1771196 memory=280864018347904 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123942/stat : 123942 (fscip) R 123905 123914 123854 0 -1 4194368 14427 0 0 0 229 3 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123943] ppid=123905 vsize=1771196 memory=0 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123943/stat : 123943 (fscip) R 123905 123914 123854 0 -1 4194368 14308 0 0 0 230 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123944] ppid=123905 vsize=1771196 memory=280864017771792 CPUtime=2.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123944/stat : 123944 (fscip) R 123905 123914 123854 0 -1 4194368 14426 0 0 0 230 1 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123945] ppid=123905 vsize=1771196 memory=0 CPUtime=2.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123945/stat : 123945 (fscip) R 123905 123914 123854 0 -1 4194368 14431 0 0 0 230 3 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123946] ppid=123905 vsize=1771196 memory=25333125866717268 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123946/stat : 123946 (fscip) R 123905 123914 123854 0 -1 4194368 14413 0 0 0 230 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123947] ppid=123905 vsize=1771196 memory=-3253322038155611931 CPUtime=2.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123947/stat : 123947 (fscip) R 123905 123914 123854 0 -1 4194368 14398 0 0 0 230 2 0 0 20 0 41 0 20765846 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123968] ppid=123905 vsize=1771196 memory=67112 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123968/stat : 123968 (fscip) S 123905 123914 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123969] ppid=123905 vsize=1771196 memory=280864018412912 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123969/stat : 123969 (fscip) S 123905 123914 123854 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123970] ppid=123905 vsize=1771196 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123970/stat : 123970 (fscip) S 123905 123914 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123971] ppid=123905 vsize=1771196 memory=180 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123971/stat : 123971 (fscip) S 123905 123914 123854 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123972] ppid=123905 vsize=1771196 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123972/stat : 123972 (fscip) S 123905 123914 123854 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123973] ppid=123905 vsize=1771196 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123973/stat : 123973 (fscip) S 123905 123914 123854 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123974] ppid=123905 vsize=1771196 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123974/stat : 123974 (fscip) S 123905 123914 123854 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123975] ppid=123905 vsize=1771196 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123975/stat : 123975 (fscip) S 123905 123914 123854 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123976] ppid=123905 vsize=1771196 memory=19852 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123976/stat : 123976 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123977] ppid=123905 vsize=1771196 memory=31988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123977/stat : 123977 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123978] ppid=123905 vsize=1771196 memory=28720 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123978/stat : 123978 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123979] ppid=123905 vsize=1771196 memory=7384 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123979/stat : 123979 (fscip) S 123905 123914 123854 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123980] ppid=123905 vsize=1771196 memory=27608 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123980/stat : 123980 (fscip) S 123905 123914 123854 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123981] ppid=123905 vsize=1771196 memory=3736 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123981/stat : 123981 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123982] ppid=123905 vsize=1771196 memory=915012 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123982/stat : 123982 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123983] ppid=123905 vsize=1771196 memory=280864017976592 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123983/stat : 123983 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123984] ppid=123905 vsize=1771196 memory=8 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123984/stat : 123984 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123985] ppid=123905 vsize=1771196 memory=4571883266266055835 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123985/stat : 123985 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123986] ppid=123905 vsize=1771196 memory=7679927811743456362 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123986/stat : 123986 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123987] ppid=123905 vsize=1771196 memory=7440059161538621552 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123987/stat : 123987 (fscip) S 123905 123914 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765868 1813704704 229896 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
Current children cumulated CPU time: 50.2 s
Current children cumulated vsize: 1771196 KiB
Current children cumulated memory: 919584 KiB

[startup+12.7012 s]
/proc/loadavg: 59.04 76.50 81.33 81/1026 124089
/proc/meminfo: memFree=780170648/790760804 swapFree=131071996/131071996
[pid=123914] ppid=123905 vsize=2110860 memory=1312588 CPUtime=177.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/stat : 123914 (fscip) S 123905 123914 123854 0 -1 1077936128 476225 0 0 0 17608 100 0 0 20 0 41 0 20765476 2161520640 328147 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
/proc/123914/statm: 527715 328147 3030 3035 0 429474 0
[pid=123914/tid=123928] ppid=123905 vsize=2110860 memory=-6728775232399784807 CPUtime=8.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123928/stat : 123928 (fscip) R 123905 123914 123854 0 -1 4194368 21276 0 0 0 864 3 0 0 20 0 41 0 20765845 2161520640 328147 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123929] ppid=123905 vsize=2110860 memory=10528 CPUtime=8.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123929/stat : 123929 (fscip) R 123905 123914 123854 0 -1 4194368 21547 0 0 0 865 2 0 0 20 0 41 0 20765845 2161520640 328147 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123930] ppid=123905 vsize=2110860 memory=0 CPUtime=8.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123930/stat : 123930 (fscip) R 123905 123914 123854 0 -1 4194368 24200 0 0 0 861 7 0 0 20 0 41 0 20765845 2161520640 328147 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0

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

/proc/123914/task/123947/stat : 123947 (fscip) R 123905 123914 123854 0 -1 4194368 1362690 0 0 0 354761 141 0 0 20 0 41 0 20765846 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123968] ppid=123905 vsize=6583848 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123968/stat : 123968 (fscip) S 123905 123914 123854 0 -1 1077936192 159 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123969] ppid=123905 vsize=6583848 memory=280864019754496 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123969/stat : 123969 (fscip) S 123905 123914 123854 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123970] ppid=123905 vsize=6583848 memory=140432009589089 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123970/stat : 123970 (fscip) S 123905 123914 123854 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123971] ppid=123905 vsize=6583848 memory=280864019639824 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123971/stat : 123971 (fscip) S 123905 123914 123854 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123972] ppid=123905 vsize=6583848 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123972/stat : 123972 (fscip) S 123905 123914 123854 0 -1 1077936192 167 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123973] ppid=123905 vsize=6583848 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123973/stat : 123973 (fscip) S 123905 123914 123854 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123974] ppid=123905 vsize=6583848 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123974/stat : 123974 (fscip) S 123905 123914 123854 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123975] ppid=123905 vsize=6583848 memory=5476216 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123975/stat : 123975 (fscip) S 123905 123914 123854 0 -1 1077936192 97 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123976] ppid=123905 vsize=6583848 memory=5469416 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123976/stat : 123976 (fscip) S 123905 123914 123854 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123977] ppid=123905 vsize=6583848 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123977/stat : 123977 (fscip) S 123905 123914 123854 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123978] ppid=123905 vsize=6583848 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123978/stat : 123978 (fscip) S 123905 123914 123854 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123979] ppid=123905 vsize=6583848 memory=5478720 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123979/stat : 123979 (fscip) S 123905 123914 123854 0 -1 1077936192 102 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123980] ppid=123905 vsize=6583848 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123980/stat : 123980 (fscip) S 123905 123914 123854 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123981] ppid=123905 vsize=6583848 memory=5411328 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123981/stat : 123981 (fscip) S 123905 123914 123854 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123982] ppid=123905 vsize=6583848 memory=5475480 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123982/stat : 123982 (fscip) S 123905 123914 123854 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123983] ppid=123905 vsize=6583848 memory=18104 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123983/stat : 123983 (fscip) S 123905 123914 123854 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123984] ppid=123905 vsize=6583848 memory=20140 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123984/stat : 123984 (fscip) S 123905 123914 123854 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123985] ppid=123905 vsize=6583848 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123985/stat : 123985 (fscip) S 123905 123914 123854 0 -1 1077936192 165 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123986] ppid=123905 vsize=6583848 memory=15008 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123986/stat : 123986 (fscip) S 123905 123914 123854 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123987] ppid=123905 vsize=6583848 memory=10528 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123987/stat : 123987 (fscip) S 123905 123914 123854 0 -1 1077936192 158 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369680 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
Current children cumulated CPU time: 70916.3 s
Current children cumulated vsize: 6583848 KiB
Current children cumulated memory: 5478720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637 s]*
/proc/loadavg: 80.09 80.24 80.38 81/1024 126031
/proc/meminfo: memFree=763494016/790760804 swapFree=131071996/131071996
[pid=123914] ppid=123905 vsize=6583848 memory=5479792 CPUtime=72001.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/stat : 123914 (fscip) S 123905 123914 123854 0 -1 1077936128 28112287 0 0 0 7191615 8494 0 0 20 0 41 0 20765476 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
/proc/123914/statm: 1645962 1369948 3366 3035 0 1512510 0
[pid=123914/tid=123928] ppid=123905 vsize=6583848 memory=6720667644728720481 CPUtime=3606.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123928/stat : 123928 (fscip) R 123905 123914 123854 0 -1 4194368 1202013 0 0 0 360467 139 0 0 20 0 41 0 20765845 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123929] ppid=123905 vsize=6583848 memory=-5155633680935826750 CPUtime=3601.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123929/stat : 123929 (fscip) R 123905 123914 123854 0 -1 4194368 1513676 0 0 0 359952 158 0 0 20 0 41 0 20765845 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123930] ppid=123905 vsize=6583848 memory=18104 CPUtime=3590.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123930/stat : 123930 (fscip) R 123905 123914 123854 0 -1 4194368 1597677 0 0 0 357921 1084 0 0 20 0 41 0 20765845 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123931] ppid=123905 vsize=6583848 memory=20140 CPUtime=3597.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123931/stat : 123931 (fscip) R 123905 123914 123854 0 -1 4194368 1086330 0 0 0 359647 120 0 0 20 0 41 0 20765845 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123932] ppid=123905 vsize=6583848 memory=5720 CPUtime=3606.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123932/stat : 123932 (fscip) R 123905 123914 123854 0 -1 4194368 1471963 0 0 0 360446 161 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123933] ppid=123905 vsize=6583848 memory=2208 CPUtime=3593.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123933/stat : 123933 (fscip) R 123905 123914 123854 0 -1 4194368 1850152 0 0 0 358351 1037 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123934] ppid=123905 vsize=6583848 memory=25992 CPUtime=3607.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123934/stat : 123934 (fscip) R 123905 123914 123854 0 -1 4194368 1091863 0 0 0 360621 116 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123935] ppid=123905 vsize=6583848 memory=104 CPUtime=3603.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123935/stat : 123935 (fscip) R 123905 123914 123854 0 -1 4194368 1517988 0 0 0 360196 164 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123936] ppid=123905 vsize=6583848 memory=6232 CPUtime=3588.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123936/stat : 123936 (fscip) R 123905 123914 123854 0 -1 4194368 1480939 0 0 0 357801 1071 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123937] ppid=123905 vsize=6583848 memory=19852 CPUtime=3600.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123937/stat : 123937 (fscip) R 123905 123914 123854 0 -1 4194368 1090545 0 0 0 359921 113 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123938] ppid=123905 vsize=6583848 memory=31988 CPUtime=3606.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123938/stat : 123938 (fscip) R 123905 123914 123854 0 -1 4194368 1408819 0 0 0 360486 147 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123939] ppid=123905 vsize=6583848 memory=28720 CPUtime=3591.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123939/stat : 123939 (fscip) R 123905 123914 123854 0 -1 4194368 1705673 0 0 0 358047 1131 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123940] ppid=123905 vsize=6583848 memory=7384 CPUtime=3602.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123940/stat : 123940 (fscip) R 123905 123914 123854 0 -1 4194368 1163273 0 0 0 360133 127 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123941] ppid=123905 vsize=6583848 memory=27608 CPUtime=3600.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123941/stat : 123941 (fscip) R 123905 123914 123854 0 -1 4194368 1486726 0 0 0 359938 149 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123942] ppid=123905 vsize=6583848 memory=6720665428659747941 CPUtime=3586.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123942/stat : 123942 (fscip) R 123905 123914 123854 0 -1 4194368 1549579 0 0 0 357494 1134 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123943] ppid=123905 vsize=6583848 memory=6780 CPUtime=3607.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123943/stat : 123943 (fscip) R 123905 123914 123854 0 -1 4194368 1206405 0 0 0 360612 135 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123944] ppid=123905 vsize=6583848 memory=2800 CPUtime=3605.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123944/stat : 123944 (fscip) R 123905 123914 123854 0 -1 4194368 1548797 0 0 0 360388 154 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123945] ppid=123905 vsize=6583848 memory=2812 CPUtime=3591.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123945/stat : 123945 (fscip) R 123905 123914 123854 0 -1 4194368 1718283 0 0 0 358145 1051 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123946] ppid=123905 vsize=6583848 memory=-6421031960892894098 CPUtime=3604.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123946/stat : 123946 (fscip) R 123905 123914 123854 0 -1 4194368 1011824 0 0 0 360384 104 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123947] ppid=123905 vsize=6583848 memory=-2892745056948402235 CPUtime=3603.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123947/stat : 123947 (fscip) R 123905 123914 123854 0 -1 4194368 1381027 0 0 0 360193 143 0 0 20 0 41 0 20765846 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123968] ppid=123905 vsize=6583848 memory=6935649255759568960 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123968/stat : 123968 (fscip) S 123905 123914 123854 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123969] ppid=123905 vsize=6583848 memory=280864019231888 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123969/stat : 123969 (fscip) S 123905 123914 123854 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123970] ppid=123905 vsize=6583848 memory=43347799258300564 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123970/stat : 123970 (fscip) S 123905 123914 123854 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123971] ppid=123905 vsize=6583848 memory=2208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123971/stat : 123971 (fscip) S 123905 123914 123854 0 -1 1077936192 158 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123972] ppid=123905 vsize=6583848 memory=25992 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123972/stat : 123972 (fscip) S 123905 123914 123854 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123973] ppid=123905 vsize=6583848 memory=104 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123973/stat : 123973 (fscip) S 123905 123914 123854 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123974] ppid=123905 vsize=6583848 memory=6232 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123974/stat : 123974 (fscip) S 123905 123914 123854 0 -1 1077936192 168 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123975] ppid=123905 vsize=6583848 memory=19852 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123975/stat : 123975 (fscip) S 123905 123914 123854 0 -1 1077936192 98 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123976] ppid=123905 vsize=6583848 memory=31988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123976/stat : 123976 (fscip) S 123905 123914 123854 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123977] ppid=123905 vsize=6583848 memory=28720 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123977/stat : 123977 (fscip) S 123905 123914 123854 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123978] ppid=123905 vsize=6583848 memory=7384 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123978/stat : 123978 (fscip) S 123905 123914 123854 0 -1 1077936192 159 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123979] ppid=123905 vsize=6583848 memory=27608 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123979/stat : 123979 (fscip) S 123905 123914 123854 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123980] ppid=123905 vsize=6583848 memory=3736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123980/stat : 123980 (fscip) S 123905 123914 123854 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123981] ppid=123905 vsize=6583848 memory=11822120823029796 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123981/stat : 123981 (fscip) S 123905 123914 123854 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123982] ppid=123905 vsize=6583848 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123982/stat : 123982 (fscip) S 123905 123914 123854 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123983] ppid=123905 vsize=6583848 memory=6944656592455359580 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123983/stat : 123983 (fscip) S 123905 123914 123854 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123984] ppid=123905 vsize=6583848 memory=6655300316396806240 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123984/stat : 123984 (fscip) S 123905 123914 123854 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123985] ppid=123905 vsize=6583848 memory=6944656592455360604 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123985/stat : 123985 (fscip) S 123905 123914 123854 0 -1 1077936192 167 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123986] ppid=123905 vsize=6583848 memory=6944656592455360604 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123986/stat : 123986 (fscip) S 123905 123914 123854 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
[pid=123914/tid=123987] ppid=123905 vsize=6583848 memory=6944656592455359580 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/123914/task/123987/stat : 123987 (fscip) S 123905 123914 123854 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 41 0 20765868 6741860352 1369948 809668444160 4194304 16623229 140732511356528 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 56537088 140732511360009 140732511360127 140732511360127 140732511367152 0
Current children cumulated CPU time: 72001.1 s
Current children cumulated vsize: 6583848 KiB
Current children cumulated memory: 5479792 KiB

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

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

# cumulated CPU time of all completed processes:  user=71916.4 s, system=85.1071 s

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

[startup+3637.22 s]
/proc/loadavg: 80.09 80.24 80.38 63/985 126031
/proc/meminfo: memFree=767141804/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3637.23
CPU time (s): 72001.5
CPU user time (s): 71916.4
CPU system time (s): 85.1071
CPU usage (%): 1979.57
Max. virtual memory (cumulated for all children) (KiB): 6587460
Max. memory (cumulated for all children) (KiB): 5479792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71916.4
system time used= 85.1071
maximum resident set size= 5479792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28112314
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= 176526
involuntary context switches= 274743


# summary of solver processes directly reported to runsolver:
#   pid: 123914
#   total CPU time (s): 72001.5
#   total CPU user time (s): 71916.4
#   total CPU system time (s): 85.1071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.9894 second user time and 108.553 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-01 21:50:28
IDJOB=4465694
IDBENCH=158340
IDSOLVER=3094
FILE ID=nodeD103/4465694-1722541827
RUNJOBID= nodeD103-1722541827-123867
SLURM_JOB_ID= 8254276
Free space on /tmp= 8622920 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K82.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-4465694-1722541827/watcher-4465694-1722541827 -o /tmp/evaluation-result-4465694-1722541827/solver-4465694-1722541827 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123867 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465694-1722541827.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 5599f1c242004f89302cb9020bac47d1
RANDOM SEED=200370329

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        785450916 kB
MemAvailable:   784539608 kB
Buffers:          282476 kB
Cached:          2161936 kB
SwapCached:            0 kB
Active:           447324 kB
Inactive:        2405444 kB
Active(anon):       2040 kB
Inactive(anon):   428868 kB
Active(file):     445284 kB
Inactive(file):  1976576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            113496 kB
Writeback:           256 kB
AnonPages:        406608 kB
Mapped:            90140 kB
Shmem:             22536 kB
KReclaimable:     173092 kB
Slab:             521124 kB
SReclaimable:     173092 kB
SUnreclaim:       348032 kB
KernelStack:       14624 kB
PageTables:         9680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     306788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           262272 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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:      509952 kB
DirectMap2M:    58707968 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD103 at 2024-08-01 22:51:05