Trace number 4467728

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) 72002.1 3675.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
MD5SUM01a2d7031971d4d75da01f2dca43b6c9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.9343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints368641
Number of constraints which are clauses368641
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 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.78/0.83	c Default LC presolving (default).
0.78/0.84	c ** Before presolving: virtualMemUsedAtLc = 767093896, getVmSize() = 456036352, SCIPgetMemUsed() = 392878956, SCIPgetMemTotal() = 404648988, SCIPgetMemExternEstim() = 362444908
0.78/0.84	c ** set memory limit for presolving in LC to 8.79368e+12 for SCIP **
35.96/36.13	c ** Estimated virtualMemUsedAtSolver = 631332563, getVmSize() = 777256960, SCIPgetMemUsed() = 501046777, SCIPgetMemTotal() = 584553937, SCIPgetMemExternEstim() = 362444908
35.96/36.13	c ** set memory limit for solvers to 4.18663e+11 for each SCIP **
35.96/36.13	c Original Problem   :
35.96/36.13	c   Problem name     : instance-4467728-1723596610
35.96/36.13	c   Variables        : 8190 (8190 binary, 0 integer, 0 implicit integer, 0 continuous)
35.96/36.13	c   Constraints      : 368641
35.96/36.13	c   Objective sense  : minimize
35.96/36.13	c Presolved Problem  :
35.96/36.13	c   Variables        : 8190 (8190 binary, 0 integer, 0 implicit integer, 0 continuous)
35.96/36.13	c   Constraints      : 368820
35.96/36.13	c Constraints        : Number
35.96/36.13	c   setppc           : 368550 
35.96/36.13	c   linear           : 179 
35.96/36.13	c   logicor          : 91 
35.96/36.13	c ** Instance transfer method used: 0
36.33/36.59	c ** ParaScipInstance copy does not increase the number of variables. **
43.71/43.95	c LC is working with racing ramp-up and with rebuilding tree after racing.
43.71/43.95	c                                Nodes    Active                                            
43.71/43.95	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
4320.37/260.70	c       261              2           1        20                -           0.0000          -
4509.17/270.18	c       270              5           4        20                -           0.0000          -
4643.22/276.93	c       277              6           5        20                -           0.0000          -
4787.73/284.26	c       284              7           6        20                -           0.0000          -
5058.80/297.97	c       298             12          11        20                -           0.0000          -
5204.94/305.33	c       305             12          11        20                -           0.0000          -
5472.06/318.83	c       319             12          11        20                -           0.0000          -
5571.20/323.83	c       324             21          20        20                -           0.0000          -
5727.84/331.80	c       332             21          20        20                -           0.0000          -
5844.87/337.65	c       338             10           9        20                -           0.0000          -
5952.71/343.09	c       343             22          21        20                -           0.0000          -
6055.25/348.21	c       348             22          21        20                -           0.0000          -
6154.48/353.28	c       353             15          14        20                -           0.0000          -
6303.38/360.73	c       361             24          23        20                -           0.0000          -
6404.69/365.87	c       366             24          23        20                -           0.0000          -
6519.69/371.65	c       372             24          23        20                -           0.0000          -
6647.39/378.04	c       378             24          23        20                -           0.0000          -
6755.80/383.57	c       384             24          23        20                -           0.0000          -
6874.76/389.54	c       390             24          23        20                -           0.0000          -
6984.61/395.05	c       395             24          23        20                -           0.0000          -
7083.87/400.12	c       400             27          26        20                -           0.0000          -
7185.07/405.15	c       405             27          26        20                -           0.0000          -
7299.44/411.00	c       411             27          26        20                -           0.0000          -
7403.34/416.19	c       416             29          28        20                -           0.0000          -
7509.74/421.50	c       422             29          28        20                -           0.0000          -
7624.75/427.37	c       427             29          28        20                -           0.0000          -
7731.84/432.72	c       433             29          28        20                -           0.0000          -
7834.97/437.98	c       438             77          76        20                -           0.0000          -
7946.07/443.57	c       444             30          29        20                -           0.0000          -
8078.77/450.25	c       450             30          29        20                -           0.0000          -
8179.66/455.38	c       455             17          16        20                -           0.0000          -
8290.62/460.90	c       461             17          16        20                -           0.0000          -
8395.62/466.27	c       466             86          85        20                -           0.0000          -
8504.56/471.77	c       472             32          31        20                -           0.0000          -
8607.51/476.98	c       477             32          31        20                -           0.0000          -
8709.23/482.09	c       482             32          31        20                -           0.0000          -
8813.56/487.37	c       487             32          31        20                -           0.0000          -
8927.21/493.04	c       493             92          91        20                -           0.0000          -
9028.17/498.20	c       498             92          91        20                -           0.0000          -
9130.54/503.34	c       503             20          19        20                -           0.0000          -
9233.52/508.57	c       509             43          42        20                -           0.0000          -
9336.62/513.75	c       514             43          42        20                -           0.0000          -
9439.70/518.90	c       519             43          42        20                -           0.0000          -
9541.38/524.08	c       524             43          42        20                -           0.0000          -
9643.80/529.27	c       529            174         173        20                -           0.0000          -
9742.97/534.28	c       534             45          44        20                -           0.0000          -
9852.02/539.79	c       540             24          23        20                -           0.0000          -
9955.15/544.99	c       545            102         101        20                -           0.0000          -
10062.17/550.38	c       550             48          47        20                -           0.0000          -
10165.36/555.54	c       556             48          47        20                -           0.0000          -
10264.37/560.57	c       561             28          27        20                -           0.0000          -
10367.44/565.71	c       566             28          27        20                -           0.0000          -
10473.19/571.12	c       571            107         106        20                -           0.0000          -
10583.47/576.69	c       577             65          64        20                -           0.0000          -
10694.45/582.28	c       582             29          28        20                -           0.0000          -
10805.48/587.87	c       588             29          28        20                -           0.0000          -
10909.23/593.07	c       593             29          28        20                -           0.0000          -
11017.61/598.56	c       599             29          28        20                -           0.0000          -
11116.83/603.57	c       604             72          71        20                -           0.0000          -
11223.88/608.91	c       609             72          71        20                -           0.0000          -
11329.02/614.28	c       614             72          71        20                -           0.0000          -
11430.16/619.39	c       619             72          71        20                -           0.0000          -
11533.36/624.57	c       625             72          71        20                -           0.0000          -
11634.77/629.62	c       630             33          32        20                -           0.0000          -
11739.77/634.94	c       635            257         256        20                -           0.0000          -
11839.01/639.98	c       640             34          33        20                -           0.0000          -
11942.95/645.15	c       645            125         124        20                -           0.0000          -
12047.29/650.40	c       650            125         124        20                -           0.0000          -
12154.43/655.87	c       656             35          34        20                -           0.0000          -
12260.27/661.15	c       661            290         289        20                -           0.0000          -
12359.45/666.15	c       666            290         289        20                -           0.0000          -
12461.78/671.33	c       671            135         134        20                -           0.0000          -
12570.92/676.90	c       677            135         134        20                -           0.0000          -
12680.02/682.31	c       682            293         292        20                -           0.0000          -
12781.19/687.44	c       687             40          39        20                -           0.0000          -
12880.38/692.47	c       692            298         297        20                -           0.0000          -
12981.56/697.52	c       698            210         143        20                -           0.0000          -
13084.74/702.72	c       703             45          44        20                -           0.0000          -
13185.91/707.85	c       708            315         314        20                -           0.0000          -
13287.08/712.99	c       713             47          46        20                -           0.0000          -
13386.22/718.00	c       718            327         326        20                -           0.0000          -
13488.25/723.10	c       723            327         326        20                -           0.0000          -
13596.53/728.52	c       729             52          51        20                -           0.0000          -
13703.64/733.92	c       734            333         332        20                -           0.0000          -
13812.70/739.42	c       739             54          53        20                -           0.0000          -
13911.87/744.49	c       744            340         339        20                -           0.0000          -
14018.98/749.87	c       750            340         339        20                -           0.0000          -
14120.12/754.99	c       755            340         339        20                -           0.0000          -
14219.25/760.00	c       760            340         339        20                -           0.0000          -
14322.83/765.17	c       765            340         339        20                -           0.0000          -
14431.27/770.66	c       771             68          67        20                -           0.0000          -
14532.37/775.79	c       776            352         351        20                -           0.0000          -
14635.51/781.01	c       781            352         351        20                -           0.0000          -
14740.59/786.26	c       786             74          73        20                -           0.0000          -
14849.70/791.77	c       792             74          73        20                -           0.0000          -
14964.69/797.52	c       798            353         352        20                -           0.0000          -
15071.85/802.93	c       803             78          77        20                -           0.0000          -
15179.00/808.34	c       808             78          77        20                -           0.0000          -
15286.11/813.75	c       814             78          77        20                -           0.0000          -
15389.33/818.95	c       819             78          77        20                -           0.0000          -
15491.25/824.05	c       824             78          77        20                -           0.0000          -
15590.48/829.10	c       829             78          77        20                -           0.0000          -
15694.95/834.31	c       834             78          77        20                -           0.0000          -
15796.15/839.44	c       839             78          77        20                -           0.0000          -
15899.32/844.63	c       845             78          77        20                -           0.0000          -
16000.53/849.79	c       850             78          77        20                -           0.0000          -
16101.72/854.86	c       855             78          77        20                -           0.0000          -
16205.52/860.08	c       860             78          77        20                -           0.0000          -
16317.97/865.71	c       866             78          77        20                -           0.0000          -
16421.14/870.97	c       871             78          77        20                -           0.0000          -
16522.91/876.12	c       876             78          77        20                -           0.0000          -
16627.47/881.35	c       881             78          77        20                -           0.0000          -
16734.61/886.76	c       887             78          77        20                -           0.0000          -
16840.45/892.09	c       892             78          77        20                -           0.0000          -
16941.85/897.15	c       897             78          77        20                -           0.0000          -
17044.19/902.32	c       902             78          77        20                -           0.0000          -
17143.36/907.33	c       907             78          77        20                -           0.0000          -
17250.52/912.78	c       913             78          77        20                -           0.0000          -
17351.75/917.81	c       918             78          77        20                -           0.0000          -
17452.98/922.99	c       923             78          77        20                -           0.0000          -
17556.90/928.20	c       928             78          77        20                -           0.0000          -
17657.32/933.24	c       933             78          77        20                -           0.0000          -
17756.54/938.25	c       938             78          77        20                -           0.0000          -
17857.75/943.35	c       943             78          77        20                -           0.0000          -
17956.98/948.39	c       948             78          77        20                -           0.0000          -
18058.21/953.42	c       953             78          77        20                -           0.0000          -
18159.41/958.58	c       959             78          77        20                -           0.0000          -
18260.62/963.60	c       964             78          77        20                -           0.0000          -
18361.83/968.72	c       969             78          77        20                -           0.0000          -
18460.97/973.76	c       974            433         432        20                -           0.0000          -
18566.72/979.10	c       979            433         432        20                -           0.0000          -
18667.54/984.15	c       984             82          81        20                -           0.0000          -
18772.16/989.48	c       989            451         450        20                -           0.0000          -
18871.33/994.49	c       994            451         450        20                -           0.0000          -
18974.42/999.68	c      1000           1579         444        20                -           0.0000          -
19075.45/1004.77	c      1005             87          86        20                -           0.0000          -
19181.11/1010.07	c      1010            463         462        20                -           0.0000          -
19280.15/1015.12	c      1015             92          91        20                -           0.0000          -
19382.57/1020.22	c      1020           1644         455        20                -           0.0000          -
19483.76/1025.30	c      1025           1654         455        20                -           0.0000          -
19588.93/1030.61	c      1031            106         105        20                -           0.0000          -
19692.06/1035.85	c      1036            970         363        20                -           0.0000          -
19791.22/1040.86	c      1041            117         116        20                -           0.0000          -
19892.43/1045.96	c      1046            553         552        20                -           0.0000          -
19996.23/1051.15	c      1051            553         552        20                -           0.0000          -
20095.54/1056.16	c      1056            553         552        20                -           0.0000          -
20194.73/1061.19	c      1061            555         554        20                -           0.0000          -
20297.20/1066.34	c      1066            132         131        20                -           0.0000          -
20402.37/1071.60	c      1072            556         555        20                -           0.0000          -
20507.48/1076.99	c      1077            556         555        20                -           0.0000          -
20609.06/1082.04	c      1082            144         143        20                -           0.0000          -
20708.31/1087.06	c      1087            561         560        20                -           0.0000          -
20810.69/1092.20	c      1092            561         560        20                -           0.0000          -
20913.88/1097.40	c      1097            152         151        20                -           0.0000          -
21013.10/1102.46	c      1102            156         155        20                -           0.0000          -
21114.41/1107.54	c      1108            156         155        20                -           0.0000          -
21215.53/1112.66	c      1113            156         155        20                -           0.0000          -
21316.69/1117.70	c      1118            156         155        20                -           0.0000          -
21415.94/1122.77	c      1123            156         155        20                -           0.0000          -
21517.05/1127.85	c      1128            156         155        20                -           0.0000          -
21616.29/1132.86	c      1133            156         155        20                -           0.0000          -
21715.54/1137.90	c      1138            156         155        20                -           0.0000          -
21816.67/1142.97	c      1143            156         155        20                -           0.0000          -
21921.97/1148.23	c      1148            156         155        20                -           0.0000          -
22022.87/1153.32	c      1153            156         155        20                -           0.0000          -
22124.04/1158.46	c      1158            156         155        20                -           0.0000          -
22227.17/1163.60	c      1164            156         155        20                -           0.0000          -
22326.40/1168.69	c      1169            156         155        20                -           0.0000          -
22431.62/1173.93	c      1174            156         155        20                -           0.0000          -
22536.72/1179.22	c      1179            156         155        20                -           0.0000          -
22641.92/1184.55	c      1185            156         155        20                -           0.0000          -
22743.14/1189.66	c      1190            156         155        20                -           0.0000          -
22846.34/1194.84	c      1195            156         155        20                -           0.0000          -
22947.53/1199.90	c      1200            156         155        20                -           0.0000          -
23051.29/1205.15	c      1205            156         155        20                -           0.0000          -
23150.55/1210.18	c      1210            156         155        20                -           0.0000          -
23255.07/1215.48	c      1215            156         155        20                -           0.0000          -
23356.27/1220.57	c      1221            156         155        20                -           0.0000          -
23463.41/1226.00	c      1226            156         155        20                -           0.0000          -
23567.51/1231.15	c      1231            156         155        20                -           0.0000          -
23667.83/1236.29	c      1236            156         155        20                -           0.0000          -
23769.07/1241.36	c      1241            156         155        20                -           0.0000          -
23872.28/1246.55	c      1247            156         155        20                -           0.0000          -
23977.40/1251.83	c      1252            156         155        20                -           0.0000          -
24076.54/1256.88	c      1257            156         155        20                -           0.0000          -
24177.74/1261.90	c      1262            156         155        20                -           0.0000          -
24276.76/1266.98	c      1267            156         155        20                -           0.0000          -
24381.67/1272.21	c      1272            156         155        20                -           0.0000          -
24484.72/1277.41	c      1277            156         155        20                -           0.0000          -
24583.90/1282.46	c      1282            156         155        20                -           0.0000          -
24685.04/1287.59	c      1288            156         155        20                -           0.0000          -
24788.09/1292.70	c      1293            156         155        20                -           0.0000          -
24887.26/1297.77	c      1298            156         155        20                -           0.0000          -
24988.40/1302.89	c      1303            156         155        20                -           0.0000          -
25089.59/1308.00	c      1308            156         155        20                -           0.0000          -
25194.71/1313.22	c      1313            156         155        20                -           0.0000          -
25293.89/1318.23	c      1318            156         155        20                -           0.0000          -
25399.14/1323.58	c      1324            156         155        20                -           0.0000          -
25500.21/1328.66	c      1329            156         155        20                -           0.0000          -
25599.49/1333.70	c      1334            156         155        20                -           0.0000          -
25709.18/1339.17	c      1339            156         155        20                -           0.0000          -
25809.57/1344.21	c      1344            156         155        20                -           0.0000          -
25908.77/1349.28	c      1349            156         155        20                -           0.0000          -
26009.95/1354.39	c      1354            156         155        20                -           0.0000          -
26113.23/1359.51	c      1360            156         155        20                -           0.0000          -
26214.28/1364.62	c      1365           1698         555        20                -           0.0000          -
26322.19/1370.14	c      1370            157         156        20                -           0.0000          -
26424.52/1375.21	c      1375            162         161        20                -           0.0000          -
26525.59/1380.31	c      1380            163         162        20                -           0.0000          -
26630.59/1385.61	c      1386            163         162        20                -           0.0000          -
26729.74/1390.61	c      1391           2874         649        20                -           0.0000          -
26832.78/1395.89	c      1396           2880         651        20                -           0.0000          -
26941.75/1401.33	c      1401            198         197        20                -           0.0000          -
27040.81/1406.33	c      1406            217         216        20                -           0.0000          -
27139.85/1411.34	c      1411           1785         576        20                -           0.0000          -
27238.97/1416.37	c      1416           4845         856        20                -           0.0000          -
27342.06/1421.53	c      1422            238         221        20                -           0.0000          -
27445.15/1426.73	c      1427            238         221        20                -           0.0000          -
27544.21/1431.76	c      1432            238         221        20                -           0.0000          -
27643.32/1436.78	c      1437            238         221        20                -           0.0000          -
27744.42/1441.85	c      1442            238         221        20                -           0.0000          -
27845.50/1446.93	c      1447            241         224        20                -           0.0000          -
27944.60/1451.95	c      1452           5101         876        20                -           0.0000          -
28048.26/1457.13	c      1457            253         227        20                -           0.0000          -
28147.52/1462.14	c      1462            253         227        20                -           0.0000          -
28249.84/1467.40	c      1467            253         227        20                -           0.0000          -
28350.89/1472.47	c      1472            253         227        20                -           0.0000          -
28453.99/1477.61	c      1478            253         227        20                -           0.0000          -
28553.05/1482.64	c      1483            256         226        20                -           0.0000          -
28652.16/1487.66	c      1488            256         228        20                -           0.0000          -
28753.23/1492.76	c      1493           3196         693        20                -           0.0000          -
28854.33/1497.85	c      1498           5393         900        20                -           0.0000          -
28955.46/1502.91	c      1503           3263         718        20                -           0.0000          -
29054.65/1507.93	c      1508            275         229        20                -           0.0000          -
29156.38/1513.05	c      1513            275         229        20                -           0.0000          -
29257.55/1518.15	c      1518            275         229        20                -           0.0000          -
29356.72/1523.17	c      1523           2029         608        20                -           0.0000          -
29461.16/1528.41	c      1528           3373         736        20                -           0.0000          -
29564.31/1533.63	c      1534            304         238        20                -           0.0000          -
29665.42/1538.70	c      1539           3438         753        20                -           0.0000          -
29766.50/1543.83	c      1544            325         243        20                -           0.0000          -
29865.65/1548.89	c      1549            325         243        20                -           0.0000          -
29966.67/1553.93	c      1554            325         243        20                -           0.0000          -
30068.29/1559.08	c      1559           2840        1279        20                -           0.0000          -
30169.08/1564.19	c      1564            332         250        20                -           0.0000          -
30269.65/1569.27	c      1569           2134         629        20                -           0.0000          -
30370.66/1574.34	c      1574            355         252        20                -           0.0000          -
30469.75/1579.38	c      1579            355         252        20                -           0.0000          -
30568.88/1584.39	c      1584            355         252        20                -           0.0000          -
30670.01/1589.47	c      1589            355         252        20                -           0.0000          -
30769.07/1594.49	c      1594           3663         798        20                -           0.0000          -
30870.17/1599.54	c      1600           2196         635        20                -           0.0000          -
30971.21/1604.62	c      1605           3672         799        20                -           0.0000          -
31070.37/1609.67	c      1610           2217         638        20                -           0.0000          -
31173.46/1614.80	c      1615           3682         801        20                -           0.0000          -
31272.64/1619.86	c      1620           3682         801        20                -           0.0000          -
31376.46/1625.09	c      1625            456         261        20                -           0.0000          -
31477.57/1630.17	c      1630            456         261        20                -           0.0000          -
31578.05/1635.22	c      1635            456         261        20                -           0.0000          -
31677.22/1640.29	c      1640            456         261        20                -           0.0000          -
31778.34/1645.38	c      1645            456         261        20                -           0.0000          -
31879.45/1650.41	c      1650            457         262        20                -           0.0000          -
31978.51/1655.47	c      1655            477         262        20                -           0.0000          -
32079.63/1660.51	c      1661           3798         825        20                -           0.0000          -
32178.78/1665.57	c      1666           2353         660        20                -           0.0000          -
32279.91/1670.61	c      1671           2369         662        20                -           0.0000          -
32379.04/1675.63	c      1676           3858         831        20                -           0.0000          -
32484.14/1680.91	c      1681           6708         995        20                -           0.0000          -
32583.22/1685.96	c      1686           3887         834        20                -           0.0000          -
32684.98/1691.07	c      1691           2410         667        20                -           0.0000          -
32784.07/1696.13	c      1696           2420         669        20                -           0.0000          -
32885.40/1701.14	c      1701            647         275        20                -           0.0000          -
32985.59/1706.21	c      1706            657         277        20                -           0.0000          -
33086.70/1711.31	c      1711            657         277        20                -           0.0000          -
33185.81/1716.34	c      1716            657         277        20                -           0.0000          -
33286.93/1721.48	c      1721            657         277        20                -           0.0000          -
33388.03/1726.54	c      1727            657         277        20                -           0.0000          -
33487.25/1731.56	c      1732            667         279        20                -           0.0000          -
33588.29/1736.61	c      1737           4032         861        20                -           0.0000          -
33687.43/1741.62	c      1742           4049         862        20                -           0.0000          -
33788.54/1746.77	c      1747           2524         683        20                -           0.0000          -
33891.65/1751.92	c      1752           2528         683        20                -           0.0000          -
33990.80/1756.95	c      1757           4318        1411        20                -           0.0000          -
34095.84/1762.21	c      1762           7256        1041        20                -           0.0000          -
34194.94/1767.23	c      1767           4390        1417        20                -           0.0000          -
34294.06/1772.26	c      1772           2551         684        20                -           0.0000          -
34397.17/1777.44	c      1777            868         290        20                -           0.0000          -
34498.26/1782.57	c      1783            868         290        20                -           0.0000          -
34597.47/1787.59	c      1788            868         290        20                -           0.0000          -
34704.42/1792.94	c      1793            868         290        20                -           0.0000          -
34809.45/1798.26	c      1798            868         290        20                -           0.0000          -
34908.55/1803.29	c      1803            868         290        20                -           0.0000          -
35009.68/1808.30	c      1808           2607         696        20                -           0.0000          -
35108.81/1813.32	c      1813           4262         891        20                -           0.0000          -
35209.92/1818.41	c      1818           4801        1440        20                -           0.0000          -
35311.14/1823.55	c      1824           4292         895        20                -           0.0000          -
35410.17/1828.57	c      1829           2649         702        20                -           0.0000          -
35511.23/1833.65	c      1834            941         297        20                -           0.0000          -
35612.22/1838.73	c      1839            941         297        20                -           0.0000          -
35711.32/1843.75	c      1844            941         297        20                -           0.0000          -
35812.41/1848.82	c      1849            941         297        20                -           0.0000          -
35913.52/1854.02	c      1854            941         297        20                -           0.0000          -
36012.62/1859.03	c      1859            941         297        20                -           0.0000          -
36114.43/1864.10	c      1864            955         297        20                -           0.0000          -
36216.70/1869.21	c      1869            955         297        20                -           0.0000          -
36315.83/1874.29	c      1874            955         297        20                -           0.0000          -
36416.97/1879.38	c      1879            955         297        20                -           0.0000          -
36520.08/1884.50	c      1884            955         297        20                -           0.0000          -
36619.23/1889.50	c      1890            966         298        20                -           0.0000          -
36722.33/1894.71	c      1895           2759         722        20                -           0.0000          -
36823.46/1899.83	c      1900            982         300        20                -           0.0000          -
36922.60/1904.85	c      1905            982         300        20                -           0.0000          -
37026.48/1910.04	c      1910            982         300        20                -           0.0000          -
37128.82/1915.23	c      1915            982         300        20                -           0.0000          -
37227.97/1920.27	c      1920            982         300        20                -           0.0000          -
37329.10/1925.36	c      1925           2848         735        20                -           0.0000          -
37428.26/1930.39	c      1930           8314        1127        20                -           0.0000          -
37529.40/1935.43	c      1935           8336        1131        20                -           0.0000          -
37632.43/1940.66	c      1941           5609        1516        20                -           0.0000          -
37733.54/1945.72	c      1946           2890         741        20                -           0.0000          -
37836.67/1950.90	c      1951           2902         743        20                -           0.0000          -
37935.83/1955.91	c      1956           1161         307        20                -           0.0000          -
38037.64/1961.04	c      1961           1161         307        20                -           0.0000          -
38136.77/1966.08	c      1966           1161         307        20                -           0.0000          -
38235.71/1971.10	c      1971           2939         750        20                -           0.0000          -
38338.27/1976.24	c      1976           2947         752        20                -           0.0000          -
38437.41/1981.25	c      1981           1237         311        20                -           0.0000          -
38540.47/1986.45	c      1986           5947        1590        20                -           0.0000          -
38641.61/1991.54	c      1992           1307         315        20                -           0.0000          -
38746.58/1996.87	c      1997           4807         972        20                -           0.0000          -
38850.21/2002.09	c      2002           1333         315        20                -           0.0000          -
38951.30/2007.16	c      2007           1333         315        20                -           0.0000          -
39050.60/2012.18	c      2012           1333         315        20                -           0.0000          -
39150.91/2017.21	c      2017           1333         315        20                -           0.0000          -
39252.09/2022.36	c      2022           1333         315        20                -           0.0000          -
39353.25/2027.46	c      2027           4905         990        20                -           0.0000          -
39452.37/2032.49	c      2032           4920         993        20                -           0.0000          -
39553.49/2037.51	c      2038           1401         315        20                -           0.0000          -
39652.61/2042.59	c      2043           3142         803        20                -           0.0000          -
39759.68/2047.90	c      2048           6379        1652        20                -           0.0000          -
39861.43/2053.06	c      2053           3176         807        20                -           0.0000          -
39967.83/2058.46	c      2058           9151        1198        20                -           0.0000          -
40069.08/2063.57	c      2064           1541         315        20                -           0.0000          -
40170.10/2068.62	c      2069           5024        1001        20                -           0.0000          -
40271.22/2073.70	c      2074           3223         810        20                -           0.0000          -
40370.33/2078.79	c      2079           1628         313        20                -           0.0000          -
40473.38/2083.99	c      2084           3246         813        20                -           0.0000          -
40580.41/2089.31	c      2089           9368        1239        20                -           0.0000          -
40681.52/2094.40	c      2094           1712         309        20                -           0.0000          -
40780.64/2099.48	c      2099           1712         309        20                -           0.0000          -
40879.74/2104.48	c      2104           1712         309        20                -           0.0000          -
40982.91/2109.62	c      2110           1712         309        20                -           0.0000          -
41082.08/2114.68	c      2115           1712         309        20                -           0.0000          -
41183.24/2119.70	c      2120           3316         821        20                -           0.0000          -
41282.36/2124.73	c      2125           9608        1267        20                -           0.0000          -
41381.48/2129.76	c      2130           1765         316        20                -           0.0000          -
41484.56/2134.96	c      2135           1765         316        20                -           0.0000          -
41583.67/2139.99	c      2140           1765         316        20                -           0.0000          -
41690.73/2145.33	c      2145           1765         316        20                -           0.0000          -
41791.77/2150.41	c      2150           3371         828        20                -           0.0000          -
41890.89/2155.43	c      2155           1781         318        20                -           0.0000          -
41989.98/2160.45	c      2160           1781         318        20                -           0.0000          -
42091.06/2165.52	c      2166           1781         318        20                -           0.0000          -
42192.15/2170.63	c      2171           1781         318        20                -           0.0000          -
42293.23/2175.79	c      2176           1781         318        20                -           0.0000          -
42394.32/2180.89	c      2181           5363        1036        20                -           0.0000          -
42495.40/2185.95	c      2186           5376        1037        20                -           0.0000          -
42597.33/2191.09	c      2191           5392        1039        20                -           0.0000          -
42698.11/2196.18	c      2196           5406        1043        20                -           0.0000          -
42798.50/2201.20	c      2201           5418        1049        20                -           0.0000          -
42897.59/2206.27	c      2206           5432        1051        20                -           0.0000          -
43000.64/2211.46	c      2211           5445        1052        20                -           0.0000          -
43099.72/2216.46	c      2216           5460        1053        20                -           0.0000          -
43198.79/2221.50	c      2222           5473        1054        20                -           0.0000          -
43305.81/2226.88	c      2227           5484        1055        20                -           0.0000          -
43406.89/2231.94	c      2232           5494        1057        20                -           0.0000          -
43508.60/2237.09	c      2237           3536         843        20                -           0.0000          -
43607.85/2242.12	c      2242           5520        1061        20                -           0.0000          -
43708.98/2247.16	c      2247           5539        1064        20                -           0.0000          -
43811.18/2252.33	c      2252           5552        1065        20                -           0.0000          -
43910.29/2257.39	c      2257           5567        1066        20                -           0.0000          -
44013.37/2262.54	c      2263          10420        1341        20                -           0.0000          -
44112.57/2267.55	c      2268           3611         850        20                -           0.0000          -
44213.56/2272.63	c      2273           3623         850        20                -           0.0000          -
44312.67/2277.65	c      2278           2474         357        20                -           0.0000          -
44413.78/2282.74	c      2283           3643         852        20                -           0.0000          -
44512.86/2287.75	c      2288           5645        1072        20                -           0.0000          -
44611.99/2292.77	c      2293          10576        1355        20                -           0.0000          -
44711.13/2297.77	c      2298           8151        1914        20                -           0.0000          -
44810.26/2302.78	c      2303           2675         341        20                -           0.0000          -
44911.40/2307.84	c      2308           3696         859        20                -           0.0000          -
45010.57/2312.85	c      2313          10706        1367        20                -           0.0000          -
45111.71/2317.99	c      2318           2804         342        20                -           0.0000          -
45213.57/2323.09	c      2323           3752         867        20                -           0.0000          -
45315.99/2328.29	c      2328           3762         869        20                -           0.0000          -
45417.16/2333.34	c      2333           5812        1093        20                -           0.0000          -
45518.31/2338.42	c      2338           5822        1095        20                -           0.0000          -
45617.50/2343.50	c      2344           5839        1098        20                -           0.0000          -
45718.65/2348.55	c      2349           2998         345        20                -           0.0000          -
45819.79/2353.61	c      2354           3002         345        20                -           0.0000          -
45918.95/2358.68	c      2359           3002         345        20                -           0.0000          -
46024.10/2363.95	c      2364           3002         345        20                -           0.0000          -
46123.29/2368.98	c      2369           3002         345        20                -           0.0000          -
46225.33/2374.08	c      2374           3003         346        20                -           0.0000          -
46326.25/2379.19	c      2379          11190        1411        20                -           0.0000          -
46428.71/2384.30	c      2384           5974        1133        20                -           0.0000          -
46527.90/2389.38	c      2389           3057         348        20                -           0.0000          -
46629.07/2394.42	c      2394           3057         348        20                -           0.0000          -
46728.24/2399.46	c      2399           3057         348        20                -           0.0000          -
46827.42/2404.48	c      2404           3057         348        20                -           0.0000          -
46926.58/2409.48	c      2409          11384        1429        20                -           0.0000          -
47027.73/2414.50	c      2414           9087        2003        20                -           0.0000          -
47128.95/2419.66	c      2420           3100         348        20                -           0.0000          -
47230.07/2424.74	c      2425           3100         348        20                -           0.0000          -
47333.22/2429.99	c      2430           3100         348        20                -           0.0000          -
47437.07/2435.19	c      2435           3100         348        20                -           0.0000          -
47539.51/2440.32	c      2440           3100         348        20                -           0.0000          -
47638.71/2445.39	c      2445           6100        1151        20                -           0.0000          -
47739.89/2450.49	c      2450           6119        1152        20                -           0.0000          -
47841.15/2455.53	c      2456           6135        1154        20                -           0.0000          -
47940.23/2460.54	c      2461          11731        1456        20                -           0.0000          -
48039.42/2465.56	c      2466           3233         352        20                -           0.0000          -
48140.66/2470.60	c      2471           6182        1159        20                -           0.0000          -
48239.95/2475.66	c      2476           6196        1163        20                -           0.0000          -
48338.99/2480.69	c      2481           3314         355        20                -           0.0000          -
48440.20/2485.76	c      2486           3314         355        20                -           0.0000          -
48541.38/2490.80	c      2491           3314         355        20                -           0.0000          -
48640.58/2495.87	c      2496           3314         355        20                -           0.0000          -
48741.70/2500.96	c      2501           6261        1174        20                -           0.0000          -
48843.45/2506.04	c      2506           6275        1174        20                -           0.0000          -
48942.78/2511.06	c      2511           4287         966        20                -           0.0000          -
49047.02/2516.32	c      2516           4299         966        20                -           0.0000          -
49148.12/2521.49	c      2521           3439         360        20                -           0.0000          -
49249.23/2526.50	c      2526           3459         362        20                -           0.0000          -
49348.46/2531.52	c      2532           3466         363        20                -           0.0000          -
49449.50/2536.69	c      2537           3466         363        20                -           0.0000          -
49552.61/2541.80	c      2542           3466         363        20                -           0.0000          -
49651.74/2546.82	c      2547           3466         363        20                -           0.0000          -
49752.88/2551.93	c      2552           3466         363        20                -           0.0000          -
49852.00/2556.94	c      2557           3466         363        20                -           0.0000          -
49951.11/2561.99	c      2562           3466         363        20                -           0.0000          -
50052.80/2567.09	c      2567           4467         976        20                -           0.0000          -
50157.20/2572.36	c      2572          10292        2140        20                -           0.0000          -
50258.29/2577.49	c      2577          10324        2144        20                -           0.0000          -
50361.37/2582.65	c      2583           4502         979        20                -           0.0000          -
50460.47/2587.69	c      2588           3609         366        20                -           0.0000          -
50563.73/2592.86	c      2593           3632         363        20                -           0.0000          -
50662.76/2597.89	c      2598          12664        1535        20                -           0.0000          -
50763.88/2603.03	c      2603          10506        2166        20                -           0.0000          -
50865.66/2608.08	c      2608          10553        2169        20                -           0.0000          -
50966.92/2613.20	c      2613           3691         374        20                -           0.0000          -
51067.35/2618.22	c      2618           3691         374        20                -           0.0000          -
51168.50/2623.32	c      2623           3691         374        20                -           0.0000          -
51269.63/2628.47	c      2628           3691         374        20                -           0.0000          -
51370.76/2633.54	c      2634           6675        1234        20                -           0.0000          -
51469.90/2638.57	c      2639          12949        1548        20                -           0.0000          -
51571.03/2643.65	c      2644           6704        1239        20                -           0.0000          -
51672.19/2648.71	c      2649           6719        1242        20                -           0.0000          -
51773.41/2653.85	c      2654          10921        2209        20                -           0.0000          -
51872.71/2658.89	c      2659           4710         995        20                -           0.0000          -
51973.74/2664.02	c      2664           4723         996        20                -           0.0000          -
52075.58/2669.03	c      2669          11041        2233        20                -           0.0000          -
52174.79/2674.05	c      2674           4765         998        20                -           0.0000          -
52277.27/2679.21	c      2679           3919         386        20                -           0.0000          -
52376.47/2684.27	c      2684           3919         386        20                -           0.0000          -
52477.65/2689.31	c      2689           3919         386        20                -           0.0000          -
52576.82/2694.37	c      2694           3919         386        20                -           0.0000          -
52677.98/2699.47	c      2699           3919         386        20                -           0.0000          -
52783.08/2704.70	c      2705           3919         386        20                -           0.0000          -
52882.26/2709.73	c      2710           3919         386        20                -           0.0000          -
52985.39/2714.91	c      2715           3932         386        20                -           0.0000          -
53084.52/2720.03	c      2720          13547        1596        20                -           0.0000          -
53186.41/2725.10	c      2725           4929        1012        20                -           0.0000          -
53285.56/2730.12	c      2730          13614        1601        20                -           0.0000          -
53384.54/2735.12	c      2735           7025        1286        20                -           0.0000          -
53485.92/2740.19	c      2740           4961        1016        20                -           0.0000          -
53586.20/2745.26	c      2745           4976        1015        20                -           0.0000          -
53685.37/2750.29	c      2750          11720        2317        20                -           0.0000          -
53788.52/2755.43	c      2755           7071        1290        20                -           0.0000          -
53887.70/2760.47	c      2760           7087        1292        20                -           0.0000          -
53992.79/2765.77	c      2766          13909        1626        20                -           0.0000          -
54093.93/2770.85	c      2771           5042        1021        20                -           0.0000          -
54193.08/2775.86	c      2776           7138        1299        20                -           0.0000          -
54294.22/2780.98	c      2781           5073        1024        20                -           0.0000          -
54393.39/2786.01	c      2786           5086        1025        20                -           0.0000          -
54500.46/2791.31	c      2791           5095        1026        20                -           0.0000          -
54599.64/2796.34	c      2796           5109        1028        20                -           0.0000          -
54702.76/2801.54	c      2802           5120        1027        20                -           0.0000          -
54801.93/2806.56	c      2807          12172        2386        20                -           0.0000          -
54903.06/2811.60	c      2812          12204        2392        20                -           0.0000          -
55004.17/2816.79	c      2817          12243        2395        20                -           0.0000          -
55107.25/2821.92	c      2822           4655         419        20                -           0.0000          -
55206.38/2826.96	c      2827           5175        1032        20                -           0.0000          -
55308.27/2832.05	c      2832          14436        1669        20                -           0.0000          -
55407.45/2837.09	c      2837          14463        1678        20                -           0.0000          -
55506.45/2842.11	c      2842           4815         421        20                -           0.0000          -
55608.82/2847.20	c      2847           5246        1037        20                -           0.0000          -
55711.89/2852.40	c      2852           4831         427        20                -           0.0000          -
55811.02/2857.44	c      2857           4831         427        20                -           0.0000          -
55910.18/2862.46	c      2862           4831         427        20                -           0.0000          -
56011.43/2867.50	c      2868           4831         427        20                -           0.0000          -
56110.48/2872.51	c      2873           4831         427        20                -           0.0000          -
56209.66/2877.59	c      2878           5325        1044        20                -           0.0000          -
56310.81/2882.64	c      2883           5338        1045        20                -           0.0000          -
56413.95/2887.89	c      2888          14782        1721        20                -           0.0000          -
56515.12/2893.00	c      2893          14824        1725        20                -           0.0000          -
56619.13/2898.15	c      2898           5374        1049        20                -           0.0000          -
56721.39/2903.30	c      2903          14892        1729        20                -           0.0000          -
56820.56/2908.36	c      2908           7529        1354        20                -           0.0000          -
56919.69/2913.39	c      2913           5405        1052        20                -           0.0000          -
57020.82/2918.41	c      2918           5064         440        20                -           0.0000          -
57119.94/2923.47	c      2923          15011        1734        20                -           0.0000          -
57219.08/2928.47	c      2928          15033        1738        20                -           0.0000          -
57318.21/2933.49	c      2933           5160         446        20                -           0.0000          -
57419.33/2938.59	c      2939          13214        2497        20                -           0.0000          -
57524.41/2943.83	c      2944           5471        1060        20                -           0.0000          -
57623.51/2948.89	c      2949           5274         444        20                -           0.0000          -
57724.63/2953.91	c      2954           5299         445        20                -           0.0000          -
57823.75/2958.94	c      2959          15209        1756        20                -           0.0000          -
57922.79/2963.96	c      2964           5534        1075        20                -           0.0000          -
58021.92/2968.97	c      2969           7714        1371        20                -           0.0000          -
58123.70/2974.10	c      2974           5558        1079        20                -           0.0000          -
58224.92/2979.18	c      2979          13546        2517        20                -           0.0000          -
58329.28/2984.42	c      2984           5535         453        20                -           0.0000          -
58430.40/2989.58	c      2990          15409        1768        20                -           0.0000          -
58531.52/2994.66	c      2995           7802        1379        20                -           0.0000          -
58632.62/2999.78	c      3000           5619        1084        20                -           0.0000          -
58733.72/3004.85	c      3005           7830        1381        20                -           0.0000          -
58832.82/3009.88	c      3010           5642        1087        20                -           0.0000          -
58931.95/3014.88	c      3015           5652        1087        20                -           0.0000          -
59033.05/3019.93	c      3020           7873        1386        20                -           0.0000          -
59132.19/3024.95	c      3025           7885        1386        20                -           0.0000          -
59231.36/3029.96	c      3030           7901        1388        20                -           0.0000          -
59333.34/3035.06	c      3035           5700        1091        20                -           0.0000          -
59435.63/3040.20	c      3040           5700        1091        20                -           0.0000          -
59536.78/3045.32	c      3045          14057        2550        20                -           0.0000          -
59635.96/3050.39	c      3050           5725        1096        20                -           0.0000          -
59737.12/3055.47	c      3055           5740        1097        20                -           0.0000          -
59838.27/3060.56	c      3061           5754        1103        20                -           0.0000          -
59939.42/3065.63	c      3066           8015        1404        20                -           0.0000          -
60038.59/3070.66	c      3071          15917        1818        20                -           0.0000          -
60139.71/3075.76	c      3076           6110         480        20                -           0.0000          -
60242.82/3080.97	c      3081          15990        1829        20                -           0.0000          -
60344.70/3086.10	c      3086           5829        1118        20                -           0.0000          -
60443.84/3091.10	c      3091           8086        1411        20                -           0.0000          -
60543.00/3096.14	c      3096           8099        1412        20                -           0.0000          -
60647.19/3101.34	c      3101           5861        1120        20                -           0.0000          -
60748.30/3106.45	c      3106          16152        1841        20                -           0.0000          -
60849.49/3111.53	c      3112           5882        1121        20                -           0.0000          -
60948.50/3116.56	c      3117           8159        1422        20                -           0.0000          -
61049.60/3121.69	c      3122           6441         487        20                -           0.0000          -
61150.70/3126.70	c      3127          14739        2589        20                -           0.0000          -
61249.78/3131.79	c      3132           8180        1423        20                -           0.0000          -
61355.51/3137.13	c      3137           8188        1425        20                -           0.0000          -
61459.82/3142.32	c      3142          14857        2598        20                -           0.0000          -
61558.91/3147.37	c      3147           6644         498        20                -           0.0000          -
61659.98/3152.40	c      3152           8232        1439        20                -           0.0000          -
61759.08/3157.42	c      3157          16463        1876        20                -           0.0000          -
61858.17/3162.45	c      3162           6765         496        20                -           0.0000          -
61959.35/3167.55	c      3168          15056        2613        20                -           0.0000          -
62060.32/3172.60	c      3173           6042        1143        20                -           0.0000          -
62161.40/3177.72	c      3178           6042        1143        20                -           0.0000          -
62260.50/3182.72	c      3183           6042        1143        20                -           0.0000          -
62361.61/3187.80	c      3188           8330        1461        20                -           0.0000          -
62460.65/3192.80	c      3193           7009         495        20                -           0.0000          -
62559.75/3197.84	c      3198          16707        1900        20                -           0.0000          -
62658.85/3202.86	c      3203          16740        1905        20                -           0.0000          -
62759.93/3207.93	c      3208          16768        1913        20                -           0.0000          -
62859.05/3212.94	c      3213           8402        1481        20                -           0.0000          -
62958.16/3217.94	c      3218           8419        1486        20                -           0.0000          -
63059.98/3223.04	c      3223           8433        1486        20                -           0.0000          -
63159.14/3228.11	c      3228           8449        1490        20                -           0.0000          -
63258.20/3233.13	c      3233          16909        1946        20                -           0.0000          -
63360.48/3238.21	c      3238          15607        2646        20                -           0.0000          -
63459.57/3243.29	c      3243           8484        1495        20                -           0.0000          -
63560.65/3248.36	c      3248           8502        1497        20                -           0.0000          -
63661.73/3253.44	c      3253           8517        1498        20                -           0.0000          -
63764.81/3258.64	c      3259           8532        1499        20                -           0.0000          -
63865.92/3263.75	c      3264           8546        1501        20                -           0.0000          -
63967.02/3268.87	c      3269          15866        2653        20                -           0.0000          -
64072.88/3274.14	c      3274           6307        1168        20                -           0.0000          -
64175.13/3279.39	c      3279          15939        2662        20                -           0.0000          -
64274.23/3284.40	c      3284           8608        1519        20                -           0.0000          -
64375.30/3289.45	c      3289           8608        1519        20                -           0.0000          -
64474.44/3294.46	c      3294           8608        1519        20                -           0.0000          -
64573.55/3299.47	c      3299          17300        2005        20                -           0.0000          -
64672.66/3304.48	c      3304           8632        1525        20                -           0.0000          -
64773.76/3309.57	c      3310           6375        1174        20                -           0.0000          -
64874.85/3314.64	c      3315          17398        2015        20                -           0.0000          -
64975.94/3319.72	c      3320           8665        1528        20                -           0.0000          -
65079.04/3324.90	c      3325          17455        2026        20                -           0.0000          -
65178.14/3329.92	c      3330           7980         538        20                -           0.0000          -
65277.25/3334.93	c      3335           6430        1181        20                -           0.0000          -
65376.35/3339.95	c      3340           8722        1543        20                -           0.0000          -
65475.44/3344.96	c      3345           8734        1545        20                -           0.0000          -
65574.55/3349.98	c      3350           8747        1546        20                -           0.0000          -
65673.63/3354.99	c      3355           8762        1555        20                -           0.0000          -
65775.67/3360.13	c      3360           6490        1185        20                -           0.0000          -
65876.48/3365.19	c      3365           8247         549        20                -           0.0000          -
65976.88/3370.26	c      3370          17725        2060        20                -           0.0000          -
66082.06/3375.56	c      3376           6526        1191        20                -           0.0000          -
66183.06/3380.65	c      3381           6549        1192        20                -           0.0000          -
66286.19/3385.82	c      3386           8858        1577        20                -           0.0000          -
66389.95/3391.09	c      3391          16876        2709        20                -           0.0000          -
66492.41/3396.21	c      3396           8886        1583        20                -           0.0000          -
66593.55/3401.31	c      3401           6617        1200        20                -           0.0000          -
66692.66/3406.33	c      3406           6633        1210        20                -           0.0000          -
66793.75/3411.40	c      3411           8927        1590        20                -           0.0000          -
66892.85/3416.43	c      3416          18030        2081        20                -           0.0000          -
66993.96/3421.56	c      3422           8683         555        20                -           0.0000          -
67099.00/3426.80	c      3427           6674        1227        20                -           0.0000          -
67198.09/3431.80	c      3432          17194        2741        20                -           0.0000          -
67297.20/3436.82	c      3437          18149        2088        20                -           0.0000          -
67396.34/3441.84	c      3442           8815         549        20                -           0.0000          -
67497.46/3446.94	c      3447           9037        1604        20                -           0.0000          -
67599.32/3452.08	c      3452           6721        1232        20                -           0.0000          -
67700.62/3457.19	c      3457           6721        1232        20                -           0.0000          -
67800.87/3462.25	c      3462           6722        1233        20                -           0.0000          -
67900.05/3467.29	c      3467           6733        1236        20                -           0.0000          -
68001.19/3472.30	c      3472           9124        1611        20                -           0.0000          -
68100.33/3477.35	c      3477           9139        1614        20                -           0.0000          -
68199.52/3482.37	c      3482           6768        1243        20                -           0.0000          -
68300.66/3487.45	c      3487          17706        2776        20                -           0.0000          -
68399.81/3492.46	c      3492          18500        2125        20                -           0.0000          -
68500.94/3497.54	c      3498           9216         548        20                -           0.0000          -
68604.07/3502.77	c      3503           6816        1249        20                -           0.0000          -
68703.22/3507.79	c      3508           9250        1633        20                -           0.0000          -
68804.38/3512.80	c      3513           9270        1641        20                -           0.0000          -
68903.52/3517.82	c      3518           6848        1253        20                -           0.0000          -
69004.57/3523.01	c      3523           6848        1253        20                -           0.0000          -
69106.34/3528.09	c      3528           9436         562        20                -           0.0000          -
69205.63/3533.13	c      3533           6869        1256        20                -           0.0000          -
69306.77/3538.16	c      3538           9350        1653        20                -           0.0000          -
69405.80/3543.17	c      3543           6890        1259        20                -           0.0000          -
69504.73/3548.20	c      3548          18866        2157        20                -           0.0000          -
69605.17/3553.26	c      3553           6913        1260        20                -           0.0000          -
69706.27/3558.33	c      3558          18940        2159        20                -           0.0000          -
69805.41/3563.39	c      3563          18362        2822        20                -           0.0000          -
69906.53/3568.41	c      3568           6946        1263        20                -           0.0000          -
70005.66/3573.49	c      3573           6960        1263        20                -           0.0000          -
70104.79/3578.49	c      3578           9466        1669        20                -           0.0000          -
70209.89/3583.71	c      3584           9855         585        20                -           0.0000          -
70308.93/3588.79	c      3589           9506        1675        20                -           0.0000          -
70412.00/3593.91	c      3594          19156        2189        20                -           0.0000          -
70511.07/3598.94	c      3599           9969         589        20                -           0.0000          -
70610.16/3603.96	c      3604          18701        2868        20                -           0.0000          -
70709.24/3608.99	c      3609           7039        1268        20                -           0.0000          -
70811.02/3614.04	c      3614           9582        1685        20                -           0.0000          -
70910.05/3619.07	c      3619           9601        1688        20                -           0.0000          -
71009.17/3624.09	c      3624           9615        1692        20                -           0.0000          -
71108.28/3629.10	c      3629           9630        1693        20                -           0.0000          -
71210.72/3634.20	c      3634          19421        2200        20                -           0.0000          -
71309.83/3639.25	c      3639           7099        1278        20                -           0.0000          -
71414.83/3644.53	c      3645          19486        2203        20                -           0.0000          -
71515.95/3649.68	c      3650           7118        1283        20                -           0.0000          -
71617.02/3654.72	c      3655           9704        1701        20                -           0.0000          -
71718.15/3659.88	c      3660          19588        2209        20                -           0.0000          -
71822.08/3665.12	c      3665           7152        1289        20                -           0.0000          -
71924.28/3670.21	c      3670           9755        1708        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 (112345 MiB free)
  memory of node 1: 193531 MiB (162299 MiB free)
  memory of node 2: 193531 MiB (174304 MiB free)
  memory of node 3: 193493 MiB (142996 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-4467728-1723596610/watcher-4467728-1723596610 -o /tmp/evaluation-result-4467728-1723596610/solver-4467728-1723596610 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723591277-768573 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467728-1723596610.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=772146, runsolver pid=772143
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 78.65 78.92 78.46 62/981 772147
/proc/meminfo: memFree=606103188/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=73552 memory=61376 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/772146/stat : 772146 (fscip) R 772143 772146 768561 0 -1 4194304 13263 0 0 0 9 1 0 0 20 0 1 0 126243741 75317248 15344 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 18388 15344 2331 3035 0 14784 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 73552 KiB
Current children cumulated memory: 61376 KiB

[startup+0.218369 s]*
/proc/loadavg: 78.65 78.92 78.46 62/984 772152
/proc/meminfo: memFree=606052532/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=117276 memory=104956 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/772146/stat : 772146 (fscip) R 772143 772146 768561 0 -1 4194304 24174 0 0 0 19 4 0 0 20 0 1 0 126243741 120090624 26239 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 29319 26239 2331 3035 0 25715 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 117276 KiB
Current children cumulated memory: 104956 KiB

[startup+0.318954 s]*
/proc/loadavg: 78.65 78.92 78.46 62/984 772152
/proc/meminfo: memFree=606012456/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=156240 memory=143828 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/772146/stat : 772146 (fscip) R 772143 772146 768561 0 -1 4194304 33345 0 0 0 28 5 0 0 20 0 1 0 126243741 159989760 35957 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 39060 35957 2331 3035 0 35456 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 156240 KiB
Current children cumulated memory: 143828 KiB

[startup+0.70028 s]
/proc/loadavg: 78.65 78.92 78.46 62/984 772152
/proc/meminfo: memFree=605916004/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=357236 memory=345960 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/772146/stat : 772146 (fscip) R 772143 772146 768561 0 -1 4194304 84673 0 0 0 56 13 0 0 20 0 1 0 126243741 365809664 86490 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 89565 86490 2555 3035 0 85961 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 357236 KiB
Current children cumulated memory: 345960 KiB

[startup+1.50027 s]
/proc/loadavg: 78.65 78.92 78.46 62/984 772152
/proc/meminfo: memFree=605674968/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=630336 memory=613688 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/772146/stat : 772146 (fscip) R 772143 772146 768561 0 -1 4194304 126980 0 0 0 128 20 0 0 20 0 1 0 126243741 645464064 153422 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 157584 153422 2662 3035 0 153980 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 630336 KiB
Current children cumulated memory: 613688 KiB

[startup+3.11966 s]
/proc/loadavg: 78.65 78.92 78.46 63/984 772154
/proc/meminfo: memFree=605382812/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=669444 memory=653084 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/772146/stat : 772146 (fscip) R 772143 772146 768561 0 -1 4194304 164338 0 0 0 281 29 0 0 20 0 1 0 126243741 685510656 163271 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 167361 163271 2710 3035 0 163757 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 669444 KiB
Current children cumulated memory: 653084 KiB

[startup+6.30019 s]
/proc/loadavg: 77.40 78.65 78.38 62/984 772155
/proc/meminfo: memFree=605190692/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=805044 memory=730580 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/772146/stat : 772146 (fscip) R 772143 772146 768561 0 -1 4194304 176072 0 0 0 594 32 0 0 20 0 1 0 126243741 824365056 182645 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 201261 182645 2774 3035 0 197657 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 805044 KiB
Current children cumulated memory: 730580 KiB

[startup+12.7002 s]
/proc/loadavg: 76.25 78.39 78.30 62/984 772156
/proc/meminfo: memFree=604940084/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=805044 memory=736976 CPUtime=12.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/stat : 772146 (fscip) R 772143 772146 768561 0 -1 4194304 176093 0 0 0 1230 33 0 0 20 0 1 0 126243741 824365056 184244 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 201261 184244 2774 3035 0 197657 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 805044 KiB
Current children cumulated memory: 736976 KiB

[startup+25.5002 s]
/proc/loadavg: 74.12 77.87 78.13 62/984 772158
/proc/meminfo: memFree=604395260/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=805044 memory=741072 CPUtime=25.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/stat : 772146 (fscip) R 772143 772146 768561 0 -1 4194304 176110 0 0 0 2504 34 0 0 20 0 1 0 126243741 824365056 185268 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 201261 185268 2774 3035 0 197657 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 805044 KiB
Current children cumulated memory: 741072 KiB

[startup+51.1372 s]
/proc/loadavg: 72.27 76.98 77.82 81/1024 772201
/proc/meminfo: memFree=588899168/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=16320096 memory=14975688 CPUtime=183.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/stat : 772146 (fscip) S 772143 772146 768561 0 -1 1077936128 3342249 0 0 0 17628 725 0 0 20 0 41 0 126243741 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 4080024 3743922 2790 3035 0 3857189 0
[pid=772146/tid=772160] ppid=772143 vsize=16320096 memory=0 CPUtime=7.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772160/stat : 772160 (fscip) R 772143 772146 768561 0 -1 4194368 150959 0 0 0 703 32 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772161] ppid=772143 vsize=16320096 memory=13229522245910554 CPUtime=7.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772161/stat : 772161 (fscip) R 772143 772146 768561 0 -1 4194368 156168 0 0 0 698 33 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772162] ppid=772143 vsize=16320096 memory=14973492 CPUtime=7.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772162/stat : 772162 (fscip) R 772143 772146 768561 0 -1 4194368 160555 0 0 0 700 34 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772163] ppid=772143 vsize=16320096 memory=739024 CPUtime=7.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772163/stat : 772163 (fscip) R 772143 772146 768561 0 -1 4194368 151819 0 0 0 701 35 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772164] ppid=772143 vsize=16320096 memory=15953 CPUtime=7.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772164/stat : 772164 (fscip) R 772143 772146 768561 0 -1 4194368 161350 0 0 0 702 33 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772165] ppid=772143 vsize=16320096 memory=4942312057652724027 CPUtime=7.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772165/stat : 772165 (fscip) R 772143 772146 768561 0 -1 4194368 157838 0 0 0 704 32 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772166] ppid=772143 vsize=16320096 memory=0 CPUtime=7.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772166/stat : 772166 (fscip) R 772143 772146 768561 0 -1 4194368 153897 0 0 0 691 34 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772167] ppid=772143 vsize=16320096 memory=0 CPUtime=7.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772167/stat : 772167 (fscip) R 772143 772146 768561 0 -1 4194368 158380 0 0 0 700 35 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772168] ppid=772143 vsize=16320096 memory=25333125866717268 CPUtime=7.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772168/stat : 772168 (fscip) R 772143 772146 768561 0 -1 4194368 160587 0 0 0 700 35 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772169] ppid=772143 vsize=16320096 memory=279978449157488 CPUtime=7.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772169/stat : 772169 (fscip) R 772143 772146 768561 0 -1 4194368 150795 0 0 0 703 33 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772170] ppid=772143 vsize=16320096 memory=279978451518192 CPUtime=7.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772170/stat : 772170 (fscip) R 772143 772146 768561 0 -1 4194368 160747 0 0 0 703 33 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772171] ppid=772143 vsize=16320096 memory=10528 CPUtime=7.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772171/stat : 772171 (fscip) R 772143 772146 768561 0 -1 4194368 159630 0 0 0 707 33 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772172] ppid=772143 vsize=16320096 memory=13474884 CPUtime=7.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772172/stat : 772172 (fscip) R 772143 772146 768561 0 -1 4194368 151666 0 0 0 702 35 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772173] ppid=772143 vsize=16320096 memory=13474628 CPUtime=7.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772173/stat : 772173 (fscip) R 772143 772146 768561 0 -1 4194368 162014 0 0 0 702 35 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772174] ppid=772143 vsize=16320096 memory=0 CPUtime=7.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772174/stat : 772174 (fscip) R 772143 772146 768561 0 -1 4194368 155862 0 0 0 703 33 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772175] ppid=772143 vsize=16320096 memory=139989224853488 CPUtime=7.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772175/stat : 772175 (fscip) R 772143 772146 768561 0 -1 4194368 153893 0 0 0 698 36 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772176] ppid=772143 vsize=16320096 memory=0 CPUtime=7.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772176/stat : 772176 (fscip) R 772143 772146 768561 0 -1 4194368 160760 0 0 0 697 33 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772177] ppid=772143 vsize=16320096 memory=0 CPUtime=7.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772177/stat : 772177 (fscip) R 772143 772146 768561 0 -1 4194368 160746 0 0 0 700 35 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772178] ppid=772143 vsize=16320096 memory=5440 CPUtime=7.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772178/stat : 772178 (fscip) R 772143 772146 768561 0 -1 4194368 151463 0 0 0 701 33 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772179] ppid=772143 vsize=16320096 memory=16240 CPUtime=7.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772179/stat : 772179 (fscip) R 772143 772146 768561 0 -1 4194368 161980 0 0 0 697 36 0 0 20 0 41 0 126247355 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772182] ppid=772143 vsize=16320096 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/772146/task/772182/stat : 772182 (fscip) S 772143 772146 768561 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772183] ppid=772143 vsize=16320096 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/772146/task/772183/stat : 772183 (fscip) S 772143 772146 768561 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772184] ppid=772143 vsize=16320096 memory=60 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772184/stat : 772184 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772185] ppid=772143 vsize=16320096 memory=151 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772185/stat : 772185 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772186] ppid=772143 vsize=16320096 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/772146/task/772186/stat : 772186 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772187] ppid=772143 vsize=16320096 memory=3456314803458180 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772187/stat : 772187 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772188] ppid=772143 vsize=16320096 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772188/stat : 772188 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772189] ppid=772143 vsize=16320096 memory=5788930165031592000 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772189/stat : 772189 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772190] ppid=772143 vsize=16320096 memory=14254968 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772190/stat : 772190 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772191] ppid=772143 vsize=16320096 memory=19016 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772191/stat : 772191 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772192] ppid=772143 vsize=16320096 memory=20448 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772192/stat : 772192 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772193] ppid=772143 vsize=16320096 memory=279978449831088 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772193/stat : 772193 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772194] ppid=772143 vsize=16320096 memory=6943487855420614559 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772194/stat : 772194 (fscip) S 772143 772146 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126248137 16711778304 3743922 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0

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

