Trace number 4467776

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) 72003.5 3656.85

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-20.opb
MD5SUMce92e16bf0ab8af5c50df3c37225d359
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark14.7404
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 232
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.54/0.55	c Default LC presolving (default).
0.54/0.55	c ** Before presolving: virtualMemUsedAtLc = 490303764, getVmSize() = 313913344, SCIPgetMemUsed() = 255182148, SCIPgetMemTotal() = 276691196, SCIPgetMemExternEstim() = 213612568
0.54/0.55	c ** set memory limit for presolving in LC to 8.79455e+12 for SCIP **
9.96/10.06	c ** Estimated virtualMemUsedAtSolver = 696046010, getVmSize() = 891899904, SCIPgetMemUsed() = 505533359, SCIPgetMemTotal() = 830456447, SCIPgetMemExternEstim() = 213612568
9.96/10.06	c ** set memory limit for solvers to 4.18642e+11 for each SCIP **
9.96/10.06	c Original Problem   :
9.96/10.06	c   Problem name     : instance-4467776-1723618580
9.96/10.06	c   Variables        : 9342 (9342 binary, 0 integer, 0 implicit integer, 0 continuous)
9.96/10.06	c   Constraints      : 199352
9.96/10.06	c   Objective sense  : minimize
9.96/10.06	c Presolved Problem  :
9.96/10.06	c   Variables        : 9341 (9341 binary, 0 integer, 0 implicit integer, 0 continuous)
9.96/10.06	c   Constraints      : 196526
9.96/10.06	c Constraints        : Number
9.96/10.06	c   knapsack         : 20454 
9.96/10.06	c   setppc           : 40318 
9.96/10.06	c   linear           : 2 
9.96/10.06	c   logicor          : 135752 
9.96/10.06	c ** Instance transfer method used: 0
10.25/10.36	c ** ParaScipInstance copy does not increase the number of variables. **
14.84/14.92	c LC is working with racing ramp-up and with rebuilding tree after racing.
14.84/14.92	c                                Nodes    Active                                            
14.84/14.92	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5448.81/290.37	c       290              2           1        20                -           0.0000          -
5584.20/297.18	c       297              6           5        20                -           0.0000          -
5769.15/306.56	c       307              8           7        20                -           0.0000          -
5911.60/313.71	c       314              9           8        20                -           0.0000          -
6118.08/324.17	c       324              9           8        20                -           0.0000          -
6220.23/329.36	c       329              2           1        20                -           0.0000          -
6364.60/336.63	c       337             16          15        20                -           0.0000          -
6548.44/346.04	c       346             16          15        20                -           0.0000          -
7054.25/371.57	c       372             16          15        20                -           0.0000          -
7204.84/379.15	c       379             16          15        20                -           0.0000          -
7311.09/384.58	c       385             13          12        20                -           0.0000          -
7417.98/390.02	c       390             13          12        20                -           0.0000          -
7524.82/395.39	c       395             13          12        20                -           0.0000          -
7629.72/400.65	c       401             13          12        20                -           0.0000          -
7811.88/409.80	c       410             13          12        20                -           0.0000          -
7932.58/416.03	c       416             13          12        20                -           0.0000          -
8053.94/422.07	c       422             13          12        20                -           0.0000          -
8192.36/429.09	c       429             13          12        20                -           0.0000          -
8298.35/434.46	c       434             13          12        20                -           0.0000          -
8399.28/439.55	c       440             13          12        20                -           0.0000          -
8596.72/449.51	c       450             13          12        20                -           0.0000          -
8701.38/454.82	c       455             13          12        20                -           0.0000          -
8821.87/460.92	c       461             13          12        20                -           0.0000          -
8936.40/466.79	c       467             13          12        20                -           0.0000          -
9185.23/479.34	c       479             13          12        20                -           0.0000          -
9307.61/485.57	c       486             13          12        20                -           0.0000          -
9414.26/490.98	c       491             13          12        20                -           0.0000          -
9522.86/496.44	c       496             13          12        20                -           0.0000          -
9643.34/502.55	c       503             13          12        20                -           0.0000          -
9746.05/507.72	c       508             13          12        20                -           0.0000          -
9851.40/513.10	c       513             13          12        20                -           0.0000          -
9970.07/519.14	c       519             13          12        20                -           0.0000          -
10072.00/524.29	c       524             13          12        20                -           0.0000          -
10174.62/529.42	c       529             13          12        20                -           0.0000          -
10273.36/534.42	c       534             13          12        20                -           0.0000          -
10388.00/540.24	c       540             13          12        20                -           0.0000          -
10494.80/545.65	c       546             13          12        20                -           0.0000          -
10593.40/550.69	c       551             13          12        20                -           0.0000          -
10696.13/555.80	c       556             13          12        20                -           0.0000          -
10796.93/560.95	c       561             85          84        20                -           0.0000          -
10901.65/566.24	c       566             38          37        20                -           0.0000          -
11014.35/571.98	c       572             86          85        20                -           0.0000          -
11127.11/577.67	c       578             40          39        20                -           0.0000          -
11247.82/583.71	c       584            112         111        20                -           0.0000          -
11360.64/589.41	c       589            112         111        20                -           0.0000          -
11483.37/595.62	c       596             17          16        20                -           0.0000          -
11593.15/601.16	c       601             64          63        20                -           0.0000          -
11695.21/606.35	c       606             18          17        20                -           0.0000          -
11802.19/611.73	c       612            106         105        20                -           0.0000          -
11911.20/617.20	c       617            106         105        20                -           0.0000          -
12014.28/622.49	c       622             81          80        20                -           0.0000          -
12135.21/628.57	c       629            150         149        20                -           0.0000          -
12242.28/634.03	c       634             89          88        20                -           0.0000          -
12377.08/640.72	c       641             42          41        20                -           0.0000          -
12500.01/646.99	c       647            121         120        20                -           0.0000          -
12616.95/652.81	c       653            161         160        20                -           0.0000          -
12725.96/658.39	c       658             54          53        20                -           0.0000          -
12831.03/663.61	c       664            164         163        20                -           0.0000          -
12934.12/668.88	c       669            134         133        20                -           0.0000          -
13038.02/674.06	c       674            134         133        20                -           0.0000          -
13150.18/679.75	c       680             60          59        20                -           0.0000          -
13318.71/688.25	c       688             60          59        20                -           0.0000          -
13421.84/693.47	c       693             60          59        20                -           0.0000          -
13526.97/698.72	c       699             60          59        20                -           0.0000          -
13630.11/703.90	c       704            141         140        20                -           0.0000          -
13731.88/709.05	c       709            141         140        20                -           0.0000          -
13831.07/714.08	c       714            141         140        20                -           0.0000          -
13943.50/719.76	c       720            141         140        20                -           0.0000          -
14049.49/725.08	c       725            141         140        20                -           0.0000          -
14161.74/730.72	c       731            141         140        20                -           0.0000          -
14264.85/735.90	c       736            141         140        20                -           0.0000          -
14373.93/741.43	c       741            141         140        20                -           0.0000          -
14483.03/747.01	c       747            141         140        20                -           0.0000          -
14598.07/752.75	c       753            141         140        20                -           0.0000          -
14725.68/759.19	c       759            141         140        20                -           0.0000          -
14851.87/765.57	c       766            141         140        20                -           0.0000          -
14953.01/770.70	c       771            141         140        20                -           0.0000          -
15054.15/775.72	c       776            141         140        20                -           0.0000          -
15160.28/781.06	c       781            141         140        20                -           0.0000          -
15261.10/786.14	c       786            141         140        20                -           0.0000          -
15361.51/791.28	c       791            141         140        20                -           0.0000          -
15490.41/797.78	c       798            141         140        20                -           0.0000          -
15596.30/803.07	c       803            141         140        20                -           0.0000          -
15706.49/808.65	c       809            141         140        20                -           0.0000          -
15809.50/813.84	c       814            141         140        20                -           0.0000          -
15926.45/819.70	c       820            141         140        20                -           0.0000          -
16035.30/825.26	c       825            141         140        20                -           0.0000          -
16134.42/830.28	c       830            141         140        20                -           0.0000          -
16265.24/836.85	c       837            141         140        20                -           0.0000          -
16366.30/841.95	c       842            141         140        20                -           0.0000          -
16477.29/847.53	c       848            141         140        20                -           0.0000          -
16580.33/852.71	c       853            141         140        20                -           0.0000          -
16693.28/858.43	c       858            141         140        20                -           0.0000          -
16798.30/863.76	c       864            141         140        20                -           0.0000          -
16901.35/869.00	c       869            141         140        20                -           0.0000          -
17020.24/875.00	c       875            141         140        20                -           0.0000          -
17139.11/880.93	c       881            141         140        20                -           0.0000          -
17249.97/886.59	c       887            141         140        20                -           0.0000          -
17350.99/891.68	c       892            141         140        20                -           0.0000          -
17458.72/897.05	c       897            141         140        20                -           0.0000          -
17572.57/902.83	c       903            141         140        20                -           0.0000          -
17687.27/908.65	c       909            141         140        20                -           0.0000          -
17797.98/914.24	c       914            141         140        20                -           0.0000          -
17900.81/919.43	c       919            141         140        20                -           0.0000          -
18005.57/924.76	c       925            141         140        20                -           0.0000          -
18116.28/930.35	c       930            141         140        20                -           0.0000          -
18238.89/936.53	c       937            141         140        20                -           0.0000          -
18371.20/943.24	c       943            141         140        20                -           0.0000          -
18493.76/949.44	c       949            141         140        20                -           0.0000          -
18592.60/954.49	c       954            141         140        20                -           0.0000          -
18697.39/959.76	c       960            141         140        20                -           0.0000          -
18798.23/964.82	c       965            141         140        20                -           0.0000          -
18899.06/969.95	c       970            141         140        20                -           0.0000          -
19017.68/976.00	c       976            141         140        20                -           0.0000          -
19146.03/982.49	c       982            141         140        20                -           0.0000          -
19274.37/988.91	c       989            141         140        20                -           0.0000          -
19383.05/994.45	c       994            141         140        20                -           0.0000          -
19489.79/999.86	c      1000            141         140        20                -           0.0000          -
19602.37/1005.50	c      1006            141         140        20                -           0.0000          -
19703.17/1010.67	c      1011            141         140        20                -           0.0000          -
19807.94/1015.94	c      1016            141         140        20                -           0.0000          -
19911.57/1021.15	c      1021            141         140        20                -           0.0000          -
20019.45/1026.61	c      1027            141         140        20                -           0.0000          -
20140.07/1032.75	c      1033            141         140        20                -           0.0000          -
20256.71/1038.60	c      1039            141         140        20                -           0.0000          -
20367.47/1044.22	c      1044            141         140        20                -           0.0000          -
20592.68/1055.66	c      1056            141         140        20                -           0.0000          -
20693.50/1060.72	c      1061            141         140        20                -           0.0000          -
20806.10/1066.42	c      1066            141         140        20                -           0.0000          -
20904.97/1071.47	c      1071            141         140        20                -           0.0000          -
21041.36/1078.38	c      1078            141         140        20                -           0.0000          -
21146.08/1083.64	c      1084            141         140        20                -           0.0000          -
21246.87/1088.70	c      1089            141         140        20                -           0.0000          -
21347.55/1093.83	c      1094            141         140        20                -           0.0000          -
21448.16/1098.93	c      1099            141         140        20                -           0.0000          -
21558.74/1104.51	c      1105            141         140        20                -           0.0000          -
21661.36/1109.70	c      1110            141         140        20                -           0.0000          -
21766.76/1115.08	c      1115            141         140        20                -           0.0000          -
21874.39/1120.54	c      1121            141         140        20                -           0.0000          -
21974.82/1125.68	c      1126            141         140        20                -           0.0000          -
22079.57/1130.91	c      1131            141         140        20                -           0.0000          -
22178.39/1135.94	c      1136            141         140        20                -           0.0000          -
22287.10/1141.40	c      1141            141         140        20                -           0.0000          -
22393.76/1146.85	c      1147            141         140        20                -           0.0000          -
22494.53/1152.02	c      1152            141         140        20                -           0.0000          -
22601.14/1157.37	c      1157            141         140        20                -           0.0000          -
22703.78/1162.52	c      1163            141         140        20                -           0.0000          -
22808.57/1167.85	c      1168            141         140        20                -           0.0000          -
22914.25/1173.16	c      1173            141         140        20                -           0.0000          -
23028.01/1179.04	c      1179            141         140        20                -           0.0000          -
23136.64/1184.46	c      1184            141         140        20                -           0.0000          -
23241.40/1189.77	c      1190            141         140        20                -           0.0000          -
23346.90/1195.11	c      1195            141         140        20                -           0.0000          -
23447.69/1200.17	c      1200            141         140        20                -           0.0000          -
23559.52/1205.83	c      1206            141         140        20                -           0.0000          -
23678.12/1211.86	c      1212            141         140        20                -           0.0000          -
23786.77/1217.31	c      1217            141         140        20                -           0.0000          -
23895.49/1222.89	c      1223            141         140        20                -           0.0000          -
24010.16/1228.61	c      1229            286         285        20                -           0.0000          -
24114.91/1233.99	c      1234            286         285        20                -           0.0000          -
24229.52/1239.71	c      1240             38          37        20                -           0.0000          -
24340.21/1245.35	c      1245            288         287        20                -           0.0000          -
24444.92/1250.64	c      1251             40          39        20                -           0.0000          -
24545.71/1255.75	c      1256             40          39        20                -           0.0000          -
24646.66/1260.85	c      1261             40          39        20                -           0.0000          -
24747.39/1265.99	c      1266             40          39        20                -           0.0000          -
24879.77/1272.68	c      1273             40          39        20                -           0.0000          -
24984.48/1277.90	c      1278             40          39        20                -           0.0000          -
25083.05/1283.00	c      1283             40          39        20                -           0.0000          -
25193.59/1288.51	c      1289             40          39        20                -           0.0000          -
25320.19/1294.90	c      1295             40          39        20                -           0.0000          -
25424.90/1300.25	c      1300             40          39        20                -           0.0000          -
25533.59/1305.75	c      1306             40          39        20                -           0.0000          -
25634.45/1310.85	c      1311             40          39        20                -           0.0000          -
25743.11/1316.38	c      1316             40          39        20                -           0.0000          -
25841.82/1321.39	c      1321             40          39        20                -           0.0000          -
25942.67/1326.45	c      1326             40          39        20                -           0.0000          -
26047.49/1331.78	c      1332             40          39        20                -           0.0000          -
26148.33/1336.80	c      1337             40          39        20                -           0.0000          -
26249.08/1341.92	c      1342             40          39        20                -           0.0000          -
26353.74/1347.23	c      1347             40          39        20                -           0.0000          -
26456.43/1352.49	c      1352            191         190        20                -           0.0000          -
26561.30/1357.76	c      1358             42          41        20                -           0.0000          -
26666.95/1363.05	c      1363             42          41        20                -           0.0000          -
26770.93/1368.32	c      1368            193         192        20                -           0.0000          -
26889.57/1374.31	c      1374            193         192        20                -           0.0000          -
26996.38/1379.70	c      1380            193         192        20                -           0.0000          -
27097.23/1384.81	c      1385            193         192        20                -           0.0000          -
27209.96/1390.57	c      1391            193         192        20                -           0.0000          -
27312.76/1395.76	c      1396            193         192        20                -           0.0000          -
27413.62/1400.89	c      1401            193         192        20                -           0.0000          -
27514.45/1405.94	c      1406             46          45        20                -           0.0000          -
27621.29/1411.36	c      1411            354         353        20                -           0.0000          -
27731.92/1416.97	c      1417             46          47        20                -           0.0000          -
27838.75/1422.39	c      1422             46          47        20                -           0.0000          -
27941.74/1427.58	c      1428             46          47        20                -           0.0000          -
28046.70/1432.84	c      1433             46          47        20                -           0.0000          -
28150.55/1438.07	c      1438             46          47        20                -           0.0000          -
28256.57/1443.48	c      1443             46          47        20                -           0.0000          -
28363.50/1448.81	c      1449             46          47        20                -           0.0000          -
28469.15/1454.16	c      1454             46          47        20                -           0.0000          -
28588.02/1460.15	c      1460             46          47        20                -           0.0000          -
28690.04/1465.31	c      1465             46          47        20                -           0.0000          -
28794.91/1470.65	c      1471             46          47        20                -           0.0000          -
28904.40/1476.18	c      1476             46          47        20                -           0.0000          -
29006.32/1481.34	c      1481             46          47        20                -           0.0000          -
29113.20/1486.75	c      1487            491         490        20                -           0.0000          -
29222.05/1492.25	c      1492             47          46        20                -           0.0000          -
29324.85/1497.49	c      1497            245         244        20                -           0.0000          -
29425.71/1502.50	c      1502            245         244        20                -           0.0000          -
29524.61/1507.55	c      1508            535         534        20                -           0.0000          -
29634.08/1513.07	c      1513            248         247        20                -           0.0000          -
29735.92/1518.21	c      1518             52          51        20                -           0.0000          -
29840.75/1523.58	c      1524             52          51        20                -           0.0000          -
29961.41/1529.67	c      1530            541         540        20                -           0.0000          -
30069.13/1535.06	c      1535            541         540        20                -           0.0000          -
30182.93/1540.87	c      1541            533         532        20                -           0.0000          -
30283.80/1545.92	c      1546            533         532        20                -           0.0000          -
30388.65/1551.20	c      1551            533         532        20                -           0.0000          -
30491.57/1556.43	c      1556            533         532        20                -           0.0000          -
30592.49/1561.56	c      1562            533         532        20                -           0.0000          -
30693.42/1566.64	c      1567             54          53        20                -           0.0000          -
30796.33/1571.83	c      1572             54          53        20                -           0.0000          -
30915.07/1577.82	c      1578             54          53        20                -           0.0000          -
31018.94/1583.11	c      1583             54          53        20                -           0.0000          -
31117.85/1588.11	c      1588             54          53        20                -           0.0000          -
31219.85/1593.23	c      1593             54          53        20                -           0.0000          -
31332.69/1599.00	c      1599             54          53        20                -           0.0000          -
31437.62/1604.30	c      1604             54          53        20                -           0.0000          -
31540.49/1609.46	c      1609             54          53        20                -           0.0000          -
31641.39/1614.57	c      1615             54          53        20                -           0.0000          -
31746.25/1619.83	c      1620             54          53        20                -           0.0000          -
31845.04/1624.86	c      1625             54          53        20                -           0.0000          -
31951.87/1630.22	c      1630             54          53        20                -           0.0000          -
32054.75/1635.49	c      1635             54          53        20                -           0.0000          -
32159.67/1640.74	c      1641             54          53        20                -           0.0000          -
32260.36/1645.84	c      1646             54          53        20                -           0.0000          -
32361.36/1650.96	c      1651             54          53        20                -           0.0000          -
32462.78/1656.06	c      1656             54          53        20                -           0.0000          -
32563.78/1661.18	c      1661             54          53        20                -           0.0000          -
32663.73/1666.26	c      1666             54          53        20                -           0.0000          -
32766.38/1671.43	c      1671             54          53        20                -           0.0000          -
32865.31/1676.50	c      1676            447         442        20                -           0.0000          -
32967.90/1681.62	c      1682            447         442        20                -           0.0000          -
33070.74/1686.81	c      1687            447         442        20                -           0.0000          -
33171.58/1691.98	c      1692            447         442        20                -           0.0000          -
33275.27/1697.19	c      1697            447         442        20                -           0.0000          -
33398.99/1703.43	c      1703            447         442        20                -           0.0000          -
33503.86/1708.71	c      1709            447         442        20                -           0.0000          -
33606.75/1713.96	c      1714            447         442        20                -           0.0000          -
33721.46/1719.72	c      1720            447         442        20                -           0.0000          -
33829.94/1725.24	c      1725            447         442        20                -           0.0000          -
33934.82/1730.50	c      1730            447         442        20                -           0.0000          -
34067.31/1737.24	c      1737            447         442        20                -           0.0000          -
34169.85/1742.41	c      1742            447         442        20                -           0.0000          -
34270.74/1747.54	c      1748            447         442        20                -           0.0000          -
34371.71/1752.63	c      1753            447         442        20                -           0.0000          -
34470.78/1757.64	c      1758            447         442        20                -           0.0000          -
34573.84/1762.90	c      1763            447         442        20                -           0.0000          -
34674.83/1767.92	c      1768            447         442        20                -           0.0000          -
34773.70/1772.98	c      1773            447         442        20                -           0.0000          -
34880.50/1778.36	c      1778            447         442        20                -           0.0000          -
34981.35/1783.46	c      1783            447         442        20                -           0.0000          -
35082.20/1788.59	c      1789            447         442        20                -           0.0000          -
35183.12/1793.68	c      1794            447         442        20                -           0.0000          -
35286.24/1798.85	c      1799            447         442        20                -           0.0000          -
35385.09/1803.87	c      1804            447         442        20                -           0.0000          -
35493.96/1809.31	c      1809            447         442        20                -           0.0000          -
35594.94/1814.50	c      1814            447         442        20                -           0.0000          -
35697.94/1819.64	c      1820            447         442        20                -           0.0000          -
35800.95/1824.83	c      1825            447         442        20                -           0.0000          -
35901.96/1829.96	c      1830            447         442        20                -           0.0000          -
36005.65/1835.15	c      1835            447         442        20                -           0.0000          -
36105.90/1840.29	c      1840            447         442        20                -           0.0000          -
36208.83/1845.45	c      1845            447         442        20                -           0.0000          -
36309.79/1850.60	c      1851            447         442        20                -           0.0000          -
36412.73/1855.79	c      1856            447         442        20                -           0.0000          -
36515.70/1860.93	c      1861            447         442        20                -           0.0000          -
36620.64/1866.26	c      1866            447         442        20                -           0.0000          -
36723.62/1871.49	c      1871            447         442        20                -           0.0000          -
36828.55/1876.76	c      1877            447         442        20                -           0.0000          -
36945.34/1882.67	c      1883            447         442        20                -           0.0000          -
37048.27/1887.89	c      1888            447         442        20                -           0.0000          -
37149.22/1893.02	c      1893            447         442        20                -           0.0000          -
37267.99/1898.95	c      1899            447         442        20                -           0.0000          -
37366.71/1903.97	c      1904            447         442        20                -           0.0000          -
37485.42/1910.01	c      1910            447         442        20                -           0.0000          -
37607.03/1916.07	c      1916            447         442        20                -           0.0000          -
37732.79/1922.43	c      1922            447         442        20                -           0.0000          -
37831.54/1927.49	c      1927            447         442        20                -           0.0000          -
37945.20/1933.15	c      1933            447         442        20                -           0.0000          -
38044.14/1938.18	c      1938            447         442        20                -           0.0000          -
38153.86/1943.78	c      1944            447         442        20                -           0.0000          -
38272.59/1949.72	c      1950            447         442        20                -           0.0000          -
38380.31/1955.18	c      1955            447         442        20                -           0.0000          -
38480.29/1960.23	c      1960            447         442        20                -           0.0000          -
38581.23/1965.40	c      1965            447         442        20                -           0.0000          -
38682.16/1970.43	c      1970            447         442        20                -           0.0000          -
38783.15/1975.56	c      1976            447         442        20                -           0.0000          -
38884.18/1980.63	c      1981            447         442        20                -           0.0000          -
38985.07/1985.78	c      1986            447         442        20                -           0.0000          -
39090.42/1991.05	c      1991            447         442        20                -           0.0000          -
39191.46/1996.19	c      1996            447         442        20                -           0.0000          -
39291.73/2001.23	c      2001            447         442        20                -           0.0000          -
39394.59/2006.48	c      2006            447         442        20                -           0.0000          -
39501.57/2011.80	c      2012            447         442        20                -           0.0000          -
39607.53/2017.17	c      2017            447         442        20                -           0.0000          -
39709.41/2022.30	c      2022            447         442        20                -           0.0000          -
39812.33/2027.53	c      2028            447         442        20                -           0.0000          -
39913.10/2032.61	c      2033            447         442        20                -           0.0000          -
40012.01/2037.69	c      2038            447         442        20                -           0.0000          -
40112.93/2042.74	c      2043            447         442        20                -           0.0000          -
40213.92/2047.81	c      2048            447         442        20                -           0.0000          -
40317.49/2053.13	c      2053            447         442        20                -           0.0000          -
40421.61/2058.30	c      2058            447         442        20                -           0.0000          -
40522.67/2063.43	c      2063            447         442        20                -           0.0000          -
40623.67/2068.50	c      2069            447         442        20                -           0.0000          -
40726.61/2073.71	c      2074            447         442        20                -           0.0000          -
40825.49/2078.72	c      2079            447         442        20                -           0.0000          -
40928.35/2084.02	c      2084            447         442        20                -           0.0000          -
41041.08/2089.66	c      2090            447         442        20                -           0.0000          -
41141.95/2094.75	c      2095            447         442        20                -           0.0000          -
41244.77/2099.91	c      2100            447         442        20                -           0.0000          -
41346.51/2105.05	c      2105            447         442        20                -           0.0000          -
41448.36/2110.22	c      2110            447         442        20                -           0.0000          -
41551.15/2115.42	c      2115            447         442        20                -           0.0000          -
41651.95/2120.54	c      2121            447         442        20                -           0.0000          -
41752.74/2125.64	c      2126            447         442        20                -           0.0000          -
41857.49/2130.95	c      2131            447         442        20                -           0.0000          -
41956.32/2135.99	c      2136            447         442        20                -           0.0000          -
42065.03/2141.40	c      2141            447         442        20                -           0.0000          -
42167.82/2146.63	c      2147            447         442        20                -           0.0000          -
42268.66/2151.77	c      2152            447         442        20                -           0.0000          -
42369.38/2156.81	c      2157            447         442        20                -           0.0000          -
42470.16/2162.03	c      2162            447         442        20                -           0.0000          -
42576.74/2167.31	c      2167            447         442        20                -           0.0000          -
42685.43/2172.81	c      2173            447         442        20                -           0.0000          -
42784.25/2177.84	c      2178            447         442        20                -           0.0000          -
42898.75/2183.62	c      2184            447         442        20                -           0.0000          -
42997.45/2188.64	c      2189            447         442        20                -           0.0000          -
43098.06/2193.73	c      2194            447         442        20                -           0.0000          -
43208.45/2199.38	c      2199            447         442        20                -           0.0000          -
43311.11/2204.51	c      2205            447         442        20                -           0.0000          -
43411.68/2209.68	c      2210            447         442        20                -           0.0000          -
43512.22/2214.75	c      2215            447         442        20                -           0.0000          -
43612.87/2219.89	c      2220            447         442        20                -           0.0000          -
43716.34/2225.13	c      2225            447         442        20                -           0.0000          -
43818.37/2230.25	c      2230            447         442        20                -           0.0000          -
43921.06/2235.48	c      2235            447         442        20                -           0.0000          -
44021.86/2240.57	c      2241            447         442        20                -           0.0000          -
44122.67/2245.64	c      2246            447         442        20                -           0.0000          -
44227.45/2251.05	c      2251            447         442        20                -           0.0000          -
44332.20/2256.20	c      2256            447         442        20                -           0.0000          -
44433.05/2261.30	c      2261            447         442        20                -           0.0000          -
44536.05/2266.52	c      2267            447         442        20                -           0.0000          -
44636.72/2271.70	c      2272            447         442        20                -           0.0000          -
44739.53/2276.89	c      2277            447         442        20                -           0.0000          -
44840.41/2281.92	c      2282            447         442        20                -           0.0000          -
44944.00/2287.18	c      2287            447         442        20                -           0.0000          -
45043.96/2292.29	c      2292            447         442        20                -           0.0000          -
45146.85/2297.42	c      2297            447         442        20                -           0.0000          -
45247.56/2302.58	c      2303            447         442        20                -           0.0000          -
45350.36/2307.75	c      2308            447         442        20                -           0.0000          -
45451.21/2312.87	c      2313            447         442        20                -           0.0000          -
45552.03/2318.01	c      2318            447         442        20                -           0.0000          -
45653.37/2323.07	c      2323            447         442        20                -           0.0000          -
45754.75/2328.17	c      2328            447         442        20                -           0.0000          -
45858.49/2333.48	c      2333            447         442        20                -           0.0000          -
45959.19/2338.53	c      2339            447         442        20                -           0.0000          -
46062.10/2343.76	c      2344            447         442        20                -           0.0000          -
46165.06/2348.91	c      2349            447         442        20                -           0.0000          -
46263.92/2353.99	c      2354            447         442        20                -           0.0000          -
46365.47/2359.05	c      2359            447         442        20                -           0.0000          -
46467.64/2364.20	c      2364            447         442        20                -           0.0000          -
46570.41/2369.43	c      2369            447         442        20                -           0.0000          -
46671.26/2374.57	c      2375            447         442        20                -           0.0000          -
46777.75/2379.96	c      2380            447         442        20                -           0.0000          -
46884.40/2385.30	c      2385            447         442        20                -           0.0000          -
46983.27/2390.36	c      2390            447         442        20                -           0.0000          -
47084.13/2395.41	c      2395            447         442        20                -           0.0000          -
47183.00/2400.48	c      2400            447         442        20                -           0.0000          -
47283.85/2405.57	c      2406            447         442        20                -           0.0000          -
47386.37/2410.76	c      2411            447         442        20                -           0.0000          -
47489.27/2415.96	c      2416            447         442        20                -           0.0000          -
47594.07/2421.22	c      2421            447         442        20                -           0.0000          -
47692.91/2426.28	c      2426            447         442        20                -           0.0000          -
47793.77/2431.36	c      2431            447         442        20                -           0.0000          -
47896.62/2436.53	c      2437            447         442        20                -           0.0000          -
47997.47/2441.62	c      2442            447         442        20                -           0.0000          -
48096.30/2446.68	c      2447            447         442        20                -           0.0000          -
48198.85/2451.87	c      2452            447         442        20                -           0.0000          -
48297.66/2456.88	c      2457            106         107        20                -           0.0000          -
48398.53/2462.00	c      2462            106         107        20                -           0.0000          -
48503.33/2467.23	c      2467            106         107        20                -           0.0000          -
48602.25/2472.28	c      2472            106         107        20                -           0.0000          -
48703.16/2477.38	c      2477            106         107        20                -           0.0000          -
48806.09/2482.51	c      2483            106         107        20                -           0.0000          -
48906.79/2487.68	c      2488            106         107        20                -           0.0000          -
49009.76/2492.87	c      2493            106         107        20                -           0.0000          -
49110.83/2497.96	c      2498            106         107        20                -           0.0000          -
49221.54/2503.56	c      2504            106         107        20                -           0.0000          -
49322.27/2508.66	c      2509            106         107        20                -           0.0000          -
49425.12/2513.80	c      2514            106         107        20                -           0.0000          -
49526.00/2518.96	c      2519            106         107        20                -           0.0000          -
49627.60/2524.11	c      2524            106         107        20                -           0.0000          -
49731.37/2529.30	c      2529            660         659        20                -           0.0000          -
49830.24/2534.39	c      2534            660         659        20                -           0.0000          -
49933.08/2539.53	c      2540            862         861        20                -           0.0000          -
50033.88/2544.67	c      2545            862         861        20                -           0.0000          -
50134.74/2549.78	c      2550            491         484        20                -           0.0000          -
50240.33/2555.10	c      2555            491         484        20                -           0.0000          -
50342.20/2560.27	c      2560            114         113        20                -           0.0000          -
50444.94/2565.46	c      2565            114         113        20                -           0.0000          -
50545.66/2570.59	c      2571            114         113        20                -           0.0000          -
50648.36/2575.78	c      2576            682         681        20                -           0.0000          -
50749.12/2580.88	c      2581            682         681        20                -           0.0000          -
50849.93/2585.95	c      2586            878         877        20                -           0.0000          -
50948.77/2591.04	c      2591            983         974        20                -           0.0000          -
51050.45/2596.07	c      2596            983         974        20                -           0.0000          -
51154.32/2601.38	c      2601            504         497        20                -           0.0000          -
51255.18/2606.48	c      2606            504         497        20                -           0.0000          -
51355.89/2611.55	c      2612            504         497        20                -           0.0000          -
51456.70/2616.66	c      2617            122         121        20                -           0.0000          -
51559.50/2621.80	c      2622            122         121        20                -           0.0000          -
51658.36/2626.86	c      2627            122         121        20                -           0.0000          -
51759.18/2631.92	c      2632            122         121        20                -           0.0000          -
51858.04/2636.99	c      2637            122         121        20                -           0.0000          -
51959.43/2642.05	c      2642            122         121        20                -           0.0000          -
52061.48/2647.21	c      2647            122         121        20                -           0.0000          -
52162.28/2652.33	c      2652            122         121        20                -           0.0000          -
52262.75/2657.44	c      2657            122         121        20                -           0.0000          -
52365.54/2662.64	c      2663            122         121        20                -           0.0000          -
52464.31/2667.69	c      2668            122         121        20                -           0.0000          -
52567.08/2672.84	c      2673            122         121        20                -           0.0000          -
52667.78/2677.90	c      2678            122         121        20                -           0.0000          -
52769.42/2683.07	c      2683            122         121        20                -           0.0000          -
52869.90/2688.20	c      2688            122         121        20                -           0.0000          -
52969.76/2693.25	c      2693            122         121        20                -           0.0000          -
53070.62/2698.37	c      2698            122         121        20                -           0.0000          -
53171.44/2703.46	c      2703            122         121        20                -           0.0000          -
53272.29/2708.50	c      2708            122         121        20                -           0.0000          -
53373.12/2713.68	c      2714            122         121        20                -           0.0000          -
53477.89/2718.93	c      2719            122         121        20                -           0.0000          -
53579.73/2724.13	c      2724            122         121        20                -           0.0000          -
53683.49/2729.38	c      2729            571         564        20                -           0.0000          -
53786.03/2734.58	c      2735            571         564        20                -           0.0000          -
53886.84/2739.68	c      2740            571         564        20                -           0.0000          -
53985.68/2744.69	c      2745            571         564        20                -           0.0000          -
54088.54/2749.86	c      2750            571         564        20                -           0.0000          -
54189.41/2754.95	c      2755            571         564        20                -           0.0000          -
54291.09/2760.11	c      2760           1051           0        20                -           0.0000          -
54392.87/2765.25	c      2765           1051           0        20                -           0.0000          -
54493.68/2770.36	c      2770           1051           0        20                -           0.0000          -
54594.47/2775.41	c      2775           1051           0        20                -           0.0000          -
54697.26/2780.67	c      2781           1051           0        20                -           0.0000          -
54797.94/2785.75	c      2786           1051           0        20                -           0.0000          -
54905.59/2791.15	c      2791           1051           0        20                -           0.0000          -
55005.55/2796.20	c      2796           1051           0        20                -           0.0000          -
55106.31/2801.40	c      2801           1051           0        20                -           0.0000          -
55211.10/2806.61	c      2807           1051           0        20                -           0.0000          -
55309.96/2811.62	c      2812           1051           0        20                -           0.0000          -
55412.78/2816.86	c      2817           1051           0        20                -           0.0000          -
55513.59/2821.95	c      2822           1051           0        20                -           0.0000          -
55615.05/2827.06	c      2827           1051           0        20                -           0.0000          -
55714.10/2832.13	c      2832           1051           0        20                -           0.0000          -
55814.86/2837.16	c      2837           1051           0        20                -           0.0000          -
55913.44/2842.17	c      2842           1051           0        20                -           0.0000          -
56013.55/2847.29	c      2847           1051           0        20                -           0.0000          -
56118.28/2852.52	c      2853           1051           0        20                -           0.0000          -
56220.97/2857.79	c      2858           1051           0        20                -           0.0000          -
56321.68/2862.84	c      2863           1051           0        20                -           0.0000          -
56422.52/2868.03	c      2868           1051           0        20                -           0.0000          -
56524.36/2873.12	c      2873           1051           0        20                -           0.0000          -
56626.15/2878.25	c      2878           1051           0        20                -           0.0000          -
56726.94/2883.33	c      2883           1051           0        20                -           0.0000          -
56831.73/2888.66	c      2889           1051           0        20                -           0.0000          -
56932.57/2893.75	c      2894           1051           0        20                -           0.0000          -
57033.39/2898.85	c      2899           1051           0        20                -           0.0000          -
57134.21/2904.01	c      2904           1051           0        20                -           0.0000          -
57240.95/2909.31	c      2909           1051           0        20                -           0.0000          -
57341.80/2914.45	c      2914           1051           0        20                -           0.0000          -
57444.60/2919.65	c      2920           1051           0        20                -           0.0000          -
57547.42/2924.86	c      2925           1051           0        20                -           0.0000          -
57648.21/2930.02	c      2930           1051           0        20                -           0.0000          -
57754.94/2935.31	c      2935           1051           0        20                -           0.0000          -
57855.74/2940.47	c      2940           1051           0        20                -           0.0000          -
57958.53/2945.62	c      2946           1051           0        20                -           0.0000          -
58059.35/2950.74	c      2951           1051           0        20                -           0.0000          -
58160.11/2955.86	c      2956           1051           0        20                -           0.0000          -
58260.93/2960.95	c      2961           1051           0        20                -           0.0000          -
58359.40/2966.00	c      2966           1051           0        20                -           0.0000          -
58458.24/2971.02	c      2971           1051           0        20                -           0.0000          -
58564.96/2976.39	c      2976           1051           0        20                -           0.0000          -
58665.79/2981.50	c      2982           1051           0        20                -           0.0000          -
58768.61/2986.65	c      2987           1051           0        20                -           0.0000          -
58871.41/2991.85	c      2992           1051           0        20                -           0.0000          -
58972.23/2996.97	c      2997           1051           0        20                -           0.0000          -
59073.88/3002.04	c      3002           1051           0        20                -           0.0000          -
59175.76/3007.27	c      3007           1051           0        20                -           0.0000          -
59274.67/3012.28	c      3012           1051           0        20                -           0.0000          -
59379.28/3017.57	c      3018           1051           0        20                -           0.0000          -
59482.13/3022.71	c      3023           1051           0        20                -           0.0000          -
59583.02/3027.81	c      3028           1051           0        20                -           0.0000          -
59681.93/3032.85	c      3033           1051           0        20                -           0.0000          -
59785.51/3038.12	c      3038            161         160        20                -           0.0000          -
59884.43/3043.14	c      3043           1057           6        20                -           0.0000          -
59990.16/3048.48	c      3048           1057           6        20                -           0.0000          -
60090.91/3053.57	c      3054           1057           6        20                -           0.0000          -
60191.73/3058.68	c      3059           1057           6        20                -           0.0000          -
60292.63/3063.76	c      3064           1057           6        20                -           0.0000          -
60393.51/3068.81	c      3069           1057           6        20                -           0.0000          -
60492.39/3073.85	c      3074           1057           6        20                -           0.0000          -
60596.17/3079.12	c      3079           1041        1040        20                -           0.0000          -
60698.05/3084.22	c      3084           1041        1040        20                -           0.0000          -
60798.99/3089.34	c      3089            167         166        20                -           0.0000          -
60901.67/3094.51	c      3095           1058           7        20                -           0.0000          -
61004.52/3099.71	c      3100           1058           7        20                -           0.0000          -
61105.36/3104.80	c      3105           1058           7        20                -           0.0000          -
61206.16/3109.98	c      3110           1058           7        20                -           0.0000          -
61309.92/3115.19	c      3115           1058           7        20                -           0.0000          -
61411.92/3120.31	c      3120           1058           7        20                -           0.0000          -
61512.72/3125.46	c      3125           1058           7        20                -           0.0000          -
61615.60/3130.65	c      3131           1058           7        20                -           0.0000          -
61718.47/3135.85	c      3136            173         172        20                -           0.0000          -
61819.31/3140.94	c      3141           1050           0        20                -           0.0000          -
61922.84/3146.15	c      3146           1050           0        20                -           0.0000          -
62026.81/3151.40	c      3151           1050           0        20                -           0.0000          -
62125.62/3156.43	c      3156           1050           0        20                -           0.0000          -
62228.35/3161.67	c      3162           1050           0        20                -           0.0000          -
62329.25/3166.71	c      3167           1050           0        20                -           0.0000          -
62428.17/3171.78	c      3172           1050           0        20                -           0.0000          -
62531.06/3176.95	c      3177           1050           0        20                -           0.0000          -
62632.63/3182.06	c      3182           1050           0        20                -           0.0000          -
62734.81/3187.20	c      3187           1050           0        20                -           0.0000          -
62833.73/3192.27	c      3192           1050           0        20                -           0.0000          -
62932.59/3197.29	c      3197           1050           0        20                -           0.0000          -
63033.44/3202.36	c      3202           1050           0        20                -           0.0000          -
63134.37/3207.46	c      3207           1050           0        20                -           0.0000          -
63233.36/3212.48	c      3212           1050           0        20                -           0.0000          -
63333.86/3217.52	c      3218           1050           0        20                -           0.0000          -
63432.64/3222.52	c      3223           1050           0        20                -           0.0000          -
63533.51/3227.66	c      3228           1050           0        20                -           0.0000          -
63636.32/3232.88	c      3233           1050           0        20                -           0.0000          -
63740.13/3238.07	c      3238           1050           0        20                -           0.0000          -
63838.93/3243.10	c      3243            183         182        20                -           0.0000          -
63945.02/3248.40	c      3248            183         182        20                -           0.0000          -
64046.12/3253.55	c      3254            183         182        20                -           0.0000          -
64146.84/3258.69	c      3259            183         182        20                -           0.0000          -
64247.77/3263.78	c      3264           1082          31        20                -           0.0000          -
64348.70/3268.88	c      3269           1082          31        20                -           0.0000          -
64449.64/3273.92	c      3274           1082          31        20                -           0.0000          -
64551.26/3279.07	c      3279           1082          31        20                -           0.0000          -
64652.19/3284.17	c      3284           1082          31        20                -           0.0000          -
64758.03/3289.52	c      3290           1082          31        20                -           0.0000          -
64856.83/3294.58	c      3295           1082          31        20                -           0.0000          -
64961.74/3299.81	c      3300           1082          31        20                -           0.0000          -
65060.69/3304.84	c      3305           1082          31        20                -           0.0000          -
65161.43/3309.94	c      3310           1082          31        20                -           0.0000          -
65265.03/3315.14	c      3315           1082          31        20                -           0.0000          -
65367.21/3320.35	c      3320           1082          31        20                -           0.0000          -
65468.13/3325.41	c      3325           1082          31        20                -           0.0000          -
65569.09/3330.52	c      3331           1082          31        20                -           0.0000          -
65669.98/3335.61	c      3336           1082          31        20                -           0.0000          -
65774.88/3341.00	c      3341           1082          31        20                -           0.0000          -
65878.87/3346.16	c      3346           1082          31        20                -           0.0000          -
65978.73/3351.20	c      3351           1082          31        20                -           0.0000          -
66077.77/3356.28	c      3356           1082          31        20                -           0.0000          -
66178.69/3361.37	c      3361           1082          31        20                -           0.0000          -
66279.68/3366.40	c      3366           1082          31        20                -           0.0000          -
66380.65/3371.52	c      3372           1082          31        20                -           0.0000          -
66481.55/3376.65	c      3377           1082          31        20                -           0.0000          -
66582.42/3381.72	c      3382           1082          31        20                -           0.0000          -
66681.47/3386.76	c      3387           1082          31        20                -           0.0000          -
66784.40/3391.93	c      3392           1082          31        20                -           0.0000          -
66886.28/3397.10	c      3397           1082          31        20                -           0.0000          -
66987.00/3402.18	c      3402           1082          31        20                -           0.0000          -
67087.12/3407.24	c      3407           1082          31        20                -           0.0000          -
67188.11/3412.35	c      3412           1082          31        20                -           0.0000          -
67289.15/3417.45	c      3417           1082          31        20                -           0.0000          -
67392.14/3422.64	c      3423           1082          31        20                -           0.0000          -
67493.11/3427.73	c      3428           1082          31        20                -           0.0000          -
67594.13/3432.84	c      3433           1082          31        20                -           0.0000          -
67693.16/3437.90	c      3438           1082          31        20                -           0.0000          -
67794.11/3442.91	c      3443           1082          31        20                -           0.0000          -
67892.96/3447.95	c      3448           1082          31        20                -           0.0000          -
67997.88/3453.29	c      3453           1082          31        20                -           0.0000          -
68100.86/3458.45	c      3458           1082          31        20                -           0.0000          -
68201.84/3463.60	c      3464           1082          31        20                -           0.0000          -
68304.82/3468.73	c      3469           1082          31        20                -           0.0000          -
68407.79/3473.95	c      3474           1082          31        20                -           0.0000          -
68509.55/3479.11	c      3479           1082          31        20                -           0.0000          -
68611.78/3484.27	c      3484           1082          31        20                -           0.0000          -
68714.70/3489.41	c      3489           1082          31        20                -           0.0000          -
68815.68/3494.54	c      3495           1073          23        20                -           0.0000          -
68918.61/3499.73	c      3500           1053           3        20                -           0.0000          -
69019.60/3504.85	c      3505           1053           3        20                -           0.0000          -
69120.57/3510.00	c      3510           1053           3        20                -           0.0000          -
69225.40/3515.20	c      3515           1053           3        20                -           0.0000          -
69328.38/3520.41	c      3520           1053           3        20                -           0.0000          -
69429.01/3525.52	c      3526            215         214        20                -           0.0000          -
69527.98/3530.54	c      3531            215         214        20                -           0.0000          -
69628.93/3535.65	c      3536            215         214        20                -           0.0000          -
69731.87/3540.80	c      3541            215         214        20                -           0.0000          -
69832.81/3545.99	c      3546            215         214        20                -           0.0000          -
69934.66/3551.13	c      3551            215         214        20                -           0.0000          -
70036.79/3556.21	c      3556            215         214        20                -           0.0000          -
70137.70/3561.36	c      3561            215         214        20                -           0.0000          -
70238.65/3566.47	c      3566            215         214        20                -           0.0000          -
70341.58/3571.61	c      3572            215         214        20                -           0.0000          -
70442.55/3576.70	c      3577           1050           0        20                -           0.0000          -
70543.49/3581.88	c      3582           1050           0        20                -           0.0000          -
70644.45/3586.99	c      3587           1050           0        20                -           0.0000          -
70743.40/3592.00	c      3592           1050           0        20                -           0.0000          -
70844.89/3597.14	c      3597           1050           0        20                -           0.0000          -
70947.03/3602.22	c      3602           1050           0        20                -           0.0000          -
71045.98/3607.28	c      3607           1050           0        20                -           0.0000          -
71146.88/3612.38	c      3612           1050           0        20                -           0.0000          -
71247.79/3617.45	c      3617           1050           0        20                -           0.0000          -
71350.68/3622.61	c      3623           1050           0        20                -           0.0000          -
71449.63/3627.65	c      3628           1050           0        20                -           0.0000          -
71550.56/3632.71	c      3633           1050           0        20                -           0.0000          -
71653.45/3637.91	c      3638           1050           0        20                -           0.0000          -
71755.12/3643.12	c      3643           1050           0        20                -           0.0000          -
71861.27/3648.47	c      3648           1050           0        20                -           0.0000          -
71964.26/3653.62	c      3654           1050           0        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 (169182 MiB free)
  memory of node 1: 193531 MiB (180200 MiB free)
  memory of node 2: 193531 MiB (168817 MiB free)
  memory of node 3: 193493 MiB (170117 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-4467776-1723618580/watcher-4467776-1723618580 -o /tmp/evaluation-result-4467776-1723618580/solver-4467776-1723618580 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723618580-776990 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467776-1723618580.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 17.08 19.62 29.38 6/857 777041
/proc/meminfo: memFree=704740484/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=66076 memory=53484 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) R 777026 777029 776978 0 -1 4194304 11332 0 0 0 9 1 0 0 20 0 1 0 128437433 67661824 13371 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 16519 13371 2331 3035 0 12915 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 66076 KiB
Current children cumulated memory: 53484 KiB

