Trace number 4465170

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/logic_synthesis/normalized-ex1010.pi.opb
MD5SUM5479bdae519af5132f8a4c9f9917dcdc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark235
Best CPU time to get the best result obtained on this benchmark71175
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25200
Total number of constraints1468
Number of constraints which are clauses1468
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint9
Maximum length of a constraint172
Number of terms in the objective function 25200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 25200
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25200
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 94608186, getVmSize() = 91910144, SCIPgetMemUsed() = 63674382, SCIPgetMemTotal() = 69469846, SCIPgetMemExternEstim() = 25138340
0.00/0.08	c ** set memory limit for presolving in LC to 8.7958e+12 for SCIP **
0.33/0.41	c ** Estimated virtualMemUsedAtSolver = 96426554, getVmSize() = 145272832, SCIPgetMemUsed() = 70669460, SCIPgetMemTotal() = 119501492, SCIPgetMemExternEstim() = 25138340
0.33/0.41	c ** set memory limit for solvers to 4.18831e+11 for each SCIP **
0.33/0.41	c Original Problem   :
0.33/0.41	c   Problem name     : instance-4465170-1722460716
0.33/0.41	c   Variables        : 25200 (25200 binary, 0 integer, 0 implicit integer, 0 continuous)
0.33/0.41	c   Constraints      : 1468
0.33/0.41	c   Objective sense  : minimize
0.33/0.41	c Presolved Problem  :
0.33/0.41	c   Variables        : 13351 (13351 binary, 0 integer, 0 implicit integer, 0 continuous)
0.33/0.41	c   Constraints      : 1466
0.33/0.41	c Constraints        : Number
0.33/0.41	c   logicor          : 1466 
0.33/0.41	c ** Instance transfer method used: 0
0.33/0.43	c ** ParaScipInstance copy does not increase the number of variables. **
0.80/0.80	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.80/0.80	c                                Nodes    Active                                            
0.80/0.80	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.80/0.89	c *       1              0           1        20       13351.0000                -          -
4.23/1.11	c *       1              0           1        20       13350.0000                -          -
6.11/1.14	c *       1              0           1        20       13348.0000                -          -
6.11/1.16	c *       1              0           1        20       13345.0000                -          -
6.11/1.16	c *       1              0           1        20       13342.0000                -          -
7.28/1.20	c *       1              0           1        20         283.0000                -          -
7.28/1.22	c *       1              0           1        20         282.0000                -          -
79.26/5.01	c         5             42          41        20         282.0000           0.0000          -
181.01/10.08	c        10            202         203        20         282.0000           0.0000          -
285.32/15.39	c        15            802         801        20         282.0000           1.0000          -
305.08/16.36	c *      16            942         941        20         281.0000           1.0000          -
332.65/17.77	c *      18           1050           0        20         280.0000           1.0000          -
342.49/18.23	c *      18           1050           0        20         279.0000           1.0000          -
350.42/18.68	c *      19           1063          13        20         278.0000           1.0000          -
390.03/20.68	c        21           1151         101        20         278.0000           1.0000          -
491.02/25.71	c        26           1791         741        20         278.0000           1.0000          -
594.10/30.95	c        31           2651        1601        20         278.0000           1.0000          -
701.12/36.35	c        36           3091        2041        20         278.0000           1.0000          -
804.19/41.57	c        42           4791        3741        20         278.0000           1.0000          -
907.27/46.71	c        47           6571        5521        20         278.0000           1.0000          -
1008.33/51.86	c        52           7037        5987        20         278.0000           1.0000          -
1112.06/57.05	c        57          10111        9061        20         278.0000           1.0000          -
1214.60/62.30	c        62          12403       11027        20         278.0000           1.0000          -
1317.76/67.47	c        67          13557         948        20         278.0000           1.0000          -
1418.93/72.55	c        73          14535        1926        20         278.0000           1.0000          -
1522.05/77.77	c        78          14450        1881        20         278.0000           1.0000          -
1625.19/82.91	c        83          15390        2821        20         278.0000           1.0000          -
1724.36/88.01	c        88          16759        4190        20         278.0000           1.0000          -
1826.06/93.13	c        93          23593       10961        20         278.0000           1.0000          -
1927.28/98.18	c        98          23859       10948        20         278.0000           1.0000          -
2026.48/103.19	c       103          23651       10880        20         278.0000           1.0000          -
2128.95/108.35	c       108          24460         361        20         278.0000           1.0000          -
2220.18/112.96	c *     113          24065         121        20         251.0000           1.0000          -
2232.06/113.57	c       114          25400        1301        20         251.0000           1.0000          -
2335.22/118.70	c       119          25732        1641        20         251.0000           1.0000          -
2434.39/123.72	c       124          27259        3160        20         251.0000           1.0000          -
2537.54/128.95	c       129          26305        2361        20         251.0000           1.0000          -
2636.72/134.02	c       134              2           1        20         251.0000         221.5570     13.29%
2743.81/139.33	c       139              2           1        20         251.0000         221.5570     13.29%
2850.93/144.72	c       145              2           1        20         251.0000         221.5570     13.29%
2952.12/149.88	c       150              2           1        20         251.0000         221.5570     13.29%
3053.35/154.94	c       155              3           2        20         251.0000         221.5728     13.28%
3155.16/160.06	c       160              3           2        20         251.0000         221.5728     13.28%
3265.63/165.68	c       166              4           3        20         251.0000         221.5728     13.28%
3373.36/171.08	c       171              4           3        20         251.0000         221.5728     13.28%
3474.57/176.19	c       176              4           3        20         251.0000         221.5728     13.28%
3575.01/181.26	c       181              5           4        20         251.0000         221.5728     13.28%
3678.25/186.44	c       186              5           4        20         251.0000         221.5728     13.28%
3779.33/191.58	c       192              5           4        20         251.0000         221.5728     13.28%
3882.45/196.74	c       197              6           5        20         251.0000         221.5728     13.28%
3985.52/201.91	c       202              6           5        20         251.0000         221.5728     13.28%
4087.18/207.06	c       207              6           5        20         251.0000         221.5728     13.28%
4189.53/212.21	c       212              6           5        20         251.0000         221.5728     13.28%
4288.62/217.23	c       217              7           6        20         251.0000         221.5728     13.28%
4389.68/222.39	c       222              7           6        20         251.0000         221.5728     13.28%
4492.77/227.53	c       228              7           6        20         251.0000         221.5728     13.28%
4593.85/232.60	c       233              8           7        20         251.0000         221.5728     13.28%
4692.93/237.64	c       238              8           7        20         251.0000         221.5728     13.28%
4792.01/242.67	c       243              8           7        20         251.0000         221.5728     13.28%
4893.00/247.70	c       248             11          10        20         251.0000         221.5728     13.28%
4992.04/252.80	c       253              3           2        20         251.0000         221.5783     13.28%
5093.13/257.88	c       258              3           2        20         251.0000         221.5783     13.28%
5194.17/262.94	c       263              3           2        20         251.0000         221.5783     13.28%
5298.07/268.15	c       268              3           2        20         251.0000         221.5783     13.28%
5400.28/273.30	c       273              4           3        20         251.0000         221.5783     13.28%
5499.42/278.38	c       278              4           3        20         251.0000         221.5783     13.28%
5606.45/283.78	c       284              4           3        20         251.0000         221.5783     13.28%
5709.53/288.93	c       289              4           3        20         251.0000         221.5783     13.28%
5719.42/289.42	c *     289              4           3        20         250.0000         221.5783     12.83%
5749.07/291.02	c *     291              4           3        20         249.0000         221.5783     12.38%
5808.32/293.97	c       294              4           3        20         249.0000         221.5783     12.38%
5907.36/299.02	c       299              4           3        20         249.0000         221.5783     12.38%
6009.29/304.07	c       304              3           2        20         249.0000         221.5785     12.38%
6110.35/309.17	c       309              3           2        20         249.0000         221.5785     12.38%
6212.32/314.31	c       314             23          22        20         249.0000         221.7376     12.29%
6315.15/319.54	c       320             24          23        20         249.0000         221.7376     12.29%
6414.19/324.57	c       325             24          23        20         249.0000         221.7376     12.29%
6517.20/329.74	c       330             25          24        20         249.0000         221.7376     12.29%
6618.13/334.81	c       335             26          25        20         249.0000         221.7376     12.29%
6725.06/340.29	c       340             26          25        20         249.0000         221.7376     12.29%
6830.07/345.58	c       346             26          25        20         249.0000         221.7376     12.29%
6933.15/350.77	c       351             28          27        20         249.0000         221.8358     12.25%
6976.76/352.92	c *     353             28          27        20         248.0000         221.8358     11.79%
7036.16/355.90	c       356             28          27        20         248.0000         221.8358     11.79%
7139.72/361.18	c       361             30          29        20         248.0000         221.8358     11.79%
7241.96/366.35	c       366             30          29        20         248.0000         221.8358     11.79%
7342.87/371.48	c       371             30          29        20         248.0000         221.8358     11.79%
7443.95/376.56	c       377             30          29        20         248.0000         221.8358     11.79%
7546.99/381.74	c       382             31          30        20         248.0000         221.8358     11.79%
7647.66/386.90	c       387             32          31        20         248.0000         221.8598     11.78%
7701.01/389.59	c *     390             34          33        20         247.0000         221.8598     11.33%
7748.57/392.01	c       392             34          33        20         247.0000         221.8598     11.33%
7815.89/395.32	c *     395             34          33        20         246.0000         221.8598     10.88%
7850.24/397.09	c       397             34          33        20         246.0000         221.8598     10.88%
7954.58/402.40	c       402             35          34        20         246.0000         221.8598     10.88%
8065.56/407.97	c       408             36          35        20         246.0000         221.8598     10.88%
8169.45/413.16	c       413             37          36        20         246.0000         221.8598     10.88%
8269.68/418.25	c       418             38          37        20         246.0000         221.8598     10.88%
8370.80/423.36	c       423             38          37        20         246.0000         221.8598     10.88%
8473.86/428.50	c       428             40          39        20         246.0000         221.8598     10.88%
8489.71/429.32	c *     429             40          39        20         245.0000         221.8598     10.43%
8572.95/433.56	c       434             40          39        20         245.0000         221.8598     10.43%
8674.00/438.67	c       439             40          39        20         245.0000         221.8598     10.43%
8783.75/444.16	c       444             42          41        20         245.0000         221.8672     10.43%
8884.11/449.20	c       449             42          41        20         245.0000         221.8672     10.43%
8985.42/454.34	c       454             43          42        20         245.0000         221.8672     10.43%
9084.26/459.39	c       459             43          42        20         245.0000         221.8672     10.43%
9187.23/464.56	c       465             43          42        20         245.0000         221.8672     10.43%
9266.45/468.54	c *     469             44          43        20         244.0000         221.8672      9.98%
9288.15/469.64	c       470             44          43        20         244.0000         221.8672      9.98%
9367.38/473.67	c *     474             44          43        20         243.0000         221.8672      9.52%
9389.13/474.72	c       475             44          43        20         243.0000         221.8672      9.52%
9490.20/479.88	c       480             44          43        20         243.0000         221.8672      9.52%
9594.12/485.13	c       485             44          43        20         243.0000         221.8672      9.52%
9694.97/490.16	c       490             42          41        20         243.0000         221.8846      9.52%
9797.24/495.33	c       495             42          41        20         243.0000         221.8846      9.52%
9896.27/500.34	c       500             42          41        20         243.0000         221.8846      9.52%
9997.31/505.49	c       505             44          43        20         243.0000         221.8846      9.52%
10098.37/510.53	c       511             44          43        20         243.0000         221.8846      9.52%
10201.41/515.80	c       516             44          43        20         243.0000         221.8846      9.52%
10304.44/520.92	c       521             46          45        20         243.0000         221.8846      9.52%
10403.48/525.94	c       526             52          51        20         243.0000         221.8957      9.51%
10507.07/531.17	c       531             52          51        20         243.0000         221.8957      9.51%
10510.46/531.35	c *     531             52          51        20         242.0000         221.8957      9.06%
10606.42/536.19	c       536             53          52        20         242.0000         221.8957      9.06%
10708.60/541.39	c       541             54          53        20         242.0000         221.8957      9.06%
10813.64/546.68	c       547             56          55        20         242.0000         221.8957      9.06%
10918.67/551.92	c       552             56          55        20         242.0000         221.8957      9.06%
11020.36/557.08	c       557             57          56        20         242.0000         221.8957      9.06%
11099.65/561.04	c *     561             57          56        20         241.0000         221.8957      8.61%
11121.22/562.14	c       562             57          56        20         241.0000         221.8957      8.61%
11220.29/567.15	c       567             57          56        20         241.0000         221.8957      8.61%
11320.41/572.24	c       572             52          51        20         241.0000         221.9085      8.60%
11425.37/577.52	c       578             53          52        20         241.0000         221.9085      8.60%
11526.40/582.68	c       583             53          52        20         241.0000         221.9085      8.60%
11629.43/587.86	c       588             55          54        20         241.0000         221.9085      8.60%
11730.44/592.99	c       593             56          55        20         241.0000         221.9085      8.60%
11829.44/598.01	c       598             62          61        20         241.0000         221.9088      8.60%
11928.44/603.02	c       603             63          62        20         241.0000         221.9088      8.60%
12033.34/608.23	c       608             65          64        20         241.0000         221.9088      8.60%
12134.28/613.38	c       613             65          64        20         241.0000         221.9088      8.60%
12237.23/618.52	c       619             67          66        20         241.0000         221.9088      8.60%
12336.22/623.56	c       624             62          61        20         241.0000         221.9451      8.59%
12437.21/628.61	c       629             62          61        20         241.0000         221.9451      8.59%
12541.95/633.94	c       634             63          62        20         241.0000         221.9451      8.59%
12643.68/639.06	c       639             64          63        20         241.0000         221.9451      8.59%
12744.56/644.14	c       644             65          64        20         241.0000         221.9451      8.59%
12844.87/649.26	c       649             65          64        20         241.0000         221.9451      8.59%
12945.85/654.36	c       654             65          64        20         241.0000         221.9451      8.59%
13046.78/659.41	c       659             66          65        20         241.0000         221.9451      8.59%
13145.73/664.46	c       664             66          65        20         241.0000         221.9451      8.59%
13246.65/669.54	c       670             68          67        20         241.0000         221.9451      8.59%
13351.55/674.80	c       675             68          67        20         241.0000         221.9451      8.59%
13455.26/680.04	c       680             70          69        20         241.0000         221.9451      8.59%
13554.23/685.05	c       685             70          69        20         241.0000         221.9451      8.59%
13656.56/690.20	c       690             72          71        20         241.0000         221.9514      8.58%
13755.59/695.23	c       695             73          72        20         241.0000         221.9514      8.58%
13858.61/700.45	c       700             73          72        20         241.0000         221.9514      8.58%
13961.62/705.67	c       706             73          72        20         241.0000         221.9514      8.58%
14064.67/710.89	c       711             74          73        20         241.0000         221.9514      8.58%
14165.70/715.90	c       716             74          73        20         241.0000         221.9514      8.58%
14264.74/720.91	c       721             76          75        20         241.0000         221.9514      8.58%
14366.38/726.09	c       726             76          75        20         241.0000         221.9514      8.58%
14465.42/731.13	c       731             77          76        20         241.0000         221.9514      8.58%
14567.58/736.28	c       736             78          77        20         241.0000         221.9514      8.58%
14672.55/741.55	c       742             79          78        20         241.0000         221.9514      8.58%
14773.51/746.62	c       747             80          79        20         241.0000         221.9514      8.58%
14876.44/751.84	c       752             80          79        20         241.0000         221.9514      8.58%
14975.40/756.85	c       757             82          81        20         241.0000         221.9566      8.58%
15076.37/761.91	c       762             82          81        20         241.0000         221.9566      8.58%
15175.37/766.98	c       767             82          81        20         241.0000         221.9566      8.58%
15279.14/772.15	c       772             83          82        20         241.0000         221.9566      8.58%
15381.25/777.40	c       777             84          83        20         241.0000         221.9566      8.58%
15482.23/782.49	c       782             87          86        20         241.0000         221.9566      8.58%
15583.23/787.52	c       788             88          87        20         241.0000         221.9566      8.58%
15682.29/792.56	c       793             88          87        20         241.0000         221.9566      8.58%
15787.29/797.90	c       798             88          87        20         241.0000         221.9566      8.58%
15888.32/802.96	c       803             90          89        20         241.0000         221.9566      8.58%
15989.82/808.11	c       808             92          91        20         241.0000         221.9566      8.58%
16096.14/813.45	c       813             92          91        20         241.0000         221.9566      8.58%
16197.13/818.55	c       819             93          92        20         241.0000         221.9566      8.58%
16298.13/823.61	c       824             97          96        20         241.0000         221.9566      8.58%
16397.16/828.68	c       829             97          96        20         241.0000         221.9566      8.58%
16498.16/833.73	c       834             97          96        20         241.0000         221.9566      8.58%
16597.18/838.75	c       839             98          97        20         241.0000         221.9566      8.58%
16698.19/843.82	c       844             99          98        20         241.0000         221.9566      8.58%
16797.19/848.88	c       849             99          98        20         241.0000         221.9566      8.58%
16900.73/854.06	c       854            101         100        20         241.0000         221.9566      8.58%
17005.11/859.36	c       859            102         101        20         241.0000         221.9566      8.58%
17108.09/864.55	c       865            102         101        20         241.0000         221.9566      8.58%
17209.00/869.65	c       870            103         102        20         241.0000         221.9566      8.58%
17308.01/874.68	c       875            107         106        20         241.0000         221.9566      8.58%
17412.96/880.00	c       880            107         106        20         241.0000         221.9566      8.58%
17514.73/885.06	c       885            107         106        20         241.0000         221.9566      8.58%
17615.51/890.15	c       890            107         108        20         241.0000         221.9566      8.58%
17719.90/895.44	c       895            107         108        20         241.0000         221.9566      8.58%
17818.95/900.46	c       900            107         108        20         241.0000         221.9566      8.58%
17919.99/905.56	c       906            110         111        20         241.0000         221.9566      8.58%
18023.02/910.73	c       911            110         111        20         241.0000         221.9566      8.58%
18126.07/915.99	c       916            110         111        20         241.0000         221.9566      8.58%
18225.11/921.04	c       921            110         111        20         241.0000         221.9566      8.58%
18330.02/926.20	c       926            110         111        20         241.0000         221.9566      8.58%
18429.10/931.23	c       931            110         111        20         241.0000         221.9566      8.58%
18532.14/936.43	c       936            110         111        20         241.0000         221.9566      8.58%
18631.22/941.49	c       941            110         111        20         241.0000         221.9566      8.58%
18734.21/946.64	c       947            110         111        20         241.0000         221.9566      8.58%
18835.31/951.78	c       952            110         111        20         241.0000         221.9566      8.58%
18936.39/956.81	c       957            110         111        20         241.0000         221.9566      8.58%
19037.49/961.90	c       962            110         111        20         241.0000         221.9566      8.58%
19142.50/967.21	c       967            110         111        20         241.0000         221.9566      8.58%
19241.49/972.28	c       972            133         132        20         241.0000         221.9621      8.58%
19346.37/977.53	c       978            112         111        20         241.0000         221.9948      8.56%
19445.45/982.59	c       983            112         111        20         241.0000         221.9948      8.56%
19548.27/987.78	c       988            113         112        20         241.0000         221.9948      8.56%
19649.33/992.88	c       993            113         112        20         241.0000         221.9948      8.56%
19756.28/998.26	c       998            115         114        20         241.0000         221.9948      8.56%
19857.31/1003.37	c      1003            118         117        20         241.0000         221.9948      8.56%
19956.34/1008.39	c      1008            118         117        20         241.0000         221.9948      8.56%
20061.36/1013.63	c      1014            118         117        20         241.0000         221.9948      8.56%
20160.41/1018.69	c      1019            118         117        20         241.0000         221.9948      8.56%
20263.43/1023.81	c      1024            120         119        20         241.0000         221.9948      8.56%
20362.40/1028.84	c      1029            120         119        20         241.0000         221.9948      8.56%
20461.34/1033.85	c      1034            121         120        20         241.0000         221.9948      8.56%
20562.43/1038.91	c      1039            122         121        20         241.0000         222.0071      8.56%
20666.20/1044.17	c      1044            123         122        20         241.0000         222.0071      8.56%
20768.51/1049.34	c      1049            124         123        20         241.0000         222.0071      8.56%
20871.78/1054.53	c      1055            124         123        20         241.0000         222.0071      8.56%
20970.68/1059.55	c      1060            125         124        20         241.0000         222.0071      8.56%
21071.65/1064.62	c      1065            126         125        20         241.0000         222.0071      8.56%
21172.71/1069.77	c      1070            126         125        20         241.0000         222.0071      8.56%
21275.75/1074.96	c      1075            127         126        20         241.0000         222.0071      8.56%
21374.78/1079.99	c      1080            128         127        20         241.0000         222.0071      8.56%
21478.42/1085.14	c      1085            128         127        20         241.0000         222.0071      8.56%
21580.68/1090.38	c      1090            130         129        20         241.0000         222.0071      8.56%
21685.61/1095.69	c      1096            130         129        20         241.0000         222.0071      8.56%
21788.56/1100.88	c      1101            130         129        20         241.0000         222.0071      8.56%
21895.32/1106.20	c      1106            130         129        20         241.0000         222.0071      8.56%
21994.31/1111.28	c      1111            132         131        20         241.0000         222.0090      8.55%
22097.21/1116.49	c      1116            132         131        20         241.0000         222.0090      8.55%
22197.91/1121.50	c      1122            134         133        20         241.0000         222.0090      8.55%
22302.81/1126.87	c      1127            134         133        20         241.0000         222.0090      8.55%
22406.52/1132.05	c      1132            135         134        20         241.0000         222.0090      8.55%
22505.46/1137.06	c      1137            136         135        20         241.0000         222.0090      8.55%
22604.34/1142.10	c      1142            136         135        20         241.0000         222.0090      8.55%
22705.20/1147.15	c      1147            137         136        20         241.0000         222.0090      8.55%
22805.47/1152.26	c      1152            138         137        20         241.0000         222.0090      8.55%
22904.45/1157.28	c      1157            139         138        20         241.0000         222.0090      8.55%
23005.57/1162.37	c      1162            139         138        20         241.0000         222.0090      8.55%
23106.54/1167.41	c      1167            141         140        20         241.0000         222.0090      8.55%
23205.70/1172.43	c      1172            142         141        20         241.0000         222.0212      8.55%
23308.85/1177.67	c      1178            144         143        20         241.0000         222.0212      8.55%
23413.90/1182.93	c      1183            144         143        20         241.0000         222.0212      8.55%
23515.51/1188.03	c      1188            145         144        20         241.0000         222.0212      8.55%
23618.04/1193.20	c      1193            145         144        20         241.0000         222.0212      8.55%
23719.18/1198.30	c      1198            146         145        20         241.0000         222.0212      8.55%
23818.35/1203.35	c      1203            146         145        20         241.0000         222.0212      8.55%
23919.51/1208.44	c      1208            147         146        20         241.0000         222.0212      8.55%
24022.66/1213.64	c      1214            148         147        20         241.0000         222.0212      8.55%
24123.82/1218.73	c      1219            148         147        20         241.0000         222.0212      8.55%
24224.99/1223.85	c      1224            149         148        20         241.0000         222.0212      8.55%
24324.03/1228.89	c      1229            149         148        20         241.0000         222.0212      8.55%
24425.20/1234.01	c      1234            152         151        20         241.0000         222.0212      8.55%
24530.29/1239.22	c      1239            152         151        20         241.0000         222.0212      8.55%
24635.42/1244.58	c      1245            153         152        20         241.0000         222.0212      8.55%
24740.55/1249.84	c      1250            154         153        20         241.0000         222.0212      8.55%
24841.68/1254.98	c      1255            154         153        20         241.0000         222.0212      8.55%
24943.38/1260.06	c      1260            155         154        20         241.0000         222.0212      8.55%
25044.67/1265.18	c      1265            156         157        20         241.0000         222.0212      8.55%
25145.04/1270.27	c      1270            156         157        20         241.0000         222.0212      8.55%
25246.16/1275.36	c      1275            156         157        20         241.0000         222.0212      8.55%
25355.20/1280.88	c      1281            156         157        20         241.0000         222.0212      8.55%
25462.21/1286.20	c      1286            156         157        20         241.0000         222.0212      8.55%
25561.41/1291.25	c      1291            156         157        20         241.0000         222.0212      8.55%
25666.43/1296.56	c      1297            156         157        20         241.0000         222.0212      8.55%
25767.53/1301.69	c      1302            156         157        20         241.0000         222.0212      8.55%
25877.29/1307.17	c      1307            156         157        20         241.0000         222.0212      8.55%
25976.47/1312.18	c      1312            156         157        20         241.0000         222.0212      8.55%
26076.90/1317.27	c      1317            156         157        20         241.0000         222.0212      8.55%
26185.97/1322.71	c      1323            156         157        20         241.0000         222.0212      8.55%
26291.77/1328.10	c      1328            156         157        20         241.0000         222.0212      8.55%
26392.89/1333.15	c      1333            156         157        20         241.0000         222.0212      8.55%
26495.24/1338.34	c      1338            156         157        20         241.0000         222.0212      8.55%
26596.34/1343.41	c      1343            156         157        20         241.0000         222.0212      8.55%
26699.45/1348.61	c      1349            156         157        20         241.0000         222.0212      8.55%
26802.53/1353.87	c      1354            156         157        20         241.0000         222.0212      8.55%
26911.55/1359.36	c      1359            156         157        20         241.0000         222.0212      8.55%
27012.67/1364.50	c      1364            156         157        20         241.0000         222.0212      8.55%
27119.73/1369.87	c      1370            156         157        20         241.0000         222.0212      8.55%
27225.44/1375.14	c      1375            156         157        20         241.0000         222.0212      8.55%
27325.89/1380.26	c      1380            156         157        20         241.0000         222.0212      8.55%
27427.11/1385.35	c      1385            156         157        20         241.0000         222.0212      8.55%
27528.10/1390.43	c      1390            156         157        20         241.0000         222.0212      8.55%
27631.20/1395.67	c      1396            156         157        20         241.0000         222.0212      8.55%
27732.32/1400.75	c      1401            156         157        20         241.0000         222.0212      8.55%
27833.42/1405.82	c      1406            156         157        20         241.0000         222.0212      8.55%
27932.46/1410.86	c      1411            156         157        20         241.0000         222.0212      8.55%
28039.38/1416.23	c      1416            156         157        20         241.0000         222.0212      8.55%
28138.50/1421.27	c      1421            156         157        20         241.0000         222.0212      8.55%
28239.54/1426.33	c      1426            157         156        20         241.0000         222.0212      8.55%
28338.64/1431.34	c      1431            192         191        20         241.0000         222.0226      8.55%
28439.71/1436.49	c      1436            193         192        20         241.0000         222.0226      8.55%
28542.79/1441.64	c      1442            193         192        20         241.0000         222.0226      8.55%
28643.88/1446.71	c      1447            194         193        20         241.0000         222.0226      8.55%
28744.97/1451.83	c      1452            162         161        20         241.0000         222.0262      8.55%
28846.04/1456.92	c      1457            163         162        20         241.0000         222.0262      8.55%
28950.99/1462.27	c      1462            164         163        20         241.0000         222.0262      8.55%
29052.07/1467.33	c      1467            164         163        20         241.0000         222.0262      8.55%
29155.15/1472.56	c      1473            164         163        20         241.0000         222.0262      8.55%
29258.21/1477.75	c      1478            166         165        20         241.0000         222.0262      8.55%
29357.32/1482.76	c      1483            167         166        20         241.0000         222.0262      8.55%
29458.41/1487.85	c      1488            169         168        20         241.0000         222.0262      8.55%
29559.50/1492.92	c      1493            202         201        20         241.0000         222.0307      8.54%
29664.55/1498.26	c      1498            202         201        20         241.0000         222.0307      8.54%
29765.63/1503.35	c      1503            204         203        20         241.0000         222.0307      8.54%
29866.56/1508.47	c      1508            205         204        20         241.0000         222.0307      8.54%
29967.61/1513.53	c      1514            205         204        20         241.0000         222.0307      8.54%
30068.70/1518.66	c      1519            206         205        20         241.0000         222.0307      8.54%
30169.80/1523.71	c      1524            208         207        20         241.0000         222.0307      8.54%
30270.86/1528.83	c      1529            208         207        20         241.0000         222.0307      8.54%
30371.95/1533.97	c      1534            209         208        20         241.0000         222.0307      8.54%
30473.68/1539.07	c      1539            211         210        20         241.0000         222.0307      8.54%
30574.96/1544.16	c      1544            212         211        20         241.0000         222.0307      8.54%
30675.12/1549.20	c      1549            212         211        20         241.0000         222.0307      8.54%
30778.27/1554.42	c      1554            213         212        20         241.0000         222.0307      8.54%
30879.27/1559.55	c      1560            215         214        20         241.0000         222.0307      8.54%
30978.24/1564.58	c      1565            217         216        20         241.0000         222.0307      8.54%
31083.27/1569.82	c      1570            217         216        20         241.0000         222.0307      8.54%
31184.33/1574.91	c      1575            217         216        20         241.0000         222.0307      8.54%
31289.38/1580.27	c      1580            218         217        20         241.0000         222.0307      8.54%
31396.38/1585.67	c      1586            219         218        20         241.0000         222.0307      8.54%
31499.44/1590.81	c      1591            220         219        20         241.0000         222.0307      8.54%
31600.52/1595.97	c      1596            222         221        20         241.0000         222.0307      8.54%
31702.48/1601.06	c      1601            222         221        20         241.0000         222.0307      8.54%
31801.40/1606.09	c      1606            223         222        20         241.0000         222.0307      8.54%
31903.52/1611.26	c      1611            223         222        20         241.0000         222.0307      8.54%
32004.47/1616.32	c      1616            224         223        20         241.0000         222.0307      8.54%
32105.57/1621.42	c      1621            226         225        20         241.0000         222.0307      8.54%
32206.67/1626.59	c      1627            193         192        20         241.0000         222.0408      8.54%
32313.72/1631.90	c      1632            195         194        20         241.0000         222.0408      8.54%
32417.39/1637.13	c      1637            196         195        20         241.0000         222.0408      8.54%
32519.88/1642.36	c      1642            196         195        20         241.0000         222.0408      8.54%
32622.86/1647.55	c      1648            197         196        20         241.0000         222.0408      8.54%
32723.86/1652.69	c      1653            197         196        20         241.0000         222.0408      8.54%
32824.94/1657.77	c      1658            197         196        20         241.0000         222.0408      8.54%
32930.68/1663.09	c      1663            200         199        20         241.0000         222.0408      8.54%
33031.78/1668.18	c      1668            201         200        20         241.0000         222.0408      8.54%
33132.15/1673.27	c      1673            202         201        20         241.0000         222.0408      8.54%
33231.26/1678.29	c      1678            204         203        20         241.0000         222.0408      8.54%
33334.34/1683.42	c      1683            204         203        20         241.0000         222.0408      8.54%
33433.43/1688.44	c      1688            204         203        20         241.0000         222.0408      8.54%
33538.53/1693.78	c      1694            204         203        20         241.0000         222.0408      8.54%
33639.55/1698.88	c      1699            204         203        20         241.0000         222.0408      8.54%
33743.23/1704.03	c      1704            206         205        20         241.0000         222.0408      8.54%
33845.53/1709.26	c      1709            206         205        20         241.0000         222.0408      8.54%
33946.61/1714.32	c      1714            208         207        20         241.0000         222.0408      8.54%
34049.67/1719.57	c      1720            208         207        20         241.0000         222.0408      8.54%
34152.67/1724.70	c      1725            211         210        20         241.0000         222.0408      8.54%
34251.77/1729.79	c      1730            214         213        20         241.0000         222.0408      8.54%
34357.44/1735.13	c      1735            214         213        20         241.0000         222.0408      8.54%
34461.87/1740.33	c      1740            215         214        20         241.0000         222.0408      8.54%
34562.91/1745.41	c      1745            216         215        20         241.0000         222.0408      8.54%
34661.93/1750.48	c      1750            217         216        20         241.0000         222.0408      8.54%
34766.98/1755.73	c      1756            220         219        20         241.0000         222.0408      8.54%
34866.09/1760.73	c      1761            221         220        20         241.0000         222.0408      8.54%
34969.04/1765.96	c      1766            222         221        20         241.0000         222.0408      8.54%
35070.83/1771.12	c      1771            222         221        20         241.0000         222.0408      8.54%
35177.14/1776.41	c      1776            223         222        20         241.0000         222.0408      8.54%
35280.21/1781.60	c      1782            224         223        20         241.0000         222.0408      8.54%
35383.21/1786.81	c      1787            226         225        20         241.0000         222.0408      8.54%
35484.28/1791.96	c      1792            226         225        20         241.0000         222.0408      8.54%
35583.35/1797.01	c      1797            227         226        20         241.0000         222.0408      8.54%
35687.12/1802.16	c      1802            227         226        20         241.0000         222.0408      8.54%
35787.45/1807.28	c      1807            227         226        20         241.0000         222.0408      8.54%
35888.53/1812.30	c      1812            229         228        20         241.0000         222.0408      8.54%
35989.61/1817.44	c      1817            229         228        20         241.0000         222.0408      8.54%
36092.68/1822.62	c      1823            229         228        20         241.0000         222.0408      8.54%
36193.75/1827.78	c      1828            231         230        20         241.0000         222.0408      8.54%
36294.84/1832.89	c      1833            232         231        20         241.0000         222.0408      8.54%
36398.51/1838.09	c      1838            232         231        20         241.0000         222.0408      8.54%
36499.86/1843.15	c      1843            234         233        20         241.0000         222.0408      8.54%
36602.08/1848.34	c      1848            234         233        20         241.0000         222.0408      8.54%
36705.18/1853.50	c      1854            235         234        20         241.0000         222.0408      8.54%
36808.26/1858.70	c      1859            236         235        20         241.0000         222.0408      8.54%
36909.43/1863.83	c      1864            240         239        20         241.0000         222.0408      8.54%
37008.64/1868.87	c      1869            241         240        20         241.0000         222.0408      8.54%
37114.18/1874.16	c      1874            241         240        20         241.0000         222.0408      8.54%
37216.54/1879.36	c      1879            243         242        20         241.0000         222.0408      8.54%
37315.63/1884.37	c      1884            245         244        20         241.0000         222.0408      8.54%
37416.69/1889.49	c      1889            246         245        20         241.0000         222.0408      8.54%
37521.69/1894.76	c      1895            246         245        20         241.0000         222.0408      8.54%
37620.83/1899.77	c      1900            246         245        20         241.0000         222.0408      8.54%
37719.97/1904.79	c      1905            249         248        20         241.0000         222.0408      8.54%
37823.10/1909.90	c      1910            249         248        20         241.0000         222.0408      8.54%
37926.81/1915.14	c      1915            249         248        20         241.0000         222.0408      8.54%
38029.29/1920.31	c      1920            251         250        20         241.0000         222.0408      8.54%
38128.41/1925.35	c      1925            251         252        20         241.0000         222.0408      8.54%
38229.61/1930.46	c      1930            251         252        20         241.0000         222.0408      8.54%
38338.63/1935.97	c      1936            251         252        20         241.0000         222.0408      8.54%
38443.74/1941.28	c      1941            251         252        20         241.0000         222.0408      8.54%
38544.87/1946.35	c      1946            251         252        20         241.0000         222.0408      8.54%
38646.00/1951.41	c      1951            251         252        20         241.0000         222.0408      8.54%
38745.14/1956.43	c      1956            251         252        20         241.0000         222.0408      8.54%
38850.22/1961.78	c      1962            251         252        20         241.0000         222.0408      8.54%
38951.33/1966.81	c      1967            252         251        20         241.0000         222.0408      8.54%
39055.12/1972.05	c      1972            254         253        20         241.0000         222.0408      8.54%
39154.26/1977.06	c      1977            254         253        20         241.0000         222.0408      8.54%
39253.39/1982.10	c      1982            254         253        20         241.0000         222.0408      8.54%
39357.76/1987.36	c      1987            254         253        20         241.0000         222.0408      8.54%
39462.83/1992.63	c      1993            254         253        20         241.0000         222.0408      8.54%
39563.93/1997.77	c      1998            255         254        20         241.0000         222.0408      8.54%
39665.02/2002.86	c      2003            255         254        20         241.0000         222.0408      8.54%
39766.11/2007.97	c      2008            255         254        20         241.0000         222.0408      8.54%
39865.24/2013.01	c      2013            257         256        20         241.0000         222.0408      8.54%
39967.03/2018.06	c      2018            260         259        20         241.0000         222.0408      8.54%
40073.25/2023.46	c      2023            260         259        20         241.0000         222.0408      8.54%
40174.36/2028.55	c      2029            261         260        20         241.0000         222.0408      8.54%
40275.47/2033.62	c      2034            263         262        20         241.0000         222.0621      8.53%
40376.56/2038.71	c      2039            263         262        20         241.0000         222.0621      8.53%
40475.68/2043.76	c      2044            264         263        20         241.0000         222.0621      8.53%
40576.76/2048.81	c      2049            264         263        20         241.0000         222.0621      8.53%
40680.26/2054.12	c      2054            264         263        20         241.0000         222.0621      8.53%
40784.68/2059.31	c      2059            266         265        20         241.0000         222.0621      8.53%
40893.68/2064.89	c      2065            266         265        20         241.0000         222.0621      8.53%
40994.76/2069.93	c      2070            269         268        20         241.0000         222.0621      8.53%
41096.51/2075.05	c      2075            271         270        20         241.0000         222.0621      8.53%
41202.83/2080.49	c      2080            271         270        20         241.0000         222.0621      8.53%
41305.89/2085.61	c      2086            273         272        20         241.0000         222.0621      8.53%
41413.65/2091.05	c      2091            275         274        20         241.0000         222.0621      8.53%
41515.99/2096.24	c      2096            275         274        20         241.0000         222.0621      8.53%
41619.05/2101.50	c      2102            276         275        20         241.0000         222.0621      8.53%
41720.15/2106.51	c      2107            276         275        20         241.0000         222.0621      8.53%
41821.24/2111.62	c      2112            278         277        20         241.0000         222.0621      8.53%
41922.31/2116.70	c      2117            279         278        20         241.0000         222.0621      8.53%
42021.43/2121.77	c      2122            282         281        20         241.0000         222.0621      8.53%
42120.53/2126.78	c      2127            282         281        20         241.0000         222.0621      8.53%
42221.62/2131.88	c      2132            272         271        20         241.0000         222.0695      8.52%
42325.51/2137.09	c      2137            272         271        20         241.0000         222.0695      8.52%
42429.75/2142.37	c      2142            273         272        20         241.0000         222.0695      8.52%
42528.85/2147.39	c      2147            274         273        20         241.0000         222.0695      8.52%
42631.94/2152.52	c      2153            274         273        20         241.0000         222.0695      8.52%
42735.01/2157.79	c      2158            275         274        20         241.0000         222.0695      8.52%
42838.10/2163.03	c      2163            275         274        20         241.0000         222.0695      8.52%
42943.14/2168.26	c      2168            276         275        20         241.0000         222.0695      8.52%
43046.24/2173.47	c      2173            276         275        20         241.0000         222.0695      8.52%
43147.34/2178.51	c      2179            277         276        20         241.0000         222.0695      8.52%
43248.46/2183.62	c      2184            277         276        20         241.0000         222.0695      8.52%
43347.09/2188.69	c      2189            278         277        20         241.0000         222.0695      8.52%
43452.18/2193.93	c      2194            278         277        20         241.0000         222.0695      8.52%
43551.30/2198.97	c      2199            278         277        20         241.0000         222.0695      8.52%
43650.43/2204.01	c      2204            279         278        20         241.0000         222.0695      8.52%
43752.34/2209.10	c      2209            280         279        20         241.0000         222.0695      8.52%
43854.61/2214.21	c      2214            281         280        20         241.0000         222.0695      8.52%
43957.63/2219.46	c      2219            281         280        20         241.0000         222.0695      8.52%
44058.73/2224.59	c      2225            282         281        20         241.0000         222.1406      8.49%
44159.86/2229.68	c      2230            283         282        20         241.0000         222.1406      8.49%
44258.98/2234.69	c      2235            284         283        20         241.0000         222.1406      8.49%
44364.00/2239.91	c      2240            284         283        20         241.0000         222.1406      8.49%
44463.12/2245.03	c      2245            284         283        20         241.0000         222.1406      8.49%
44565.05/2250.10	c      2250            285         284        20         241.0000         222.1406      8.49%
44669.30/2255.35	c      2255            285         284        20         241.0000         222.1406      8.49%
44770.43/2260.44	c      2260            285         284        20         241.0000         222.1406      8.49%
44869.56/2265.50	c      2266            286         285        20         241.0000         222.1406      8.49%
44970.69/2270.55	c      2271            286         285        20         241.0000         222.1406      8.49%
45073.79/2275.70	c      2276            287         286        20         241.0000         222.1406      8.49%
45172.92/2280.72	c      2281            287         286        20         241.0000         222.1406      8.49%
45274.03/2285.89	c      2286            288         287        20         241.0000         222.1406      8.49%
45374.97/2290.94	c      2291            289         288        20         241.0000         222.1406      8.49%
45478.76/2296.19	c      2296            289         288        20         241.0000         222.1406      8.49%
45579.19/2301.23	c      2301            290         289        20         241.0000         222.1406      8.49%
45678.30/2306.26	c      2306            292         291        20         241.0000         222.1811      8.47%
45779.43/2311.36	c      2311            292         291        20         241.0000         222.1811      8.47%
45880.57/2316.49	c      2316            293         292        20         241.0000         222.1811      8.47%
45981.68/2321.55	c      2322            293         292        20         241.0000         222.1811      8.47%
46084.79/2326.79	c      2327            294         293        20         241.0000         222.1811      8.47%
46187.89/2332.00	c      2332            294         293        20         241.0000         222.1811      8.47%
46287.01/2337.02	c      2337            294         293        20         241.0000         222.1811      8.47%
46396.07/2342.43	c      2342            296         295        20         241.0000         222.1811      8.47%
46499.17/2347.63	c      2348            296         295        20         241.0000         222.1811      8.47%
46602.27/2352.81	c      2353            296         295        20         241.0000         222.1811      8.47%
46703.39/2357.93	c      2358            298         297        20         241.0000         222.1811      8.47%
46802.47/2363.00	c      2363            298         297        20         241.0000         222.1811      8.47%
46901.41/2368.02	c      2368            299         298        20         241.0000         222.1811      8.47%
47005.40/2373.16	c      2373            300         299        20         241.0000         222.1811      8.47%
47104.28/2378.17	c      2378            300         299        20         241.0000         222.1811      8.47%
47204.56/2383.20	c      2383            301         300        20         241.0000         222.1811      8.47%
47303.66/2388.29	c      2388            302         301        20         241.0000         222.1857      8.47%
47408.73/2393.53	c      2394            302         301        20         241.0000         222.1857      8.47%
47509.81/2398.65	c      2399            302         301        20         241.0000         222.1857      8.47%
47608.90/2403.66	c      2404            303         302        20         241.0000         222.1857      8.47%
47713.95/2408.92	c      2409            304         303        20         241.0000         222.1857      8.47%
47815.92/2414.08	c      2414            304         303        20         241.0000         222.1857      8.47%
47914.81/2419.13	c      2419            306         305        20         241.0000         222.1857      8.47%
48015.88/2424.15	c      2424            306         305        20         241.0000         222.1857      8.47%
48116.27/2429.29	c      2429            307         306        20         241.0000         222.1857      8.47%
48217.35/2434.36	c      2434            308         307        20         241.0000         222.1857      8.47%
48316.47/2439.37	c      2439            308         307        20         241.0000         222.1857      8.47%
48415.61/2444.38	c      2444            310         309        20         241.0000         222.1857      8.47%
48516.76/2449.43	c      2449            310         309        20         241.0000         222.1857      8.47%
48615.93/2454.47	c      2454            311         310        20         241.0000         222.1857      8.47%
48717.07/2459.55	c      2460            312         311        20         241.0000         222.1898      8.47%
48818.33/2464.69	c      2465            312         311        20         241.0000         222.1898      8.47%
48926.10/2470.07	c      2470            313         312        20         241.0000         222.1898      8.47%
49025.26/2475.13	c      2475            314         313        20         241.0000         222.1898      8.47%
49129.56/2480.37	c      2480            315         314        20         241.0000         222.1898      8.47%
49230.68/2485.42	c      2485            316         315        20         241.0000         222.1898      8.47%
49335.79/2490.74	c      2491            316         315        20         241.0000         222.1898      8.47%
49434.94/2495.78	c      2496            317         316        20         241.0000         222.1898      8.47%
49540.59/2501.13	c      2501            318         317        20         241.0000         222.1898      8.47%
49649.11/2506.51	c      2507            318         317        20         241.0000         222.1898      8.47%
49750.25/2511.64	c      2512            319         318        20         241.0000         222.1898      8.47%
49851.39/2516.76	c      2517            319         318        20         241.0000         222.1898      8.47%
49954.52/2521.94	c      2522            320         319        20         241.0000         222.1898      8.47%
50056.27/2527.05	c      2527            320         319        20         241.0000         222.1898      8.47%
50155.57/2532.09	c      2532            322         321        20         241.0000         222.2210      8.45%
50254.54/2537.13	c      2537            322         321        20         241.0000         222.2210      8.45%
50361.00/2542.40	c      2542            323         322        20         241.0000         222.2210      8.45%
50460.14/2547.47	c      2547            323         322        20         241.0000         222.2210      8.45%
50561.27/2552.57	c      2553            324         323        20         241.0000         222.2210      8.45%
50662.39/2557.67	c      2558            325         324        20         241.0000         222.2210      8.45%
50763.38/2562.79	c      2563            326         325        20         241.0000         222.2210      8.45%
50866.49/2567.91	c      2568            326         325        20         241.0000         222.2210      8.45%
50965.55/2572.98	c      2573            328         327        20         241.0000         222.2210      8.45%
51069.24/2578.13	c      2578            328         327        20         241.0000         222.2210      8.45%
51168.52/2583.17	c      2583            329         328        20         241.0000         222.2210      8.45%
51270.75/2588.33	c      2588            330         329        20         241.0000         222.2210      8.45%
51369.89/2593.34	c      2593            330         329        20         241.0000         222.2210      8.45%
51472.97/2598.53	c      2599            331         330        20         241.0000         222.2210      8.45%
51574.08/2603.67	c      2604            332         331        20         241.0000         222.2688      8.43%
51675.18/2608.73	c      2609            332         331        20         241.0000         222.2688      8.43%
51774.32/2613.77	c      2614            333         332        20         241.0000         222.2688      8.43%
51877.41/2619.00	c      2619            333         332        20         241.0000         222.2688      8.43%
51979.15/2624.04	c      2624            334         333        20         241.0000         222.2688      8.43%
52081.58/2629.23	c      2629            334         333        20         241.0000         222.2688      8.43%
52180.72/2634.25	c      2634            334         333        20         241.0000         222.2688      8.43%
52283.83/2639.41	c      2639            335         334        20         241.0000         222.2688      8.43%
52382.97/2644.47	c      2644            336         335        20         241.0000         222.2688      8.43%
52484.12/2649.54	c      2650            336         335        20         241.0000         222.2688      8.43%
52587.24/2654.70	c      2655            338         337        20         241.0000         222.2688      8.43%
52686.33/2659.79	c      2660            338         337        20         241.0000         222.2688      8.43%
52787.48/2664.82	c      2665            340         339        20         241.0000         222.2688      8.43%
52888.63/2669.96	c      2670            340         339        20         241.0000         222.2688      8.43%
52987.80/2675.01	c      2675            341         340        20         241.0000         222.2688      8.43%
53092.91/2680.25	c      2680            342         341        20         241.0000         222.2764      8.42%
53194.02/2685.36	c      2685            342         341        20         241.0000         222.2764      8.42%
53293.19/2690.37	c      2690            342         341        20         241.0000         222.2764      8.42%
53394.34/2695.46	c      2695            343         342        20         241.0000         222.2764      8.42%
53499.46/2700.77	c      2701            346         345        20         241.0000         222.2764      8.42%
53600.62/2705.87	c      2706            346         345        20         241.0000         222.2764      8.42%
53701.66/2710.92	c      2711            347         346        20         241.0000         222.2764      8.42%
53800.70/2715.98	c      2716            347         346        20         241.0000         222.2764      8.42%
53904.55/2721.18	c      2721            348         347        20         241.0000         222.2764      8.42%
54003.71/2726.19	c      2726            350         349        20         241.0000         222.2764      8.42%
54108.11/2731.40	c      2731            350         349        20         241.0000         222.2764      8.42%
54209.25/2736.53	c      2737            350         349        20         241.0000         222.2764      8.42%
54310.33/2741.62	c      2742            350         349        20         241.0000         222.2764      8.42%
54413.16/2746.82	c      2747            351         350        20         241.0000         222.2764      8.42%
54516.98/2752.09	c      2752            352         351        20         241.0000         222.2764      8.42%
54618.14/2757.19	c      2757            352         351        20         241.0000         222.2764      8.42%
54720.53/2762.37	c      2762            353         352        20         241.0000         222.2764      8.42%
54821.67/2767.44	c      2767            353         352        20         241.0000         222.2764      8.42%
54924.76/2772.60	c      2773            353         352        20         241.0000         222.2764      8.42%
55025.88/2777.71	c      2778            355         354        20         241.0000         222.2764      8.42%
55127.00/2782.90	c      2783            356         355        20         241.0000         222.2764      8.42%
55228.08/2787.98	c      2788            358         357        20         241.0000         222.2764      8.42%
55331.85/2793.16	c      2793            358         357        20         241.0000         222.2764      8.42%
55438.26/2798.50	c      2798            359         358        20         241.0000         222.2764      8.42%
55537.29/2803.55	c      2804            360         359        20         241.0000         222.2764      8.42%
55640.41/2808.74	c      2809            361         360        20         241.0000         222.2764      8.42%
55739.57/2813.79	c      2814            362         361        20         241.0000         222.2764      8.42%
55840.73/2818.82	c      2819            364         365        20         241.0000         222.2764      8.42%
55941.95/2823.90	c      2824            364         365        20         241.0000         222.2764      8.42%
56041.12/2828.99	c      2829            364         365        20         241.0000         222.2764      8.42%
56142.86/2834.12	c      2834            364         365        20         241.0000         222.2764      8.42%
56244.36/2839.16	c      2839            364         365        20         241.0000         222.2764      8.42%
56352.45/2844.63	c      2845            364         365        20         241.0000         222.2764      8.42%
56453.60/2849.74	c      2850            364         365        20         241.0000         222.2764      8.42%
56552.75/2854.76	c      2855            364         365        20         241.0000         222.2764      8.42%
56651.92/2859.77	c      2860            364         365        20         241.0000         222.2764      8.42%
56753.09/2864.80	c      2865            364         365        20         241.0000         222.2764      8.42%
56856.92/2870.13	c      2870            364         365        20         241.0000         222.2764      8.42%
56958.03/2875.20	c      2875            364         365        20         241.0000         222.2764      8.42%
57060.52/2880.38	c      2880            364         365        20         241.0000         222.2764      8.42%
57167.52/2885.74	c      2886            364         365        20         241.0000         222.2764      8.42%
57268.67/2890.80	c      2891            365         364        20         241.0000         222.2764      8.42%
57369.76/2895.94	c      2896            365         364        20         241.0000         222.2764      8.42%
57471.56/2901.07	c      2901            365         364        20         241.0000         222.2764      8.42%
57572.59/2906.17	c      2906            367         366        20         241.0000         222.2764      8.42%
57676.91/2911.45	c      2911            369         368        20         241.0000         222.2764      8.42%
57777.99/2916.54	c      2917            369         368        20         241.0000         222.2764      8.42%
57885.06/2921.90	c      2922            369         370        20         241.0000         222.2764      8.42%
57988.70/2927.13	c      2927            369         370        20         241.0000         222.2764      8.42%
58093.14/2932.43	c      2932            369         370        20         241.0000         222.2764      8.42%
58198.23/2937.74	c      2938            369         370        20         241.0000         222.2764      8.42%
58299.35/2942.81	c      2943            369         370        20         241.0000         222.2764      8.42%
58400.27/2947.98	c      2948            369         370        20         241.0000         222.2764      8.42%
58509.30/2953.43	c      2953            369         370        20         241.0000         222.2764      8.42%
58610.30/2958.51	c      2959            372         371        20         241.0000         222.2764      8.42%
58713.35/2963.73	c      2964            372         371        20         241.0000         222.2764      8.42%
58814.20/2968.88	c      2969            373         372        20         241.0000         222.2764      8.42%
58919.83/2974.19	c      2974            373         372        20         241.0000         222.2764      8.42%
59022.21/2979.33	c      2979            373         374        20         241.0000         222.2764      8.42%
59121.36/2984.35	c      2984            373         374        20         241.0000         222.2764      8.42%
59222.48/2989.49	c      2989            373         374        20         241.0000         222.2764      8.42%
59323.62/2994.57	c      2995            373         374        20         241.0000         222.2764      8.42%
59422.76/2999.58	c      3000            373         374        20         241.0000         222.2764      8.42%
59527.85/3004.82	c      3005            374         373        20         241.0000         222.2764      8.42%
59627.01/3009.87	c      3010            375         376        20         241.0000         222.2764      8.42%
59726.17/3014.89	c      3015            377         376        20         241.0000         222.2764      8.42%
59827.26/3019.91	c      3020            378         377        20         241.0000         222.2764      8.42%
59926.37/3024.97	c      3025            378         377        20         241.0000         222.2764      8.42%
60030.17/3030.17	c      3030            381         380        20         241.0000         222.2764      8.42%
60129.29/3035.19	c      3035            382         381        20         241.0000         222.2764      8.42%
60233.64/3040.44	c      3040            382         381        20         241.0000         222.2764      8.42%
60332.71/3045.49	c      3045            383         382        20         241.0000         222.2764      8.42%
60433.65/3050.51	c      3051            383         382        20         241.0000         222.2764      8.42%
60536.71/3055.72	c      3056            385         384        20         241.0000         222.2764      8.42%
60635.79/3060.73	c      3061            386         385        20         241.0000         222.2764      8.42%
60738.83/3066.00	c      3066            387         386        20         241.0000         222.2764      8.42%
60840.44/3071.08	c      3071            389         388        20         241.0000         222.2764      8.42%
60944.63/3076.31	c      3076            390         389        20         241.0000         222.2764      8.42%
61051.45/3081.72	c      3082            392         391        20         241.0000         222.2764      8.42%
61150.89/3086.85	c      3087            393         392        20         241.0000         222.2764      8.42%
61255.76/3092.19	c      3092            393         392        20         241.0000         222.2764      8.42%
61363.72/3097.65	c      3098            393         392        20         241.0000         222.2764      8.42%
61464.63/3102.78	c      3103            395         394        20         241.0000         222.2764      8.42%
61567.48/3107.91	c      3108            395         394        20         241.0000         222.2764      8.42%
61669.18/3113.13	c      3113            395         394        20         241.0000         222.2764      8.42%
61777.18/3118.52	c      3119            395         394        20         241.0000         222.2764      8.42%
61876.08/3123.55	c      3124            396         395        20         241.0000         222.2764      8.42%
61976.96/3128.61	c      3129            397         396        20         241.0000         222.2764      8.42%
62077.84/3133.73	c      3134            398         397        20         241.0000         222.2764      8.42%
62180.67/3139.00	c      3139            399         398        20         241.0000         222.2764      8.42%
62289.46/3144.43	c      3144            400         399        20         241.0000         222.2764      8.42%
62396.21/3149.81	c      3150            401         400        20         241.0000         222.2764      8.42%
62499.74/3155.13	c      3155            401         400        20         241.0000         222.2764      8.42%
62601.91/3160.26	c      3160            403         402        20         241.0000         222.2768      8.42%
62708.71/3165.63	c      3166            404         403        20         241.0000         222.2768      8.42%
62813.56/3171.00	c      3171            404         403        20         241.0000         222.2768      8.42%
62915.25/3176.04	c      3176            404         403        20         241.0000         222.2768      8.42%
63017.29/3181.27	c      3181            406         405        20         241.0000         222.2768      8.42%
63118.18/3186.32	c      3186            407         406        20         241.0000         222.2768      8.42%
63217.09/3191.34	c      3191            407         406        20         241.0000         222.2768      8.42%
63319.97/3196.58	c      3197            409         408        20         241.0000         222.2768      8.42%
63424.84/3201.89	c      3202            409         408        20         241.0000         222.2768      8.42%
63530.33/3207.13	c      3207            410         409        20         241.0000         222.2768      8.42%
63632.57/3212.32	c      3212            410         409        20         241.0000         222.2768      8.42%
63731.54/3217.35	c      3217            412         411        20         241.0000         222.2768      8.42%
63832.52/3222.49	c      3222            413         412        20         241.0000         222.2768      8.42%
63935.51/3227.61	c      3228            413         412        20         241.0000         222.2768      8.42%
64043.14/3233.04	c      3233            414         413        20         241.0000         222.2768      8.42%
64142.26/3238.05	c      3238            414         413        20         241.0000         222.2768      8.42%
64244.47/3243.26	c      3243            416         415        20         241.0000         222.2768      8.42%
64347.47/3248.45	c      3248            418         417        20         241.0000         222.2768      8.42%
64454.45/3253.89	c      3254            420         419        20         241.0000         222.2768      8.42%
64555.47/3258.92	c      3259            421         420        20         241.0000         222.2768      8.42%
64654.47/3263.94	c      3264            421         420        20         241.0000         222.2768      8.42%
64756.00/3269.03	c      3269            423         422        20         241.0000         222.2768      8.42%
64860.35/3274.33	c      3274            423         422        20         241.0000         222.2768      8.42%
64959.40/3279.38	c      3279            425         424        20         241.0000         222.2768      8.42%
65062.43/3284.56	c      3285            427         426        20         241.0000         222.2768      8.42%
65163.46/3289.61	c      3290            427         426        20         241.0000         222.2768      8.42%
65264.45/3294.74	c      3295            428         427        20         241.0000         222.2768      8.42%
65365.46/3299.83	c      3300            430         429        20         241.0000         222.2768      8.42%
65464.49/3304.87	c      3305            432         431        20         241.0000         222.2768      8.42%
65565.50/3309.91	c      3310            432         431        20         241.0000         222.2768      8.42%
65664.54/3314.96	c      3315            434         433        20         241.0000         222.2768      8.42%
65763.57/3320.00	c      3320            435         434        20         241.0000         222.2768      8.42%
65867.31/3325.14	c      3325            437         436        20         241.0000         222.2768      8.42%
65967.61/3330.25	c      3330            437         436        20         241.0000         222.2768      8.42%
66066.67/3335.29	c      3335            437         436        20         241.0000         222.2768      8.42%
66173.66/3340.62	c      3341            437         436        20         241.0000         222.2768      8.42%
66278.69/3345.96	c      3346            438         437        20         241.0000         222.2768      8.42%
66377.77/3351.02	c      3351            438         437        20         241.0000         222.2768      8.42%
66479.46/3356.06	c      3356            440         439        20         241.0000         222.2768      8.42%
66580.53/3361.17	c      3361            442         441        20         241.0000         222.2768      8.42%
66684.79/3366.42	c      3366            443         442        20         241.0000         222.2768      8.42%
66785.88/3371.57	c      3372            444         443        20         241.0000         222.2768      8.42%
66888.97/3376.77	c      3377            444         443        20         241.0000         222.2768      8.42%
66990.07/3381.80	c      3382            446         445        20         241.0000         222.2768      8.42%
67091.02/3386.93	c      3387            447         446        20         241.0000         222.2768      8.42%
67190.14/3391.96	c      3392            447         446        20         241.0000         222.2768      8.42%
67289.24/3396.98	c      3397            448         447        20         241.0000         222.2768      8.42%
67390.90/3402.07	c      3402            450         449        20         241.0000         222.2768      8.42%
67492.16/3407.14	c      3407            451         450        20         241.0000         222.2768      8.42%
67596.48/3412.42	c      3412            452         451        20         241.0000         222.3077      8.41%
67699.27/3417.67	c      3418            453         452        20         241.0000         222.3077      8.41%
67802.21/3422.83	c      3423            454         453        20         241.0000         222.3077      8.41%
67901.27/3427.89	c      3428            455         454        20         241.0000         222.3077      8.41%
68002.30/3433.02	c      3433            456         455        20         241.0000         222.3077      8.41%
68107.27/3438.20	c      3438            457         456        20         241.0000         222.3077      8.41%
68206.32/3443.25	c      3443            457         456        20         241.0000         222.3077      8.41%
68305.33/3448.26	c      3448            459         458        20         241.0000         222.3077      8.41%
68410.34/3453.52	c      3454            460         459        20         241.0000         222.3077      8.41%
68513.38/3458.74	c      3459            460         459        20         241.0000         222.3077      8.41%
68619.11/3464.10	c      3464            461         460        20         241.0000         222.3077      8.41%
68721.46/3469.24	c      3469            461         460        20         241.0000         222.3077      8.41%
68822.53/3474.32	c      3474            463         462        20         241.0000         222.3077      8.41%
68921.62/3479.36	c      3479            463         462        20         241.0000         222.3077      8.41%
69020.73/3484.37	c      3484            463         462        20         241.0000         222.3077      8.41%
69121.68/3489.49	c      3489            463         462        20         241.0000         222.3077      8.41%
69224.58/3494.69	c      3495            464         463        20         241.0000         222.3077      8.41%
69329.45/3500.02	c      3500            465         464        20         241.0000         222.3077      8.41%
69430.99/3505.12	c      3505            465         464        20         241.0000         222.3077      8.41%
69532.05/3510.18	c      3510            466         465        20         241.0000         222.3077      8.41%
69634.12/3515.33	c      3515            466         465        20         241.0000         222.3077      8.41%
69735.04/3520.42	c      3520            466         465        20         241.0000         222.3077      8.41%
69835.97/3525.54	c      3526            468         467        20         241.0000         222.3077      8.41%
69936.89/3530.64	c      3531            470         469        20         241.0000         222.3077      8.41%
70041.80/3535.93	c      3536            470         469        20         241.0000         222.3077      8.41%
70140.75/3540.96	c      3541            471         470        20         241.0000         222.3077      8.41%
70242.28/3546.03	c      3546            472         471        20         241.0000         222.3360      8.39%
70341.34/3551.13	c      3551            473         472        20         241.0000         222.3360      8.39%
70443.49/3556.26	c      3556            473         472        20         241.0000         222.3360      8.39%
70546.38/3561.42	c      3561            473         472        20         241.0000         222.3360      8.39%
70653.15/3566.80	c      3567            474         473        20         241.0000         222.3360      8.39%
70752.08/3571.82	c      3572            474         473        20         241.0000         222.3360      8.39%
70853.01/3577.02	c      3577            476         475        20         241.0000         222.3360      8.39%
70954.55/3582.10	c      3582            476         475        20         241.0000         222.3360      8.39%
71060.78/3587.41	c      3587            477         476        20         241.0000         222.3360      8.39%
71161.70/3592.53	c      3593            478         477        20         241.0000         222.3360      8.39%
71262.66/3597.66	c      3598            479         478        20         241.0000         222.3360      8.39%
71363.61/3602.79	c      3603            480         479        20         241.0000         222.3360      8.39%
71464.59/3607.86	c      3608            480         479        20         241.0000         222.3360      8.39%
71565.50/3612.97	c      3613            481         480        20         241.0000         222.3360      8.39%
71664.43/3618.03	c      3618            483         482        20         241.0000         222.3360      8.39%
71771.31/3623.30	c      3623            483         482        20         241.0000         222.3360      8.39%
71870.20/3628.39	c      3628            484         483        20         241.0000         222.3360      8.39%
71971.16/3633.45	c      3633            484         483        20         241.0000         222.3360      8.39%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (176712 MiB free)
  memory of node 1: 193531 MiB (185333 MiB free)
  memory of node 2: 193531 MiB (193119 MiB free)
  memory of node 3: 193531 MiB (175999 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-4465170-1722460716/watcher-4465170-1722460716 -o /tmp/evaluation-result-4465170-1722460716/solver-4465170-1722460716 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68157 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465170-1722460716.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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=74388, runsolver pid=74385
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 81.13 80.62 80.51 62/981 74389
/proc/meminfo: memFree=748637216/790760800 swapFree=131071996/131071996
[pid=74388] ppid=74385 vsize=101392 memory=86456 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/stat : 74388 (fscip) R 74385 74388 68145 0 -1 4194304 20011 0 0 0 8 3 0 0 20 0 1 0 12658413 103825408 21614 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
/proc/74388/statm: 25348 21614 2614 3035 0 21744 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 101392 KiB
Current children cumulated memory: 86456 KiB

[startup+0.219909 s]*
/proc/loadavg: 81.13 80.62 80.51 63/981 74389
/proc/meminfo: memFree=748623464/790760800 swapFree=131071996/131071996
[pid=74388] ppid=74385 vsize=113656 memory=100016 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/stat : 74388 (fscip) R 74385 74388 68145 0 -1 4194304 29530 0 0 0 18 4 0 0 20 0 1 0 12658413 116383744 25004 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
/proc/74388/statm: 28414 25004 2710 3035 0 24810 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 113656 KiB
Current children cumulated memory: 100016 KiB

[startup+0.320542 s]*
/proc/loadavg: 81.13 80.62 80.51 64/981 74389
/proc/meminfo: memFree=748615252/790760800 swapFree=131071996/131071996
[pid=74388] ppid=74385 vsize=116848 memory=103492 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/stat : 74388 (fscip) R 74385 74388 68145 0 -1 4194304 31902 0 0 0 28 5 0 0 20 0 1 0 12658413 119652352 25873 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
/proc/74388/statm: 29212 25873 2726 3035 0 25608 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 116848 KiB
Current children cumulated memory: 103492 KiB

[startup+0.700562 s]
/proc/loadavg: 81.13 80.62 80.51 62/1001 74409
/proc/meminfo: memFree=748488700/790760800 swapFree=131071996/131071996
[pid=74388] ppid=74385 vsize=1633972 memory=400724 CPUtime=0.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/stat : 74388 (fscip) S 74385 74388 68145 0 -1 1077936128 104614 0 0 0 54 16 0 0 20 0 21 0 12658413 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
/proc/74388/statm: 408493 100181 2774 3035 0 144615 0
[pid=74388/tid=74390] ppid=74385 vsize=1633972 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74390/stat : 74390 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 0 0 0 0 20 0 21 0 12658454 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74391] ppid=74385 vsize=1633972 memory=2268 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74391/stat : 74391 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 1 0 0 0 20 0 21 0 12658454 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74392] ppid=74385 vsize=1633972 memory=16108 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74392/stat : 74392 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 1 0 0 0 20 0 21 0 12658454 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74393] ppid=74385 vsize=1633972 memory=5432 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74393/stat : 74393 (fscip) S 74385 74388 68145 0 -1 1077936192 4648 0 0 0 1 0 0 0 20 0 21 0 12658454 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74394] ppid=74385 vsize=1633972 memory=11424 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74394/stat : 74394 (fscip) S 74385 74388 68145 0 -1 1077936192 4646 0 0 0 1 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74395] ppid=74385 vsize=1633972 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74395/stat : 74395 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 1 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74396] ppid=74385 vsize=1633972 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74396/stat : 74396 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 1 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74397] ppid=74385 vsize=1633972 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74397/stat : 74397 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 0 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74398] ppid=74385 vsize=1633972 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74398/stat : 74398 (fscip) S 74385 74388 68145 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74399] ppid=74385 vsize=1633972 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74399/stat : 74399 (fscip) S 74385 74388 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74400] ppid=74385 vsize=1633972 memory=85826941 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74400/stat : 74400 (fscip) S 74385 74388 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74401] ppid=74385 vsize=1633972 memory=1996 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74401/stat : 74401 (fscip) S 74385 74388 68145 0 -1 1077936192 4646 0 0 0 1 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74402] ppid=74385 vsize=1633972 memory=1836 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74402/stat : 74402 (fscip) R 74385 74388 68145 0 -1 4194368 1900 0 0 0 0 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74403] ppid=74385 vsize=1633972 memory=38468 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74403/stat : 74403 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 1 0 0 0 20 0 21 0 12658455 1673187328 100181 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74404] ppid=74385 vsize=1633972 memory=2152 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74404/stat : 74404 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 1 0 0 0 20 0 21 0 12658455 1673187328 100247 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74405] ppid=74385 vsize=1633972 memory=6056 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74405/stat : 74405 (fscip) S 74385 74388 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12658455 1673187328 100247 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74406] ppid=74385 vsize=1633972 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74406/stat : 74406 (fscip) S 74385 74388 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12658455 1673187328 100247 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74407] ppid=74385 vsize=1633972 memory=54528 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74407/stat : 74407 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 0 1 0 0 20 0 21 0 12658455 1673187328 100247 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74408] ppid=74385 vsize=1633972 memory=33100 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74408/stat : 74408 (fscip) S 74385 74388 68145 0 -1 1077936192 4646 0 0 0 1 0 0 0 20 0 21 0 12658455 1673187328 100247 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74409] ppid=74385 vsize=1633972 memory=19580 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74409/stat : 74409 (fscip) S 74385 74388 68145 0 -1 1077936192 4647 0 0 0 1 0 0 0 20 0 21 0 12658455 1673187328 100247 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 1633972 KiB
Current children cumulated memory: 400724 KiB

