Trace number 4467980

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-08-09? (TO) 72001 3631.38

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size96-round23-9.opb
MD5SUMf6eda1605d5c8d227dca004c862e5b86
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 variables4288
Total number of constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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 = 45965312, getVmSize() = 45965312, SCIPgetMemUsed() = 20782449, SCIPgetMemTotal() = 23503681, SCIPgetMemExternEstim() = 13363524
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.22	c ** Estimated virtualMemUsedAtSolver = 39288818, getVmSize() = 69906432, SCIPgetMemUsed() = 24615592, SCIPgetMemTotal() = 45569704, SCIPgetMemExternEstim() = 13363524
0.11/0.22	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.22	c Original Problem   :
0.11/0.22	c   Problem name     : instance-4467980-1723257612
0.11/0.22	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 9472
0.11/0.22	c   Objective sense  : minimize
0.11/0.22	c Presolved Problem  :
0.11/0.22	c   Variables        : 3497 (3497 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 7945
0.11/0.22	c Constraints        : Number
0.11/0.22	c   and              : 32 
0.11/0.22	c   linear           : 1502 
0.11/0.22	c   logicor          : 6411 
0.11/0.22	c ** Instance transfer method used: 0
0.23/0.24	c ** ParaScipInstance copy does not increase the number of variables. **
0.43/0.48	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.48	c                                Nodes    Active                                            
0.43/0.48	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
443.73/22.99	c        23              2           1        20                -           0.0000          -
542.96/28.00	c        28             17          16        20                -           0.0000          -
644.75/33.04	c        33             30          29        20                -           0.0000          -
747.33/38.23	c        38             30          29        20                -           0.0000          -
846.63/43.28	c        43             30          29        20                -           0.0000          -
947.90/48.33	c        48             27          26        20                -           0.0000          -
1047.16/53.38	c        53             27          26        20                -           0.0000          -
1148.40/58.43	c        58             27          26        20                -           0.0000          -
1247.67/63.48	c        63             17          16        20                -           0.0000          -
1348.93/68.52	c        69             17          16        20                -           0.0000          -
1448.22/73.57	c        74             42          41        20                -           0.0000          -
1549.45/78.62	c        79             42          41        20                -           0.0000          -
1648.74/83.67	c        84             42          41        20                -           0.0000          -
1750.01/88.72	c        89             42          41        20                -           0.0000          -
1849.29/93.77	c        94             22          21        20                -           0.0000          -
1950.58/98.82	c        99          94396           0        20                -           0.0000          -
2049.89/103.87	c       104          94396           0        20                -           0.0000          -
2151.17/108.92	c       109             24          23        20                -           0.0000          -
2250.46/113.96	c       114             24          23        20                -           0.0000          -
2349.75/119.02	c       119             24          23        20                -           0.0000          -
2451.68/124.07	c       124             24          23        20                -           0.0000          -
2550.98/129.12	c       129             24          23        20                -           0.0000          -
2652.35/134.17	c       134             24          23        20                -           0.0000          -
2752.85/139.22	c       139             24          23        20                -           0.0000          -
2852.19/144.27	c       144             24          23        20                -           0.0000          -
2953.53/149.32	c       149             24          23        20                -           0.0000          -
3052.84/154.37	c       154             24          23        20                -           0.0000          -
3154.17/159.42	c       159             24          23        20                -           0.0000          -
3253.50/164.43	c       164             24          23        20                -           0.0000          -
3354.82/169.52	c       170             24          23        20                -           0.0000          -
3454.10/174.57	c       175             24          23        20                -           0.0000          -
3555.42/179.62	c       180             24          23        20                -           0.0000          -
3654.75/184.67	c       185             24          23        20                -           0.0000          -
3756.10/189.72	c       190             24          23        20                -           0.0000          -
3855.47/194.77	c       195             24          23        20                -           0.0000          -
3956.84/199.82	c       200             24          23        20                -           0.0000          -
4056.17/204.87	c       205             24          23        20                -           0.0000          -
4157.54/209.92	c       210             24          23        20                -           0.0000          -
4256.91/214.97	c       215             24          23        20                -           0.0000          -
4356.30/220.02	c       220             24          23        20                -           0.0000          -
4458.18/225.07	c       225             24          23        20                -           0.0000          -
4557.68/230.12	c       230             24          23        20                -           0.0000          -
4659.04/235.17	c       235             24          23        20                -           0.0000          -
4759.65/240.22	c       240             24          23        20                -           0.0000          -
4858.98/245.27	c       245             24          23        20                -           0.0000          -
4960.29/250.32	c       250             24          23        20                -           0.0000          -
5059.63/255.37	c       255             24          23        20                -           0.0000          -
5160.99/260.42	c       260             24          23        20                -           0.0000          -
5260.31/265.47	c       265             24          23        20                -           0.0000          -
5361.62/270.52	c       271             24          23        20                -           0.0000          -
5460.91/275.57	c       276             24          23        20                -           0.0000          -
5562.26/280.62	c       281             24          23        20                -           0.0000          -
5661.62/285.67	c       286             24          23        20                -           0.0000          -
5762.97/290.71	c       291             24          23        20                -           0.0000          -
5862.33/295.77	c       296             24          23        20                -           0.0000          -
5963.67/300.82	c       301             24          23        20                -           0.0000          -
6063.00/305.87	c       306             24          23        20                -           0.0000          -
6164.29/310.92	c       311             24          23        20                -           0.0000          -
6263.67/315.97	c       316             24          23        20                -           0.0000          -
6363.01/321.02	c       321             24          23        20                -           0.0000          -
6465.10/326.07	c       326             24          23        20                -           0.0000          -
6564.25/331.12	c       331             24          23        20                -           0.0000          -
6665.76/336.17	c       336             24          23        20                -           0.0000          -
6766.43/341.21	c       341             24          23        20                -           0.0000          -
6865.79/346.26	c       346             24          23        20                -           0.0000          -
6967.17/351.32	c       351             24          23        20                -           0.0000          -
7066.54/356.37	c       356             24          23        20                -           0.0000          -
7167.85/361.42	c       361             24          23        20                -           0.0000          -
7267.16/366.47	c       366           1402        1391        20                -           0.0000          -
7368.43/371.52	c       372           1402        1391        20                -           0.0000          -
7467.73/376.57	c       377           1402        1391        20                -           0.0000          -
7569.07/381.62	c       382           1402        1391        20                -           0.0000          -
7668.44/386.67	c       387           1402        1391        20                -           0.0000          -
7769.78/391.72	c       392           1014        1013        20                -           0.0000          -
7869.11/396.77	c       397             32          31        20                -           0.0000          -
7970.35/401.82	c       402           1050           0        20                -           0.0000          -
8069.62/406.86	c       407             34          33        20                -           0.0000          -
8170.88/411.92	c       412             36          35        20                -           0.0000          -
8270.16/416.97	c       417           1613        1602        20                -           0.0000          -
8369.45/422.02	c       422           1139        1092        20                -           0.0000          -
8471.44/427.07	c       427           1119          69        20                -           0.0000          -
8570.68/432.12	c       432           1119          69        20                -           0.0000          -
8671.91/437.17	c       437           1119          69        20                -           0.0000          -
8771.44/442.19	c       442           1119          69        20                -           0.0000          -
8871.89/447.24	c       447           1258        1207        20                -           0.0000          -
8973.17/452.32	c       452           1662        1651        20                -           0.0000          -
9072.48/457.37	c       457           1662        1651        20                -           0.0000          -
9173.74/462.42	c       462           1662        1651        20                -           0.0000          -
9272.94/467.47	c       467           1369        1312        20                -           0.0000          -
9374.23/472.52	c       473           1369        1312        20                -           0.0000          -
9473.56/477.57	c       478           1178         128        20                -           0.0000          -
9574.82/482.62	c       483           1178         128        20                -           0.0000          -
9674.08/487.67	c       488            102         101        20                -           0.0000          -
9775.33/492.71	c       493           1231         181        20                -           0.0000          -
9874.60/497.77	c       498           1231         181        20                -           0.0000          -
9975.84/502.82	c       503           1778        1765        20                -           0.0000          -
10075.09/507.87	c       508           1778        1765        20                -           0.0000          -
10176.31/512.92	c       513            114         113        20                -           0.0000          -
10275.54/517.97	c       518           1378         328        20                -           0.0000          -
10374.83/523.02	c       523           1596        1511        20                -           0.0000          -
10476.67/528.03	c       528           1596        1511        20                -           0.0000          -
10576.10/533.12	c       533           1888        1875        20                -           0.0000          -
10677.21/538.16	c       538           1409         359        20                -           0.0000          -
10777.78/543.22	c       543           1409         359        20                -           0.0000          -
10877.06/548.27	c       548           1597        1512        20                -           0.0000          -
10978.37/553.32	c       553           1597        1512        20                -           0.0000          -
11077.70/558.37	c       558           1601         551        20                -           0.0000          -
11179.01/563.42	c       563           2012        1999        20                -           0.0000          -
11278.28/568.47	c       568            194         193        20                -           0.0000          -
11379.54/573.52	c       574           1657           0        20                -           0.0000          -
11478.80/578.57	c       579           1657           0        20                -           0.0000          -
11580.05/583.62	c       584            212         211        20                -           0.0000          -
11679.30/588.67	c       589           2170        1120        20                -           0.0000          -
11780.54/593.72	c       594           1685          26        20                -           0.0000          -
11879.80/598.77	c       599           1685          26        20                -           0.0000          -
11981.11/603.82	c       604           2197        2184        20                -           0.0000          -
12080.44/608.87	c       609           2197        2184        20                -           0.0000          -
12181.76/613.92	c       614           2481        1431        20                -           0.0000          -
12280.96/618.97	c       619           1748          89        20                -           0.0000          -
12380.19/624.00	c       624           2531        1481        20                -           0.0000          -
12482.00/629.07	c       629           2531        1481        20                -           0.0000          -
12581.45/634.12	c       634           1796         135        20                -           0.0000          -
12682.82/639.17	c       639           2581        1531        20                -           0.0000          -
12783.30/644.22	c       644           2581        1531        20                -           0.0000          -
12882.57/649.25	c       649           2387        2374        20                -           0.0000          -
12983.66/654.32	c       654           2387        2374        20                -           0.0000          -
13082.86/659.35	c       659           2722        1670        20                -           0.0000          -
13184.03/664.42	c       664           2722        1670        20                -           0.0000          -
13283.27/669.47	c       669           2722        1670        20                -           0.0000          -
13384.47/674.52	c       675           2001         340        20                -           0.0000          -
13483.63/679.57	c       680            416         415        20                -           0.0000          -
13584.78/684.62	c       685           2457        2444        20                -           0.0000          -
13683.96/689.67	c       690           2089         428        20                -           0.0000          -
13785.14/694.72	c       695           2089         428        20                -           0.0000          -
13884.28/699.77	c       700           2089         428        20                -           0.0000          -
13985.46/704.82	c       705           2089         428        20                -           0.0000          -
14084.62/709.87	c       710           3784        2720        20                -           0.0000          -
14185.78/714.92	c       715           3784        2720        20                -           0.0000          -
14284.99/719.97	c       720           3784        2720        20                -           0.0000          -
14384.21/725.02	c       725           3784        2720        20                -           0.0000          -
14485.97/730.07	c       730           3784        2720        20                -           0.0000          -
14585.33/735.12	c       735           3784        2720        20                -           0.0000          -
14686.40/740.17	c       740           3784        2720        20                -           0.0000          -
14785.71/745.19	c       745           3784        2720        20                -           0.0000          -
14886.22/750.27	c       750           3784        2720        20                -           0.0000          -
14985.40/755.28	c       755           2542         873        20                -           0.0000          -
15086.64/760.37	c       760            659         658        20                -           0.0000          -
15185.96/765.39	c       765           3951        2887        20                -           0.0000          -
15286.95/770.47	c       770           3951        2887        20                -           0.0000          -
15388.17/775.52	c       776           2752        1081        20                -           0.0000          -
15487.42/780.57	c       781           2752        1081        20                -           0.0000          -
15588.69/785.67	c       786           2752        1081        20                -           0.0000          -
15691.87/790.86	c       791           2830        2815        20                -           0.0000          -
15793.09/795.91	c       796           2778        1107        20                -           0.0000          -
15892.22/800.97	c       801            703         702        20                -           0.0000          -
15991.42/806.01	c       806           2878        2863        20                -           0.0000          -
16093.35/811.06	c       811           2796        1125        20                -           0.0000          -
16192.57/816.11	c       816           2893        2878        20                -           0.0000          -
16293.69/821.16	c       821           2893        2878        20                -           0.0000          -
16394.16/826.21	c       826           2893        2878        20                -           0.0000          -
16493.36/831.26	c       831           2893        2878        20                -           0.0000          -
16594.59/836.31	c       836           2893        2878        20                -           0.0000          -
16693.78/841.36	c       841           2893        2878        20                -           0.0000          -
16795.01/846.40	c       846           5250        4178        20                -           0.0000          -
16894.26/851.46	c       851           5250        4178        20                -           0.0000          -
16995.40/856.51	c       857           2898        2883        20                -           0.0000          -
17094.63/861.56	c       862           2898        2883        20                -           0.0000          -
17195.77/866.61	c       867            799         798        20                -           0.0000          -
17294.97/871.64	c       872           3217        1373        20                -           0.0000          -
17396.21/876.71	c       877           3217        1373        20                -           0.0000          -
17495.42/881.76	c       882           3217        1373        20                -           0.0000          -
17596.63/886.81	c       887           3217        1373        20                -           0.0000          -
17695.84/891.86	c       892           3217        1373        20                -           0.0000          -
17797.02/896.91	c       897           3217        1373        20                -           0.0000          -
17896.21/901.96	c       902           3217        1373        20                -           0.0000          -
17995.46/907.01	c       907           3217        1373        20                -           0.0000          -
18097.23/912.06	c       912           3217        1373        20                -           0.0000          -
18196.60/917.11	c       917           3217        1373        20                -           0.0000          -
18297.86/922.16	c       922           3217        1373        20                -           0.0000          -
18398.38/927.21	c       927           3217        1373        20                -           0.0000          -
18497.60/932.26	c       932           3217        1373        20                -           0.0000          -
18598.79/937.31	c       937           3217        1373        20                -           0.0000          -
18697.98/942.36	c       942            939         938        20                -           0.0000          -
18799.13/947.41	c       947           3290        1438        20                -           0.0000          -
18898.29/952.46	c       952           3338        1472        20                -           0.0000          -
18999.48/957.51	c       958           3354        1471        20                -           0.0000          -
19098.66/962.56	c       963           3357        1470        20                -           0.0000          -
19199.86/967.61	c       968           7234        6154        20                -           0.0000          -
19299.01/972.66	c       973           3460        1495        20                -           0.0000          -
19400.18/977.71	c       978           3460        1495        20                -           0.0000          -
19499.36/982.73	c       983           3483        1510        20                -           0.0000          -
19600.53/987.81	c       988           3439        3424        20                -           0.0000          -
19699.68/992.86	c       993           3439        3424        20                -           0.0000          -
19800.85/997.91	c       998           3439        3424        20                -           0.0000          -
19900.01/1002.96	c      1003           1050           0        20                -           0.0000          -
19999.16/1008.00	c      1008           1050           0        20                -           0.0000          -
20101.02/1013.06	c      1013           1050           0        20                -           0.0000          -
20200.25/1018.11	c      1018           1050           0        20                -           0.0000          -
20301.21/1023.16	c      1023           1050           0        20                -           0.0000          -
20401.77/1028.20	c      1028           1050           0        20                -           0.0000          -
20500.93/1033.25	c      1033           1050           0        20                -           0.0000          -
20602.03/1038.30	c      1038           1050           0        20                -           0.0000          -
20701.29/1043.34	c      1043           1050           0        20                -           0.0000          -
20802.51/1048.40	c      1048           1050           0        20                -           0.0000          -
20901.72/1053.45	c      1053           1050           0        20                -           0.0000          -
21000.95/1058.48	c      1058           1054           4        20                -           0.0000          -
21102.17/1063.54	c      1064           1061          11        20                -           0.0000          -
21203.36/1068.60	c      1069           3878        3861        20                -           0.0000          -
21302.51/1073.65	c      1074           8977        7875        20                -           0.0000          -
21403.66/1078.70	c      1079           8977        7875        20                -           0.0000          -
21502.83/1083.75	c      1084           1068          18        20                -           0.0000          -
21604.00/1088.80	c      1089           9198        8090        20                -           0.0000          -
21703.16/1093.85	c      1094           9198        8090        20                -           0.0000          -
21802.31/1098.88	c      1099           9204        8096        20                -           0.0000          -
21903.47/1103.93	c      1104           1087          37        20                -           0.0000          -
22002.59/1108.97	c      1109           4201        4180        20                -           0.0000          -
22101.74/1114.02	c      1114           4201        4180        20                -           0.0000          -
22203.51/1119.10	c      1119           4201        4180        20                -           0.0000          -
22304.79/1124.15	c      1124           4201        4180        20                -           0.0000          -
22405.30/1129.20	c      1129           4201        4180        20                -           0.0000          -
22504.49/1134.25	c      1134           4201        4180        20                -           0.0000          -
22603.73/1139.29	c      1139           4201        4180        20                -           0.0000          -
22704.98/1144.32	c      1144           4201        4180        20                -           0.0000          -
22806.21/1149.40	c      1149           4201        4180        20                -           0.0000          -
22905.46/1154.45	c      1154           4201        4180        20                -           0.0000          -
23006.67/1159.50	c      1160           4201        4180        20                -           0.0000          -
23105.89/1164.55	c      1165           1177         127        20                -           0.0000          -
23207.14/1169.60	c      1170           9832        8718        20                -           0.0000          -
23306.38/1174.65	c      1175           1200         150        20                -           0.0000          -
23407.61/1179.70	c      1180           4333        4304        20                -           0.0000          -
23506.78/1184.75	c      1185           9925        8811        20                -           0.0000          -
23608.02/1189.80	c      1190           9925        8811        20                -           0.0000          -
23707.28/1194.84	c      1195           9925        8811        20                -           0.0000          -
23808.52/1199.90	c      1200           1261         211        20                -           0.0000          -
23907.76/1204.95	c      1205           9963        8849        20                -           0.0000          -
24007.01/1210.00	c      1210           9963        8849        20                -           0.0000          -
24108.79/1215.06	c      1215           9963        8849        20                -           0.0000          -
24208.16/1220.10	c      1220           4672        4643        20                -           0.0000          -
24309.34/1225.15	c      1225          10061        8945        20                -           0.0000          -
24409.91/1230.20	c      1230           1354         304        20                -           0.0000          -
24509.12/1235.24	c      1235           1358         308        20                -           0.0000          -
24608.32/1240.26	c      1240           1371         321        20                -           0.0000          -
24709.52/1245.31	c      1245           4828        4799        20                -           0.0000          -
24810.72/1250.40	c      1250           4828        4799        20                -           0.0000          -
24909.93/1255.45	c      1255           4828        4799        20                -           0.0000          -
25011.20/1260.50	c      1261           4828        4799        20                -           0.0000          -
25110.38/1265.55	c      1266          10361        9237        20                -           0.0000          -
25209.59/1270.56	c      1271          10361        9237        20                -           0.0000          -
25310.80/1275.65	c      1276          10361        9237        20                -           0.0000          -
25412.01/1280.70	c      1281          10361        9237        20                -           0.0000          -
25511.25/1285.75	c      1286          10361        9237        20                -           0.0000          -
25612.45/1290.80	c      1291          10361        9237        20                -           0.0000          -
25711.71/1295.85	c      1296          10361        9237        20                -           0.0000          -
25812.95/1300.90	c      1301          10361        9237        20                -           0.0000          -
25912.21/1305.95	c      1306          10361        9237        20                -           0.0000          -
26011.42/1311.00	c      1311          10361        9237        20                -           0.0000          -
26113.45/1316.05	c      1316          10361        9237        20                -           0.0000          -
26212.55/1321.10	c      1321           5200        5171        20                -           0.0000          -
26313.69/1326.15	c      1326           1632         582        20                -           0.0000          -
26414.26/1331.20	c      1331          10581        9445        20                -           0.0000          -
26513.51/1336.25	c      1336           1644         594        20                -           0.0000          -
26612.73/1341.29	c      1341          10761        9619        20                -           0.0000          -
26713.92/1346.31	c      1346        5304154         130        20                -           0.0000          -
26815.11/1351.40	c      1351           5458        5429        20                -           0.0000          -
26914.33/1356.42	c      1356           1681         631        20                -           0.0000          -
27013.57/1361.43	c      1361           5494        5465        20                -           0.0000          -
27114.77/1366.55	c      1367           5494        5465        20                -           0.0000          -
27215.96/1371.60	c      1372           5494        5465        20                -           0.0000          -
27315.22/1376.63	c      1377           5497        5468        20                -           0.0000          -
27414.45/1381.65	c      1382           5497        5468        20                -           0.0000          -
27515.61/1386.75	c      1387           5497        5468        20                -           0.0000          -
27616.85/1391.80	c      1392           5497        5468        20                -           0.0000          -
27716.09/1396.85	c      1397          11461       10305        20                -           0.0000          -
27817.32/1401.90	c      1402          11461       10305        20                -           0.0000          -
27916.59/1406.93	c      1407          11461       10305        20                -           0.0000          -
28015.84/1412.00	c      1412          11461       10305        20                -           0.0000          -
28117.73/1417.05	c      1417          11461       10305        20                -           0.0000          -
28216.86/1422.10	c      1422           1990         936        20                -           0.0000          -
28318.12/1427.15	c      1427          11581       10419        20                -           0.0000          -
28418.70/1432.20	c      1432           5782        5753        20                -           0.0000          -
28517.90/1437.25	c      1437          30774        1777        20                -           0.0000          -
28617.16/1442.28	c      1442           2028         974        20                -           0.0000          -
28718.40/1447.35	c      1447           5912        5883        20                -           0.0000          -
28819.53/1452.40	c      1452           2035         981        20                -           0.0000          -
28918.77/1457.45	c      1457          12081       10901        20                -           0.0000          -
29019.99/1462.50	c      1463           6032        6003        20                -           0.0000          -
29119.21/1467.55	c      1468           2094        1040        20                -           0.0000          -
29220.44/1472.60	c      1473           2100        1046        20                -           0.0000          -
29319.68/1477.65	c      1478           6175        6140        20                -           0.0000          -
29420.90/1482.70	c      1483        5963544         132        20                -           0.0000          -
29520.14/1487.74	c      1488          12485       11301        20                -           0.0000          -
29619.36/1492.75	c      1493          12485       11301        20                -           0.0000          -
29720.55/1497.83	c      1498           2237        1183        20                -           0.0000          -
29821.64/1502.90	c      1503        6058228         134        20                -           0.0000          -
29920.71/1507.95	c      1508           2302        1248        20                -           0.0000          -
30019.95/1513.00	c      1513           2302        1248        20                -           0.0000          -
30121.98/1518.05	c      1518           2302        1248        20                -           0.0000          -
30221.07/1523.10	c      1523          12701       11513        20                -           0.0000          -
30322.47/1528.15	c      1528          12701       11513        20                -           0.0000          -
30422.95/1533.20	c      1533           6517        6472        20                -           0.0000          -
30522.15/1538.25	c      1538          12806       11616        20                -           0.0000          -
30623.35/1543.30	c      1543           2387        1333        20                -           0.0000          -
30722.56/1548.35	c      1548          12881       11691        20                -           0.0000          -
30821.75/1553.36	c      1553          12881       11691        20                -           0.0000          -
30922.98/1558.45	c      1558           6730        6685        20                -           0.0000          -
31024.22/1563.50	c      1564           2469        1415        20                -           0.0000          -
31123.46/1568.55	c      1569           6758        6711        20                -           0.0000          -
31222.71/1573.58	c      1574           6758        6711        20                -           0.0000          -
31323.91/1578.61	c      1579           6758        6711        20                -           0.0000          -
31425.14/1583.70	c      1584           6758        6711        20                -           0.0000          -
31524.38/1588.75	c      1589          13281       12083        20                -           0.0000          -
31625.62/1593.80	c      1594          13281       12083        20                -           0.0000          -
31724.82/1598.85	c      1599           6824        6775        20                -           0.0000          -
31825.97/1603.90	c      1604           2593        1539        20                -           0.0000          -
31925.21/1608.95	c      1609           6830        6781        20                -           0.0000          -
32024.44/1614.00	c      1614           6830        6781        20                -           0.0000          -
32126.30/1619.05	c      1619           6830        6781        20                -           0.0000          -
32225.30/1624.10	c      1624           6866        6817        20                -           0.0000          -
32326.34/1629.15	c      1629           2643        1589        20                -           0.0000          -
32426.80/1634.20	c      1634           2656        1602        20                -           0.0000          -
32525.94/1639.25	c      1639          13909       12711        20                -           0.0000          -
32627.06/1644.30	c      1644          13909       12711        20                -           0.0000          -
32726.19/1649.35	c      1649          13909       12711        20                -           0.0000          -
32825.27/1654.36	c      1654           7155        7106        20                -           0.0000          -
32926.28/1659.45	c      1659           7155        7106        20                -           0.0000          -
33025.35/1664.48	c      1664           2723        1669        20                -           0.0000          -
33126.41/1669.55	c      1670           2724        1670        20                -           0.0000          -
33227.46/1674.60	c      1675           2729        1675        20                -           0.0000          -
33326.55/1679.65	c      1680          43811        1721        20                -           0.0000          -
33427.61/1684.70	c      1685           7447        7398        20                -           0.0000          -
33526.71/1689.75	c      1690           2771        1717        20                -           0.0000          -
33627.76/1694.80	c      1695          44414        1726        20                -           0.0000          -
33726.84/1699.85	c      1700           7502        7453        20                -           0.0000          -
33827.93/1704.90	c      1705           7502        7453        20                -           0.0000          -
33927.04/1709.95	c      1710           7502        7453        20                -           0.0000          -
34026.13/1714.99	c      1715           7502        7453        20                -           0.0000          -
34128.03/1720.05	c      1720           7502        7453        20                -           0.0000          -
34227.25/1725.08	c      1725           7502        7453        20                -           0.0000          -
34328.19/1730.15	c      1730           7502        7453        20                -           0.0000          -
34428.58/1735.20	c      1735           7502        7453        20                -           0.0000          -
34527.71/1740.25	c      1740           7502        7453        20                -           0.0000          -
34626.84/1745.29	c      1745           7502        7453        20                -           0.0000          -
34727.95/1750.34	c      1750           7502        7453        20                -           0.0000          -
34829.00/1755.40	c      1755           7502        7453        20                -           0.0000          -
34928.08/1760.45	c      1760           7502        7453        20                -           0.0000          -
35027.15/1765.47	c      1765           7502        7453        20                -           0.0000          -
35128.19/1770.55	c      1771           7502        7453        20                -           0.0000          -
35227.31/1775.59	c      1776           7502        7453        20                -           0.0000          -
35328.46/1780.65	c      1781          15965       14765        20                -           0.0000          -
35429.50/1785.70	c      1786          15965       14765        20                -           0.0000          -
35528.65/1790.75	c      1791          15965       14765        20                -           0.0000          -
35629.72/1795.80	c      1796          15965       14765        20                -           0.0000          -
35728.84/1800.81	c      1801          15965       14765        20                -           0.0000          -
35829.94/1805.90	c      1806          15965       14765        20                -           0.0000          -
35929.05/1810.95	c      1811          15965       14765        20                -           0.0000          -
36028.16/1815.97	c      1816          15965       14765        20                -           0.0000          -
36127.30/1820.97	c      1821          15965       14765        20                -           0.0000          -
36226.40/1826.01	c      1826          15965       14765        20                -           0.0000          -
36328.08/1831.07	c      1831          15965       14765        20                -           0.0000          -
36427.33/1836.09	c      1836           7856        7807        20                -           0.0000          -
36526.39/1841.13	c      1841           3323        2265        20                -           0.0000          -
36627.52/1846.17	c      1846           3339        2281        20                -           0.0000          -
36729.79/1851.32	c      1851           3342        2284        20                -           0.0000          -
36828.90/1856.39	c      1856           8012        7963        20                -           0.0000          -
36930.02/1861.45	c      1861           8012        7963        20                -           0.0000          -
37029.13/1866.49	c      1866           8030        7981        20                -           0.0000          -
37130.20/1871.54	c      1872        7862275         131        20                -           0.0000          -
37229.30/1876.58	c      1877           3436        2378        20                -           0.0000          -
37330.40/1881.65	c      1882        7911571         135        20                -           0.0000          -
37431.50/1886.70	c      1887          16881       15679        20                -           0.0000          -
37530.60/1891.72	c      1892           3474        2416        20                -           0.0000          -
37629.65/1896.76	c      1897           3498        2440        20                -           0.0000          -
37728.79/1901.79	c      1902          55734        1756        20                -           0.0000          -
37829.96/1906.88	c      1907           3499        2441        20                -           0.0000          -
37930.89/1911.93	c      1912           8382        8331        20                -           0.0000          -
38029.98/1917.00	c      1917           8422        8371        20                -           0.0000          -
38131.51/1922.05	c      1922           3598        2540        20                -           0.0000          -
38230.71/1927.07	c      1927          17561       16359        20                -           0.0000          -
38331.83/1932.15	c      1932          17561       16359        20                -           0.0000          -
38432.12/1937.20	c      1937          17561       16359        20                -           0.0000          -
38531.25/1942.25	c      1942          17561       16359        20                -           0.0000          -
38632.36/1947.30	c      1947           3622        2564        20                -           0.0000          -
38731.37/1952.35	c      1952           3622        2564        20                -           0.0000          -
38830.46/1957.38	c      1957           3622        2564        20                -           0.0000          -
38931.53/1962.40	c      1962           3622        2564        20                -           0.0000          -
39030.59/1967.45	c      1967           3622        2564        20                -           0.0000          -
39131.66/1972.50	c      1973           3622        2564        20                -           0.0000          -
39232.68/1977.60	c      1978           3622        2564        20                -           0.0000          -
39331.84/1982.65	c      1983           3622        2564        20                -           0.0000          -
39432.80/1987.70	c      1988           3622        2564        20                -           0.0000          -
39531.89/1992.71	c      1993           3622        2564        20                -           0.0000          -
39633.00/1997.80	c      1998           3622        2564        20                -           0.0000          -
39732.14/2002.85	c      2003           3622        2564        20                -           0.0000          -
39833.28/2007.90	c      2008           3622        2564        20                -           0.0000          -
39932.45/2012.95	c      2013           3622        2564        20                -           0.0000          -
40031.61/2018.00	c      2018           3622        2564        20                -           0.0000          -
40130.75/2023.04	c      2023           3622        2564        20                -           0.0000          -
40232.30/2028.09	c      2028           3622        2564        20                -           0.0000          -
40333.58/2033.15	c      2033           3622        2564        20                -           0.0000          -
40433.90/2038.20	c      2038           3622        2564        20                -           0.0000          -
40532.99/2043.25	c      2043           3622        2564        20                -           0.0000          -
40634.09/2048.30	c      2048           3622        2564        20                -           0.0000          -
40733.25/2053.35	c      2053           3622        2564        20                -           0.0000          -
40834.31/2058.40	c      2058           3622        2564        20                -           0.0000          -
40933.43/2063.45	c      2063           3622        2564        20                -           0.0000          -
41034.52/2068.50	c      2069           3622        2564        20                -           0.0000          -
41133.54/2073.55	c      2074           3622        2564        20                -           0.0000          -
41234.59/2078.60	c      2079           3622        2564        20                -           0.0000          -
41333.73/2083.65	c      2084           3622        2564        20                -           0.0000          -
41434.88/2088.70	c      2089           3622        2564        20                -           0.0000          -
41534.00/2093.75	c      2094           3622        2564        20                -           0.0000          -
41635.14/2098.80	c      2099           3622        2564        20                -           0.0000          -
41734.23/2103.85	c      2104           3622        2564        20                -           0.0000          -
41833.33/2108.87	c      2109           3622        2564        20                -           0.0000          -
41934.42/2113.95	c      2114           3622        2564        20                -           0.0000          -
42033.54/2119.00	c      2119           3622        2564        20                -           0.0000          -
42135.35/2124.03	c      2124           3622        2564        20                -           0.0000          -
42234.35/2129.10	c      2129           3622        2564        20                -           0.0000          -
42335.54/2134.15	c      2134           3622        2564        20                -           0.0000          -
42434.68/2139.16	c      2139           3622        2564        20                -           0.0000          -
42535.15/2144.25	c      2144           3622        2564        20                -           0.0000          -
42636.28/2149.30	c      2149           3622        2564        20                -           0.0000          -
42735.49/2154.35	c      2154           3622        2564        20                -           0.0000          -
42836.52/2159.40	c      2159           3622        2564        20                -           0.0000          -
42935.59/2164.45	c      2164           3622        2564        20                -           0.0000          -
43036.64/2169.50	c      2170           3622        2564        20                -           0.0000          -
43135.72/2174.55	c      2175           3622        2564        20                -           0.0000          -
43236.85/2179.60	c      2180           3622        2564        20                -           0.0000          -
43336.00/2184.65	c      2185           3622        2564        20                -           0.0000          -
43437.06/2189.70	c      2190           3622        2564        20                -           0.0000          -
43536.18/2194.75	c      2195           3622        2564        20                -           0.0000          -
43637.27/2199.80	c      2200           3622        2564        20                -           0.0000          -
43736.35/2204.84	c      2205           3622        2564        20                -           0.0000          -
43835.48/2209.85	c      2210           3622        2564        20                -           0.0000          -
43934.63/2214.89	c      2215           3622        2564        20                -           0.0000          -
44035.83/2219.91	c      2220           3622        2564        20                -           0.0000          -
44137.54/2225.05	c      2225           3622        2564        20                -           0.0000          -
44236.80/2230.10	c      2230           3622        2564        20                -           0.0000          -
44337.95/2235.15	c      2235           3622        2564        20                -           0.0000          -
44438.31/2240.20	c      2240           3622        2564        20                -           0.0000          -
44537.53/2245.25	c      2245           3622        2564        20                -           0.0000          -
44638.48/2250.30	c      2250           3622        2564        20                -           0.0000          -
44737.61/2255.31	c      2255           3622        2564        20                -           0.0000          -
44838.70/2260.40	c      2260           3622        2564        20                -           0.0000          -
44937.78/2265.45	c      2265           3622        2564        20                -           0.0000          -
45038.83/2270.50	c      2271           3622        2564        20                -           0.0000          -
45137.94/2275.55	c      2276           3622        2564        20                -           0.0000          -
45239.04/2280.60	c      2281           3622        2564        20                -           0.0000          -
45338.12/2285.65	c      2286           3622        2564        20                -           0.0000          -
45439.25/2290.70	c      2291          11291       11232        20                -           0.0000          -
45538.37/2295.73	c      2296          22021       20815        20                -           0.0000          -
45637.43/2300.78	c      2301          22021       20815        20                -           0.0000          -
45736.55/2305.79	c      2306          22021       20815        20                -           0.0000          -
45839.63/2310.90	c      2311          11600           0        20                -           0.0000          -
45938.70/2315.95	c      2316          22181       20975        20                -           0.0000          -
46037.79/2321.00	c      2321          11621          21        20                -           0.0000          -
46139.36/2326.05	c      2326          22286       21080        20                -           0.0000          -
46238.47/2331.10	c      2331          11697          97        20                -           0.0000          -
46339.60/2336.15	c      2336          11715         115        20                -           0.0000          -
46438.83/2341.17	c      2341          11715         115        20                -           0.0000          -
46539.20/2346.25	c      2346          11715         115        20                -           0.0000          -
46640.31/2351.30	c      2351          22525       21319        20                -           0.0000          -
46739.43/2356.35	c      2356          22525       21319        20                -           0.0000          -
46838.56/2361.36	c      2361          11726         126        20                -           0.0000          -
46939.63/2366.45	c      2366          11726         126        20                -           0.0000          -
47038.73/2371.48	c      2371          11726         126        20                -           0.0000          -
47139.82/2376.54	c      2377          11729         129        20                -           0.0000          -
47240.95/2381.60	c      2382          11729         129        20                -           0.0000          -
47340.06/2386.65	c      2387          11729         129        20                -           0.0000          -
47441.14/2391.70	c      2392          11732         132        20                -           0.0000          -
47540.26/2396.75	c      2397          11732         132        20                -           0.0000          -
47641.34/2401.80	c      2402          11732         132        20                -           0.0000          -
47740.52/2406.84	c      2407          11732         132        20                -           0.0000          -
47841.68/2411.90	c      2412          11732         132        20                -           0.0000          -
47940.85/2416.95	c      2417           4094        3034        20                -           0.0000          -
48039.72/2422.00	c      2422           4110        3050        20                -           0.0000          -
48141.49/2427.05	c      2427          23623       22413        20                -           0.0000          -
48240.48/2432.07	c      2432          23623       22413        20                -           0.0000          -
48339.58/2437.12	c      2437          11776         176        20                -           0.0000          -
48442.05/2442.20	c      2442           4240        3180        20                -           0.0000          -
48541.23/2447.25	c      2447          23743       22533        20                -           0.0000          -
48642.40/2452.30	c      2452          23743       22533        20                -           0.0000          -
48741.51/2457.32	c      2457          23743       22533        20                -           0.0000          -
48842.63/2462.40	c      2462          23743       22533        20                -           0.0000          -
48941.69/2467.43	c      2467          23743       22533        20                -           0.0000          -
49040.83/2472.47	c      2472          23743       22533        20                -           0.0000          -
49141.93/2477.54	c      2478          23743       22533        20                -           0.0000          -
49243.12/2482.60	c      2483          23743       22533        20                -           0.0000          -
49342.32/2487.65	c      2488          23743       22533        20                -           0.0000          -
49443.40/2492.70	c      2493          23743       22533        20                -           0.0000          -
49542.50/2497.75	c      2498          23743       22533        20                -           0.0000          -
49641.63/2502.80	c      2503          23743       22533        20                -           0.0000          -
49742.62/2507.84	c      2508          23743       22533        20                -           0.0000          -
49843.62/2512.90	c      2513          23743       22533        20                -           0.0000          -
49942.69/2517.93	c      2518          23743       22533        20                -           0.0000          -
50041.67/2522.99	c      2523          23743       22533        20                -           0.0000          -
50143.14/2528.05	c      2528          23743       22533        20                -           0.0000          -
50242.25/2533.10	c      2533          23803       22593        20                -           0.0000          -
50343.38/2538.15	c      2538           4712        3650        20                -           0.0000          -
50443.58/2543.20	c      2543           4739        3677        20                -           0.0000          -
50542.73/2548.25	c      2548           4739        3677        20                -           0.0000          -
50641.53/2553.29	c      2553           4749        3687        20                -           0.0000          -
50742.43/2558.35	c      2558          24310       23100        20                -           0.0000          -
50841.51/2563.36	c      2563          12351         751        20                -           0.0000          -
50940.47/2568.38	c      2568          12351         751        20                -           0.0000          -
51041.40/2573.41	c      2573          12351         751        20                -           0.0000          -
51140.14/2578.49	c      2578          12351         751        20                -           0.0000          -
51241.02/2583.54	c      2584          12351         751        20                -           0.0000          -
51341.98/2588.65	c      2589          12351         751        20                -           0.0000          -
51442.94/2593.70	c      2594          12351         751        20                -           0.0000          -
51541.93/2598.75	c      2599          12351         751        20                -           0.0000          -
51640.96/2603.79	c      2604          12351         751        20                -           0.0000          -
51742.03/2608.80	c      2609          12351         751        20                -           0.0000          -
51841.02/2613.81	c      2614          12351         751        20                -           0.0000          -
51942.05/2618.93	c      2619          12351         751        20                -           0.0000          -
52040.81/2624.00	c      2624          12351         751        20                -           0.0000          -
52142.51/2629.05	c      2629          12351         751        20                -           0.0000          -
52241.23/2634.10	c      2634          12351         751        20                -           0.0000          -
52342.55/2639.15	c      2639          12351         751        20                -           0.0000          -
52441.61/2644.17	c      2644          12351         751        20                -           0.0000          -
52541.92/2649.21	c      2649          25103       23893        20                -           0.0000          -
52642.98/2654.30	c      2654           5212        4146        20                -           0.0000          -
52742.01/2659.32	c      2659           5212        4146        20                -           0.0000          -
52841.08/2664.39	c      2664           5224        4158        20                -           0.0000          -
52941.93/2669.45	c      2669          25448       24238        20                -           0.0000          -
53042.95/2674.50	c      2675           5261        4195        20                -           0.0000          -
53141.92/2679.55	c      2680          12577         977        20                -           0.0000          -
53242.95/2684.60	c      2685          12577         977        20                -           0.0000          -
53342.04/2689.65	c      2690          12580         980        20                -           0.0000          -
53443.08/2694.70	c      2695          12580         980        20                -           0.0000          -
53542.10/2699.76	c      2700          12580         980        20                -           0.0000          -
53641.04/2704.78	c      2705          12580         980        20                -           0.0000          -
53742.18/2709.85	c      2710          12580         980        20                -           0.0000          -
53841.31/2714.86	c      2715          25883       24673        20                -           0.0000          -
53942.37/2719.95	c      2720          12658        1058        20                -           0.0000          -
54041.56/2724.99	c      2725           5433        4361        20                -           0.0000          -
54140.52/2730.01	c      2730          12707        1107        20                -           0.0000          -
54239.28/2735.02	c      2735          12714        1114        20                -           0.0000          -
54343.03/2740.15	c      2740          12723        1123        20                -           0.0000          -
54443.35/2745.20	c      2745           5496        4424        20                -           0.0000          -
54542.41/2750.25	c      2750          12741        1141        20                -           0.0000          -
54643.50/2755.30	c      2755          12741        1141        20                -           0.0000          -
54742.65/2760.35	c      2760          12776        1176        20                -           0.0000          -
54843.79/2765.40	c      2765          26763       25553        20                -           0.0000          -
54942.87/2770.45	c      2770           5548        4476        20                -           0.0000          -
55041.99/2775.49	c      2776           5585        4513        20                -           0.0000          -
55143.01/2780.55	c      2781           5604        4532        20                -           0.0000          -
55242.06/2785.58	c      2786           5627        4555        20                -           0.0000          -
55341.12/2790.59	c      2791          27343       26133        20                -           0.0000          -
55444.19/2795.70	c      2796           5650        4576        20                -           0.0000          -
55543.37/2800.76	c      2801          13067        1467        20                -           0.0000          -
55642.55/2805.77	c      2806          13067        1467        20                -           0.0000          -
55743.68/2810.85	c      2811          27702       26492        20                -           0.0000          -
55844.79/2815.90	c      2816         108981        1763        20                -           0.0000          -
55943.83/2820.93	c      2821       12434663         131        20                -           0.0000          -
56042.90/2825.94	c      2826           5779        4705        20                -           0.0000          -
56141.83/2830.95	c      2831           5779        4705        20                -           0.0000          -
56243.40/2836.05	c      2836           5791        4717        20                -           0.0000          -
56342.49/2841.05	c      2841          13247        1647        20                -           0.0000          -
56444.61/2846.20	c      2846           5807        4733        20                -           0.0000          -
56543.73/2851.25	c      2851          28263       27053        20                -           0.0000          -
56642.93/2856.28	c      2856          28263       27053        20                -           0.0000          -
56744.03/2861.32	c      2861          13394        1794        20                -           0.0000          -
56845.06/2866.40	c      2866          13438        1838        20                -           0.0000          -
56944.24/2871.42	c      2871         112065        1766        20                -           0.0000          -
57043.22/2876.45	c      2876          28587       27377        20                -           0.0000          -
57144.40/2881.55	c      2882           5920        4846        20                -           0.0000          -
57245.12/2886.60	c      2887          13633        2033        20                -           0.0000          -
57343.98/2891.65	c      2892          13683        2083        20                -           0.0000          -
57445.11/2896.70	c      2897          13693        2093        20                -           0.0000          -
57544.19/2901.75	c      2902          29043       27833        20                -           0.0000          -
57645.22/2906.80	c      2907          29063       27853        20                -           0.0000          -
57744.23/2911.85	c      2912           6076        5002        20                -           0.0000          -
57845.16/2916.90	c      2917          13815        2215        20                -           0.0000          -
57944.36/2921.91	c      2922          13815        2215        20                -           0.0000          -
58043.54/2927.00	c      2927          13815        2215        20                -           0.0000          -
58142.68/2932.01	c      2932          13815        2215        20                -           0.0000          -
58244.43/2937.10	c      2937          13863        2263        20                -           0.0000          -
58345.62/2942.15	c      2942          13885        2285        20                -           0.0000          -
58444.68/2947.16	c      2947           6167        5093        20                -           0.0000          -
58545.02/2952.25	c      2952          13962        2362        20                -           0.0000          -
58646.19/2957.30	c      2957          14029        2429        20                -           0.0000          -
58745.35/2962.35	c      2962          30085       28871        20                -           0.0000          -
58844.53/2967.38	c      2967           6242        5168        20                -           0.0000          -
58945.60/2972.45	c      2972           6259        5185        20                -           0.0000          -
59044.60/2977.48	c      2977           6259        5185        20                -           0.0000          -
59145.67/2982.55	c      2983          30467       29253        20                -           0.0000          -
59244.57/2987.57	c      2988          14282        2682        20                -           0.0000          -
59345.53/2992.64	c      2993          30674       29460        20                -           0.0000          -
59446.49/2997.70	c      2998          30728       29514        20                -           0.0000          -
59545.69/3002.75	c      3003           6358        5282        20                -           0.0000          -
59646.70/3007.80	c      3008          14463        2863        20                -           0.0000          -
59745.23/3012.85	c      3013          14479        2879        20                -           0.0000          -
59846.08/3017.90	c      3018          31083       29869        20                -           0.0000          -
59945.18/3022.93	c      3023          14517        2917        20                -           0.0000          -
60044.18/3027.99	c      3028           6494        5418        20                -           0.0000          -
60145.96/3033.05	c      3033          31345       30131        20                -           0.0000          -
60245.21/3038.10	c      3038          31365       30151        20                -           0.0000          -
60346.27/3043.15	c      3043          31365       30151        20                -           0.0000          -
60446.70/3048.20	c      3048          31365       30151        20                -           0.0000          -
60545.80/3053.25	c      3053          31365       30151        20                -           0.0000          -
60646.87/3058.30	c      3058           6588        5512        20                -           0.0000          -
60745.99/3063.35	c      3063          31425       30211        20                -           0.0000          -
60847.03/3068.40	c      3068          31425       30211        20                -           0.0000          -
60946.13/3073.45	c      3073          31425       30211        20                -           0.0000          -
61045.24/3078.48	c      3078          15303        3701        20                -           0.0000          -
61146.37/3083.55	c      3084           6667        5591        20                -           0.0000          -
61247.30/3088.60	c      3089          31774       30556        20                -           0.0000          -
61346.30/3093.65	c      3094           6704        5628        20                -           0.0000          -
61447.36/3098.70	c      3099           6711        5635        20                -           0.0000          -
61546.17/3103.75	c      3104       13919683         133        20                -           0.0000          -
61647.26/3108.80	c      3109          32106       30888        20                -           0.0000          -
61746.34/3113.85	c      3114          32106       30888        20                -           0.0000          -
61847.43/3118.90	c      3119          32106       30888        20                -           0.0000          -
61946.51/3123.95	c      3124          32126       30908        20                -           0.0000          -
62045.53/3129.00	c      3129           6867        5787        20                -           0.0000          -
62147.19/3134.05	c      3134           6867        5787        20                -           0.0000          -
62246.36/3139.07	c      3139           6896        5816        20                -           0.0000          -
62347.32/3144.15	c      3144          32466       31248        20                -           0.0000          -
62446.53/3149.17	c      3149           6933        5853        20                -           0.0000          -
62546.57/3154.25	c      3154           6960        5880        20                -           0.0000          -
62647.37/3159.30	c      3159          15852        4222        20                -           0.0000          -
62746.49/3164.35	c      3164          32781       31563        20                -           0.0000          -
62847.50/3169.40	c      3169          32781       31563        20                -           0.0000          -
62946.49/3174.44	c      3174          32781       31563        20                -           0.0000          -
63047.61/3179.50	c      3180          32781       31563        20                -           0.0000          -
63146.64/3184.55	c      3185          32781       31563        20                -           0.0000          -
63247.68/3189.60	c      3190          32781       31563        20                -           0.0000          -
63346.78/3194.65	c      3195          32781       31563        20                -           0.0000          -
63445.80/3199.66	c      3200          32781       31563        20                -           0.0000          -
63546.84/3204.70	c      3205          32781       31563        20                -           0.0000          -
63645.98/3209.73	c      3210          32781       31563        20                -           0.0000          -
63747.04/3214.85	c      3215          32781       31563        20                -           0.0000          -
63848.14/3219.90	c      3220          32781       31563        20                -           0.0000          -
63947.20/3224.95	c      3225       14540407         133        20                -           0.0000          -
64046.27/3230.00	c      3230          16434        4792        20                -           0.0000          -
64148.20/3235.05	c      3235           7303        6221        20                -           0.0000          -
64247.23/3240.10	c      3240           7312        6230        20                -           0.0000          -
64348.32/3245.15	c      3245          16603        4937        20                -           0.0000          -
64448.71/3250.20	c      3250           7338        6254        20                -           0.0000          -
64547.80/3255.25	c      3255          33230       32012        20                -           0.0000          -
64648.71/3260.30	c      3260          33230       32012        20                -           0.0000          -
64747.71/3265.31	c      3265          33230       32012        20                -           0.0000          -
64848.62/3270.40	c      3270          33230       32012        20                -           0.0000          -
64947.64/3275.42	c      3275          16732        5064        20                -           0.0000          -
65048.73/3280.50	c      3281          16732        5064        20                -           0.0000          -
65147.79/3285.55	c      3286          16732        5064        20                -           0.0000          -
65246.93/3290.60	c      3291          16732        5064        20                -           0.0000          -
65347.93/3295.65	c      3296          16732        5064        20                -           0.0000          -
65449.00/3300.70	c      3301          16732        5064        20                -           0.0000          -
65548.05/3305.75	c      3306          16732        5064        20                -           0.0000          -
65647.18/3310.77	c      3311          16732        5064        20                -           0.0000          -
65748.29/3315.84	c      3316          16732        5064        20                -           0.0000          -
65849.48/3320.90	c      3321          16732        5064        20                -           0.0000          -
65948.39/3325.95	c      3326          16732        5064        20                -           0.0000          -
66047.54/3331.00	c      3331          16732        5064        20                -           0.0000          -
66149.38/3336.05	c      3336          16732        5064        20                -           0.0000          -
66248.57/3341.10	c      3341          16732        5064        20                -           0.0000          -
66349.44/3346.15	c      3346          16732        5064        20                -           0.0000          -
66448.51/3351.19	c      3351          16754        5086        20                -           0.0000          -
66548.80/3356.24	c      3356          16791        5123        20                -           0.0000          -
66649.70/3361.30	c      3361          16826        5152        20                -           0.0000          -
66748.77/3366.35	c      3366           7766        6682        20                -           0.0000          -
66849.82/3371.40	c      3371           7773        6689        20                -           0.0000          -
66948.99/3376.43	c      3376          16948        5268        20                -           0.0000          -
67050.19/3381.50	c      3382          16948        5268        20                -           0.0000          -
67149.29/3386.55	c      3387          16948        5268        20                -           0.0000          -
67250.45/3391.60	c      3392          16948        5268        20                -           0.0000          -
67349.58/3396.65	c      3397           7868        6782        20                -           0.0000          -
67448.73/3401.66	c      3402          17001        5321        20                -           0.0000          -
67549.76/3406.73	c      3407           7907        6821        20                -           0.0000          -
67650.80/3411.80	c      3412       15520626         132        20                -           0.0000          -
67750.00/3416.84	c      3417          17100        5420        20                -           0.0000          -
67851.15/3421.90	c      3422          17100        5420        20                -           0.0000          -
67950.30/3426.95	c      3427          17100        5420        20                -           0.0000          -
68049.41/3432.00	c      3432       15625206         132        20                -           0.0000          -
68151.15/3437.05	c      3437          35745       34523        20                -           0.0000          -
68250.27/3442.08	c      3442          17207        5521        20                -           0.0000          -
68349.52/3447.12	c      3447          17207        5521        20                -           0.0000          -
68450.66/3452.16	c      3452          17207        5521        20                -           0.0000          -
68551.10/3457.22	c      3457          17207        5521        20                -           0.0000          -
68652.20/3462.30	c      3462          36231       35009        20                -           0.0000          -
68751.38/3467.35	c      3467           8221        7135        20                -           0.0000          -
68852.53/3472.40	c      3472          36367       35145        20                -           0.0000          -
68951.71/3477.45	c      3477           8257        7171        20                -           0.0000          -
69052.85/3482.50	c      3483          36507       35285        20                -           0.0000          -
69152.02/3487.53	c      3488          17391        5697        20                -           0.0000          -
69251.21/3492.58	c      3493           8277        7191        20                -           0.0000          -
69352.38/3497.64	c      3498           8284        7198        20                -           0.0000          -
69453.55/3502.70	c      3503          36828       35606        20                -           0.0000          -
69552.73/3507.74	c      3508           8304        7218        20                -           0.0000          -
69653.91/3512.80	c      3513          37027       35805        20                -           0.0000          -
69753.09/3517.85	c      3518          17650        5944        20                -           0.0000          -
69852.25/3522.86	c      3523       16114780         134        20                -           0.0000          -
69953.40/3527.95	c      3528         152882        1759        20                -           0.0000          -
70052.52/3533.00	c      3533          37327       36105        20                -           0.0000          -
70151.64/3538.01	c      3538          37327       36105        20                -           0.0000          -
70253.71/3543.10	c      3543          37327       36105        20                -           0.0000          -
70354.70/3548.15	c      3548          37327       36105        20                -           0.0000          -
70455.05/3553.20	c      3553          37327       36105        20                -           0.0000          -
70554.18/3558.25	c      3558          37427       36205        20                -           0.0000          -
70655.27/3563.30	c      3563          37480       36256        20                -           0.0000          -
70754.38/3568.35	c      3568          18122        6322        20                -           0.0000          -
70855.49/3573.40	c      3573          18122        6322        20                -           0.0000          -
70954.48/3578.45	c      3578          18141        6339        20                -           0.0000          -
71055.34/3583.50	c      3584          18141        6339        20                -           0.0000          -
71154.33/3588.55	c      3589          18141        6339        20                -           0.0000          -
71255.43/3593.60	c      3594           8667        7581        20                -           0.0000          -
71354.39/3598.65	c      3599          37879       36655        20                -           0.0000          -
71455.41/3603.70	c      3604          18215        6409        20                -           0.0000          -
71554.53/3608.75	c      3609           8744        7658        20                -           0.0000          -
71655.58/3613.80	c      3614          18254        6448        20                -           0.0000          -
71754.69/3618.85	c      3619           8775        7689        20                -           0.0000          -
71853.96/3623.88	c      3624           8785        7699        20                -           0.0000          -
71954.95/3628.91	c      3629          38329       37103        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 (188423 MiB free)
  memory of node 1: 193494 MiB (187437 MiB free)
  memory of node 2: 193531 MiB (176530 MiB free)
  memory of node 3: 193531 MiB (186481 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-4467980-1723257612/watcher-4467980-1723257612 -o /tmp/evaluation-result-4467980-1723257612/solver-4467980-1723257612 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723252003-543890 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467980-1723257612.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=548094, runsolver pid=548091
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 23.62 18.40 20.29 5/865 548095
/proc/meminfo: memFree=756574604/790760804 swapFree=131071996/131071996
[pid=548094] ppid=548091 vsize=57504 memory=46864 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/stat : 548094 (fscip) R 548091 548094 543880 0 -1 4194304 10653 0 0 0 10 1 0 0 20 0 1 0 92344367 58884096 11716 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
/proc/548094/statm: 14376 11716 2742 3035 0 10772 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 57504 KiB
Current children cumulated memory: 46864 KiB

[startup+0.218712 s]*
/proc/loadavg: 23.62 18.40 20.29 5/865 548095
/proc/meminfo: memFree=756565928/790760804 swapFree=131071996/131071996
[pid=548094] ppid=548091 vsize=1552920 memory=67160 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/stat : 548094 (fscip) R 548091 548094 543880 0 -1 4194304 15022 0 0 0 21 2 0 0 20 0 21 0 92344367 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
/proc/548094/statm: 388230 16790 2790 3035 0 57586 0
[pid=548094/tid=548096] ppid=548091 vsize=1552920 memory=-9103017726336082620 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548096/stat : 548096 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548097] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548097/stat : 548097 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548098] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548098/stat : 548098 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548099] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548099/stat : 548099 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548100] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548100/stat : 548100 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548101] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548101/stat : 548101 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548102] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548102/stat : 548102 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548103] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548103/stat : 548103 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548104] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548104/stat : 548104 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548105] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548105/stat : 548105 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548106] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548106/stat : 548106 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548107] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548107/stat : 548107 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548108] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548108/stat : 548108 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548109] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548109/stat : 548109 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548110] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548110/stat : 548110 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548111] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548111/stat : 548111 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548112] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548112/stat : 548112 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548113] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548113/stat : 548113 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548114] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548114/stat : 548114 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548115] ppid=548091 vsize=1552920 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548115/stat : 548115 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1590190080 16790 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1552920 KiB
Current children cumulated memory: 67160 KiB