[startup+0.220879 s]*
/proc/loadavg: 17.08 19.62 29.38 6/862 777051
/proc/meminfo: memFree=704592760/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=108524 memory=95452 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) R 777026 777029 776978 0 -1 4194304 21812 0 0 0 20 3 0 0 20 0 1 0 128437433 111128576 23863 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 27131 23863 2331 3035 0 23527 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 108524 KiB
Current children cumulated memory: 95452 KiB

[startup+0.320473 s]*
/proc/loadavg: 17.08 19.62 29.38 7/862 777051
/proc/meminfo: memFree=704425724/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=152012 memory=141496 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) R 777026 777029 776978 0 -1 4194304 33772 0 0 0 28 5 0 0 20 0 1 0 128437433 155660288 35374 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 38003 35374 2555 3035 0 34399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 152012 KiB
Current children cumulated memory: 141496 KiB

[startup+0.700199 s]
/proc/loadavg: 17.08 19.62 29.38 6/862 777051
/proc/meminfo: memFree=704042712/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=314272 memory=298196 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) R 777026 777029 776978 0 -1 4194304 72892 0 0 0 57 12 0 0 20 0 1 0 128437433 321814528 74549 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 78568 74549 2630 3035 0 74964 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 314272 KiB
Current children cumulated memory: 298196 KiB