[startup+1.50099 s]
/proc/loadavg: 81.13 80.62 80.51 81/1021 74429
/proc/meminfo: memFree=747530400/790760800 swapFree=131071996/131071996
[pid=74388] ppid=74385 vsize=3108612 memory=1936312 CPUtime=11.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/stat : 74388 (fscip) S 74385 74388 68145 0 -1 1077936128 529678 0 0 0 1073 113 0 0 20 0 41 0 12658413 3183218688 484012 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
/proc/74388/statm: 777153 484078 2934 3035 0 593383 0
[pid=74388/tid=74390] ppid=74385 vsize=3108612 memory=-3119187359407950675 CPUtime=0.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74390/stat : 74390 (fscip) R 74385 74388 68145 0 -1 4194368 22133 0 0 0 50 5 0 0 20 0 41 0 12658454 3183218688 484078 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74391] ppid=74385 vsize=3108612 memory=2268 CPUtime=0.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74391/stat : 74391 (fscip) R 74385 74388 68145 0 -1 4194368 21908 0 0 0 44 4 0 0 20 0 41 0 12658454 3183218688 484078 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74392] ppid=74385 vsize=3108612 memory=16108 CPUtime=0.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74392/stat : 74392 (fscip) R 74385 74388 68145 0 -1 4194368 31144 0 0 0 52 7 0 0 20 0 41 0 12658454 3183218688 484078 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74393] ppid=74385 vsize=3108612 memory=85826941 CPUtime=0.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74393/stat : 74393 (fscip) R 74385 74388 68145 0 -1 4194368 22123 0 0 0 52 4 0 0 20 0 41 0 12658454 3183218688 484078 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74394] ppid=74385 vsize=3108612 memory=5432 CPUtime=0.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74394/stat : 74394 (fscip) R 74385 74388 68145 0 -1 4194368 20218 0 0 0 54 4 0 0 20 0 41 0 12658455 3183218688 484078 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74395] ppid=74385 vsize=3108612 memory=318904 CPUtime=0.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74395/stat : 74395 (fscip) R 74385 74388 68145 0 -1 4194368 34117 0 0 0 55 7 0 0 20 0 41 0 12658455 3183218688 484078 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74396] ppid=74385 vsize=3108612 memory=0 CPUtime=0.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74396/stat : 74396 (fscip) R 74385 74388 68145 0 -1 4194368 22131 0 0 0 51 5 0 0 20 0 41 0 12658455 3183218688 484144 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74397] ppid=74385 vsize=3108612 memory=33100 CPUtime=0.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74397/stat : 74397 (fscip) R 74385 74388 68145 0 -1 4194368 21936 0 0 0 45 4 0 0 20 0 41 0 12658455 3183218688 484144 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74398] ppid=74385 vsize=3108612 memory=19580 CPUtime=0.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74398/stat : 74398 (fscip) R 74385 74388 68145 0 -1 4194368 31572 0 0 0 51 6 0 0 20 0 41 0 12658455 3183218688 484144 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74399] ppid=74385 vsize=3108612 memory=1996 CPUtime=0.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74399/stat : 74399 (fscip) R 74385 74388 68145 0 -1 4194368 22077 0 0 0 60 5 0 0 20 0 41 0 12658455 3183218688 484144 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74400] ppid=74385 vsize=3108612 memory=1836 CPUtime=0.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74400/stat : 74400 (fscip) R 74385 74388 68145 0 -1 4194368 22022 0 0 0 54 4 0 0 20 0 41 0 12658455 3183218688 484144 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74401] ppid=74385 vsize=3108612 memory=38468 CPUtime=0.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74401/stat : 74401 (fscip) R 74385 74388 68145 0 -1 4194368 28696 0 0 0 58 4 0 0 20 0 41 0 12658455 3183218688 484144 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74402] ppid=74385 vsize=3108612 memory=2152 CPUtime=0.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74402/stat : 74402 (fscip) R 74385 74388 68145 0 -1 4194368 22113 0 0 0 56 3 0 0 20 0 41 0 12658455 3183218688 484144 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74403] ppid=74385 vsize=3108612 memory=0 CPUtime=0.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74403/stat : 74403 (fscip) R 74385 74388 68145 0 -1 4194368 21877 0 0 0 43 4 0 0 20 0 41 0 12658455 3183218688 484144 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74404] ppid=74385 vsize=3108612 memory=0 CPUtime=0.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74404/stat : 74404 (fscip) R 74385 74388 68145 0 -1 4194368 30714 0 0 0 52 6 0 0 20 0 41 0 12658455 3183218688 484144 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74405] ppid=74385 vsize=3108612 memory=0 CPUtime=0.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74405/stat : 74405 (fscip) R 74385 74388 68145 0 -1 4194368 22128 0 0 0 56 4 0 0 20 0 41 0 12658455 3183218688 484210 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74406] ppid=74385 vsize=3108612 memory=6056 CPUtime=0.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74406/stat : 74406 (fscip) R 74385 74388 68145 0 -1 4194368 22323 0 0 0 45 4 0 0 20 0 41 0 12658455 3183218688 484210 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74407] ppid=74385 vsize=3108612 memory=25333125866717268 CPUtime=0.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74407/stat : 74407 (fscip) R 74385 74388 68145 0 -1 4194368 30708 0 0 0 48 8 0 0 20 0 41 0 12658455 3183218688 484210 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74408] ppid=74385 vsize=3108612 memory=54528 CPUtime=0.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74408/stat : 74408 (fscip) R 74385 74388 68145 0 -1 4194368 22064 0 0 0 53 4 0 0 20 0 41 0 12658455 3183218688 484210 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74409] ppid=74385 vsize=3108612 memory=0 CPUtime=0.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74409/stat : 74409 (fscip) R 74385 74388 68145 0 -1 4194368 20079 0 0 0 45 3 0 0 20 0 41 0 12658455 3183218688 484210 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74410] ppid=74385 vsize=3108612 memory=245652259128 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74410/stat : 74410 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484210 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74411] ppid=74385 vsize=3108612 memory=53000718778791 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74411/stat : 74411 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484210 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74412] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74412/stat : 74412 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484210 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74413] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74413/stat : 74413 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74414] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74414/stat : 74414 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74415] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74415/stat : 74415 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74416] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74416/stat : 74416 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74417] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74417/stat : 74417 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74418] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74418/stat : 74418 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74419] ppid=74385 vsize=3108612 memory=281097019922576 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74419/stat : 74419 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74420] ppid=74385 vsize=3108612 memory=6010170708043919445 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74420/stat : 74420 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74421] ppid=74385 vsize=3108612 memory=281097019958756 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74421/stat : 74421 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74422] ppid=74385 vsize=3108612 memory=7183673 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74422/stat : 74422 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74423] ppid=74385 vsize=3108612 memory=8866388753762467 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74423/stat : 74423 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74424] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74424/stat : 74424 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74425] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74425/stat : 74425 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74426] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74426/stat : 74426 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74427] ppid=74385 vsize=3108612 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74427/stat : 74427 (fscip) S 74385 74388 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658494 3183218688 484276 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0

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