[startup+0.318473 s]*
/proc/loadavg: 23.62 18.40 20.29 5/885 548116
/proc/meminfo: memFree=756487928/790760804 swapFree=131071996/131071996
[pid=548094] ppid=548091 vsize=1546216 memory=142904 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/stat : 548094 (fscip) S 548091 548094 543880 0 -1 1077936128 36040 0 0 0 28 5 0 0 20 0 21 0 92344367 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
/proc/548094/statm: 386554 35726 2790 3035 0 77110 0
[pid=548094/tid=548096] ppid=548091 vsize=1546216 memory=-6082784654633646955 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548096/stat : 548096 (fscip) S 548091 548094 543880 0 -1 1077936192 2618 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548097] ppid=548091 vsize=1546216 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548097/stat : 548097 (fscip) S 548091 548094 543880 0 -1 1077936192 2617 0 0 0 1 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548098] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548098/stat : 548098 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548099] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548099/stat : 548099 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548100] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548100/stat : 548100 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548101] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548101/stat : 548101 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548102] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548102/stat : 548102 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548103] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548103/stat : 548103 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548104] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548104/stat : 548104 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548105] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548105/stat : 548105 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548106] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548106/stat : 548106 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548107] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548107/stat : 548107 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548108] ppid=548091 vsize=1546216 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548108/stat : 548108 (fscip) S 548091 548094 543880 0 -1 1077936192 2617 0 0 0 1 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548109] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548109/stat : 548109 (fscip) S 548091 548094 543880 0 -1 1077936192 2617 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548110] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548110/stat : 548110 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548111] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548111/stat : 548111 (fscip) S 548091 548094 543880 0 -1 1077936192 2617 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548112] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548112/stat : 548112 (fscip) S 548091 548094 543880 0 -1 1077936192 2616 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548113] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548113/stat : 548113 (fscip) S 548091 548094 543880 0 -1 1077936192 2617 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548114] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548114/stat : 548114 (fscip) R 548091 548094 543880 0 -1 4194368 2617 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548115] ppid=548091 vsize=1546216 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548115/stat : 548115 (fscip) S 548091 548094 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92344390 1583325184 35726 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1546216 KiB
Current children cumulated memory: 142904 KiB