[startup+1.50026 s]
/proc/loadavg: 17.08 19.62 29.38 6/862 777051
/proc/meminfo: memFree=703345788/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=369276 memory=350756 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) R 777026 777029 776978 0 -1 4194304 90637 0 0 0 130 18 0 0 20 0 1 0 128437433 378138624 87689 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 92319 87689 2726 3035 0 88715 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 369276 KiB
Current children cumulated memory: 350756 KiB

[startup+3.12053 s]
/proc/loadavg: 16.03 19.36 29.24 6/862 777052
/proc/meminfo: memFree=701978496/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=466408 memory=445920 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) R 777026 777029 776978 0 -1 4194304 114409 0 0 0 287 23 0 0 20 0 1 0 128437433 477601792 111480 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 116602 111480 2774 3035 0 112998 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 466408 KiB
Current children cumulated memory: 445920 KiB

[startup+6.30023 s]
/proc/loadavg: 16.03 19.36 29.24 6/882 777072
/proc/meminfo: memFree=699478464/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=466408 memory=445920 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) R 777026 777029 776978 0 -1 4194304 114435 0 0 0 603 23 0 0 20 0 1 0 128437433 477601792 111480 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 116602 111480 2774 3035 0 112998 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 466408 KiB
Current children cumulated memory: 445920 KiB

