Trace number 4467777

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72001.7 3650.94

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-21.opb
MD5SUMabfa2b7f448cb4339f1b1eeb1bae5b59
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark46.0198
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.33/0.42	c Default LC presolving (default).
0.33/0.42	c ** Before presolving: virtualMemUsedAtLc = 387089356, getVmSize() = 252608512, SCIPgetMemUsed() = 200801962, SCIPgetMemTotal() = 220091706, SCIPgetMemExternEstim() = 166997650
0.33/0.42	c ** set memory limit for presolving in LC to 8.79487e+12 for SCIP **
6.46/6.54	c ** Estimated virtualMemUsedAtSolver = 499308704, getVmSize() = 632172544, SCIPgetMemUsed() = 376580382, SCIPgetMemTotal() = 581965406, SCIPgetMemExternEstim() = 166997650
6.46/6.54	c ** set memory limit for solvers to 4.18704e+11 for each SCIP **
6.46/6.54	c Original Problem   :
6.46/6.54	c   Problem name     : instance-4467777-1723622235
6.46/6.54	c   Variables        : 7351 (7351 binary, 0 integer, 0 implicit integer, 0 continuous)
6.46/6.54	c   Constraints      : 155824
6.46/6.54	c   Objective sense  : minimize
6.46/6.54	c Presolved Problem  :
6.46/6.54	c   Variables        : 7350 (7350 binary, 0 integer, 0 implicit integer, 0 continuous)
6.46/6.54	c   Constraints      : 153618
6.46/6.54	c Constraints        : Number
6.46/6.54	c   knapsack         : 15969 
6.46/6.54	c   setppc           : 31648 
6.46/6.54	c   linear           : 1 
6.46/6.54	c   logicor          : 106000 
6.46/6.54	c ** Instance transfer method used: 0
6.66/6.77	c ** ParaScipInstance copy does not increase the number of variables. **
10.26/10.39	c LC is working with racing ramp-up and with rebuilding tree after racing.
10.26/10.39	c                                Nodes    Active                                            
10.26/10.39	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
4194.08/222.26	c       222              2           1        20                -           0.0000          -
4312.73/228.21	c       228              7           6        20                -           0.0000          -
4470.98/236.22	c       236             10           9        20                -           0.0000          -
4689.94/247.37	c       247             10           9        20                -           0.0000          -
4790.82/252.47	c       252             10           9        20                -           0.0000          -
5398.89/283.19	c       283             10           9        20                -           0.0000          -
5555.15/291.06	c       291             10           9        20                -           0.0000          -
5785.89/302.77	c       303             10           9        20                -           0.0000          -
5893.38/308.19	c       308             10           9        20                -           0.0000          -
6066.48/316.94	c       317             10           9        20                -           0.0000          -
6169.56/322.18	c       322             12          11        20                -           0.0000          -
6279.23/327.70	c       328             12          11        20                -           0.0000          -
6456.71/336.79	c       337             12          11        20                -           0.0000          -
6559.30/341.91	c       342             12          11        20                -           0.0000          -
6682.34/348.19	c       348             12          11        20                -           0.0000          -
6813.72/354.81	c       355             12          11        20                -           0.0000          -
6916.84/360.10	c       360             12          11        20                -           0.0000          -
7017.77/365.16	c       365             14          13        20                -           0.0000          -
7136.19/371.15	c       371             14          13        20                -           0.0000          -
7254.71/377.15	c       377              7           6        20                -           0.0000          -
7362.52/382.70	c       383             20          19        20                -           0.0000          -
7485.09/388.87	c       389             14          13        20                -           0.0000          -
7608.46/395.04	c       395             14          13        20                -           0.0000          -
7741.92/401.87	c       402             14          13        20                -           0.0000          -
7848.85/407.28	c       407             14          13        20                -           0.0000          -
7949.85/412.40	c       412             14          13        20                -           0.0000          -
8066.81/418.21	c       418             14          13        20                -           0.0000          -
8167.93/423.38	c       423             14          13        20                -           0.0000          -
8286.88/429.34	c       429             14          13        20                -           0.0000          -
8395.95/434.90	c       435             14          13        20                -           0.0000          -
8499.87/440.11	c       440             14          13        20                -           0.0000          -
8602.18/445.20	c       445             14          13        20                -           0.0000          -
8709.24/450.66	c       451             14          13        20                -           0.0000          -
8846.12/457.55	c       458             14          13        20                -           0.0000          -
8949.28/462.70	c       463             14          13        20                -           0.0000          -
9052.47/467.97	c       468             14          13        20                -           0.0000          -
9161.57/473.47	c       473             14          13        20                -           0.0000          -
9284.62/479.67	c       480             14          13        20                -           0.0000          -
9427.35/486.80	c       487             14          13        20                -           0.0000          -
9528.55/491.93	c       492             14          13        20                -           0.0000          -
9630.53/497.12	c       497             14          13        20                -           0.0000          -
9732.82/502.24	c       502             14          13        20                -           0.0000          -
9839.91/507.66	c       508             14          13        20                -           0.0000          -
9941.07/512.75	c       513             14          13        20                -           0.0000          -
10044.14/517.91	c       518             14          13        20                -           0.0000          -
10180.98/524.85	c       525             14          13        20                -           0.0000          -
10294.17/530.58	c       531             14          13        20                -           0.0000          -
10395.09/535.67	c       536             14          13        20                -           0.0000          -
10506.11/541.26	c       541             14          13        20                -           0.0000          -
10607.32/546.33	c       546             14          13        20                -           0.0000          -
10706.27/551.35	c       551             14          13        20                -           0.0000          -
10817.24/557.01	c       557             14          13        20                -           0.0000          -
10921.03/562.16	c       562             14          13        20                -           0.0000          -
11023.12/567.31	c       567             14          13        20                -           0.0000          -
11126.00/572.58	c       573             14          13        20                -           0.0000          -
11228.96/577.73	c       578             14          13        20                -           0.0000          -
11351.70/583.96	c       584             14          13        20                -           0.0000          -
11464.53/589.65	c       590             14          13        20                -           0.0000          -
11579.24/595.46	c       595             14          13        20                -           0.0000          -
11682.20/600.61	c       601             14          13        20                -           0.0000          -
11785.14/605.80	c       606             14          13        20                -           0.0000          -
11892.04/611.25	c       611             14          13        20                -           0.0000          -
12004.86/616.91	c       617             14          13        20                -           0.0000          -
12113.72/622.44	c       622             14          13        20                -           0.0000          -
12232.16/628.43	c       628             14          13        20                -           0.0000          -
12336.82/633.70	c       634             14          13        20                -           0.0000          -
12449.63/639.48	c       639             14          13        20                -           0.0000          -
12550.46/644.51	c       645             14          13        20                -           0.0000          -
12660.21/650.09	c       650             14          13        20                -           0.0000          -
12761.88/655.25	c       655             14          13        20                -           0.0000          -
12866.61/660.57	c       661             14          13        20                -           0.0000          -
12997.88/667.14	c       667             14          13        20                -           0.0000          -
13103.95/672.53	c       673             14          13        20                -           0.0000          -
13226.62/678.78	c       679             14          13        20                -           0.0000          -
13341.35/684.56	c       685             14          13        20                -           0.0000          -
13442.23/689.69	c       690             14          13        20                -           0.0000          -
13545.09/694.86	c       695            374           0        20                -           0.0000          -
13665.70/701.01	c       701            374           0        20                -           0.0000          -
13767.47/706.11	c       706            374           0        20                -           0.0000          -
13875.06/711.52	c       712            374           0        20                -           0.0000          -
13973.32/716.57	c       717            374           0        20                -           0.0000          -
14088.04/722.31	c       722             24          21        20                -           0.0000          -
14186.68/727.33	c       727             24          21        20                -           0.0000          -
14301.92/733.19	c       733             24          21        20                -           0.0000          -
14402.04/738.24	c       738             16          15        20                -           0.0000          -
14514.72/743.93	c       744           2339           0        20                -           0.0000          -
14625.25/749.51	c       750           2339           0        20                -           0.0000          -
14757.83/756.24	c       756           2339           0        20                -           0.0000          -
14860.60/761.41	c       761           2339           0        20                -           0.0000          -
14961.46/766.53	c       767           2339           0        20                -           0.0000          -
15066.29/771.88	c       772           2339           0        20                -           0.0000          -
15167.22/776.99	c       777           2339           0        20                -           0.0000          -
15269.06/782.08	c       782           2339           0        20                -           0.0000          -
15369.81/787.16	c       787           2339           0        20                -           0.0000          -
15469.88/792.22	c       792           2339           0        20                -           0.0000          -
15587.31/798.14	c       798           2339           0        20                -           0.0000          -
15686.52/803.17	c       803           2339           0        20                -           0.0000          -
15800.22/808.95	c       809           2339           0        20                -           0.0000          -
15901.75/814.08	c       814           2339           0        20                -           0.0000          -
16002.62/819.16	c       819           2339           0        20                -           0.0000          -
16102.64/824.24	c       824           2339           0        20                -           0.0000          -
16203.40/829.35	c       829           2339           0        20                -           0.0000          -
16306.16/834.53	c       835           2339           0        20                -           0.0000          -
16415.82/840.14	c       840           2339           0        20                -           0.0000          -
16519.61/845.34	c       845           2339           0        20                -           0.0000          -
16622.47/850.50	c       850           2339           0        20                -           0.0000          -
16721.31/855.57	c       856           2339           0        20                -           0.0000          -
16824.15/860.74	c       861           2339           0        20                -           0.0000          -
16926.92/865.95	c       866           2339           0        20                -           0.0000          -
17051.47/872.25	c       872           2339           0        20                -           0.0000          -
17158.24/877.62	c       878           2339           0        20                -           0.0000          -
17257.08/882.65	c       883           2339           0        20                -           0.0000          -
17366.38/888.18	c       888           2339           0        20                -           0.0000          -
17468.35/893.36	c       893           2339           0        20                -           0.0000          -
17573.03/898.60	c       899           2339           0        20                -           0.0000          -
17673.81/903.74	c       904           2339           0        20                -           0.0000          -
17772.71/908.76	c       909           2339           0        20                -           0.0000          -
17883.69/914.37	c       914           2339           0        20                -           0.0000          -
17990.65/919.72	c       920           2339           0        20                -           0.0000          -
18091.47/924.85	c       925           2339           0        20                -           0.0000          -
18202.25/930.43	c       930           2339           0        20                -           0.0000          -
18301.14/935.43	c       935           2339           0        20                -           0.0000          -
18405.74/940.73	c       941           2339           0        20                -           0.0000          -
18506.57/945.85	c       946           2339           0        20                -           0.0000          -
18623.23/951.76	c       952           2339           0        20                -           0.0000          -
18737.65/957.57	c       958           2339           0        20                -           0.0000          -
18844.50/963.02	c       963           2339           0        20                -           0.0000          -
18946.22/968.11	c       968           2339           0        20                -           0.0000          -
19056.26/973.63	c       974            105         102        20                -           0.0000          -
19155.21/978.68	c       979            105         102        20                -           0.0000          -
19265.95/984.22	c       984             81          80        20                -           0.0000          -
19368.84/989.40	c       989             81          80        20                -           0.0000          -
19473.71/994.73	c       995             81          80        20                -           0.0000          -
19592.32/1000.78	c      1001             81          80        20                -           0.0000          -
19693.20/1005.88	c      1006             81          80        20                -           0.0000          -
19802.02/1011.37	c      1011             81          80        20                -           0.0000          -
19908.86/1016.70	c      1017             81          80        20                -           0.0000          -
20009.72/1021.89	c      1022             81          80        20                -           0.0000          -
20110.45/1026.92	c      1027             81          80        20                -           0.0000          -
20212.26/1032.05	c      1032             81          80        20                -           0.0000          -
20313.18/1037.17	c      1037             81          80        20                -           0.0000          -
20413.16/1042.20	c      1042             81          80        20                -           0.0000          -
20513.86/1047.34	c      1047             81          80        20                -           0.0000          -
20616.66/1052.52	c      1053           4419           0        20                -           0.0000          -
20719.56/1057.73	c      1058           4419           0        20                -           0.0000          -
20818.52/1062.79	c      1063           4419           0        20                -           0.0000          -
20921.51/1067.91	c      1068           4419           0        20                -           0.0000          -
21020.54/1073.02	c      1073           4419           0        20                -           0.0000          -
21125.40/1078.27	c      1078           4419           0        20                -           0.0000          -
21232.30/1083.63	c      1084           4419           0        20                -           0.0000          -
21337.18/1089.01	c      1089           4419           0        20                -           0.0000          -
21442.01/1094.22	c      1094           4419           0        20                -           0.0000          -
21542.89/1099.37	c      1099           4419           0        20                -           0.0000          -
21643.78/1104.43	c      1104           4419           0        20                -           0.0000          -
21744.69/1109.59	c      1110           4419           0        20                -           0.0000          -
21847.70/1114.72	c      1115           4419           0        20                -           0.0000          -
21948.51/1119.89	c      1120           4419           0        20                -           0.0000          -
22049.42/1124.95	c      1125           4419           0        20                -           0.0000          -
22151.00/1130.13	c      1130           4419           0        20                -           0.0000          -
22253.20/1135.29	c      1135           4419           0        20                -           0.0000          -
22365.88/1140.95	c      1141           4419           0        20                -           0.0000          -
22464.80/1146.03	c      1146           4419           0        20                -           0.0000          -
22566.52/1151.13	c      1151           4419           0        20                -           0.0000          -
22668.49/1156.22	c      1156           4419           0        20                -           0.0000          -
22771.34/1161.45	c      1161           4419           0        20                -           0.0000          -
22874.34/1166.62	c      1167           4419           0        20                -           0.0000          -
22977.37/1171.80	c      1172           4419           0        20                -           0.0000          -
23086.25/1177.34	c      1177           4419           0        20                -           0.0000          -
23193.15/1182.74	c      1183           4419           0        20                -           0.0000          -
23294.09/1187.89	c      1188           4419           0        20                -           0.0000          -
23404.95/1193.42	c      1193           4419           0        20                -           0.0000          -
23509.57/1198.77	c      1199             90          84        20                -           0.0000          -
23610.59/1203.89	c      1204             90          84        20                -           0.0000          -
23711.58/1208.95	c      1209             90          84        20                -           0.0000          -
23816.27/1214.28	c      1214             96          95        20                -           0.0000          -
23922.99/1219.66	c      1220             96          95        20                -           0.0000          -
24027.81/1225.02	c      1225            216         213        20                -           0.0000          -
24129.34/1230.11	c      1230            216         213        20                -           0.0000          -
24237.43/1235.50	c      1236           6531           0        20                -           0.0000          -
24340.29/1240.78	c      1241           6531           0        20                -           0.0000          -
24441.17/1245.87	c      1246           6531           0        20                -           0.0000          -
24549.95/1251.39	c      1251           6531           0        20                -           0.0000          -
24660.62/1256.92	c      1257           6531           0        20                -           0.0000          -
24762.26/1262.11	c      1262           6531           0        20                -           0.0000          -
24870.30/1267.59	c      1268           6531           0        20                -           0.0000          -
24971.22/1272.62	c      1273           6531           0        20                -           0.0000          -
25085.85/1278.40	c      1278           6531           0        20                -           0.0000          -
25186.68/1283.53	c      1284           6531           0        20                -           0.0000          -
25299.43/1289.20	c      1289           6531           0        20                -           0.0000          -
25406.28/1294.66	c      1295           6531           0        20                -           0.0000          -
25517.07/1300.24	c      1300           6531           0        20                -           0.0000          -
25619.85/1305.47	c      1305           6531           0        20                -           0.0000          -
25720.51/1310.53	c      1311           6531           0        20                -           0.0000          -
25825.33/1315.83	c      1316           6531           0        20                -           0.0000          -
25926.27/1320.92	c      1321           6531           0        20                -           0.0000          -
26025.19/1326.03	c      1326           6531           0        20                -           0.0000          -
26126.79/1331.05	c      1331           6531           0        20                -           0.0000          -
26228.73/1336.23	c      1336           6531           0        20                -           0.0000          -
26333.61/1341.50	c      1342           6531           0        20                -           0.0000          -
26438.51/1346.86	c      1347           6531           0        20                -           0.0000          -
26544.15/1352.19	c      1352           6531           0        20                -           0.0000          -
26648.15/1357.47	c      1357           6531           0        20                -           0.0000          -
26747.05/1362.49	c      1362           6531           0        20                -           0.0000          -
26853.87/1367.89	c      1368           6531           0        20                -           0.0000          -
26954.75/1372.91	c      1373           6531           0        20                -           0.0000          -
27056.40/1378.13	c      1378           6531           0        20                -           0.0000          -
27158.29/1383.22	c      1383           6531           0        20                -           0.0000          -
27257.07/1388.25	c      1388           6531           0        20                -           0.0000          -
27372.67/1394.06	c      1394           6531           0        20                -           0.0000          -
27476.63/1399.32	c      1399           6531           0        20                -           0.0000          -
27581.43/1404.69	c      1405           6531           0        20                -           0.0000          -
27680.29/1409.69	c      1410           6531           0        20                -           0.0000          -
27781.16/1414.78	c      1415           6531           0        20                -           0.0000          -
27882.02/1419.86	c      1420            108         107        20                -           0.0000          -
27985.74/1425.08	c      1425            108         107        20                -           0.0000          -
28089.67/1430.32	c      1430            108         107        20                -           0.0000          -
28192.42/1435.50	c      1436            108         107        20                -           0.0000          -
28293.22/1440.64	c      1441            108         107        20                -           0.0000          -
28394.16/1445.71	c      1446            108         107        20                -           0.0000          -
28495.07/1450.88	c      1451            128         124        20                -           0.0000          -
28595.91/1455.92	c      1456            128         124        20                -           0.0000          -
28694.90/1461.04	c      1461            128         124        20                -           0.0000          -
28801.89/1466.36	c      1466            128         124        20                -           0.0000          -
28902.74/1471.46	c      1471            128         124        20                -           0.0000          -
29003.65/1476.54	c      1477            128         124        20                -           0.0000          -
29102.52/1481.59	c      1482            112         111        20                -           0.0000          -
29205.32/1486.73	c      1487            112         111        20                -           0.0000          -
29306.21/1491.81	c      1492            112         111        20                -           0.0000          -
29405.12/1496.88	c      1497            112         111        20                -           0.0000          -
29505.88/1501.97	c      1502            112         111        20                -           0.0000          -
29607.53/1507.11	c      1507            112         111        20                -           0.0000          -
29706.40/1512.12	c      1512            112         111        20                -           0.0000          -
29812.35/1517.44	c      1517            112         111        20                -           0.0000          -
29917.18/1522.75	c      1523            112         111        20                -           0.0000          -
30018.11/1527.86	c      1528           9584           0        20                -           0.0000          -
30121.71/1533.08	c      1533           9584           0        20                -           0.0000          -
30229.86/1538.55	c      1539           9584           0        20                -           0.0000          -
30334.71/1543.86	c      1544           9584           0        20                -           0.0000          -
30438.21/1549.12	c      1549           9584           0        20                -           0.0000          -
30544.35/1554.43	c      1554           9584           0        20                -           0.0000          -
30647.19/1559.67	c      1560           9584           0        20                -           0.0000          -
30748.09/1564.71	c      1565           9584           0        20                -           0.0000          -
30847.04/1569.77	c      1570           9584           0        20                -           0.0000          -
30954.92/1575.17	c      1575           9584           0        20                -           0.0000          -
31054.78/1580.21	c      1580           9584           0        20                -           0.0000          -
31163.61/1585.72	c      1586           9584           0        20                -           0.0000          -
31262.56/1590.79	c      1591            132         126        20                -           0.0000          -
31365.47/1595.96	c      1596            132         126        20                -           0.0000          -
31472.36/1601.35	c      1601            715         714        20                -           0.0000          -
31575.30/1606.56	c      1607            139         133        20                -           0.0000          -
31676.23/1611.65	c      1612            139         133        20                -           0.0000          -
31775.12/1616.68	c      1617            139         133        20                -           0.0000          -
31875.95/1621.79	c      1622            139         133        20                -           0.0000          -
31978.88/1627.01	c      1627            139         133        20                -           0.0000          -
32083.68/1632.22	c      1632            139         133        20                -           0.0000          -
32184.60/1637.30	c      1637            139         133        20                -           0.0000          -
32283.63/1642.37	c      1642            123         122        20                -           0.0000          -
32390.54/1647.74	c      1648            123         122        20                -           0.0000          -
32493.20/1652.98	c      1653            123         122        20                -           0.0000          -
32596.92/1658.14	c      1658            123         122        20                -           0.0000          -
32696.37/1663.18	c      1663            123         122        20                -           0.0000          -
32799.58/1668.46	c      1668            123         122        20                -           0.0000          -
32900.53/1673.52	c      1674            141         137        20                -           0.0000          -
33012.17/1679.16	c      1679            141         137        20                -           0.0000          -
33112.26/1684.29	c      1684          18083           0        20                -           0.0000          -
33217.17/1689.59	c      1690          18083           0        20                -           0.0000          -
33320.07/1694.78	c      1695          18083           0        20                -           0.0000          -
33419.19/1699.79	c      1700          18083           0        20                -           0.0000          -
33522.01/1704.99	c      1705          18083           0        20                -           0.0000          -
33623.77/1710.11	c      1710          18083           0        20                -           0.0000          -
33727.91/1715.34	c      1715          18083           0        20                -           0.0000          -
33830.88/1720.50	c      1720          18083           0        20                -           0.0000          -
33931.88/1725.65	c      1726          18083           0        20                -           0.0000          -
34036.71/1730.97	c      1731          18083           0        20                -           0.0000          -
34135.72/1736.03	c      1736          18083           0        20                -           0.0000          -
34242.61/1741.34	c      1741          18083           0        20                -           0.0000          -
34341.69/1746.38	c      1746          18083           0        20                -           0.0000          -
34440.58/1751.39	c      1751          18083           0        20                -           0.0000          -
34543.56/1756.56	c      1757          18083           0        20                -           0.0000          -
34650.46/1762.03	c      1762          18083           0        20                -           0.0000          -
34754.05/1767.16	c      1767          18083           0        20                -           0.0000          -
34854.17/1772.28	c      1772          18083           0        20                -           0.0000          -
34957.04/1777.41	c      1777          18083           0        20                -           0.0000          -
35057.99/1782.58	c      1783          18083           0        20                -           0.0000          -
35158.87/1787.68	c      1788          18083           0        20                -           0.0000          -
35259.85/1792.73	c      1793          18083           0        20                -           0.0000          -
35362.72/1797.96	c      1798          18083           0        20                -           0.0000          -
35464.42/1803.14	c      1803          18083           0        20                -           0.0000          -
35566.60/1808.23	c      1808          18083           0        20                -           0.0000          -
35667.39/1813.37	c      1813          18083           0        20                -           0.0000          -
35772.31/1818.62	c      1819          18083           0        20                -           0.0000          -
35871.28/1823.63	c      1824          18083           0        20                -           0.0000          -
35972.22/1828.73	c      1829          18083           0        20                -           0.0000          -
36071.18/1833.79	c      1834          18083           0        20                -           0.0000          -
36172.15/1838.88	c      1839          18083           0        20                -           0.0000          -
36271.16/1843.89	c      1844            774         766        20                -           0.0000          -
36374.55/1849.09	c      1849            774         766        20                -           0.0000          -
36473.58/1854.10	c      1854            774         766        20                -           0.0000          -
36575.66/1859.26	c      1859            774         766        20                -           0.0000          -
36684.58/1864.71	c      1865            774         766        20                -           0.0000          -
36783.57/1869.76	c      1870            774         766        20                -           0.0000          -
36886.49/1874.95	c      1875            774         766        20                -           0.0000          -
36991.36/1880.22	c      1880            774         766        20                -           0.0000          -
37092.36/1885.37	c      1885            774         766        20                -           0.0000          -
37193.35/1890.44	c      1890            774         766        20                -           0.0000          -
37298.40/1895.72	c      1896            774         766        20                -           0.0000          -
37399.19/1900.81	c      1901            774         766        20                -           0.0000          -
37500.13/1906.03	c      1906            774         766        20                -           0.0000          -
37604.71/1911.21	c      1911            774         766        20                -           0.0000          -
37705.57/1916.31	c      1916            774         766        20                -           0.0000          -
37806.49/1921.40	c      1921            182         176        20                -           0.0000          -
37907.47/1926.58	c      1927            182         176        20                -           0.0000          -
38010.53/1931.71	c      1932            182         176        20                -           0.0000          -
38111.34/1936.83	c      1937            200         199        20                -           0.0000          -
38212.34/1942.01	c      1942            800         792        20                -           0.0000          -
38314.32/1947.14	c      1947            800         792        20                -           0.0000          -
38416.31/1952.29	c      1952            188         182        20                -           0.0000          -
38519.29/1957.40	c      1957            188         182        20                -           0.0000          -
38620.28/1962.50	c      1962            188         182        20                -           0.0000          -
38719.29/1967.52	c      1968            212         209        20                -           0.0000          -
38822.20/1972.75	c      1973            212         209        20                -           0.0000          -
38925.14/1977.90	c      1978            212         209        20                -           0.0000          -
39024.07/1982.91	c      1983            212         209        20                -           0.0000          -
39125.72/1988.12	c      1988            212         209        20                -           0.0000          -
39225.01/1993.15	c      1993            212         209        20                -           0.0000          -
39327.05/1998.26	c      1998            212         209        20                -           0.0000          -
39432.03/2003.51	c      2004            212         209        20                -           0.0000          -
39531.08/2008.55	c      2009            212         209        20                -           0.0000          -
39632.08/2013.65	c      2014            218         210        20                -           0.0000          -
39739.66/2019.12	c      2019            218         210        20                -           0.0000          -
39841.91/2024.24	c      2024            218         210        20                -           0.0000          -
39942.90/2029.38	c      2029            220         212        20                -           0.0000          -
40043.88/2034.49	c      2034            561         556        20                -           0.0000          -
40144.41/2039.55	c      2040            227         224        20                -           0.0000          -
40249.01/2044.81	c      2045            227         224        20                -           0.0000          -
40349.92/2049.95	c      2050            227         224        20                -           0.0000          -
40451.80/2055.05	c      2055            566         561        20                -           0.0000          -
40550.44/2060.11	c      2060            566         561        20                -           0.0000          -
40652.62/2065.24	c      2065            566         561        20                -           0.0000          -
40751.62/2070.28	c      2070            566         561        20                -           0.0000          -
40852.54/2075.30	c      2075          30174           0        20                -           0.0000          -
40951.28/2080.32	c      2080          30174           0        20                -           0.0000          -
41052.22/2085.47	c      2085          30174           0        20                -           0.0000          -
41154.90/2090.64	c      2091          30174           0        20                -           0.0000          -
41257.83/2095.84	c      2096          30174           0        20                -           0.0000          -
41361.64/2101.08	c      2101          30174           0        20                -           0.0000          -
41460.34/2106.10	c      2106          30174           0        20                -           0.0000          -
41564.57/2111.34	c      2111            245         242        20                -           0.0000          -
41663.56/2116.39	c      2116            587         580        20                -           0.0000          -
41766.51/2121.50	c      2122            256         251        20                -           0.0000          -
41871.42/2126.80	c      2127            256         251        20                -           0.0000          -
41972.34/2131.96	c      2132            591         584        20                -           0.0000          -
42073.94/2137.11	c      2137            591         584        20                -           0.0000          -
42175.88/2142.21	c      2142            262         254        20                -           0.0000          -
42276.49/2147.36	c      2147            262         254        20                -           0.0000          -
42379.28/2152.57	c      2153            262         254        20                -           0.0000          -
42479.94/2157.69	c      2158            262         254        20                -           0.0000          -
42580.66/2162.72	c      2163            262         254        20                -           0.0000          -
42681.45/2167.82	c      2168            600         593        20                -           0.0000          -
42780.17/2172.90	c      2173            600         593        20                -           0.0000          -
42880.95/2178.00	c      2178            600         593        20                -           0.0000          -
42982.31/2183.09	c      2183           1003         995        20                -           0.0000          -
43084.31/2188.23	c      2188            272         264        20                -           0.0000          -
43189.08/2193.51	c      2194            295         290        20                -           0.0000          -
43289.89/2198.62	c      2199           1012        1004        20                -           0.0000          -
43388.76/2203.64	c      2204            283         275        20                -           0.0000          -
43491.62/2208.81	c      2209            301         296        20                -           0.0000          -
43590.51/2213.87	c      2214            301         296        20                -           0.0000          -
43691.25/2218.90	c      2219            286         278        20                -           0.0000          -
43790.10/2223.97	c      2224            286         278        20                -           0.0000          -
43891.57/2229.05	c      2229            286         278        20                -           0.0000          -
43990.75/2234.06	c      2234            286         278        20                -           0.0000          -
44091.49/2239.15	c      2239            286         278        20                -           0.0000          -
44191.49/2244.27	c      2244            286         278        20                -           0.0000          -
44291.96/2249.34	c      2249            286         278        20                -           0.0000          -
44392.67/2254.46	c      2254            286         278        20                -           0.0000          -
44495.45/2259.63	c      2260            286         278        20                -           0.0000          -
44596.24/2264.73	c      2265           1049           0        20                -           0.0000          -
44697.05/2269.87	c      2270           1049           0        20                -           0.0000          -
44797.74/2274.94	c      2275           1049           0        20                -           0.0000          -
44896.66/2279.95	c      2280           1049           0        20                -           0.0000          -
44995.25/2284.99	c      2285           1049           0        20                -           0.0000          -
45096.67/2290.12	c      2290           1049           0        20                -           0.0000          -
45198.76/2295.21	c      2295           1049           0        20                -           0.0000          -
45299.67/2300.31	c      2300           1049           0        20                -           0.0000          -
45398.55/2305.36	c      2305           1049           0        20                -           0.0000          -
45501.41/2310.56	c      2311           1049           0        20                -           0.0000          -
45604.47/2315.77	c      2316           1049           0        20                -           0.0000          -
45705.23/2320.89	c      2321           1049           0        20                -           0.0000          -
45808.70/2326.05	c      2326           1049           0        20                -           0.0000          -
45909.64/2331.14	c      2331           1049           0        20                -           0.0000          -
46008.68/2336.18	c      2336           1049           0        20                -           0.0000          -
46108.68/2341.26	c      2341           1049           0        20                -           0.0000          -
46209.64/2346.31	c      2346           1049           0        20                -           0.0000          -
46310.34/2351.41	c      2351           1049           0        20                -           0.0000          -
46409.15/2356.46	c      2356           1049           0        20                -           0.0000          -
46513.90/2361.71	c      2362           1049           0        20                -           0.0000          -
46616.65/2367.00	c      2367           1049           0        20                -           0.0000          -
46717.75/2372.06	c      2372           1049           0        20                -           0.0000          -
46821.82/2377.31	c      2377           1049           0        20                -           0.0000          -
46928.55/2382.74	c      2383           1049           0        20                -           0.0000          -
47029.37/2387.84	c      2388           1049           0        20                -           0.0000          -
47130.14/2392.99	c      2393           1049           0        20                -           0.0000          -
47234.81/2398.20	c      2398           1049           0        20                -           0.0000          -
47333.57/2403.29	c      2403           1049           0        20                -           0.0000          -
47434.38/2408.31	c      2408           1049           0        20                -           0.0000          -
47533.22/2413.38	c      2413           1049           0        20                -           0.0000          -
47637.99/2418.67	c      2419           1049           0        20                -           0.0000          -
47738.92/2423.78	c      2424           1049           0        20                -           0.0000          -
47839.59/2428.85	c      2429           1049           0        20                -           0.0000          -
47940.41/2433.99	c      2434           1049           0        20                -           0.0000          -
48041.94/2439.08	c      2439           1049           0        20                -           0.0000          -
48140.79/2444.11	c      2444           1049           0        20                -           0.0000          -
48239.33/2449.13	c      2449           1049           0        20                -           0.0000          -
48341.47/2454.24	c      2454           1049           0        20                -           0.0000          -
48442.25/2459.32	c      2459           1049           0        20                -           0.0000          -
48548.93/2464.73	c      2465           1049           0        20                -           0.0000          -
48649.72/2469.80	c      2470           1049           0        20                -           0.0000          -
48750.48/2474.92	c      2475            314         309        20                -           0.0000          -
48849.29/2480.02	c      2480            440         428        20                -           0.0000          -
48952.96/2485.16	c      2485            440         428        20                -           0.0000          -
49054.94/2490.36	c      2490            440         428        20                -           0.0000          -
49157.61/2495.50	c      2496           1056           7        20                -           0.0000          -
49258.40/2500.60	c      2501            327         322        20                -           0.0000          -
49357.21/2505.67	c      2506            327         322        20                -           0.0000          -
49458.00/2510.71	c      2511            327         322        20                -           0.0000          -
49560.77/2515.91	c      2516            327         322        20                -           0.0000          -
49659.56/2520.97	c      2521            327         322        20                -           0.0000          -
49763.15/2526.18	c      2526            452         440        20                -           0.0000          -
49864.97/2531.31	c      2531            452         440        20                -           0.0000          -
49965.62/2536.41	c      2536            330         325        20                -           0.0000          -
50066.30/2541.52	c      2542            330         325        20                -           0.0000          -
50168.96/2546.71	c      2547            330         325        20                -           0.0000          -
50269.83/2551.88	c      2552            330         325        20                -           0.0000          -
50370.69/2556.90	c      2557            457         445        20                -           0.0000          -
50469.65/2561.92	c      2562            457         445        20                -           0.0000          -
50568.49/2566.97	c      2567            457         445        20                -           0.0000          -
50667.33/2572.03	c      2572            457         445        20                -           0.0000          -
50768.87/2577.06	c      2577            457         445        20                -           0.0000          -
50870.87/2582.23	c      2582            457         445        20                -           0.0000          -
50971.72/2587.35	c      2587            748         733        20                -           0.0000          -
51074.31/2592.55	c      2593            461         449        20                -           0.0000          -
51177.00/2597.71	c      2598            461         449        20                -           0.0000          -
51275.79/2602.79	c      2603            461         449        20                -           0.0000          -
51376.66/2607.84	c      2608            461         449        20                -           0.0000          -
51477.51/2612.98	c      2613            461         449        20                -           0.0000          -
51581.16/2618.16	c      2618            461         449        20                -           0.0000          -
51683.32/2623.32	c      2623            461         449        20                -           0.0000          -
51783.98/2628.42	c      2628            461         449        20                -           0.0000          -
51884.82/2633.55	c      2634            461         449        20                -           0.0000          -
51985.65/2638.62	c      2639            461         449        20                -           0.0000          -
52084.45/2643.67	c      2644            461         449        20                -           0.0000          -
52183.24/2648.68	c      2649            362         357        20                -           0.0000          -
52285.82/2653.82	c      2654            362         357        20                -           0.0000          -
52384.58/2658.88	c      2659            775         756        20                -           0.0000          -
52488.06/2664.14	c      2664            775         756        20                -           0.0000          -
52590.20/2669.23	c      2669            780         761        20                -           0.0000          -
52692.99/2674.45	c      2674            783         762        20                -           0.0000          -
52795.81/2679.66	c      2680            783         762        20                -           0.0000          -
52898.63/2684.83	c      2685            783         762        20                -           0.0000          -
52997.48/2689.84	c      2690            507         495        20                -           0.0000          -
53104.24/2695.22	c      2695           1212         157        20                -           0.0000          -
53205.10/2700.31	c      2700            380         375        20                -           0.0000          -
53305.91/2705.47	c      2705            380         375        20                -           0.0000          -
53408.75/2710.66	c      2711            380         375        20                -           0.0000          -
53511.60/2715.80	c      2716            380         375        20                -           0.0000          -
53610.47/2720.82	c      2721            380         375        20                -           0.0000          -
53711.32/2726.03	c      2726            380         375        20                -           0.0000          -
53812.96/2731.09	c      2731            520         508        20                -           0.0000          -
53915.20/2736.26	c      2736            520         508        20                -           0.0000          -
54016.19/2741.36	c      2741            520         508        20                -           0.0000          -
54115.19/2746.38	c      2746            520         508        20                -           0.0000          -
54215.95/2751.48	c      2751            397         392        20                -           0.0000          -
54318.97/2756.67	c      2757            397         392        20                -           0.0000          -
54418.04/2761.69	c      2762            397         392        20                -           0.0000          -
54523.00/2766.92	c      2767            525         513        20                -           0.0000          -
54622.00/2771.98	c      2772            525         513        20                -           0.0000          -
54726.67/2777.30	c      2777           1269         214        20                -           0.0000          -
54829.53/2782.41	c      2782            809         788        20                -           0.0000          -
54930.55/2787.51	c      2788            809         788        20                -           0.0000          -
55029.44/2792.57	c      2793            415         410        20                -           0.0000          -
55128.43/2797.59	c      2798            415         410        20                -           0.0000          -
55229.39/2802.60	c      2803            415         410        20                -           0.0000          -
55332.32/2807.81	c      2808            415         410        20                -           0.0000          -
55433.27/2812.94	c      2813            415         410        20                -           0.0000          -
55532.14/2818.02	c      2818            415         410        20                -           0.0000          -
55633.66/2823.10	c      2823            415         410        20                -           0.0000          -
55734.93/2828.15	c      2828            418         413        20                -           0.0000          -
55833.53/2833.19	c      2833            828         805        20                -           0.0000          -
55933.76/2838.27	c      2838           1299         244        20                -           0.0000          -
56034.69/2843.30	c      2843            546         534        20                -           0.0000          -
56133.68/2848.38	c      2848            831         808        20                -           0.0000          -
56236.50/2853.55	c      2854            831         808        20                -           0.0000          -
56335.46/2858.57	c      2859            831         808        20                -           0.0000          -
56436.60/2863.62	c      2864            831         808        20                -           0.0000          -
56539.35/2868.83	c      2869            831         808        20                -           0.0000          -
56640.31/2874.01	c      2874            831         808        20                -           0.0000          -
56742.07/2879.13	c      2879            831         808        20                -           0.0000          -
56844.23/2884.23	c      2884            831         808        20                -           0.0000          -
56945.18/2889.33	c      2889            433         428        20                -           0.0000          -
57046.12/2894.42	c      2894            433         428        20                -           0.0000          -
57145.13/2899.49	c      2899            562         550        20                -           0.0000          -
57248.12/2904.70	c      2905            841         818        20                -           0.0000          -
57349.13/2909.75	c      2910            841         818        20                -           0.0000          -
57452.13/2914.91	c      2915            567         555        20                -           0.0000          -
57553.84/2920.13	c      2920            567         555        20                -           0.0000          -
57654.94/2925.19	c      2925            567         555        20                -           0.0000          -
57757.25/2930.31	c      2930            567         555        20                -           0.0000          -
57858.07/2935.40	c      2935            844         821        20                -           0.0000          -
57959.09/2940.51	c      2941            477         472        20                -           0.0000          -
58059.89/2945.63	c      2946            851         826        20                -           0.0000          -
58160.98/2950.71	c      2951            851         826        20                -           0.0000          -
58261.91/2955.83	c      2956            851         826        20                -           0.0000          -
58362.96/2960.96	c      2961           1399         342        20                -           0.0000          -
58464.56/2966.11	c      2966            606         594        20                -           0.0000          -
58566.98/2971.24	c      2971            606         594        20                -           0.0000          -
58667.94/2976.37	c      2976            606         594        20                -           0.0000          -
58768.86/2981.43	c      2981            487         482        20                -           0.0000          -
58871.83/2986.61	c      2987            487         482        20                -           0.0000          -
58970.55/2991.66	c      2992            621         609        20                -           0.0000          -
59071.56/2996.79	c      2997            489         484        20                -           0.0000          -
59174.48/3001.94	c      3002            861         836        20                -           0.0000          -
59275.96/3007.05	c      3007            861         836        20                -           0.0000          -
59376.91/3012.16	c      3012            861         836        20                -           0.0000          -
59476.05/3017.19	c      3017            494         489        20                -           0.0000          -
59576.17/3022.28	c      3022            494         489        20                -           0.0000          -
59677.14/3027.37	c      3027            494         489        20                -           0.0000          -
59778.08/3032.47	c      3032            494         489        20                -           0.0000          -
59880.97/3037.64	c      3038            494         489        20                -           0.0000          -
59983.73/3042.85	c      3043            494         489        20                -           0.0000          -
60084.69/3047.91	c      3048            494         489        20                -           0.0000          -
60183.50/3052.94	c      3053            494         489        20                -           0.0000          -
60287.28/3058.20	c      3058            494         489        20                -           0.0000          -
60389.26/3063.30	c      3063            494         489        20                -           0.0000          -
60488.12/3068.38	c      3068            494         489        20                -           0.0000          -
60589.09/3073.48	c      3073            494         489        20                -           0.0000          -
60690.04/3078.59	c      3079            494         489        20                -           0.0000          -
60799.77/3084.05	c      3084         129191           0        20                -           0.0000          -
60901.84/3089.24	c      3089         129191           0        20                -           0.0000          -
61002.91/3094.32	c      3094         129191           0        20                -           0.0000          -
61105.75/3099.51	c      3100         129191           0        20                -           0.0000          -
61204.75/3104.58	c      3105         129191           0        20                -           0.0000          -
61307.81/3109.77	c      3110         129191           0        20                -           0.0000          -
61408.76/3114.87	c      3115         129191           0        20                -           0.0000          -
61507.73/3119.89	c      3120         129191           0        20                -           0.0000          -
61613.14/3125.13	c      3125         129191           0        20                -           0.0000          -
61713.33/3130.24	c      3130         129191           0        20                -           0.0000          -
61814.23/3135.30	c      3135         129191           0        20                -           0.0000          -
61913.17/3140.33	c      3140         129191           0        20                -           0.0000          -
62012.14/3145.40	c      3145         129191           0        20                -           0.0000          -
62113.10/3150.48	c      3150         129191           0        20                -           0.0000          -
62213.97/3155.58	c      3156         129191           0        20                -           0.0000          -
62314.95/3160.69	c      3161            671         659        20                -           0.0000          -
62415.91/3165.70	c      3166            671         659        20                -           0.0000          -
62514.94/3170.79	c      3171            671         659        20                -           0.0000          -
62617.89/3175.91	c      3176            671         659        20                -           0.0000          -
62716.89/3180.99	c      3181            536         531        20                -           0.0000          -
62815.87/3186.00	c      3186            536         531        20                -           0.0000          -
62914.89/3191.03	c      3191            536         531        20                -           0.0000          -
63016.74/3196.05	c      3196            536         531        20                -           0.0000          -
63117.70/3201.16	c      3201            896         869        20                -           0.0000          -
63217.76/3206.29	c      3206            896         869        20                -           0.0000          -
63318.78/3211.37	c      3211            896         869        20                -           0.0000          -
63419.52/3216.43	c      3216            688         676        20                -           0.0000          -
63518.51/3221.47	c      3221            547         542        20                -           0.0000          -
63619.53/3226.56	c      3227            547         542        20                -           0.0000          -
63718.58/3231.60	c      3232            547         542        20                -           0.0000          -
63821.64/3236.73	c      3237            547         542        20                -           0.0000          -
63922.70/3241.85	c      3242            547         542        20                -           0.0000          -
64023.73/3246.94	c      3247            692         680        20                -           0.0000          -
64125.57/3252.05	c      3252            692         680        20                -           0.0000          -
64227.63/3257.30	c      3257            692         680        20                -           0.0000          -
64330.70/3262.41	c      3262            692         680        20                -           0.0000          -
64431.78/3267.56	c      3268            692         680        20                -           0.0000          -
64532.63/3272.63	c      3273            692         680        20                -           0.0000          -
64635.66/3277.82	c      3278            692         680        20                -           0.0000          -
64736.69/3282.93	c      3283            692         680        20                -           0.0000          -
64835.76/3288.02	c      3288            692         680        20                -           0.0000          -
64937.57/3293.13	c      3293            692         680        20                -           0.0000          -
65041.76/3298.37	c      3298            692         680        20                -           0.0000          -
65144.54/3303.50	c      3304            692         680        20                -           0.0000          -
65243.56/3308.56	c      3309            692         680        20                -           0.0000          -
65344.62/3313.61	c      3314            692         680        20                -           0.0000          -
65443.60/3318.61	c      3319            692         680        20                -           0.0000          -
65542.68/3323.69	c      3324            692         680        20                -           0.0000          -
65643.68/3328.77	c      3329            692         680        20                -           0.0000          -
65746.62/3333.96	c      3334            692         680        20                -           0.0000          -
65848.26/3339.09	c      3339            692         680        20                -           0.0000          -
65954.52/3344.43	c      3344            692         680        20                -           0.0000          -
66055.54/3349.54	c      3350            692         680        20                -           0.0000          -
66156.48/3354.62	c      3355            692         680        20                -           0.0000          -
66255.45/3359.69	c      3360            692         680        20                -           0.0000          -
66358.32/3364.82	c      3365            692         680        20                -           0.0000          -
66459.27/3369.97	c      3370            692         680        20                -           0.0000          -
66561.14/3375.10	c      3375            592         583        20                -           0.0000          -
66661.97/3380.19	c      3380            592         583        20                -           0.0000          -
66764.31/3385.40	c      3385            592         583        20                -           0.0000          -
66865.23/3390.47	c      3390            592         583        20                -           0.0000          -
66966.30/3395.56	c      3396            592         583        20                -           0.0000          -
67067.36/3400.64	c      3401            592         583        20                -           0.0000          -
67168.43/3405.74	c      3406            592         583        20                -           0.0000          -
67269.50/3410.84	c      3411            592         583        20                -           0.0000          -
67370.53/3415.91	c      3416            592         583        20                -           0.0000          -
67469.62/3420.97	c      3421            592         583        20                -           0.0000          -
67573.21/3426.17	c      3426            592         583        20                -           0.0000          -
67673.47/3431.27	c      3431            592         583        20                -           0.0000          -
67774.57/3436.35	c      3436            592         583        20                -           0.0000          -
67875.60/3441.48	c      3441            712         700        20                -           0.0000          -
67976.59/3446.51	c      3447            960         929        20                -           0.0000          -
68081.58/3451.82	c      3452            960         929        20                -           0.0000          -
68182.48/3456.99	c      3457            716         704        20                -           0.0000          -
68286.21/3462.19	c      3462            716         704        20                -           0.0000          -
68386.20/3467.29	c      3467            716         704        20                -           0.0000          -
68489.16/3472.42	c      3472            716         704        20                -           0.0000          -
68590.19/3477.54	c      3478            716         704        20                -           0.0000          -
68691.22/3482.64	c      3483            600         591        20                -           0.0000          -
68792.28/3487.72	c      3488            600         591        20                -           0.0000          -
68893.17/3492.89	c      3493           1870         778        20                -           0.0000          -
68996.74/3498.04	c      3498           1870         778        20                -           0.0000          -
69097.46/3503.14	c      3503           1870         778        20                -           0.0000          -
69199.62/3508.36	c      3508           1870         778        20                -           0.0000          -
69300.60/3513.45	c      3513           1870         778        20                -           0.0000          -
69403.52/3518.60	c      3519            974         943        20                -           0.0000          -
69506.46/3523.83	c      3524            974         943        20                -           0.0000          -
69613.20/3529.20	c      3529            611         602        20                -           0.0000          -
69716.13/3534.43	c      3534            611         602        20                -           0.0000          -
69817.09/3539.50	c      3540            611         602        20                -           0.0000          -
69918.05/3544.68	c      3545            611         602        20                -           0.0000          -
70019.06/3549.75	c      3550           1897         799        20                -           0.0000          -
70121.89/3554.93	c      3555           1897         799        20                -           0.0000          -
70220.94/3559.95	c      3560           1897         799        20                -           0.0000          -
70322.20/3565.11	c      3565           1897         799        20                -           0.0000          -
70424.43/3570.21	c      3570           1897         799        20                -           0.0000          -
70523.20/3575.27	c      3575           1897         799        20                -           0.0000          -
70624.14/3580.33	c      3580           1897         799        20                -           0.0000          -
70725.07/3585.46	c      3585           1897         799        20                -           0.0000          -
70826.06/3590.57	c      3591           1897         799        20                -           0.0000          -
70927.07/3595.67	c      3596           1897         799        20                -           0.0000          -
71027.98/3600.73	c      3601           1897         799        20                -           0.0000          -
71127.04/3605.78	c      3606           1897         799        20                -           0.0000          -
71228.04/3610.82	c      3611           1897         799        20                -           0.0000          -
71327.12/3615.88	c      3616           1897         799        20                -           0.0000          -
71428.15/3620.98	c      3621           1897         799        20                -           0.0000          -
71533.16/3626.21	c      3626           1897         799        20                -           0.0000          -
71632.17/3631.30	c      3631           1897         799        20                -           0.0000          -
71737.15/3636.56	c      3637            762         750        20                -           0.0000          -
71838.16/3641.65	c      3642            767         755        20                -           0.0000          -
71938.87/3646.74	c      3647           1001         970        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (167254 MiB free)
  memory of node 1: 193531 MiB (78421 MiB free)
  memory of node 2: 193531 MiB (121290 MiB free)
  memory of node 3: 193493 MiB (170122 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-4467777-1723622235/watcher-4467777-1723622235 -o /tmp/evaluation-result-4467777-1723622235/solver-4467777-1723622235 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723618580-776991 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467777-1723622235.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100115 s]*