[pid=772146/tid=772192] ppid=772143 vsize=66937984 memory=51812708 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/772146/task/772192/stat : 772192 (fscip) S 772143 772146 768561 0 -1 1077936192 163 0 0 0 1 1 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772193] ppid=772143 vsize=66937984 memory=279978451024544 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/772146/task/772193/stat : 772193 (fscip) S 772143 772146 768561 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772194] ppid=772143 vsize=66937984 memory=51812708 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/772146/task/772194/stat : 772194 (fscip) S 772143 772146 768561 0 -1 1077936192 95 0 0 0 3 0 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772195] ppid=772143 vsize=66937984 memory=11636 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/772146/task/772195/stat : 772195 (fscip) S 772143 772146 768561 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772196] ppid=772143 vsize=66937984 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/772146/task/772196/stat : 772196 (fscip) S 772143 772146 768561 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772197] ppid=772143 vsize=66937984 memory=279978452844256 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/772146/task/772197/stat : 772197 (fscip) S 772143 772146 768561 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772198] ppid=772143 vsize=66937984 memory=51813524 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/772146/task/772198/stat : 772198 (fscip) S 772143 772146 768561 0 -1 1077936192 152 0 0 0 4 0 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772199] ppid=772143 vsize=66937984 memory=1692 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/772146/task/772199/stat : 772199 (fscip) S 772143 772146 768561 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772200] ppid=772143 vsize=66937984 memory=19556 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/772146/task/772200/stat : 772200 (fscip) S 772143 772146 768561 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772201] ppid=772143 vsize=66937984 memory=51813524 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/772146/task/772201/stat : 772201 (fscip) S 772143 772146 768561 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 126248137 68544495616 12953381 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
Current children cumulated CPU time: 71371.3 s
Current children cumulated vsize: 66937984 KiB
Current children cumulated memory: 51813524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3674 s]*
/proc/loadavg: 64.73 62.42 66.22 66/995 774398
/proc/meminfo: memFree=569600328/790760804 swapFree=131071996/131071996
[pid=772146] ppid=772143 vsize=67003520 memory=51833668 CPUtime=72000.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/stat : 772146 (fscip) S 772143 772146 768561 0 -1 1077936128 147595093 0 0 0 7171768 28271 0 0 20 0 41 0 126243741 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
/proc/772146/statm: 16750880 12958417 3014 3035 0 16429484 0
[pid=772146/tid=772160] ppid=772143 vsize=67003520 memory=-6082226089808280428 CPUtime=3568.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772160/stat : 772160 (fscip) R 772143 772146 768561 0 -1 4194368 5498131 0 0 0 355803 1075 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772161] ppid=772143 vsize=67003520 memory=6432430688716089152 CPUtime=3601.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772161/stat : 772161 (fscip) R 772143 772146 768561 0 -1 4194368 8750136 0 0 0 358604 1513 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772162] ppid=772143 vsize=67003520 memory=11460 CPUtime=3603.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772162/stat : 772162 (fscip) R 772143 772146 768561 0 -1 4194368 7545249 0 0 0 358646 1706 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772163] ppid=772143 vsize=67003520 memory=13736 CPUtime=3602.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772163/stat : 772163 (fscip) R 772143 772146 768561 0 -1 4194368 5587606 0 0 0 359145 1107 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772164] ppid=772143 vsize=67003520 memory=11556 CPUtime=3599.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772164/stat : 772164 (fscip) R 772143 772146 768561 0 -1 4194368 8976399 0 0 0 358139 1815 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772165] ppid=772143 vsize=67003520 memory=11556 CPUtime=3595.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772165/stat : 772165 (fscip) R 772143 772146 768561 0 -1 4194368 8068835 0 0 0 357743 1841 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772166] ppid=772143 vsize=67003520 memory=12884 CPUtime=3593.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772166/stat : 772166 (fscip) R 772143 772146 768561 0 -1 4194368 5433733 0 0 0 358213 1182 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772167] ppid=772143 vsize=67003520 memory=6720663246682079597 CPUtime=3598.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772167/stat : 772167 (fscip) R 772143 772146 768561 0 -1 4194368 8998269 0 0 0 358333 1557 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772168] ppid=772143 vsize=67003520 memory=13736 CPUtime=3591.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772168/stat : 772168 (fscip) R 772143 772146 768561 0 -1 4194368 8002867 0 0 0 357410 1719 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772169] ppid=772143 vsize=67003520 memory=11556 CPUtime=3597.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772169/stat : 772169 (fscip) R 772143 772146 768561 0 -1 4194368 5580421 0 0 0 358780 1018 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772170] ppid=772143 vsize=67003520 memory=11556 CPUtime=3605.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772170/stat : 772170 (fscip) R 772143 772146 768561 0 -1 4194368 8771426 0 0 0 359120 1447 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772171] ppid=772143 vsize=67003520 memory=12884 CPUtime=3599.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772171/stat : 772171 (fscip) R 772143 772146 768561 0 -1 4194368 7767781 0 0 0 358234 1694 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772172] ppid=772143 vsize=67003520 memory=11556 CPUtime=3602.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772172/stat : 772172 (fscip) R 772143 772146 768561 0 -1 4194368 5792200 0 0 0 359152 1124 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772173] ppid=772143 vsize=67003520 memory=41464 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/772146/task/772173/stat : 772173 (fscip) R 772143 772146 768561 0 -1 4194368 8334283 0 0 0 359222 772 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772174] ppid=772143 vsize=67003520 memory=10528 CPUtime=3599.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772174/stat : 772174 (fscip) R 772143 772146 768561 0 -1 4194368 7648880 0 0 0 358287 1680 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772175] ppid=772143 vsize=67003520 memory=13736 CPUtime=3596.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772175/stat : 772175 (fscip) R 772143 772146 768561 0 -1 4194368 5300311 0 0 0 358657 978 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772176] ppid=772143 vsize=67003520 memory=11556 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/772146/task/772176/stat : 772176 (fscip) R 772143 772146 768561 0 -1 4194368 9020309 0 0 0 358444 1550 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772177] ppid=772143 vsize=67003520 memory=11556 CPUtime=3602.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772177/stat : 772177 (fscip) R 772143 772146 768561 0 -1 4194368 8101897 0 0 0 358444 1763 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772178] ppid=772143 vsize=67003520 memory=12884 CPUtime=3602.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772178/stat : 772178 (fscip) R 772143 772146 768561 0 -1 4194368 5374669 0 0 0 359201 1048 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772179] ppid=772143 vsize=67003520 memory=11556 CPUtime=3600.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/772146/task/772179/stat : 772179 (fscip) R 772143 772146 768561 0 -1 4194368 8835847 0 0 0 358452 1588 0 0 20 0 41 0 126247355 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772182] ppid=772143 vsize=67003520 memory=2664 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/772146/task/772182/stat : 772182 (fscip) S 772143 772146 768561 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772183] ppid=772143 vsize=67003520 memory=6744 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/772146/task/772183/stat : 772183 (fscip) S 772143 772146 768561 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772184] ppid=772143 vsize=67003520 memory=51833668 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/772146/task/772184/stat : 772184 (fscip) S 772143 772146 768561 0 -1 1077936192 118 0 0 0 4 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772185] ppid=772143 vsize=67003520 memory=11636 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/772146/task/772185/stat : 772185 (fscip) S 772143 772146 768561 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772186] ppid=772143 vsize=67003520 memory=41464 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/772146/task/772186/stat : 772186 (fscip) S 772143 772146 768561 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772187] ppid=772143 vsize=67003520 memory=10528 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/772146/task/772187/stat : 772187 (fscip) S 772143 772146 768561 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772188] ppid=772143 vsize=67003520 memory=5440 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/772146/task/772188/stat : 772188 (fscip) S 772143 772146 768561 0 -1 1077936192 155 0 0 0 0 3 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772189] ppid=772143 vsize=67003520 memory=16240 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/772146/task/772189/stat : 772189 (fscip) S 772143 772146 768561 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772190] ppid=772143 vsize=67003520 memory=2212 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/772146/task/772190/stat : 772190 (fscip) S 772143 772146 768561 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772191] ppid=772143 vsize=67003520 memory=52948 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/772146/task/772191/stat : 772191 (fscip) S 772143 772146 768561 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772192] ppid=772143 vsize=67003520 memory=1952 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/772146/task/772192/stat : 772192 (fscip) S 772143 772146 768561 0 -1 1077936192 165 0 0 0 1 1 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772193] ppid=772143 vsize=67003520 memory=6632 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/772146/task/772193/stat : 772193 (fscip) S 772143 772146 768561 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772194] ppid=772143 vsize=67003520 memory=27416412 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/772146/task/772194/stat : 772194 (fscip) R 772143 772146 768561 0 -1 1077936192 96 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772195] ppid=772143 vsize=67003520 memory=2728 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/772146/task/772195/stat : 772195 (fscip) S 772143 772146 768561 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772196] ppid=772143 vsize=67003520 memory=6052 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/772146/task/772196/stat : 772196 (fscip) S 772143 772146 768561 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772197] ppid=772143 vsize=67003520 memory=29663448 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/772146/task/772197/stat : 772197 (fscip) S 772143 772146 768561 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772198] ppid=772143 vsize=67003520 memory=2804 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/772146/task/772198/stat : 772198 (fscip) S 772143 772146 768561 0 -1 1077936192 155 0 0 0 4 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772199] ppid=772143 vsize=67003520 memory=51833668 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/772146/task/772199/stat : 772199 (fscip) S 772143 772146 768561 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772200] ppid=772143 vsize=67003520 memory=51833668 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/772146/task/772200/stat : 772200 (fscip) S 772143 772146 768561 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
[pid=772146/tid=772201] ppid=772143 vsize=67003520 memory=6055652847293562906 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/772146/task/772201/stat : 772201 (fscip) S 772143 772146 768561 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 126248137 68611604480 12958417 809668444160 4194304 16622877 140725979942768 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30171136 140725979952103 140725979952219 140725979952219 140725979959247 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 67003520 KiB
Current children cumulated memory: 51833668 KiB

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

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