[startup+12.7004 s]
/proc/loadavg: 16.67 19.43 29.21 25/942 777134
/proc/meminfo: memFree=688396476/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=3053292 memory=2065632 CPUtime=12.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) S 777026 777029 776978 0 -1 1077936128 456239 0 0 0 1186 79 0 0 20 0 21 0 128437433 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 763323 516408 2790 3035 0 575640 0
[pid=777029/tid=777113] ppid=777026 vsize=3053292 memory=16220 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777113/stat : 777113 (fscip) S 777026 777029 776978 0 -1 1077936192 28872 0 0 0 18 3 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777114] ppid=777026 vsize=3053292 memory=445920 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777114/stat : 777114 (fscip) S 777026 777029 776978 0 -1 1077936192 28872 0 0 0 19 3 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777115] ppid=777026 vsize=3053292 memory=5556 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777115/stat : 777115 (fscip) S 777026 777029 776978 0 -1 1077936192 28872 0 0 0 18 3 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777116] ppid=777026 vsize=3053292 memory=0 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777116/stat : 777116 (fscip) S 777026 777029 776978 0 -1 1077936192 28874 0 0 0 18 4 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777117] ppid=777026 vsize=3053292 memory=42220 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777117/stat : 777117 (fscip) S 777026 777029 776978 0 -1 1077936192 28872 0 0 0 18 4 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777118] ppid=777026 vsize=3053292 memory=16220 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777118/stat : 777118 (fscip) S 777026 777029 776978 0 -1 1077936192 28872 0 0 0 18 4 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777119] ppid=777026 vsize=3053292 memory=164 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777119/stat : 777119 (fscip) S 777026 777029 776978 0 -1 1077936192 28872 0 0 0 19 3 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777120] ppid=777026 vsize=3053292 memory=279834299812784 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777120/stat : 777120 (fscip) S 777026 777029 776978 0 -1 1077936192 28872 0 0 0 18 4 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777121] ppid=777026 vsize=3053292 memory=2212 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777121/stat : 777121 (fscip) S 777026 777029 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777122] ppid=777026 vsize=3053292 memory=1968 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777122/stat : 777122 (fscip) S 777026 777029 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777123] ppid=777026 vsize=3053292 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777123/stat : 777123 (fscip) S 777026 777029 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777124] ppid=777026 vsize=3053292 memory=54344 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777124/stat : 777124 (fscip) R 777026 777029 776978 0 -1 4194368 10095 0 0 0 4 1 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777125] ppid=777026 vsize=3053292 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777125/stat : 777125 (fscip) S 777026 777029 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777126] ppid=777026 vsize=3053292 memory=3337301259695849 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777126/stat : 777126 (fscip) S 777026 777029 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777127] ppid=777026 vsize=3053292 memory=279834299506896 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777127/stat : 777127 (fscip) S 777026 777029 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777128] ppid=777026 vsize=3053292 memory=8379481195777 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777128/stat : 777128 (fscip) S 777026 777029 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777129] ppid=777026 vsize=3053292 memory=33196 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777129/stat : 777129 (fscip) S 777026 777029 776978 0 -1 1077936192 28872 0 0 0 18 3 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777130] ppid=777026 vsize=3053292 memory=21544 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777130/stat : 777130 (fscip) S 777026 777029 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777131] ppid=777026 vsize=3053292 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777131/stat : 777131 (fscip) S 777026 777029 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777132] ppid=777026 vsize=3053292 memory=0 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777132/stat : 777132 (fscip) S 777026 777029 776978 0 -1 1077936192 28872 0 0 0 19 3 0 0 20 0 21 0 128438440 3126571008 516408 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3053292 KiB
Current children cumulated memory: 2065632 KiB