/proc/loadavg: 76.76 79.87 79.46 43/947 779238
/proc/meminfo: memFree=549940360/790760800 swapFree=131071996/131071996
[pid=779237] ppid=779234 vsize=67348 memory=54848 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/stat : 779237 (fscip) R 779234 779237 776978 0 -1 4194304 11651 0 0 0 10 1 0 0 20 0 1 0 128802922 68964352 13712 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
/proc/779237/statm: 16837 13712 2331 3035 0 13233 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 67348 KiB
Current children cumulated memory: 54848 KiB

[startup+0.221362 s]*
/proc/loadavg: 76.76 79.87 79.46 43/947 779238
/proc/meminfo: memFree=549897764/790760800 swapFree=131071996/131071996
[pid=779237] ppid=779234 vsize=109444 memory=97016 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/stat : 779237 (fscip) R 779234 779237 776978 0 -1 4194304 22181 0 0 0 20 3 0 0 20 0 1 0 128802922 112070656 24254 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
/proc/779237/statm: 27361 24254 2331 3035 0 23757 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 109444 KiB
Current children cumulated memory: 97016 KiB

[startup+0.319403 s]*
/proc/loadavg: 76.76 79.87 79.46 44/947 779238
/proc/meminfo: memFree=549831628/790760800 swapFree=131071996/131071996
[pid=779237] ppid=779234 vsize=184652 memory=172916 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/stat : 779237 (fscip) R 779234 779237 776978 0 -1 4194304 41700 0 0 0 28 5 0 0 20 0 1 0 128802922 189083648 43229 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
/proc/779237/statm: 46163 43229 2555 3035 0 42559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 184652 KiB
Current children cumulated memory: 172916 KiB