[startup+0.711453 s]
/proc/loadavg: 23.62 18.40 20.29 13/905 548136
/proc/meminfo: memFree=756115820/790760804 swapFree=131071996/131071996
[pid=548094] ppid=548091 vsize=1710136 memory=784140 CPUtime=4.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/stat : 548094 (fscip) S 548091 548094 543880 0 -1 1077936128 196174 0 0 0 406 49 0 0 20 0 41 0 92344367 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
/proc/548094/statm: 427534 196035 2870 3035 0 286362 0
[pid=548094/tid=548096] ppid=548091 vsize=1710136 memory=11448 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548096/stat : 548096 (fscip) R 548091 548094 543880 0 -1 4194368 12325 0 0 0 18 3 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548097] ppid=548091 vsize=1710136 memory=32096 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548097/stat : 548097 (fscip) R 548091 548094 543880 0 -1 4194368 8224 0 0 0 19 1 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548098] ppid=548091 vsize=1710136 memory=2316 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548098/stat : 548098 (fscip) R 548091 548094 543880 0 -1 4194368 8217 0 0 0 19 1 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548099] ppid=548091 vsize=1710136 memory=15776 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548099/stat : 548099 (fscip) R 548091 548094 543880 0 -1 4194368 9813 0 0 0 19 2 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548100] ppid=548091 vsize=1710136 memory=10544 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548100/stat : 548100 (fscip) R 548091 548094 543880 0 -1 4194368 8223 0 0 0 19 2 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548101] ppid=548091 vsize=1710136 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548101/stat : 548101 (fscip) R 548091 548094 543880 0 -1 4194368 8216 0 0 0 20 1 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548102] ppid=548091 vsize=1710136 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548102/stat : 548102 (fscip) D 548091 548094 543880 0 -1 4194368 9666 0 0 0 18 3 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548103] ppid=548091 vsize=1710136 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548103/stat : 548103 (fscip) R 548091 548094 543880 0 -1 4194368 8225 0 0 0 19 2 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548104] ppid=548091 vsize=1710136 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548104/stat : 548104 (fscip) R 548091 548094 543880 0 -1 4194368 8222 0 0 0 19 1 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548105] ppid=548091 vsize=1710136 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548105/stat : 548105 (fscip) R 548091 548094 543880 0 -1 1077936192 10289 0 0 0 18 3 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548106] ppid=548091 vsize=1710136 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548106/stat : 548106 (fscip) R 548091 548094 543880 0 -1 4194368 8285 0 0 0 20 1 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548107] ppid=548091 vsize=1710136 memory=11448 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548107/stat : 548107 (fscip) R 548091 548094 543880 0 -1 4194368 8287 0 0 0 20 1 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548108] ppid=548091 vsize=1710136 memory=33000 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548108/stat : 548108 (fscip) R 548091 548094 543880 0 -1 4194368 9959 0 0 0 18 2 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548109] ppid=548091 vsize=1710136 memory=1804 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548109/stat : 548109 (fscip) R 548091 548094 543880 0 -1 4194368 8975 0 0 0 19 2 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548110] ppid=548091 vsize=1710136 memory=4481 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548110/stat : 548110 (fscip) R 548091 548094 543880 0 -1 4194368 8224 0 0 0 20 1 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548111] ppid=548091 vsize=1710136 memory=4420 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548111/stat : 548111 (fscip) R 548091 548094 543880 0 -1 4194368 10277 0 0 0 17 3 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548112] ppid=548091 vsize=1710136 memory=104 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548112/stat : 548112 (fscip) R 548091 548094 543880 0 -1 4194368 8223 0 0 0 19 1 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548113] ppid=548091 vsize=1710136 memory=25932 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548113/stat : 548113 (fscip) R 548091 548094 543880 0 -1 4194368 8225 0 0 0 19 2 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548114] ppid=548091 vsize=1710136 memory=21392 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548114/stat : 548114 (fscip) R 548091 548094 543880 0 -1 4194368 10294 0 0 0 17 3 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548115] ppid=548091 vsize=1710136 memory=280184876455248 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548115/stat : 548115 (fscip) R 548091 548094 543880 0 -1 4194368 8899 0 0 0 19 2 0 0 20 0 41 0 92344390 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548117] ppid=548091 vsize=1710136 memory=8314251380481 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548117/stat : 548117 (fscip) S 548091 548094 543880 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92344416 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548118] ppid=548091 vsize=1710136 memory=8494640006657 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548118/stat : 548118 (fscip) S 548091 548094 543880 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92344416 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548119] ppid=548091 vsize=1710136 memory=8533294712321 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548119/stat : 548119 (fscip) S 548091 548094 543880 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92344416 1751179264 196035 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0

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