[startup+25.5013 s]
/proc/loadavg: 23.91 20.86 29.52 63/982 777175
/proc/meminfo: memFree=653149556/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=20692552 memory=18233572 CPUtime=218.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) S 777026 777029 776978 0 -1 1077936128 3033230 0 0 0 20416 1421 0 0 20 0 41 0 128437433 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 5173138 4558393 2966 3035 0 5018687 0
[pid=777029/tid=777113] ppid=777026 vsize=20692552 memory=1968 CPUtime=10.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777113/stat : 777113 (fscip) R 777026 777029 776978 0 -1 4194368 162977 0 0 0 871 135 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777114] ppid=777026 vsize=20692552 memory=279834300257072 CPUtime=10.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777114/stat : 777114 (fscip) R 777026 777029 776978 0 -1 4194368 138410 0 0 0 1010 34 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777115] ppid=777026 vsize=20692552 memory=0 CPUtime=10.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777115/stat : 777115 (fscip) R 777026 777029 776978 0 -1 4194368 132065 0 0 0 1010 33 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777116] ppid=777026 vsize=20692552 memory=11968676 CPUtime=10.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777116/stat : 777116 (fscip) R 777026 777029 776978 0 -1 4194368 146260 0 0 0 911 116 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777117] ppid=777026 vsize=20692552 memory=2006040 CPUtime=10.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777117/stat : 777117 (fscip) R 777026 777029 776978 0 -1 4194368 138629 0 0 0 1020 34 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777118] ppid=777026 vsize=20692552 memory=445920 CPUtime=10.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777118/stat : 777118 (fscip) R 777026 777029 776978 0 -1 4194368 136034 0 0 0 1010 35 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777119] ppid=777026 vsize=20692552 memory=215654628619 CPUtime=10.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777119/stat : 777119 (fscip) R 777026 777029 776978 0 -1 4194368 165128 0 0 0 893 135 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777120] ppid=777026 vsize=20692552 memory=0 CPUtime=10.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777120/stat : 777120 (fscip) R 777026 777029 776978 0 -1 4194368 135293 0 0 0 1019 36 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777121] ppid=777026 vsize=20692552 memory=7257383253008410544 CPUtime=10.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777121/stat : 777121 (fscip) R 777026 777029 776978 0 -1 4194368 139259 0 0 0 1021 35 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777122] ppid=777026 vsize=20692552 memory=0 CPUtime=10.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777122/stat : 777122 (fscip) R 777026 777029 776978 0 -1 4194368 156006 0 0 0 886 138 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777123] ppid=777026 vsize=20692552 memory=279834300175920 CPUtime=10.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777123/stat : 777123 (fscip) R 777026 777029 776978 0 -1 4194368 134997 0 0 0 1008 35 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777124] ppid=777026 vsize=20692552 memory=0 CPUtime=10.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777124/stat : 777124 (fscip) R 777026 777029 776978 0 -1 4194368 130664 0 0 0 1026 32 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777125] ppid=777026 vsize=20692552 memory=54344 CPUtime=10.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777125/stat : 777125 (fscip) R 777026 777029 776978 0 -1 4194368 161403 0 0 0 886 137 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777126] ppid=777026 vsize=20692552 memory=279834300624064 CPUtime=10.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777126/stat : 777126 (fscip) R 777026 777029 776978 0 -1 4194368 139163 0 0 0 1012 36 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777127] ppid=777026 vsize=20692552 memory=-6587188899492313958 CPUtime=10.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777127/stat : 777127 (fscip) R 777026 777029 776978 0 -1 4194368 137518 0 0 0 1009 37 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777128] ppid=777026 vsize=20692552 memory=4946198806633370806 CPUtime=10.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777128/stat : 777128 (fscip) R 777026 777029 776978 0 -1 4194368 157558 0 0 0 893 136 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777129] ppid=777026 vsize=20692552 memory=25333125866717268 CPUtime=10.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777129/stat : 777129 (fscip) R 777026 777029 776978 0 -1 4194368 137703 0 0 0 1010 35 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777130] ppid=777026 vsize=20692552 memory=-6800824206598087961 CPUtime=10.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777130/stat : 777130 (fscip) R 777026 777029 776978 0 -1 4194368 137235 0 0 0 1011 35 0 0 20 0 41 0 128438440 21189173248 4558393 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0

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