[startup+0.700216 s]
/proc/loadavg: 76.76 79.87 79.46 43/947 779238
/proc/meminfo: memFree=549750872/790760800 swapFree=131071996/131071996
[pid=779237] ppid=779234 vsize=308056 memory=288404 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/stat : 779237 (fscip) R 779234 779237 776978 0 -1 4194304 64350 0 0 0 60 8 0 0 20 0 1 0 128802922 315449344 72101 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
/proc/779237/statm: 77014 72101 2646 3035 0 73410 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 308056 KiB
Current children cumulated memory: 288404 KiB

[startup+1.50016 s]
/proc/loadavg: 76.76 79.87 79.46 24/908 779238
/proc/meminfo: memFree=564439296/790760800 swapFree=131071996/131071996
[pid=779237] ppid=779234 vsize=371100 memory=353152 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/stat : 779237 (fscip) R 779234 779237 776978 0 -1 4194304 91583 0 0 0 133 16 0 0 20 0 1 0 128802922 380006400 88288 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
/proc/779237/statm: 92775 88288 2726 3035 0 89171 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 371100 KiB
Current children cumulated memory: 353152 KiB

[startup+3.12341 s]
/proc/loadavg: 76.76 79.87 79.46 24/907 779284
/proc/meminfo: memFree=598739680/790760800 swapFree=131071996/131071996
[pid=779237] ppid=779234 vsize=371100 memory=354604 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/stat : 779237 (fscip) R 779234 779237 776978 0 -1 4194304 91872 0 0 0 294 16 0 0 20 0 1 0 128802922 380006400 88651 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
/proc/779237/statm: 92775 88651 2774 3035 0 89171 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 371100 KiB
Current children cumulated memory: 354604 KiB