/proc/548094/task/548115/stat : 548115 (fscip) R 548091 548094 543880 0 -1 4194368 1716728 0 0 0 355304 313 0 0 20 0 41 0 92344390 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548117] ppid=548091 vsize=6574264 memory=5319572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548117/stat : 548117 (fscip) S 548091 548094 543880 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548118] ppid=548091 vsize=6574264 memory=26988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548118/stat : 548118 (fscip) S 548091 548094 543880 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548119] ppid=548091 vsize=6574264 memory=11448 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548119/stat : 548119 (fscip) S 548091 548094 543880 0 -1 1077936192 98 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548120] ppid=548091 vsize=6574264 memory=5276132 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548120/stat : 548120 (fscip) S 548091 548094 543880 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548121] ppid=548091 vsize=6574264 memory=5304444 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548121/stat : 548121 (fscip) S 548091 548094 543880 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548122] ppid=548091 vsize=6574264 memory=5294244 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548122/stat : 548122 (fscip) S 548091 548094 543880 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548123] ppid=548091 vsize=6574264 memory=5293320 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548123/stat : 548123 (fscip) S 548091 548094 543880 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548124] ppid=548091 vsize=6574264 memory=7640 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548124/stat : 548124 (fscip) S 548091 548094 543880 0 -1 1077936192 127 0 0 0 1 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548125] ppid=548091 vsize=6574264 memory=5319572 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548125/stat : 548125 (fscip) S 548091 548094 543880 0 -1 1077936192 116 0 0 0 0 1 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548126] ppid=548091 vsize=6574264 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548126/stat : 548126 (fscip) S 548091 548094 543880 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548127] ppid=548091 vsize=6574264 memory=11448 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548127/stat : 548127 (fscip) S 548091 548094 543880 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548128] ppid=548091 vsize=6574264 memory=5277308 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548128/stat : 548128 (fscip) S 548091 548094 543880 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548129] ppid=548091 vsize=6574264 memory=5319572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548129/stat : 548129 (fscip) S 548091 548094 543880 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548130] ppid=548091 vsize=6574264 memory=5512 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548130/stat : 548130 (fscip) S 548091 548094 543880 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548131] ppid=548091 vsize=6574264 memory=11448 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548131/stat : 548131 (fscip) S 548091 548094 543880 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548132] ppid=548091 vsize=6574264 memory=32096 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548132/stat : 548132 (fscip) S 548091 548094 543880 0 -1 1077936192 131 0 0 0 1 1 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548133] ppid=548091 vsize=6574264 memory=10544 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548133/stat : 548133 (fscip) S 548091 548094 543880 0 -1 1077936192 61 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548134] ppid=548091 vsize=6574264 memory=5320484 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548134/stat : 548134 (fscip) S 548091 548094 543880 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548135] ppid=548091 vsize=6574264 memory=5312016 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548135/stat : 548135 (fscip) S 548091 548094 543880 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548136] ppid=548091 vsize=6574264 memory=2748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548136/stat : 548136 (fscip) S 548091 548094 543880 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 92344416 6732046336 1328006 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
Current children cumulated CPU time: 71031.5 s
Current children cumulated vsize: 6574264 KiB
Current children cumulated memory: 5312024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.2 s]
/proc/loadavg: 82.31 81.06 73.68 81/1024 550320
/proc/meminfo: memFree=760709460/790760804 swapFree=131071996/131071996
[pid=548094] ppid=548091 vsize=6574944 memory=5333960 CPUtime=72000.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/stat : 548094 (fscip) S 548091 548094 543880 0 -1 1077936128 21930208 0 0 0 7176737 23320 0 0 20 0 41 0 92344367 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
/proc/548094/statm: 1643736 1333490 3334 3035 0 1554337 0
[pid=548094/tid=548096] ppid=548091 vsize=6574944 memory=15776 CPUtime=3601.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548096/stat : 548096 (fscip) R 548091 548094 543880 0 -1 4194368 826547 0 0 0 360074 99 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548097] ppid=548091 vsize=6574944 memory=6720661069117275753 CPUtime=3607 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548097/stat : 548097 (fscip) R 548091 548094 543880 0 -1 4194368 1863583 0 0 0 360455 245 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548098] ppid=548091 vsize=6574944 memory=6525858347538544147 CPUtime=3601.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548098/stat : 548098 (fscip) R 548091 548094 543880 0 -1 4194368 441887 0 0 0 357418 2737 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548099] ppid=548091 vsize=6574944 memory=-4115478935907605022 CPUtime=3604.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548099/stat : 548099 (fscip) R 548091 548094 543880 0 -1 4194368 834321 0 0 0 360360 116 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548100] ppid=548091 vsize=6574944 memory=6525858347538544147 CPUtime=3604.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548100/stat : 548100 (fscip) R 548091 548094 543880 0 -1 4194368 1515859 0 0 0 360236 178 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548101] ppid=548091 vsize=6574944 memory=280184876349712 CPUtime=3604.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548101/stat : 548101 (fscip) R 548091 548094 543880 0 -1 4194368 392554 0 0 0 356758 3680 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548102] ppid=548091 vsize=6574944 memory=6720661069117275753 CPUtime=3596.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548102/stat : 548102 (fscip) R 548091 548094 543880 0 -1 4194368 857133 0 0 0 359561 113 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548103] ppid=548091 vsize=6574944 memory=2208 CPUtime=3603.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548103/stat : 548103 (fscip) R 548091 548094 543880 0 -1 4194368 2029822 0 0 0 360016 354 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548104] ppid=548091 vsize=6574944 memory=2036 CPUtime=3600.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548104/stat : 548104 (fscip) R 548091 548094 543880 0 -1 4194368 445540 0 0 0 356221 3877 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548105] ppid=548091 vsize=6574944 memory=31316 CPUtime=3605.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548105/stat : 548105 (fscip) R 548091 548094 543880 0 -1 4194368 791170 0 0 0 360475 94 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548106] ppid=548091 vsize=6574944 memory=28568 CPUtime=3582.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548106/stat : 548106 (fscip) R 548091 548094 543880 0 -1 4194368 1907549 0 0 0 357936 314 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548107] ppid=548091 vsize=6574944 memory=7312 CPUtime=3601.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548107/stat : 548107 (fscip) R 548091 548094 543880 0 -1 4194368 607830 0 0 0 356891 3233 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548108] ppid=548091 vsize=6574944 memory=2316 CPUtime=3599.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548108/stat : 548108 (fscip) R 548091 548094 543880 0 -1 4194368 1076174 0 0 0 359707 202 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548109] ppid=548091 vsize=6574944 memory=33000 CPUtime=3576 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548109/stat : 548109 (fscip) R 548091 548094 543880 0 -1 4194368 1999320 0 0 0 357266 334 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548110] ppid=548091 vsize=6574944 memory=1804 CPUtime=3601.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548110/stat : 548110 (fscip) R 548091 548094 543880 0 -1 4194368 408693 0 0 0 356512 3636 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548111] ppid=548091 vsize=6574944 memory=6048 CPUtime=3607.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548111/stat : 548111 (fscip) R 548091 548094 543880 0 -1 4194368 821073 0 0 0 360611 106 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548112] ppid=548091 vsize=6574944 memory=51200 CPUtime=3587.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548112/stat : 548112 (fscip) R 548091 548094 543880 0 -1 4194368 1857066 0 0 0 358557 237 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548113] ppid=548091 vsize=6574944 memory=104 CPUtime=3602.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548113/stat : 548113 (fscip) R 548091 548094 543880 0 -1 4194368 389836 0 0 0 357138 3153 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548114] ppid=548091 vsize=6574944 memory=25932 CPUtime=3605.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548114/stat : 548114 (fscip) R 548091 548094 543880 0 -1 4194368 1115875 0 0 0 360300 259 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548115] ppid=548091 vsize=6574944 memory=21392 CPUtime=3603.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548115/stat : 548115 (fscip) R 548091 548094 543880 0 -1 4194368 1729421 0 0 0 360081 316 0 0 20 0 41 0 92344390 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548117] ppid=548091 vsize=6574944 memory=2208 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548117/stat : 548117 (fscip) S 548091 548094 543880 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548118] ppid=548091 vsize=6574944 memory=2036 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548118/stat : 548118 (fscip) S 548091 548094 543880 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548119] ppid=548091 vsize=6574944 memory=31316 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548119/stat : 548119 (fscip) S 548091 548094 543880 0 -1 1077936192 99 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548120] ppid=548091 vsize=6574944 memory=28568 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548120/stat : 548120 (fscip) S 548091 548094 543880 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548121] ppid=548091 vsize=6574944 memory=7312 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548121/stat : 548121 (fscip) S 548091 548094 543880 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548122] ppid=548091 vsize=6574944 memory=26988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548122/stat : 548122 (fscip) S 548091 548094 543880 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548123] ppid=548091 vsize=6574944 memory=3776 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548123/stat : 548123 (fscip) S 548091 548094 543880 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548124] ppid=548091 vsize=6574944 memory=40456 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548124/stat : 548124 (fscip) S 548091 548094 543880 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548125] ppid=548091 vsize=6574944 memory=40456 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548125/stat : 548125 (fscip) S 548091 548094 543880 0 -1 1077936192 116 0 0 0 0 2 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548126] ppid=548091 vsize=6574944 memory=8196 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548126/stat : 548126 (fscip) S 548091 548094 543880 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548127] ppid=548091 vsize=6574944 memory=6720661069117275753 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548127/stat : 548127 (fscip) S 548091 548094 543880 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548128] ppid=548091 vsize=6574944 memory=3776 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548128/stat : 548128 (fscip) S 548091 548094 543880 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548129] ppid=548091 vsize=6574944 memory=-2893623298589923098 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548129/stat : 548129 (fscip) S 548091 548094 543880 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548130] ppid=548091 vsize=6574944 memory=-3252517613097939805 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548130/stat : 548130 (fscip) S 548091 548094 543880 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548131] ppid=548091 vsize=6574944 memory=-2897801490638248215 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548131/stat : 548131 (fscip) S 548091 548094 543880 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548132] ppid=548091 vsize=6574944 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548132/stat : 548132 (fscip) S 548091 548094 543880 0 -1 1077936192 131 0 0 0 1 1 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548133] ppid=548091 vsize=6574944 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548133/stat : 548133 (fscip) S 548091 548094 543880 0 -1 1077936192 61 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548134] ppid=548091 vsize=6574944 memory=8196 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548134/stat : 548134 (fscip) S 548091 548094 543880 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548135] ppid=548091 vsize=6574944 memory=3300 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548135/stat : 548135 (fscip) S 548091 548094 543880 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
[pid=548094/tid=548136] ppid=548091 vsize=6574944 memory=2264 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/548094/task/548136/stat : 548136 (fscip) S 548091 548094 543880 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 92344416 6732742656 1333490 809668444160 4194304 16622877 140730325774928 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 55111680 140730325779433 140730325779549 140730325779549 140730325786575 0
Current children cumulated CPU time: 72000.6 s
Current children cumulated vsize: 6574944 KiB
Current children cumulated memory: 5333960 KiB

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

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