/proc/74388/task/74409/stat : 74409 (fscip) R 74385 74388 68145 0 -1 4194368 1292134 0 0 0 355134 123 0 0 20 0 41 0 12658455 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74410] ppid=74385 vsize=6651660 memory=6796 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74410/stat : 74410 (fscip) S 74385 74388 68145 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74411] ppid=74385 vsize=6651660 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74411/stat : 74411 (fscip) S 74385 74388 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74412] ppid=74385 vsize=6651660 memory=13664 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74412/stat : 74412 (fscip) S 74385 74388 68145 0 -1 1077936192 100 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74413] ppid=74385 vsize=6651660 memory=10392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74413/stat : 74413 (fscip) S 74385 74388 68145 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74414] ppid=74385 vsize=6651660 memory=40372 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74414/stat : 74414 (fscip) S 74385 74388 68145 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74415] ppid=74385 vsize=6651660 memory=8240 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74415/stat : 74415 (fscip) S 74385 74388 68145 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74416] ppid=74385 vsize=6651660 memory=5633000 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74416/stat : 74416 (fscip) S 74385 74388 68145 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74417] ppid=74385 vsize=6651660 memory=5632940 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74417/stat : 74417 (fscip) S 74385 74388 68145 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74418] ppid=74385 vsize=6651660 memory=5643484 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74418/stat : 74418 (fscip) S 74385 74388 68145 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74419] ppid=74385 vsize=6651660 memory=5643484 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74419/stat : 74419 (fscip) S 74385 74388 68145 0 -1 1077936192 197 0 0 0 4 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74420] ppid=74385 vsize=6651660 memory=5644724 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74420/stat : 74420 (fscip) S 74385 74388 68145 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74421] ppid=74385 vsize=6651660 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74421/stat : 74421 (fscip) S 74385 74388 68145 0 -1 1077936192 189 0 0 0 2 1 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74422] ppid=74385 vsize=6651660 memory=5633208 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74422/stat : 74422 (fscip) S 74385 74388 68145 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74423] ppid=74385 vsize=6651660 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74423/stat : 74423 (fscip) S 74385 74388 68145 0 -1 1077936192 196 0 0 0 4 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74424] ppid=74385 vsize=6651660 memory=10392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74424/stat : 74424 (fscip) S 74385 74388 68145 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74425] ppid=74385 vsize=6651660 memory=5432 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74425/stat : 74425 (fscip) S 74385 74388 68145 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74426] ppid=74385 vsize=6651660 memory=13664 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74426/stat : 74426 (fscip) S 74385 74388 68145 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74427] ppid=74385 vsize=6651660 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74427/stat : 74427 (fscip) S 74385 74388 68145 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74428] ppid=74385 vsize=6651660 memory=11424 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74428/stat : 74428 (fscip) S 74385 74388 68145 0 -1 1077936192 199 0 0 0 0 2 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74429] ppid=74385 vsize=6651660 memory=13664 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74429/stat : 74429 (fscip) S 74385 74388 68145 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1408316 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
Current children cumulated CPU time: 70959.9 s
Current children cumulated vsize: 6651660 KiB
Current children cumulated memory: 5633264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.9 s]
/proc/loadavg: 80.41 80.24 79.96 81/1021 77068
/proc/meminfo: memFree=734634780/790760800 swapFree=131071996/131071996
[pid=74388] ppid=74385 vsize=6651660 memory=5638168 CPUtime=72000.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/stat : 74388 (fscip) S 74385 74388 68145 0 -1 1077936128 24077643 0 0 0 7196215 3865 0 0 20 0 41 0 12658413 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
/proc/74388/statm: 1662915 1409542 3014 3035 0 1559908 0
[pid=74388/tid=74390] ppid=74385 vsize=6651660 memory=28496 CPUtime=3606.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74390/stat : 74390 (fscip) R 74385 74388 68145 0 -1 4194368 994637 0 0 0 360505 106 0 0 20 0 41 0 12658454 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74391] ppid=74385 vsize=6651660 memory=281097019954368 CPUtime=3603.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74391/stat : 74391 (fscip) R 74385 74388 68145 0 -1 4194368 1213410 0 0 0 360221 124 0 0 20 0 41 0 12658454 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74392] ppid=74385 vsize=6651660 memory=281097022051120 CPUtime=3587.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74392/stat : 74392 (fscip) R 74385 74388 68145 0 -1 4194368 1595791 0 0 0 358373 398 0 0 20 0 41 0 12658454 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74393] ppid=74385 vsize=6651660 memory=54528 CPUtime=3597.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74393/stat : 74393 (fscip) R 74385 74388 68145 0 -1 4194368 978479 0 0 0 359608 102 0 0 20 0 41 0 12658454 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74394] ppid=74385 vsize=6651660 memory=281097020194240 CPUtime=3604.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74394/stat : 74394 (fscip) R 74385 74388 68145 0 -1 4194368 1111712 0 0 0 360339 118 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74395] ppid=74385 vsize=6651660 memory=25333125866717268 CPUtime=3592.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74395/stat : 74395 (fscip) R 74385 74388 68145 0 -1 4194368 1430347 0 0 0 358854 391 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74396] ppid=74385 vsize=6651660 memory=5656740 CPUtime=3600.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74396/stat : 74396 (fscip) R 74385 74388 68145 0 -1 4194368 941795 0 0 0 359923 107 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74397] ppid=74385 vsize=6651660 memory=5638168 CPUtime=3604.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74397/stat : 74397 (fscip) R 74385 74388 68145 0 -1 4194368 1209554 0 0 0 360381 113 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74398] ppid=74385 vsize=6651660 memory=31356 CPUtime=3593.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74398/stat : 74398 (fscip) R 74385 74388 68145 0 -1 4194368 1285459 0 0 0 359046 302 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74399] ppid=74385 vsize=6651660 memory=16108 CPUtime=3595.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74399/stat : 74399 (fscip) R 74385 74388 68145 0 -1 4194368 996853 0 0 0 359490 100 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74400] ppid=74385 vsize=6651660 memory=5638168 CPUtime=3606.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74400/stat : 74400 (fscip) R 74385 74388 68145 0 -1 4194368 1144261 0 0 0 360503 117 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74401] ppid=74385 vsize=6651660 memory=7112 CPUtime=3596.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74401/stat : 74401 (fscip) R 74385 74388 68145 0 -1 4194368 1636319 0 0 0 359226 439 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74402] ppid=74385 vsize=6651660 memory=85826941 CPUtime=3600.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74402/stat : 74402 (fscip) R 74385 74388 68145 0 -1 4194368 950914 0 0 0 359965 100 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74403] ppid=74385 vsize=6651660 memory=281097024212944 CPUtime=3604.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74403/stat : 74403 (fscip) R 74385 74388 68145 0 -1 4194368 1228073 0 0 0 360310 120 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74404] ppid=74385 vsize=6651660 memory=6655300316396806240 CPUtime=3600.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74404/stat : 74404 (fscip) R 74385 74388 68145 0 -1 4194368 1414973 0 0 0 359751 312 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74405] ppid=74385 vsize=6651660 memory=13664 CPUtime=3606.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74405/stat : 74405 (fscip) R 74385 74388 68145 0 -1 4194368 996256 0 0 0 360498 104 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74406] ppid=74385 vsize=6651660 memory=25333125866717268 CPUtime=3605.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74406/stat : 74406 (fscip) R 74385 74388 68145 0 -1 4194368 1131429 0 0 0 360398 112 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74407] ppid=74385 vsize=6651660 memory=0 CPUtime=3589.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74407/stat : 74407 (fscip) R 74385 74388 68145 0 -1 4194368 1442009 0 0 0 358557 416 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74408] ppid=74385 vsize=6651660 memory=0 CPUtime=3598.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74408/stat : 74408 (fscip) R 74385 74388 68145 0 -1 4194368 978557 0 0 0 359762 106 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74409] ppid=74385 vsize=6651660 memory=0 CPUtime=3604.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74409/stat : 74409 (fscip) R 74385 74388 68145 0 -1 4194368 1325439 0 0 0 360346 127 0 0 20 0 41 0 12658455 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74410] ppid=74385 vsize=6651660 memory=281097020622416 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74410/stat : 74410 (fscip) S 74385 74388 68145 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74411] ppid=74385 vsize=6651660 memory=13664 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74411/stat : 74411 (fscip) S 74385 74388 68145 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74412] ppid=74385 vsize=6651660 memory=5638168 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74412/stat : 74412 (fscip) S 74385 74388 68145 0 -1 1077936192 101 0 0 0 4 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74413] ppid=74385 vsize=6651660 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74413/stat : 74413 (fscip) S 74385 74388 68145 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74414] ppid=74385 vsize=6651660 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74414/stat : 74414 (fscip) S 74385 74388 68145 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74415] ppid=74385 vsize=6651660 memory=5638168 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74415/stat : 74415 (fscip) S 74385 74388 68145 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74416] ppid=74385 vsize=6651660 memory=5432 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74416/stat : 74416 (fscip) S 74385 74388 68145 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74417] ppid=74385 vsize=6651660 memory=2268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74417/stat : 74417 (fscip) S 74385 74388 68145 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74418] ppid=74385 vsize=6651660 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74418/stat : 74418 (fscip) S 74385 74388 68145 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74419] ppid=74385 vsize=6651660 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74419/stat : 74419 (fscip) S 74385 74388 68145 0 -1 1077936192 200 0 0 0 4 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74420] ppid=74385 vsize=6651660 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74420/stat : 74420 (fscip) S 74385 74388 68145 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74421] ppid=74385 vsize=6651660 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74421/stat : 74421 (fscip) S 74385 74388 68145 0 -1 1077936192 191 0 0 0 2 1 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74422] ppid=74385 vsize=6651660 memory=5644724 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74422/stat : 74422 (fscip) S 74385 74388 68145 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74423] ppid=74385 vsize=6651660 memory=5638168 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74423/stat : 74423 (fscip) S 74385 74388 68145 0 -1 1077936192 199 0 0 0 4 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74424] ppid=74385 vsize=6651660 memory=-7451319402023182712 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74424/stat : 74424 (fscip) S 74385 74388 68145 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74425] ppid=74385 vsize=6651660 memory=3308 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74425/stat : 74425 (fscip) S 74385 74388 68145 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74426] ppid=74385 vsize=6651660 memory=19580 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74426/stat : 74426 (fscip) S 74385 74388 68145 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74427] ppid=74385 vsize=6651660 memory=54528 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74427/stat : 74427 (fscip) S 74385 74388 68145 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74428] ppid=74385 vsize=6651660 memory=281097020662000 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74428/stat : 74428 (fscip) S 74385 74388 68145 0 -1 1077936192 202 0 0 0 0 2 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
[pid=74388/tid=74429] ppid=74385 vsize=6651660 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74388/task/74429/stat : 74429 (fscip) S 74385 74388 68145 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 12658494 6811299840 1409542 809668444160 4194304 16623229 140736825466864 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44175360 140736825476106 140736825476224 140736825476224 140736825483248 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 6651660 KiB
Current children cumulated memory: 5638168 KiB

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

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