/proc/777029/task/777161/stat : 777161 (fscip) S 777026 777029 776978 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777162] ppid=777026 vsize=68782344 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777162/stat : 777162 (fscip) S 777026 777029 776978 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777163] ppid=777026 vsize=68782344 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777163/stat : 777163 (fscip) S 777026 777029 776978 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777164] ppid=777026 vsize=68782344 memory=279834301449104 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777164/stat : 777164 (fscip) S 777026 777029 776978 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777165] ppid=777026 vsize=68782344 memory=586346184 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777165/stat : 777165 (fscip) S 777026 777029 776978 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777166] ppid=777026 vsize=68782344 memory=3 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777166/stat : 777166 (fscip) S 777026 777029 776978 0 -1 1077936192 180 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777167] ppid=777026 vsize=68782344 memory=48994060 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777167/stat : 777167 (fscip) S 777026 777029 776978 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777168] ppid=777026 vsize=68782344 memory=7044 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777168/stat : 777168 (fscip) S 777026 777029 776978 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777169] ppid=777026 vsize=68782344 memory=28212 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777169/stat : 777169 (fscip) S 777026 777029 776978 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777170] ppid=777026 vsize=68782344 memory=33776 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777170/stat : 777170 (fscip) S 777026 777029 776978 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777171] ppid=777026 vsize=68782344 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777171/stat : 777171 (fscip) S 777026 777029 776978 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777172] ppid=777026 vsize=68782344 memory=48994072 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777172/stat : 777172 (fscip) S 777026 777029 776978 0 -1 1077936192 184 0 0 0 0 3 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777173] ppid=777026 vsize=68782344 memory=10824 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777173/stat : 777173 (fscip) S 777026 777029 776978 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777174] ppid=777026 vsize=68782344 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777174/stat : 777174 (fscip) S 777026 777029 776978 0 -1 1077936192 234 0 0 0 1 1 0 0 20 0 41 0 128438925 70433120256 12248523 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
Current children cumulated CPU time: 71740.5 s
Current children cumulated vsize: 68782344 KiB
Current children cumulated memory: 48994092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3655.5 s]
/proc/loadavg: 76.76 79.87 79.46 44/947 779238
/proc/meminfo: memFree=549936832/790760800 swapFree=131071996/131071996
[pid=777029] ppid=777026 vsize=68837680 memory=49001080 CPUtime=72001.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/stat : 777029 (fscip) S 777026 777029 776978 0 -1 1077936128 98088931 0 0 0 7181820 18370 0 0 20 0 41 0 128437433 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 17 74 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
/proc/777029/statm: 17209420 12250270 3030 3035 0 16741180 0
[pid=777029/tid=777113] ppid=777026 vsize=68837680 memory=198340509722 CPUtime=3604.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777113/stat : 777113 (fscip) R 777026 777029 776978 0 -1 4194368 3954929 0 0 0 359861 544 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777114] ppid=777026 vsize=68837680 memory=279834300501872 CPUtime=3594.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777114/stat : 777114 (fscip) R 777026 777029 776978 0 -1 4194368 4832934 0 0 0 358528 929 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777115] ppid=777026 vsize=68837680 memory=31488 CPUtime=3601.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777115/stat : 777115 (fscip) R 777026 777029 776978 0 -1 4194368 4846912 0 0 0 358915 1200 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777116] ppid=777026 vsize=68837680 memory=6720666536610578800 CPUtime=3599.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777116/stat : 777116 (fscip) R 777026 777029 776978 0 -1 4194368 3934987 0 0 0 359507 487 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777117] ppid=777026 vsize=68837680 memory=48988256 CPUtime=3595.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777117/stat : 777117 (fscip) R 777026 777029 776978 0 -1 4194368 5514314 0 0 0 358623 966 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777118] ppid=777026 vsize=68837680 memory=49000872 CPUtime=3602.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777118/stat : 777118 (fscip) R 777026 777029 776978 0 -1 4194368 4930960 0 0 0 359038 1249 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777119] ppid=777026 vsize=68837680 memory=28716 CPUtime=3591.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777119/stat : 777119 (fscip) R 777026 777029 776978 0 -1 4194368 4179422 0 0 0 358624 536 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777120] ppid=777026 vsize=68837680 memory=0 CPUtime=3600.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777120/stat : 777120 (fscip) R 777026 777029 776978 0 -1 4194368 5541891 0 0 0 359136 958 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777121] ppid=777026 vsize=68837680 memory=49001052 CPUtime=3602.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777121/stat : 777121 (fscip) R 777026 777029 776978 0 -1 4194368 4739583 0 0 0 359078 1137 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777122] ppid=777026 vsize=68837680 memory=1968 CPUtime=3603.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777122/stat : 777122 (fscip) R 777026 777029 776978 0 -1 4194368 3896373 0 0 0 359829 529 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777123] ppid=777026 vsize=68837680 memory=0 CPUtime=3599.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777123/stat : 777123 (fscip) R 777026 777029 776978 0 -1 4194368 5229953 0 0 0 358994 966 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777124] ppid=777026 vsize=68837680 memory=6675470101231436 CPUtime=3594.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777124/stat : 777124 (fscip) R 777026 777029 776978 0 -1 4194368 4826570 0 0 0 358215 1190 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777125] ppid=777026 vsize=68837680 memory=11108 CPUtime=3598.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777125/stat : 777125 (fscip) R 777026 777029 776978 0 -1 4194368 6547908 0 0 0 358742 1066 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777126] ppid=777026 vsize=68837680 memory=445920 CPUtime=3605.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777126/stat : 777126 (fscip) R 777026 777029 776978 0 -1 4194368 5535607 0 0 0 359529 1011 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777127] ppid=777026 vsize=68837680 memory=11108 CPUtime=3593.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777127/stat : 777127 (fscip) R 777026 777029 776978 0 -1 4194368 4857305 0 0 0 358095 1212 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777128] ppid=777026 vsize=68837680 memory=0 CPUtime=3599.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777128/stat : 777128 (fscip) R 777026 777029 776978 0 -1 4194368 4128190 0 0 0 359455 507 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777129] ppid=777026 vsize=68837680 memory=3 CPUtime=3601.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777129/stat : 777129 (fscip) R 777026 777029 776978 0 -1 4194368 6021455 0 0 0 359016 1087 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777130] ppid=777026 vsize=68837680 memory=36276 CPUtime=3604.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777130/stat : 777130 (fscip) R 777026 777029 776978 0 -1 4194368 4691752 0 0 0 359247 1201 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777131] ppid=777026 vsize=68837680 memory=54344 CPUtime=3596.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777131/stat : 777131 (fscip) R 777026 777029 776978 0 -1 4194368 4016683 0 0 0 359153 513 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777132] ppid=777026 vsize=68837680 memory=54344 CPUtime=3601.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777132/stat : 777132 (fscip) R 777026 777029 776978 0 -1 4194368 5698634 0 0 0 359150 1019 0 0 20 0 41 0 128438440 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777155] ppid=777026 vsize=68837680 memory=25333125866717268 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777155/stat : 777155 (fscip) S 777026 777029 776978 0 -1 1077936192 190 0 0 0 4 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777156] ppid=777026 vsize=68837680 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777156/stat : 777156 (fscip) S 777026 777029 776978 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777157] ppid=777026 vsize=68837680 memory=279834299288392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777157/stat : 777157 (fscip) S 777026 777029 776978 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777158] ppid=777026 vsize=68837680 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777158/stat : 777158 (fscip) S 777026 777029 776978 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777159] ppid=777026 vsize=68837680 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777159/stat : 777159 (fscip) S 777026 777029 776978 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777160] ppid=777026 vsize=68837680 memory=3539864629079078944 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777160/stat : 777160 (fscip) S 777026 777029 776978 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777161] ppid=777026 vsize=68837680 memory=2180 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777161/stat : 777161 (fscip) S 777026 777029 776978 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777162] ppid=777026 vsize=68837680 memory=279834300062992 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777162/stat : 777162 (fscip) S 777026 777029 776978 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777163] ppid=777026 vsize=68837680 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777163/stat : 777163 (fscip) S 777026 777029 776978 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777164] ppid=777026 vsize=68837680 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777164/stat : 777164 (fscip) S 777026 777029 776978 0 -1 1077936192 236 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777165] ppid=777026 vsize=68837680 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777165/stat : 777165 (fscip) S 777026 777029 776978 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777166] ppid=777026 vsize=68837680 memory=42428 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777166/stat : 777166 (fscip) S 777026 777029 776978 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777167] ppid=777026 vsize=68837680 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777167/stat : 777167 (fscip) S 777026 777029 776978 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777168] ppid=777026 vsize=68837680 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777168/stat : 777168 (fscip) S 777026 777029 776978 0 -1 1077936192 190 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777169] ppid=777026 vsize=68837680 memory=8323350987516068516 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777169/stat : 777169 (fscip) S 777026 777029 776978 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777170] ppid=777026 vsize=68837680 memory=11108 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777170/stat : 777170 (fscip) S 777026 777029 776978 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777171] ppid=777026 vsize=68837680 memory=279834301449104 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777171/stat : 777171 (fscip) S 777026 777029 776978 0 -1 1077936192 184 0 0 0 2 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777172] ppid=777026 vsize=68837680 memory=49001080 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777172/stat : 777172 (fscip) S 777026 777029 776978 0 -1 1077936192 188 0 0 0 0 3 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777173] ppid=777026 vsize=68837680 memory=6720666536610578800 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777173/stat : 777173 (fscip) S 777026 777029 776978 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
[pid=777029/tid=777174] ppid=777026 vsize=68837680 memory=1497128 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777029/task/777174/stat : 777174 (fscip) S 777026 777029 776978 0 -1 1077936192 238 0 0 0 1 1 0 0 20 0 41 0 128438925 70489784320 12250270 809668444160 4194304 16622877 140728813289216 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33505280 140728813294567 140728813294683 140728813294683 140728813301711 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 68837680 KiB
Current children cumulated memory: 49001080 KiB

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

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