# cumulated CPU time of all completed processes:  user=71767.6 s, system=233.362 s

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

[startup+3631.31 s]*
/proc/loadavg: 82.31 81.06 73.68 62/985 550320
/proc/meminfo: memFree=764631032/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): 3631.38
CPU time (s): 72001
CPU user time (s): 71767.6
CPU system time (s): 233.362
CPU usage (%): 1982.74
Max. virtual memory (cumulated for all children) (KiB): 6705336
Max. memory (cumulated for all children) (KiB): 5334396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71767.6
system time used= 233.362
maximum resident set size= 5334504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21930210
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= 338302
involuntary context switches= 261442


# summary of solver processes directly reported to runsolver:
#   pid: 548094
#   total CPU time (s): 72001
#   total CPU user time (s): 71767.6
#   total CPU system time (s): 233.362

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.5895 second user time and 83.3708 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-10 04:40:12
IDJOB=4467980
IDBENCH=162167
IDSOLVER=3097
FILE ID=nodeD105/4467980-1723257612
RUNJOBID= nodeD105-1723252003-543890
SLURM_JOB_ID= 8266913
Free space on /tmp= 8622644 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size96-round23-9.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-4467980-1723257612/watcher-4467980-1723257612 -o /tmp/evaluation-result-4467980-1723257612/solver-4467980-1723257612 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723252003-543890 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467980-1723257612.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= f6eda1605d5c8d227dca004c862e5b86
RANDOM SEED=1643013881

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        756607404 kB
MemAvailable:   760428164 kB
Buffers:          967252 kB
Cached:          6153976 kB
SwapCached:            0 kB
Active:          1512892 kB
Inactive:       29428592 kB
Active(anon):       2160 kB
Inactive(anon): 23856372 kB
Active(file):    1510732 kB
Inactive(file):  5572220 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28456 kB
Writeback:             0 kB
AnonPages:      23817756 kB
Mapped:           131532 kB
Shmem:             38792 kB
KReclaimable:     315020 kB
Slab:             730216 kB
SReclaimable:     315020 kB
SUnreclaim:       415196 kB
KernelStack:       14944 kB
PageTables:        55620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   25742864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           849408 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7671808 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:      937984 kB
DirectMap2M:    121194496 kB
DirectMap1G:    683671552 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-10 05:40:44