[startup+6.30025 s]
/proc/loadavg: 72.70 78.98 79.17 24/907 779284
/proc/meminfo: memFree=598091488/790760800 swapFree=131071996/131071996
[pid=779237] ppid=779234 vsize=579536 memory=540372 CPUtime=6.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/stat : 779237 (fscip) R 779234 779237 776978 0 -1 4194304 97471 0 0 0 606 20 0 0 20 0 1 0 128802922 593444864 135093 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
/proc/779237/statm: 144884 135093 2774 3035 0 141280 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 579536 KiB
Current children cumulated memory: 540372 KiB

[startup+12.7023 s]
/proc/loadavg: 68.80 78.06 78.87 62/987 779366
/proc/meminfo: memFree=585080356/790760800 swapFree=131071996/131071996
[pid=779237] ppid=779234 vsize=8854016 memory=7263908 CPUtime=53.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/stat : 779237 (fscip) S 779234 779237 776978 0 -1 1077936128 1902262 0 0 0 4948 442 0 0 20 0 41 0 128802922 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
/proc/779237/statm: 2213504 1815977 2806 3035 0 1943745 0
[pid=779237/tid=779305] ppid=779234 vsize=8854016 memory=6096 CPUtime=2.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779305/stat : 779305 (fscip) R 779234 779237 776978 0 -1 4194368 89821 0 0 0 215 21 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779306] ppid=779234 vsize=8854016 memory=0 CPUtime=2.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779306/stat : 779306 (fscip) R 779234 779237 776978 0 -1 4194368 90257 0 0 0 213 21 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779307] ppid=779234 vsize=8854016 memory=6291620421707132270 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779307/stat : 779307 (fscip) R 779234 779237 776978 0 -1 4194368 88001 0 0 0 214 21 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779308] ppid=779234 vsize=8854016 memory=0 CPUtime=2.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779308/stat : 779308 (fscip) R 779234 779237 776978 0 -1 4194368 89966 0 0 0 216 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779309] ppid=779234 vsize=8854016 memory=280000327050096 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779309/stat : 779309 (fscip) R 779234 779237 776978 0 -1 4194368 76424 0 0 0 216 19 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779310] ppid=779234 vsize=8854016 memory=280000327124208 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779310/stat : 779310 (fscip) R 779234 779237 776978 0 -1 4194368 88554 0 0 0 216 19 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779311] ppid=779234 vsize=8854016 memory=32313 CPUtime=2.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779311/stat : 779311 (fscip) R 779234 779237 776978 0 -1 4194368 89967 0 0 0 216 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779312] ppid=779234 vsize=8854016 memory=280000327260544 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779312/stat : 779312 (fscip) R 779234 779237 776978 0 -1 4194368 88743 0 0 0 215 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779313] ppid=779234 vsize=8854016 memory=0 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779313/stat : 779313 (fscip) D 779234 779237 776978 0 -1 4194368 87842 0 0 0 214 21 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779314] ppid=779234 vsize=8854016 memory=280000327774448 CPUtime=2.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779314/stat : 779314 (fscip) R 779234 779237 776978 0 -1 4194368 89821 0 0 0 216 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779315] ppid=779234 vsize=8854016 memory=16793322131264 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779315/stat : 779315 (fscip) D 779234 779237 776978 0 -1 4194368 88198 0 0 0 215 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779316] ppid=779234 vsize=8854016 memory=0 CPUtime=2.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779316/stat : 779316 (fscip) R 779234 779237 776978 0 -1 4194368 90207 0 0 0 214 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779317] ppid=779234 vsize=8854016 memory=25333125866717268 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779317/stat : 779317 (fscip) R 779234 779237 776978 0 -1 4194368 97398 0 0 0 215 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779318] ppid=779234 vsize=8854016 memory=6944652177228980320 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779318/stat : 779318 (fscip) D 779234 779237 776978 0 -1 4194368 90173 0 0 0 212 23 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779319] ppid=779234 vsize=8854016 memory=0 CPUtime=2.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779319/stat : 779319 (fscip) R 779234 779237 776978 0 -1 4194368 86598 0 0 0 211 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779320] ppid=779234 vsize=8854016 memory=1968 CPUtime=2.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779320/stat : 779320 (fscip) R 779234 779237 776978 0 -1 4194368 89904 0 0 0 216 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779321] ppid=779234 vsize=8854016 memory=25333125866717268 CPUtime=2.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779321/stat : 779321 (fscip) D 779234 779237 776978 0 -1 4194368 87326 0 0 0 213 21 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779322] ppid=779234 vsize=8854016 memory=354604 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779322/stat : 779322 (fscip) D 779234 779237 776978 0 -1 4194368 89756 0 0 0 214 21 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779323] ppid=779234 vsize=8854016 memory=0 CPUtime=2.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779323/stat : 779323 (fscip) R 779234 779237 776978 0 -1 4194368 89955 0 0 0 215 21 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779324] ppid=779234 vsize=8854016 memory=280000327303088 CPUtime=2.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779324/stat : 779324 (fscip) R 779234 779237 776978 0 -1 4194368 88004 0 0 0 215 20 0 0 20 0 41 0 128803577 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779347] ppid=779234 vsize=8854016 memory=6944656592387989600 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779347/stat : 779347 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779348] ppid=779234 vsize=8854016 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779348/stat : 779348 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779349] ppid=779234 vsize=8854016 memory=280000327585392 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779349/stat : 779349 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779350] ppid=779234 vsize=8854016 memory=32884 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779350/stat : 779350 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779351] ppid=779234 vsize=8854016 memory=6988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779351/stat : 779351 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779352] ppid=779234 vsize=8854016 memory=36276 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779352/stat : 779352 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779353] ppid=779234 vsize=8854016 memory=2204740 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779353/stat : 779353 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779354] ppid=779234 vsize=8854016 memory=8836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779354/stat : 779354 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779355] ppid=779234 vsize=8854016 memory=5133528 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779355/stat : 779355 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779356] ppid=779234 vsize=8854016 memory=-6514566156477709160 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779356/stat : 779356 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779357] ppid=779234 vsize=8854016 memory=1836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779357/stat : 779357 (fscip) S 779234 779237 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779358] ppid=779234 vsize=8854016 memory=25988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779358/stat : 779358 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779359] ppid=779234 vsize=8854016 memory=643804 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779359/stat : 779359 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779360] ppid=779234 vsize=8854016 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779360/stat : 779360 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779361] ppid=779234 vsize=8854016 memory=4420 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779361/stat : 779361 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779362] ppid=779234 vsize=8854016 memory=3472323898181169473 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779362/stat : 779362 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779363] ppid=779234 vsize=8854016 memory=1836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779363/stat : 779363 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779364] ppid=779234 vsize=8854016 memory=7757848 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779364/stat : 779364 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779365] ppid=779234 vsize=8854016 memory=2244 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779365/stat : 779365 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779366] ppid=779234 vsize=8854016 memory=31488 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779366/stat : 779366 (fscip) S 779234 779237 776978 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128803961 9066512384 1815977 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
Current children cumulated CPU time: 53.9 s
Current children cumulated vsize: 8854016 KiB
Current children cumulated memory: 7263908 KiB