# cumulated CPU time of all completed processes:  user=71818.4 s, system=185.005 s

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

[startup+3656 s]*
/proc/loadavg: 76.76 79.87 79.46 24/908 779238
/proc/meminfo: memFree=568623752/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3656.4 s]
/proc/loadavg: 76.76 79.87 79.46 24/908 779238
/proc/meminfo: memFree=568623752/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3656.8 s]
/proc/loadavg: 76.76 79.87 79.46 24/908 779238
/proc/meminfo: memFree=568623752/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): 3656.85
CPU time (s): 72003.5
CPU user time (s): 71818.4
CPU system time (s): 185.005
CPU usage (%): 1969
Max. virtual memory (cumulated for all children) (KiB): 68837680
Max. memory (cumulated for all children) (KiB): 49018904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71818.4
system time used= 185.004
maximum resident set size= 49018988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98089023
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= 3685464
involuntary context switches= 289093


# summary of solver processes directly reported to runsolver:
#   pid: 777029
#   total CPU time (s): 72003.5
#   total CPU user time (s): 71818.4
#   total CPU system time (s): 185.005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6564 second user time and 98.0741 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 08:56:20
IDJOB=4467776
IDBENCH=155450
IDSOLVER=3097
FILE ID=nodeD104/4467776-1723618580
RUNJOBID= nodeD104-1723618580-776990
SLURM_JOB_ID= 8267908
Free space on /tmp= 8587948 MiB

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

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