# cumulated CPU time of all completed processes:  user=71962.4 s, system=38.8064 s

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

[startup+3635.01 s]*
/proc/loadavg: 80.41 80.24 79.96 62/982 77068
/proc/meminfo: memFree=739039428/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3635.06
CPU time (s): 72001.2
CPU user time (s): 71962.4
CPU system time (s): 38.8064
CPU usage (%): 1980.74
Max. virtual memory (cumulated for all children) (KiB): 6717196
Max. memory (cumulated for all children) (KiB): 5703184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71962.4
system time used= 38.8064
maximum resident set size= 5703184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24077643
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= 149485
involuntary context switches= 199016


# summary of solver processes directly reported to runsolver:
#   pid: 74388
#   total CPU time (s): 72001.2
#   total CPU user time (s): 71962.4
#   total CPU system time (s): 38.8064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0068 second user time and 83.5753 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 23:18:36
IDJOB=4465170
IDBENCH=147648
IDSOLVER=3094
FILE ID=nodeD101/4465170-1722460716
RUNJOBID= nodeD101-1722453440-68157
SLURM_JOB_ID= 8254236
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/logic_synthesis/normalized-ex1010.pi.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-4465170-1722460716/watcher-4465170-1722460716 -o /tmp/evaluation-result-4465170-1722460716/solver-4465170-1722460716 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68157 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465170-1722460716.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 5479bdae519af5132f8a4c9f9917dcdc
RANDOM SEED=1330421184

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        748714460 kB
MemAvailable:   746871252 kB
Buffers:          168396 kB
Cached:          1021012 kB
SwapCached:            0 kB
Active:           328004 kB
Inactive:       39291060 kB
Active(anon):       2128 kB
Inactive(anon): 38450064 kB
Active(file):     325876 kB
Inactive(file):   840996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29504 kB
Writeback:           104 kB
AnonPages:      38424856 kB
Mapped:           125564 kB
Shmem:             22536 kB
KReclaimable:     134032 kB
Slab:             462176 kB
SReclaimable:     134032 kB
SUnreclaim:       328144 kB
KernelStack:       16816 kB
PageTables:        90384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3980408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           211200 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4857856 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:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD101 at 2024-08-01 00:19:12