[startup+25.5014 s]
/proc/loadavg: 67.29 77.28 78.60 62/987 779367

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

/proc/779237/task/779353/stat : 779353 (fscip) S 779234 779237 776978 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779354] ppid=779234 vsize=55803068 memory=8323350987516068516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779354/stat : 779354 (fscip) S 779234 779237 776978 0 -1 1077936192 197 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779355] ppid=779234 vsize=55803068 memory=36771168 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779355/stat : 779355 (fscip) S 779234 779237 776978 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779356] ppid=779234 vsize=55803068 memory=36771188 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779356/stat : 779356 (fscip) S 779234 779237 776978 0 -1 1077936192 214 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779357] ppid=779234 vsize=55803068 memory=36778044 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779357/stat : 779357 (fscip) S 779234 779237 776978 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779358] ppid=779234 vsize=55803068 memory=36785160 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779358/stat : 779358 (fscip) S 779234 779237 776978 0 -1 1077936192 215 0 0 0 0 1 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779359] ppid=779234 vsize=55803068 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779359/stat : 779359 (fscip) S 779234 779237 776978 0 -1 1077936192 189 0 0 0 0 2 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779360] ppid=779234 vsize=55803068 memory=42428 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779360/stat : 779360 (fscip) S 779234 779237 776978 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779361] ppid=779234 vsize=55803068 memory=21544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779361/stat : 779361 (fscip) S 779234 779237 776978 0 -1 1077936192 208 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779362] ppid=779234 vsize=55803068 memory=100 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779362/stat : 779362 (fscip) S 779234 779237 776978 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779363] ppid=779234 vsize=55803068 memory=1836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779363/stat : 779363 (fscip) S 779234 779237 776978 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779364] ppid=779234 vsize=55803068 memory=36785148 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779364/stat : 779364 (fscip) S 779234 779237 776978 0 -1 1077936192 169 0 0 0 0 2 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779365] ppid=779234 vsize=55803068 memory=20144 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779365/stat : 779365 (fscip) S 779234 779237 776978 0 -1 1077936192 207 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779366] ppid=779234 vsize=55803068 memory=28716 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779366/stat : 779366 (fscip) S 779234 779237 776978 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 128803961 57142341632 9196321 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
Current children cumulated CPU time: 71852.1 s
Current children cumulated vsize: 55803068 KiB
Current children cumulated memory: 36785284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3649.8 s]
/proc/loadavg: 80.73 80.75 80.43 62/986 781622
/proc/meminfo: memFree=483173824/790760800 swapFree=131071996/131071996
[pid=779237] ppid=779234 vsize=55833124 memory=36795644 CPUtime=72000.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/stat : 779237 (fscip) S 779234 779237 776978 0 -1 1077936128 90212734 0 0 0 7183422 16613 0 0 20 0 41 0 128802922 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
/proc/779237/statm: 13958281 9198911 3030 3035 0 13594055 0
[pid=779237/tid=779305] ppid=779234 vsize=55833124 memory=3664 CPUtime=3595.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779305/stat : 779305 (fscip) R 779234 779237 776978 0 -1 4194368 3737812 0 0 0 359020 482 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779306] ppid=779234 vsize=55833124 memory=40296 CPUtime=3601.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779306/stat : 779306 (fscip) R 779234 779237 776978 0 -1 4194368 4977476 0 0 0 359334 807 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779307] ppid=779234 vsize=55833124 memory=8148 CPUtime=3601.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779307/stat : 779307 (fscip) R 779234 779237 776978 0 -1 4194368 4103511 0 0 0 359143 1046 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779308] ppid=779234 vsize=55833124 memory=3428 CPUtime=3595.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779308/stat : 779308 (fscip) R 779234 779237 776978 0 -1 4194368 3961162 0 0 0 359095 486 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779309] ppid=779234 vsize=55833124 memory=1968 CPUtime=3603.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779309/stat : 779309 (fscip) R 779234 779237 776978 0 -1 4194368 4269910 0 0 0 359871 528 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779310] ppid=779234 vsize=55833124 memory=54344 CPUtime=3600.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779310/stat : 779310 (fscip) R 779234 779237 776978 0 -1 4194368 4179328 0 0 0 358987 1055 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779311] ppid=779234 vsize=55833124 memory=33196 CPUtime=3593.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779311/stat : 779311 (fscip) R 779234 779237 776978 0 -1 4194368 3808260 0 0 0 358655 691 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779312] ppid=779234 vsize=55833124 memory=21544 CPUtime=3605.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779312/stat : 779312 (fscip) R 779234 779237 776978 0 -1 4194368 5468434 0 0 0 359696 873 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779313] ppid=779234 vsize=55833124 memory=100 CPUtime=3603.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779313/stat : 779313 (fscip) R 779234 779237 776978 0 -1 4194368 4127666 0 0 0 359393 991 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779314] ppid=779234 vsize=55833124 memory=1836 CPUtime=3590.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779314/stat : 779314 (fscip) R 779234 779237 776978 0 -1 4194368 3713503 0 0 0 358562 451 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779315] ppid=779234 vsize=55833124 memory=25988 CPUtime=3604.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779315/stat : 779315 (fscip) R 779234 779237 776978 0 -1 4194368 5493903 0 0 0 359513 910 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779316] ppid=779234 vsize=55833124 memory=2244 CPUtime=3597.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779316/stat : 779316 (fscip) R 779234 779237 776978 0 -1 4194368 6621772 0 0 0 358178 1579 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779317] ppid=779234 vsize=55833124 memory=6720664341915976046 CPUtime=3601.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779317/stat : 779317 (fscip) R 779234 779237 776978 0 -1 4194368 4039822 0 0 0 359662 505 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779318] ppid=779234 vsize=55833124 memory=54344 CPUtime=3600.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779318/stat : 779318 (fscip) R 779234 779237 776978 0 -1 4194368 5734865 0 0 0 358864 1212 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779319] ppid=779234 vsize=55833124 memory=33196 CPUtime=3591.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779319/stat : 779319 (fscip) R 779234 779237 776978 0 -1 4194368 4284569 0 0 0 358132 1031 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779320] ppid=779234 vsize=55833124 memory=21544 CPUtime=3598.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779320/stat : 779320 (fscip) R 779234 779237 776978 0 -1 4194368 3735177 0 0 0 359256 568 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779321] ppid=779234 vsize=55833124 memory=100 CPUtime=3598.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779321/stat : 779321 (fscip) R 779234 779237 776978 0 -1 4194368 4981043 0 0 0 359014 841 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779322] ppid=779234 vsize=55833124 memory=36787948 CPUtime=3605.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779322/stat : 779322 (fscip) R 779234 779237 776978 0 -1 4194368 4165585 0 0 0 359530 1043 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779323] ppid=779234 vsize=55833124 memory=25988 CPUtime=3597.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779323/stat : 779323 (fscip) R 779234 779237 776978 0 -1 4194368 3877913 0 0 0 359099 651 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779324] ppid=779234 vsize=55833124 memory=2244 CPUtime=3604.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779324/stat : 779324 (fscip) R 779234 779237 776978 0 -1 4194368 4797630 0 0 0 359683 806 0 0 20 0 41 0 128803577 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779347] ppid=779234 vsize=55833124 memory=2180 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779347/stat : 779347 (fscip) S 779234 779237 776978 0 -1 1077936192 168 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779348] ppid=779234 vsize=55833124 memory=1744 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779348/stat : 779348 (fscip) S 779234 779237 776978 0 -1 1077936192 216 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779349] ppid=779234 vsize=55833124 memory=20144 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779349/stat : 779349 (fscip) S 779234 779237 776978 0 -1 1077936192 207 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779350] ppid=779234 vsize=55833124 memory=28716 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779350/stat : 779350 (fscip) S 779234 779237 776978 0 -1 1077936192 197 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779351] ppid=779234 vsize=55833124 memory=32884 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779351/stat : 779351 (fscip) S 779234 779237 776978 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779352] ppid=779234 vsize=55833124 memory=6988 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779352/stat : 779352 (fscip) S 779234 779237 776978 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779353] ppid=779234 vsize=55833124 memory=36276 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779353/stat : 779353 (fscip) S 779234 779237 776978 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779354] ppid=779234 vsize=55833124 memory=6608 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779354/stat : 779354 (fscip) S 779234 779237 776978 0 -1 1077936192 199 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779355] ppid=779234 vsize=55833124 memory=5556 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779355/stat : 779355 (fscip) S 779234 779237 776978 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779356] ppid=779234 vsize=55833124 memory=16220 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779356/stat : 779356 (fscip) S 779234 779237 776978 0 -1 1077936192 214 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779357] ppid=779234 vsize=55833124 memory=2212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779357/stat : 779357 (fscip) S 779234 779237 776978 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779358] ppid=779234 vsize=55833124 memory=6096 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779358/stat : 779358 (fscip) S 779234 779237 776978 0 -1 1077936192 215 0 0 0 0 1 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779359] ppid=779234 vsize=55833124 memory=1968 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779359/stat : 779359 (fscip) S 779234 779237 776978 0 -1 1077936192 189 0 0 0 0 2 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779360] ppid=779234 vsize=55833124 memory=54344 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779360/stat : 779360 (fscip) S 779234 779237 776978 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779361] ppid=779234 vsize=55833124 memory=33196 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779361/stat : 779361 (fscip) S 779234 779237 776978 0 -1 1077936192 210 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779362] ppid=779234 vsize=55833124 memory=21544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779362/stat : 779362 (fscip) S 779234 779237 776978 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779363] ppid=779234 vsize=55833124 memory=6720664341915976046 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779363/stat : 779363 (fscip) S 779234 779237 776978 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779364] ppid=779234 vsize=55833124 memory=90480 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779364/stat : 779364 (fscip) S 779234 779237 776978 0 -1 1077936192 171 0 0 0 0 2 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779365] ppid=779234 vsize=55833124 memory=1309105 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779365/stat : 779365 (fscip) S 779234 779237 776978 0 -1 1077936192 209 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
[pid=779237/tid=779366] ppid=779234 vsize=55833124 memory=664954298473736153 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/779237/task/779366/stat : 779366 (fscip) S 779234 779237 776978 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 128803961 57173118976 9198911 809668444160 4194304 16622877 140726900885264 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49168384 140726900888551 140726900888667 140726900888667 140726900895695 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 55833124 KiB
Current children cumulated memory: 36795644 KiB

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

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