MD5SUM BENCH= ce92e16bf0ab8af5c50df3c37225d359
RANDOM SEED=1126267201

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		: 2968.685
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		: 2623.809
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		: 3805.273
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		: 3684.857
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		: 2656.994
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		: 2644.366
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		: 3153.661
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		: 3678.801
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		: 2646.379
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		: 2642.384
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 2653.657
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		: 3676.113
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		: 2647.736
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		: 3803.014
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		: 2656.527
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		: 2647.973
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		: 2648.893
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		: 2642.569
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		: 2640.240
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		: 2644.488
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		: 2756.313
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		: 2638.015
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		: 2649.891
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		: 2647.728
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		: 2640.077
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		: 2629.830
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		: 2645.812
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		: 1771.980
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		: 2653.835
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2636.704
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		: 2636.169
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		: 2643.154
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		: 2189.212
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		: 2636.553
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		: 2649.535
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		: 2648.231
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		: 3676.075
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		: 2638.083
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		: 2637.068
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		: 2629.934
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		: 3855.429
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		: 2635.809
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		: 2652.001
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		: 2642.805
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		: 3591.145
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		: 2634.563
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		: 2644.361
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		: 2648.210
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		: 2668.313
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		: 2644.478
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		: 2650.174
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		: 2650.891
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		: 3625.740
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		: 2634.885
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		: 2624.173
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		: 2634.474
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		: 3411.701
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		: 2649.209
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		: 2662.466
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		: 2642.869
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		: 3084.945
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		: 2649.767
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		: 2659.514
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		: 2650.373
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		: 2657.738
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		: 2679.668
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		: 2685.674
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		: 3682.835
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:        704877616 kB
MemAvailable:   782938616 kB
Buffers:         1250976 kB
Cached:         79552764 kB
SwapCached:            0 kB
Active:         13651328 kB
Inactive:       67566376 kB
Active(anon):       2112 kB
Inactive(anon):   450768 kB
Active(file):   13649216 kB
Inactive(file): 67115608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            117472 kB
Writeback:             0 kB
AnonPages:        411144 kB
Mapped:           102152 kB
Shmem:             38920 kB
KReclaimable:    1431784 kB
Slab:            1986584 kB
SReclaimable:    1431784 kB
SUnreclaim:       554800 kB
KernelStack:       14656 kB
PageTables:        10796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1007028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1123968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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:     1409024 kB
DirectMap2M:    247601152 kB
DirectMap1G:    556793856 kB

Free space on /tmp at the end= 8587780 MiB
End job on nodeD104 at 2024-08-14 09:57:17