# cumulated CPU time of all completed processes:  user=71717.9 s, system=284.159 s

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

[startup+3674.4 s]
/proc/loadavg: 64.73 62.42 66.22 47/956 774398
/proc/meminfo: memFree=573045112/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3675.2 s]
/proc/loadavg: 64.73 62.42 66.22 47/956 774398
/proc/meminfo: memFree=607821416/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3675.4 s]
/proc/loadavg: 64.73 62.42 66.22 47/956 774398
/proc/meminfo: memFree=607821416/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3675.5 s]
/proc/loadavg: 64.73 62.42 66.22 47/956 774398
/proc/meminfo: memFree=607821416/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3675.5
CPU time (s): 72002.1
CPU user time (s): 71717.9
CPU system time (s): 284.159
CPU usage (%): 1958.97
Max. virtual memory (cumulated for all children) (KiB): 67036292
Max. memory (cumulated for all children) (KiB): 51969464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71717.9
system time used= 284.159
maximum resident set size= 51969600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147595119
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= 7110159
involuntary context switches= 252192


# summary of solver processes directly reported to runsolver:
#   pid: 772146
#   total CPU time (s): 72002.1
#   total CPU user time (s): 71717.9
#   total CPU system time (s): 284.159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4282 second user time and 89.6894 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-14 02:50:10
IDJOB=4467728
IDBENCH=147857
IDSOLVER=3097
FILE ID=nodeD103/4467728-1723596610
RUNJOBID= nodeD103-1723591277-768573
SLURM_JOB_ID= 8267896
Free space on /tmp= 8586596 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-91-90.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-4467728-1723596610/watcher-4467728-1723596610 -o /tmp/evaluation-result-4467728-1723596610/solver-4467728-1723596610 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723591277-768573 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467728-1723596610.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 01a2d7031971d4d75da01f2dca43b6c9
RANDOM SEED=295981361

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        606153788 kB
MemAvailable:   693095116 kB
Buffers:         1230200 kB
Cached:         88450404 kB
SwapCached:            0 kB
Active:         14560868 kB
Inactive:       165094108 kB
Active(anon):       2132 kB
Inactive(anon): 90011148 kB
Active(file):   14558736 kB
Inactive(file): 75082960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             37744 kB
Writeback:            80 kB
AnonPages:      89972636 kB
Mapped:           138220 kB
Shmem:             38920 kB
KReclaimable:    1438696 kB
Slab:            1983168 kB
SReclaimable:    1438696 kB
SUnreclaim:       544472 kB
KernelStack:       16864 kB
PageTables:       327460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    7733144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1102464 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9287680 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:      993280 kB
DirectMap2M:    192442368 kB
DirectMap1G:    612368384 kB

Free space on /tmp at the end= 8586580 MiB
End job on nodeD103 at 2024-08-14 03:51:26