# cumulated CPU time of all completed processes:  user=71834.5 s, system=167.234 s

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

[startup+3650.4 s]
/proc/loadavg: 79.15 80.42 80.33 43/947 781622
/proc/meminfo: memFree=489487160/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3650.8 s]
/proc/loadavg: 79.15 80.42 80.33 43/947 781622
/proc/meminfo: memFree=489487160/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3650.9 s]
/proc/loadavg: 79.15 80.42 80.33 43/947 781622
/proc/meminfo: memFree=489487160/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): 3650.94
CPU time (s): 72001.7
CPU user time (s): 71834.5
CPU system time (s): 167.234
CPU usage (%): 1972.14
Max. virtual memory (cumulated for all children) (KiB): 55833124
Max. memory (cumulated for all children) (KiB): 36795644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71834.5
system time used= 167.234
maximum resident set size= 36797660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90213459
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= 2879766
involuntary context switches= 315960


# summary of solver processes directly reported to runsolver:
#   pid: 779237
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71834.5
#   total CPU system time (s): 167.234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.3197 second user time and 93.4748 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 09:57:15
IDJOB=4467777
IDBENCH=155589
IDSOLVER=3097
FILE ID=nodeD104/4467777-1723622235
RUNJOBID= nodeD104-1723618580-776991
SLURM_JOB_ID= 8267908
Free space on /tmp= 8587808 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-21.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-4467777-1723622235/watcher-4467777-1723622235 -o /tmp/evaluation-result-4467777-1723622235/solver-4467777-1723622235 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723618580-776991 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467777-1723622235.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= abfa2b7f448cb4339f1b1eeb1bae5b59
RANDOM SEED=626721921

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2656.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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        549979744 kB
MemAvailable:   627984296 kB
Buffers:         1255396 kB
Cached:         79492504 kB
SwapCached:            0 kB
Active:         13745144 kB
Inactive:       222010920 kB
Active(anon):       2212 kB
Inactive(anon): 155044928 kB
Active(file):   13742932 kB
Inactive(file): 66965992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            100436 kB
Writeback:             0 kB
AnonPages:      155005984 kB
Mapped:           137488 kB
Shmem:             38920 kB
KReclaimable:    1430688 kB
Slab:            1987028 kB
SReclaimable:    1430688 kB
SUnreclaim:       556340 kB
KernelStack:       16304 kB
PageTables:       366488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   78025044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1126272 kB
HardwareCorrupted:     0 kB
AnonHugePages:  53522432 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:     1425408 kB
DirectMap2M:    249681920 kB
DirectMap1G:    554696704 kB

Free space on /tmp at the end= 8587780 MiB
End job on nodeD104 at 2024-08-14 10:58:06