Trace number 4465549

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-07-30? (TO) 72002.5 3659.54

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUMd1359993160bf2f1506844981afa3acf
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark28.564
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.38/1.44	c Default LC presolving (default).
1.38/1.45	c ** Before presolving: virtualMemUsedAtLc = 1169231878, getVmSize() = 738840576, SCIPgetMemUsed() = 564331235, SCIPgetMemTotal() = 680778963, SCIPgetMemExternEstim() = 488452915
1.38/1.45	c ** set memory limit for presolving in LC to 8.79241e+12 for SCIP **
11.55/11.62	c ** Estimated virtualMemUsedAtSolver = 1657732038, getVmSize() = 2099650560, SCIPgetMemUsed() = 1073525398, SCIPgetMemTotal() = 1998145142, SCIPgetMemExternEstim() = 488452915
11.55/11.62	c ** set memory limit for solvers to 4.18339e+11 for each SCIP **
11.55/11.62	c Original Problem   :
11.55/11.62	c   Problem name     : instance-4465549-1723601100
11.55/11.62	c   Variables        : 3750 (3750 binary, 0 integer, 0 implicit integer, 0 continuous)
11.55/11.62	c   Constraints      : 467625
11.55/11.62	c   Objective sense  : minimize
11.55/11.62	c Presolved Problem  :
11.55/11.62	c   Variables        : 3738 (3738 binary, 0 integer, 0 implicit integer, 0 continuous)
11.55/11.62	c   Constraints      : 464951
11.55/11.62	c Constraints        : Number
11.55/11.62	c   setppc           : 748 
11.55/11.62	c   orbitope         : 4 
11.55/11.62	c   logicor          : 464199 
11.55/11.62	c ** Instance transfer method used: 0
12.15/12.21	c ** ParaScipInstance copy increased the number of variables. **
23.94/24.10	c LC is working with racing ramp-up and with rebuilding tree after racing.
23.94/24.10	c                                Nodes    Active                                            
23.94/24.10	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
256.07/36.15	c        36              2           1        20                -           0.0000          -
359.50/41.68	c        42            823         822        20                -           0.0000          -
460.08/46.73	c        47            822         821        20                -           0.0000          -
561.18/51.86	c        52           2551        1501        20                -           0.0000          -
662.32/57.03	c        57           2964        1749        20                -           0.0000          -
771.39/62.41	c        62           3090        1698        20                -           0.0000          -
962.51/72.04	c        72           3090        1698        20                -           0.0000          -
1061.60/77.13	c        77           3386         202        20                -           0.0000          -
1163.94/82.23	c        82           4909        1620        20                -           0.0000          -
1267.13/87.43	c        87           5093        1605        20                -           0.0000          -
1370.25/92.67	c        93           5093        1605        20                -           0.0000          -
1475.38/97.96	c        98           5242        1742        20                -           0.0000          -
1577.24/103.06	c       103           5196        1622        20                -           0.0000          -
1676.35/108.13	c       108           6861        1508        20                -           0.0000          -
1777.54/113.13	c       113           6965        1503        20                -           0.0000          -
1879.97/118.36	c       118           7155        1499        20                -           0.0000          -
1989.02/123.80	c       124           7414        1496        20                -           0.0000          -
2092.64/129.06	c       129           7414        1496        20                -           0.0000          -
2191.97/134.14	c       134           7414        1496        20                -           0.0000          -
2306.12/139.89	c       140           7520        1497        20                -           0.0000          -
2406.85/144.99	c       145           7280        1259        20                -           0.0000          -
2508.55/150.12	c       150           9041        1314        20                -           0.0000          -
2614.54/155.46	c       155           9260        1319        20                -           0.0000          -
2717.60/160.68	c       161           9447        1312        20                -           0.0000          -
2822.07/165.92	c       166           9619        1311        20                -           0.0000          -
2923.72/171.05	c       171           9805        1314        20                -           0.0000          -
3022.95/176.08	c       176           9465        1238        20                -           0.0000          -
3125.01/181.23	c       181           9657        1237        20                -           0.0000          -
3233.67/186.70	c       187          10212        1311        20                -           0.0000          -
3335.92/191.96	c       192          10212        1311        20                -           0.0000          -
3450.40/197.73	c       198          10212        1311        20                -           0.0000          -
3551.44/202.87	c       203          10017        1238        20                -           0.0000          -
3654.97/208.11	c       208          10405        1246        20                -           0.0000          -
3757.15/213.23	c       213          10405        1246        20                -           0.0000          -
3861.79/218.53	c       219          12207        1350        20                -           0.0000          -
3964.71/223.72	c       224          12014        1373        20                -           0.0000          -
4067.37/228.94	c       229          12242        1368        20                -           0.0000          -
4169.25/234.09	c       234          12439        1366        20                -           0.0000          -
4275.22/239.49	c       240          12649        1366        20                -           0.0000          -
4380.26/244.72	c       245          12594        1456        20                -           0.0000          -
4482.92/250.00	c       250          13593        1346        20                -           0.0000          -
4587.94/255.24	c       255          13819        1342        20                -           0.0000          -
4689.01/260.32	c       260          14075        1346        20                -           0.0000          -
4789.73/265.42	c       265          14294        1346        20                -           0.0000          -
4888.79/270.44	c       270          13964        1369        20                -           0.0000          -
4989.76/275.57	c       276          14180        1365        20                -           0.0000          -
5092.38/280.85	c       281          14796        1349        20                -           0.0000          -
5198.06/286.13	c       286          14796        1349        20                -           0.0000          -
5301.71/291.50	c       292          14796        1349        20                -           0.0000          -
5403.40/296.67	c       297          14991        1363        20                -           0.0000          -
5504.28/301.80	c       302          14991        1363        20                -           0.0000          -
5618.99/307.63	c       308          14991        1363        20                -           0.0000          -
5721.40/312.88	c       313          14991        1363        20                -           0.0000          -
5828.60/318.23	c       318          14462        1450        20                -           0.0000          -
5931.76/323.45	c       323          16473        1294        20                -           0.0000          -
6036.83/328.76	c       329          16677        1294        20                -           0.0000          -
6140.04/333.91	c       334          17620        1307        20                -           0.0000          -
6244.35/339.23	c       339          17149        1290        20                -           0.0000          -
6347.51/344.41	c       344          17366        1288        20                -           0.0000          -
6450.76/349.61	c       350          17594        1284        20                -           0.0000          -
6548.60/354.64	c       355          18558        1305        20                -           0.0000          -
6646.83/359.67	c       360          18761        1303        20                -           0.0000          -
6747.02/364.74	c       365          17536        1323        20                -           0.0000          -
6850.25/369.99	c       370          18451        1285        20                -           0.0000          -
6953.96/375.16	c       375          18687        1285        20                -           0.0000          -
7055.59/380.36	c       380          18917        1293        20                -           0.0000          -
7160.37/385.70	c       386          18384        1320        20                -           0.0000          -
7263.28/390.83	c       391          18559        1316        20                -           0.0000          -
7366.82/396.13	c       396          20269        1303        20                -           0.0000          -
7475.31/401.55	c       402          20500        1301        20                -           0.0000          -
7580.48/406.84	c       407          20732        1301        20                -           0.0000          -
7684.26/412.10	c       412          20346        1282        20                -           0.0000          -
7790.90/417.40	c       417          20570        1283        20                -           0.0000          -
7894.07/422.61	c       423          21487        1299        20                -           0.0000          -
7997.26/427.87	c       428          21048        1286        20                -           0.0000          -
8101.03/433.06	c       433          21933        1300        20                -           0.0000          -
8205.63/438.30	c       438          22164        1301        20                -           0.0000          -
8308.76/443.57	c       444          22376        1303        20                -           0.0000          -
8411.95/448.78	c       449          22535        1298        20                -           0.0000          -
8521.03/454.21	c       454          22535        1298        20                -           0.0000          -
8622.18/459.39	c       459          22535        1298        20                -           0.0000          -
8731.28/464.89	c       465          22535        1298        20                -           0.0000          -
8832.40/469.94	c       470          22572        1281        20                -           0.0000          -
8934.13/475.05	c       475          22572        1281        20                -           0.0000          -
9035.36/480.14	c       480          22572        1281        20                -           0.0000          -
9141.63/485.51	c       486          21869        1320        20                -           0.0000          -
9246.86/490.84	c       491          21869        1320        20                -           0.0000          -
9347.83/495.90	c       496          21869        1320        20                -           0.0000          -
9449.55/501.04	c       501          21869        1320        20                -           0.0000          -
9550.78/506.14	c       506          21875           0        20                -           0.0000          -
9649.95/511.17	c       511          23047        1109        20                -           0.0000          -
9756.39/516.50	c       517          23270        1101        20                -           0.0000          -
9859.44/521.71	c       522          25485        1077        20                -           0.0000          -
9962.51/526.93	c       527          25666        1076        20                -           0.0000          -
10066.32/532.16	c       532          23836        1093        20                -           0.0000          -
10168.03/537.37	c       537          26055        1078        20                -           0.0000          -
10268.94/542.42	c       542          26223        1074        20                -           0.0000          -
10373.89/547.77	c       548          26402        1076        20                -           0.0000          -
10479.56/553.05	c       553          26629        1081        20                -           0.0000          -
10584.14/558.40	c       558          24714        1093        20                -           0.0000          -
10685.22/563.42	c       563          26950        1081        20                -           0.0000          -
10788.37/568.61	c       569          27168        1087        20                -           0.0000          -
10887.55/573.65	c       574          25148        1087        20                -           0.0000          -
10986.63/578.67	c       579          26920        1119        20                -           0.0000          -
11085.56/583.68	c       584          27623        1073        20                -           0.0000          -
11186.75/588.74	c       589          25651        1088        20                -           0.0000          -
11285.91/593.78	c       594          25838        1087        20                -           0.0000          -
11386.86/598.89	c       599          25971        1088        20                -           0.0000          -
11485.69/603.89	c       604          26126        1086        20                -           0.0000          -
11591.33/609.17	c       609          28379        1069        20                -           0.0000          -
11695.81/614.47	c       614          26582        1100        20                -           0.0000          -
11794.91/619.49	c       620          26788        1095        20                -           0.0000          -
11901.16/624.82	c       625          27003        1096        20                -           0.0000          -
12004.44/630.08	c       630          27184        1094        20                -           0.0000          -
12106.97/635.25	c       635          27359        1098        20                -           0.0000          -
12208.10/640.34	c       640          27497        1092        20                -           0.0000          -
12309.23/645.42	c       645          29537        1072        20                -           0.0000          -
12410.38/650.53	c       651          29691        1071        20                -           0.0000          -
12513.53/655.72	c       656          29842        1073        20                -           0.0000          -
12612.71/660.79	c       661          28078        1091        20                -           0.0000          -
12721.63/666.21	c       666          28249        1093        20                -           0.0000          -
12822.78/671.35	c       671          28385        1093        20                -           0.0000          -
12923.95/676.49	c       676          30663        1078        20                -           0.0000          -
13029.08/681.80	c       682          28738        1098        20                -           0.0000          -
13132.19/686.93	c       687          28921        1089        20                -           0.0000          -
13234.71/692.22	c       692          29096        1094        20                -           0.0000          -
13332.32/697.45	c       697          29272        1094        20                -           0.0000          -
13433.38/702.68	c       703          29471        1092        20                -           0.0000          -
13536.41/707.86	c       708          31538        1116        20                -           0.0000          -
13637.07/712.92	c       713          29768        1095        20                -           0.0000          -
13742.12/718.20	c       718          31894        1114        20                -           0.0000          -
13847.18/723.52	c       724          32148        1069        20                -           0.0000          -
13952.24/728.89	c       729          32230        1114        20                -           0.0000          -
14059.27/734.22	c       734          32404        1113        20                -           0.0000          -
14162.34/739.46	c       739          32588        1115        20                -           0.0000          -
14265.41/744.61	c       745          32759        1114        20                -           0.0000          -
14366.51/749.79	c       750          30901        1095        20                -           0.0000          -
14472.25/755.10	c       755          31097        1090        20                -           0.0000          -
14576.61/760.34	c       760          31319        1093        20                -           0.0000          -
14678.97/765.59	c       766          31524        1092        20                -           0.0000          -
14780.06/770.62	c       771          33689        1117        20                -           0.0000          -
14881.15/775.72	c       776          33878        1122        20                -           0.0000          -
14982.23/780.88	c       781          31999        1091        20                -           0.0000          -
15083.38/785.99	c       786          32173        1095        20                -           0.0000          -
15184.95/791.05	c       791          34837        1077        20                -           0.0000          -
15281.07/796.06	c       796          35070        1077        20                -           0.0000          -
15380.08/801.07	c       801          35306        1080        20                -           0.0000          -
15479.09/806.12	c       806          34903        1115        20                -           0.0000          -
15580.18/811.26	c       811          35074        1116        20                -           0.0000          -
15677.96/816.29	c       816          35877        1079        20                -           0.0000          -
15778.78/821.37	c       821          36078        1076        20                -           0.0000          -
15881.85/826.57	c       827          36233        1075        20                -           0.0000          -
15986.90/831.84	c       832          36233        1075        20                -           0.0000          -
16087.97/836.95	c       837          36233        1075        20                -           0.0000          -
16194.94/842.32	c       842          36233        1075        20                -           0.0000          -
16297.96/847.56	c       848          36233        1075        20                -           0.0000          -
16401.30/852.82	c       853          35812        1112        20                -           0.0000          -
16507.43/858.25	c       858          35812        1112        20                -           0.0000          -
16612.47/863.51	c       864          34983        1090        20                -           0.0000          -
16715.54/868.78	c       869          38302        1601        20                -           0.0000          -
16818.60/873.99	c       874          35238        1087        20                -           0.0000          -
16922.25/879.16	c       879          35238        1087        20                -           0.0000          -
17026.69/884.46	c       884          35238        1087        20                -           0.0000          -
17129.76/889.69	c       890          35238        1087        20                -           0.0000          -
17234.81/894.90	c       895          35238        1087        20                -           0.0000          -
17336.50/900.08	c       900          36047         802        20                -           0.0000          -
17435.61/905.13	c       905          36829        1445        20                -           0.0000          -
17541.86/910.42	c       910          37046        1438        20                -           0.0000          -
17646.91/915.74	c       916          37200        1439        20                -           0.0000          -
17749.97/920.93	c       921          37379        1434        20                -           0.0000          -
17851.02/926.09	c       926          39044        1058        20                -           0.0000          -
17955.15/931.32	c       931          39177        1056        20                -           0.0000          -
18060.14/936.66	c       937          39368        1062        20                -           0.0000          -
18165.10/941.91	c       942          39570        1062        20                -           0.0000          -
18270.07/947.22	c       947          40936        1593        20                -           0.0000          -
18373.08/952.44	c       952          41119        1590        20                -           0.0000          -
18480.06/957.82	c       958          41296        1589        20                -           0.0000          -
18583.67/963.10	c       963          40385        1060        20                -           0.0000          -
18690.01/968.40	c       968          40590        1066        20                -           0.0000          -
18791.06/973.54	c       974          41834        1586        20                -           0.0000          -
18892.06/978.69	c       979          41015        1062        20                -           0.0000          -
18995.07/983.90	c       984          41223        1060        20                -           0.0000          -
19098.82/989.04	c       989          41420        1063        20                -           0.0000          -
19202.99/994.37	c       994          42581        1586        20                -           0.0000          -
19306.01/999.51	c      1000          42768        1585        20                -           0.0000          -
19405.07/1004.55	c      1005          41920        1058        20                -           0.0000          -
19504.15/1009.55	c      1010          42114        1059        20                -           0.0000          -
19603.18/1014.60	c      1015          43282        1586        20                -           0.0000          -
19708.18/1019.86	c      1020          43479        1585        20                -           0.0000          -
19811.79/1025.12	c      1025          41098        1434        20                -           0.0000          -
19916.20/1030.34	c      1030          41265        1436        20                -           0.0000          -
20019.20/1035.53	c      1036          44069        1584        20                -           0.0000          -
20118.24/1040.58	c      1041          44269        1586        20                -           0.0000          -
20221.26/1045.70	c      1046          44460        1584        20                -           0.0000          -
20324.27/1051.01	c      1051          43485        1057        20                -           0.0000          -
20431.21/1056.32	c      1056          43651        1060        20                -           0.0000          -
20529.83/1061.33	c      1061          43791        1061        20                -           0.0000          -
20632.84/1066.55	c      1067          45229        1583        20                -           0.0000          -
20735.84/1071.77	c      1072          45430        1586        20                -           0.0000          -
20837.83/1076.93	c      1077          42916        1438        20                -           0.0000          -
20936.87/1082.00	c      1082          44419        1058        20                -           0.0000          -
21038.43/1087.06	c      1087          44638        1062        20                -           0.0000          -
21144.85/1092.45	c      1092          46154        1584        20                -           0.0000          -
21249.84/1097.72	c      1098          45053        1060        20                -           0.0000          -
21352.84/1102.98	c      1103          45273        1061        20                -           0.0000          -
21456.56/1108.13	c      1108          46718        1582        20                -           0.0000          -
21556.86/1113.20	c      1113          45673        1064        20                -           0.0000          -
21657.90/1118.30	c      1118          45893        1066        20                -           0.0000          -
21756.95/1123.35	c      1123          47280        1580        20                -           0.0000          -
21861.95/1128.66	c      1129          47464        1585        20                -           0.0000          -
21964.98/1133.82	c      1134          47647        1579        20                -           0.0000          -
22068.62/1139.07	c      1139          47852        1578        20                -           0.0000          -
22171.77/1144.31	c      1144          48045        1584        20                -           0.0000          -
22272.80/1149.50	c      1150          48217        1582        20                -           0.0000          -
22375.84/1154.70	c      1155          48402        1581        20                -           0.0000          -
22483.57/1160.07	c      1160          48596        1581        20                -           0.0000          -
22585.86/1165.27	c      1165          46214        1426        20                -           0.0000          -
22690.88/1170.51	c      1171          46422        1431        20                -           0.0000          -
22793.90/1175.79	c      1176          46616        1428        20                -           0.0000          -
22894.95/1180.85	c      1181          49378        1580        20                -           0.0000          -
22995.99/1186.01	c      1186          48503        1058        20                -           0.0000          -
23097.92/1191.05	c      1191          48667        1057        20                -           0.0000          -
23200.04/1196.22	c      1196          47328        1424        20                -           0.0000          -
23301.08/1201.39	c      1201          47517        1429        20                -           0.0000          -
23408.06/1206.72	c      1207          47702        1428        20                -           0.0000          -
23511.08/1211.93	c      1212          47902        1429        20                -           0.0000          -
23614.79/1217.14	c      1217          48117        1424        20                -           0.0000          -
23717.11/1222.38	c      1222          48340        1424        20                -           0.0000          -
23818.15/1227.43	c      1227          49907        1055        20                -           0.0000          -
23917.21/1232.44	c      1232          50091        1058        20                -           0.0000          -
24020.23/1237.60	c      1238          50304        1055        20                -           0.0000          -
24121.27/1242.70	c      1243          50478        1061        20                -           0.0000          -
24224.30/1247.91	c      1248          49339        1423        20                -           0.0000          -
24323.34/1252.92	c      1253          49549        1423        20                -           0.0000          -
24430.31/1258.33	c      1258          49781        1430        20                -           0.0000          -
24535.31/1263.67	c      1264          49968        1426        20                -           0.0000          -
24636.35/1268.70	c      1269          50170        1431        20                -           0.0000          -
24739.38/1273.96	c      1274          51632        1066        20                -           0.0000          -
24843.14/1279.14	c      1279          51841        1062        20                -           0.0000          -
24945.43/1284.32	c      1284          52052        1065        20                -           0.0000          -
25050.46/1289.68	c      1290          52262        1058        20                -           0.0000          -
25155.48/1295.00	c      1295          52488        1059        20                -           0.0000          -
25258.70/1300.17	c      1300          52654        1059        20                -           0.0000          -
25363.03/1305.47	c      1305          51509        1423        20                -           0.0000          -
25470.02/1310.85	c      1311          51720        1425        20                -           0.0000          -
25571.07/1315.90	c      1316          51901        1430        20                -           0.0000          -
25672.80/1321.10	c      1321          53451        1064        20                -           0.0000          -
25773.95/1326.16	c      1326          53676        1058        20                -           0.0000          -
25878.19/1331.41	c      1331          53896        1061        20                -           0.0000          -
25977.26/1336.41	c      1336          55266        1579        20                -           0.0000          -
26076.32/1341.45	c      1341          54320        1069        20                -           0.0000          -
26175.39/1346.46	c      1346          53067        1433        20                -           0.0000          -
26280.41/1351.79	c      1352          54693        1060        20                -           0.0000          -
26386.11/1357.09	c      1357          54896        1062        20                -           0.0000          -
26490.41/1362.31	c      1362          53693        1423        20                -           0.0000          -
26595.43/1367.61	c      1368          53919        1427        20                -           0.0000          -
26698.47/1372.89	c      1373          54100        1426        20                -           0.0000          -
26805.46/1378.28	c      1378          56729        1575        20                -           0.0000          -
26910.47/1383.56	c      1384          54477        1421        20                -           0.0000          -
27015.48/1388.81	c      1389          57117        1577        20                -           0.0000          -
27119.28/1394.05	c      1394          57335        1575        20                -           0.0000          -
27221.52/1399.26	c      1399          55097        1422        20                -           0.0000          -
27326.53/1404.55	c      1405          57709        1576        20                -           0.0000          -
27425.61/1409.57	c      1410          57886        1577        20                -           0.0000          -
27526.64/1414.67	c      1415          57107        1057        20                -           0.0000          -
27627.69/1419.79	c      1420          58232        1575        20                -           0.0000          -
27733.31/1425.03	c      1425          56041        1422        20                -           0.0000          -
27834.46/1430.17	c      1430          56267        1425        20                -           0.0000          -
27938.77/1435.47	c      1435          57760        1056        20                -           0.0000          -
28043.79/1440.75	c      1441          57902        1059        20                -           0.0000          -
28149.60/1446.09	c      1446          58059        1056        20                -           0.0000          -
28250.43/1451.19	c      1451          57078        1422        20                -           0.0000          -
28350.89/1456.23	c      1456          57304        1435        20                -           0.0000          -
28449.96/1461.26	c      1461          57488        1429        20                -           0.0000          -
28553.00/1466.46	c      1466          58720        1060        20                -           0.0000          -
28658.03/1471.75	c      1472          58910        1061        20                -           0.0000          -
28761.06/1476.99	c      1477          59070        1056        20                -           0.0000          -
28866.06/1482.21	c      1482          59261        1060        20                -           0.0000          -
28969.09/1487.46	c      1487          59425        1058        20                -           0.0000          -
29074.11/1492.71	c      1493          58631        1426        20                -           0.0000          -
29179.68/1498.06	c      1498          58833        1430        20                -           0.0000          -
29282.11/1503.25	c      1503          59951        1061        20                -           0.0000          -
29383.15/1508.36	c      1508          60138        1060        20                -           0.0000          -
29486.17/1513.52	c      1514          61395        1576        20                -           0.0000          -
29585.22/1518.55	c      1519          59554        1437        20                -           0.0000          -
29686.27/1523.60	c      1524          60672        1060        20                -           0.0000          -
29791.33/1529.00	c      1529          60868        1060        20                -           0.0000          -
29896.37/1534.22	c      1534          61047        1056        20                -           0.0000          -
29999.45/1539.41	c      1539          61194        1057        20                -           0.0000          -
30102.54/1544.66	c      1545          61382        1062        20                -           0.0000          -
30203.64/1549.77	c      1550          62493        1576        20                -           0.0000          -
30309.41/1555.11	c      1555          62493        1576        20                -           0.0000          -
30415.75/1560.46	c      1560          62493        1576        20                -           0.0000          -
30520.83/1565.74	c      1566          62493        1576        20                -           0.0000          -
30623.90/1570.99	c      1571          62493        1576        20                -           0.0000          -
30728.95/1576.21	c      1576          62493        1576        20                -           0.0000          -
30830.05/1581.38	c      1581          61402        1429        20                -           0.0000          -
30935.11/1586.64	c      1587          61402        1429        20                -           0.0000          -
31036.23/1591.79	c      1592          61402        1429        20                -           0.0000          -
31138.83/1596.98	c      1597          61402        1429        20                -           0.0000          -
31240.16/1602.11	c      1602          61402        1429        20                -           0.0000          -
31341.41/1607.19	c      1607          61402        1429        20                -           0.0000          -
31441.85/1612.23	c      1612          63170        1051        20                -           0.0000          -
31548.90/1617.62	c      1618          63170        1051        20                -           0.0000          -
31648.02/1622.69	c      1623          62863        1084        20                -           0.0000          -
31749.12/1627.79	c      1628          64514        1258        20                -           0.0000          -
31850.23/1632.89	c      1633          64700        1256        20                -           0.0000          -
31951.34/1638.00	c      1638          64894        1250        20                -           0.0000          -
32056.40/1643.22	c      1643          65612        1156        20                -           0.0000          -
32159.49/1648.44	c      1648          65806        1170        20                -           0.0000          -
32262.59/1653.60	c      1654          65980        1172        20                -           0.0000          -
32365.68/1658.87	c      1659          66142        1170        20                -           0.0000          -
32466.79/1663.98	c      1664          65906        1243        20                -           0.0000          -
32570.49/1669.16	c      1669          66105        1248        20                -           0.0000          -
32669.61/1674.17	c      1674          64737        1076        20                -           0.0000          -
32770.07/1679.29	c      1679          64882        1074        20                -           0.0000          -
32871.17/1684.30	c      1684          66681        1239        20                -           0.0000          -
32972.28/1689.46	c      1689          67413        1179        20                -           0.0000          -
33073.38/1694.58	c      1695          67638        1183        20                -           0.0000          -
33174.48/1699.69	c      1700          65555        1072        20                -           0.0000          -
33279.55/1704.92	c      1705          65749        1078        20                -           0.0000          -
33384.60/1710.23	c      1710          65845        1074        20                -           0.0000          -
33485.71/1715.36	c      1715          67937        1246        20                -           0.0000          -
33588.81/1720.54	c      1721          68571        1181        20                -           0.0000          -
33689.92/1725.68	c      1726          66304        1074        20                -           0.0000          -
33795.01/1730.93	c      1731          68954        1196        20                -           0.0000          -
33896.59/1736.04	c      1736          66722        1079        20                -           0.0000          -
33999.19/1741.23	c      1741          68930        1248        20                -           0.0000          -
34102.31/1746.41	c      1746          69430        1178        20                -           0.0000          -
34205.41/1751.66	c      1752          69622        1178        20                -           0.0000          -
34306.54/1756.73	c      1757          69489        1245        20                -           0.0000          -
34409.65/1761.91	c      1762          70035        1179        20                -           0.0000          -
34513.44/1767.17	c      1767          70204        1176        20                -           0.0000          -
34615.86/1772.37	c      1772          68082        1073        20                -           0.0000          -
34718.96/1777.53	c      1778          68269        1073        20                -           0.0000          -
34818.10/1782.59	c      1783          70800        1177        20                -           0.0000          -
34919.22/1787.63	c      1788          71041        1177        20                -           0.0000          -
35018.36/1792.68	c      1793          68748        1074        20                -           0.0000          -
35121.46/1797.86	c      1798          68879        1073        20                -           0.0000          -
35220.59/1802.88	c      1803          69045        1072        20                -           0.0000          -
35321.72/1807.97	c      1808          69243        1079        20                -           0.0000          -
35420.86/1813.02	c      1813          71923        1181        20                -           0.0000          -
35525.93/1818.22	c      1818          69573        1076        20                -           0.0000          -
35629.04/1823.42	c      1823          69733        1072        20                -           0.0000          -
35732.14/1828.62	c      1829          69903        1072        20                -           0.0000          -
35833.28/1833.71	c      1834          72469        1243        20                -           0.0000          -
35932.41/1838.72	c      1839          72876        1180        20                -           0.0000          -
36035.59/1843.99	c      1844          72875        1247        20                -           0.0000          -
36142.77/1849.33	c      1849          73067        1243        20                -           0.0000          -
36246.00/1854.55	c      1855          73269        1241        20                -           0.0000          -
36355.78/1860.09	c      1860          73464        1242        20                -           0.0000          -
36458.42/1865.26	c      1865          73673        1242        20                -           0.0000          -
36563.64/1870.51	c      1871          74134        1174        20                -           0.0000          -
36668.85/1875.82	c      1876          71615        1075        20                -           0.0000          -
36774.81/1881.14	c      1881          74254        1249        20                -           0.0000          -
36877.26/1886.38	c      1886          74452        1243        20                -           0.0000          -
36980.49/1891.51	c      1892          74657        1249        20                -           0.0000          -
37087.69/1896.90	c      1897          74844        1245        20                -           0.0000          -
37189.55/1902.06	c      1902          75067        1242        20                -           0.0000          -
37294.13/1907.31	c      1907          75304        1247        20                -           0.0000          -
37397.37/1912.50	c      1912          75497        1246        20                -           0.0000          -
37498.62/1917.68	c      1918          75678        1242        20                -           0.0000          -
37599.85/1922.72	c      1923          73286        1072        20                -           0.0000          -
37701.10/1927.80	c      1928          73485        1068        20                -           0.0000          -
37802.35/1932.99	c      1933          76616        1175        20                -           0.0000          -
37907.54/1938.22	c      1938          73977        1074        20                -           0.0000          -
38006.80/1943.23	c      1943          74241        1075        20                -           0.0000          -
38108.04/1948.39	c      1948          76917        1240        20                -           0.0000          -
38211.29/1953.55	c      1954          77098        1247        20                -           0.0000          -
38314.46/1958.74	c      1959          77287        1243        20                -           0.0000          -
38417.66/1963.99	c      1964          77490        1238        20                -           0.0000          -
38516.89/1968.99	c      1969          77681        1240        20                -           0.0000          -
38616.12/1974.00	c      1974          78181        1183        20                -           0.0000          -
38723.26/1979.34	c      1979          75594        1071        20                -           0.0000          -
38826.45/1984.55	c      1985          78532        1179        20                -           0.0000          -
38931.63/1989.87	c      1990          78727        1179        20                -           0.0000          -
39032.85/1995.03	c      1995          76190        1072        20                -           0.0000          -
39138.01/2000.29	c      2000          76416        1070        20                -           0.0000          -
39239.24/2005.38	c      2005          76602        1072        20                -           0.0000          -
39340.46/2010.45	c      2010          76777        1074        20                -           0.0000          -
39441.66/2015.50	c      2016          76962        1078        20                -           0.0000          -
39542.88/2020.60	c      2021          79891        1191        20                -           0.0000          -
39646.08/2025.83	c      2026          80057        1183        20                -           0.0000          -
39747.29/2031.00	c      2031          80248        1185        20                -           0.0000          -
39849.19/2036.09	c      2036          80447        1183        20                -           0.0000          -
39948.38/2041.11	c      2041          77929        1070        20                -           0.0000          -
40050.89/2046.24	c      2046          78123        1074        20                -           0.0000          -
40152.10/2051.38	c      2051          78316        1072        20                -           0.0000          -
40255.29/2056.59	c      2057          78513        1069        20                -           0.0000          -
40358.48/2061.79	c      2062          81347        1178        20                -           0.0000          -
40461.68/2066.98	c      2067          81529        1181        20                -           0.0000          -
40563.51/2072.09	c      2072          79102        1065        20                -           0.0000          -
40668.04/2077.37	c      2077          79329        1094        20                -           0.0000          -
40773.21/2082.65	c      2083          79523        1090        20                -           0.0000          -
40876.40/2087.83	c      2088          79747        1092        20                -           0.0000          -
40977.61/2092.91	c      2093          79966        1090        20                -           0.0000          -
41076.83/2097.92	c      2098          80176        1088        20                -           0.0000          -
41176.05/2102.94	c      2103          82905        1184        20                -           0.0000          -
41277.95/2108.03	c      2108          83108        1244        20                -           0.0000          -
41379.17/2113.15	c      2113          80783        1092        20                -           0.0000          -
41483.62/2118.44	c      2118          80998        1089        20                -           0.0000          -
41586.82/2123.63	c      2124          81242        1084        20                -           0.0000          -
41691.94/2128.90	c      2129          81477        1090        20                -           0.0000          -
41796.98/2134.21	c      2134          81703        1087        20                -           0.0000          -
41900.05/2139.48	c      2139          84316        1244        20                -           0.0000          -
42005.11/2144.72	c      2145          82145        1086        20                -           0.0000          -
42106.21/2149.83	c      2150          82349        1084        20                -           0.0000          -
42207.28/2154.97	c      2155          82575        1083        20                -           0.0000          -
42309.02/2160.09	c      2160          85142        1246        20                -           0.0000          -
42410.34/2165.19	c      2165          85244        1174        20                -           0.0000          -
42516.48/2170.58	c      2171          85573        1245        20                -           0.0000          -
42619.56/2175.79	c      2176          85670        1187        20                -           0.0000          -
42722.63/2181.02	c      2181          85977        1245        20                -           0.0000          -
42827.67/2186.25	c      2186          86202        1246        20                -           0.0000          -
42932.73/2191.58	c      2192          86412        1243        20                -           0.0000          -
43035.79/2196.70	c      2197          84388        1088        20                -           0.0000          -
43138.86/2201.96	c      2202          84605        1086        20                -           0.0000          -
43242.71/2207.15	c      2207          84833        1084        20                -           0.0000          -
43342.98/2212.29	c      2212          85043        1082        20                -           0.0000          -
43448.03/2217.58	c      2218          87284        1181        20                -           0.0000          -
43551.10/2222.78	c      2223          87487        1180        20                -           0.0000          -
43652.19/2227.80	c      2228          87876        1244        20                -           0.0000          -
43751.30/2232.81	c      2233          88090        1247        20                -           0.0000          -
43852.39/2238.00	c      2238          88297        1247        20                -           0.0000          -
43956.06/2243.16	c      2243          88241        1174        20                -           0.0000          -
44060.51/2248.42	c      2248          88455        1179        20                -           0.0000          -
44165.58/2253.72	c      2254          88697        1194        20                -           0.0000          -
44268.66/2258.98	c      2259          88866        1178        20                -           0.0000          -
44372.49/2264.19	c      2264          87137        1086        20                -           0.0000          -
44472.80/2269.23	c      2269          87386        1091        20                -           0.0000          -
44571.91/2274.24	c      2274          87577        1095        20                -           0.0000          -
44676.96/2279.53	c      2280          87767        1085        20                -           0.0000          -
44780.04/2284.77	c      2285          87978        1084        20                -           0.0000          -
44881.13/2289.81	c      2290          90081        1176        20                -           0.0000          -
44987.00/2295.15	c      2295          90255        1177        20                -           0.0000          -
45091.23/2300.45	c      2300          90435        1173        20                -           0.0000          -
45192.32/2305.55	c      2306          91062        1244        20                -           0.0000          -
45293.41/2310.65	c      2311          91273        1246        20                -           0.0000          -
45394.51/2315.73	c      2316          89230        1083        20                -           0.0000          -
45497.59/2321.00	c      2321          91189        1181        20                -           0.0000          -
45599.50/2326.05	c      2326          91389        1177        20                -           0.0000          -
45701.76/2331.24	c      2331          89851        1084        20                -           0.0000          -
45804.84/2336.48	c      2336          90055        1085        20                -           0.0000          -
45909.91/2341.77	c      2342          90237        1079        20                -           0.0000          -
46013.00/2346.99	c      2347          92175        1173        20                -           0.0000          -
46118.05/2352.22	c      2352          92347        1176        20                -           0.0000          -
46219.15/2357.40	c      2357          90904        1080        20                -           0.0000          -
46324.24/2362.61	c      2363          91118        1079        20                -           0.0000          -
46423.36/2367.66	c      2368          93004        1176        20                -           0.0000          -
46526.47/2372.89	c      2373          93758        1240        20                -           0.0000          -
46630.09/2378.07	c      2378          91723        1085        20                -           0.0000          -
46729.32/2383.09	c      2383          93645        1184        20                -           0.0000          -
46831.70/2388.23	c      2388          92157        1085        20                -           0.0000          -
46938.77/2393.66	c      2394          94083        1182        20                -           0.0000          -
47043.85/2398.92	c      2399          94285        1178        20                -           0.0000          -
47148.91/2404.20	c      2404          92795        1083        20                -           0.0000          -
47250.02/2409.30	c      2409          93012        1079        20                -           0.0000          -
47351.13/2414.49	c      2414          93236        1079        20                -           0.0000          -
47458.19/2419.81	c      2420          95675        1244        20                -           0.0000          -
47561.95/2425.11	c      2425          95918        1237        20                -           0.0000          -
47666.34/2430.33	c      2430          95572        1175        20                -           0.0000          -
47767.44/2435.45	c      2435          95792        1177        20                -           0.0000          -
47870.53/2440.67	c      2441          95993        1173        20                -           0.0000          -
47971.63/2445.72	c      2446          96199        1175        20                -           0.0000          -
48072.73/2450.83	c      2451          96961        1243        20                -           0.0000          -
48173.84/2455.99	c      2456          94745        1079        20                -           0.0000          -
48277.69/2461.17	c      2461          94961        1078        20                -           0.0000          -
48381.99/2466.49	c      2466          95173        1080        20                -           0.0000          -
48489.05/2471.86	c      2472              2           1        20                -           0.0000          -
48592.70/2477.04	c      2477              2           1        20                -           0.0000          -
48695.20/2482.23	c      2482              2           1        20                -           0.0000          -
48798.30/2487.45	c      2487              2           1        20                -           0.0000          -
48901.39/2492.69	c      2493              2           1        20                -           0.0000          -
49004.48/2497.87	c      2498              2           1        20                -           0.0000          -
49110.36/2503.15	c      2503              2           1        20                -           0.0000          -
49212.61/2508.33	c      2508              2           1        20                -           0.0000          -
49311.73/2513.40	c      2513              2           1        20                -           0.0000          -
49412.82/2518.41	c      2518              2           1        20                -           0.0000          -
49513.92/2523.56	c      2524              2           1        20                -           0.0000          -
49617.02/2528.75	c      2529              2           1        20                -           0.0000          -
49720.12/2533.90	c      2534              2           1        20                -           0.0000          -
49823.84/2539.16	c      2539              2           1        20                -           0.0000          -
49924.29/2544.28	c      2544              2           1        20                -           0.0000          -
50030.14/2549.67	c      2550              2           1        20                -           0.0000          -
50133.23/2554.90	c      2555              2           1        20                -           0.0000          -
50234.37/2559.98	c      2560              2           1        20                -           0.0000          -
50339.40/2565.26	c      2565              2           1        20                -           0.0000          -
50442.49/2570.49	c      2570              2           1        20                -           0.0000          -
50551.55/2575.95	c      2576              2           1        20                -           0.0000          -
50653.26/2581.12	c      2581              2           1        20                -           0.0000          -
50762.88/2586.62	c      2587              2           1        20                -           0.0000          -
50867.97/2591.93	c      2592              2           1        20                -           0.0000          -
50971.69/2597.17	c      2597              2           1        20                -           0.0000          -
51074.13/2602.32	c      2602              2           1        20                -           0.0000          -
51173.26/2607.34	c      2607              2           1        20                -           0.0000          -
51272.38/2612.38	c      2612              4           3        20                -           0.0000          -
51377.45/2617.62	c      2618              4           3        20                -           0.0000          -
51476.57/2622.66	c      2623              4           3        20                -           0.0000          -
51577.68/2627.72	c      2628              4           3        20                -           0.0000          -
51680.77/2633.01	c      2633              4           3        20                -           0.0000          -
51782.49/2638.08	c      2638              4           3        20                -           0.0000          -
51881.61/2643.12	c      2643              4           3        20                -           0.0000          -
51986.06/2648.31	c      2648              4           3        20                -           0.0000          -
52085.19/2653.36	c      2653              4           3        20                -           0.0000          -
52186.30/2658.44	c      2658              4           3        20                -           0.0000          -
52287.41/2663.54	c      2664              4           3        20                -           0.0000          -
52388.52/2668.66	c      2669              4           3        20                -           0.0000          -
52487.66/2673.68	c      2674              4           3        20                -           0.0000          -
52592.74/2679.01	c      2679              4           3        20                -           0.0000          -
52696.65/2684.19	c      2684              4           3        20                -           0.0000          -
52796.91/2689.29	c      2689              4           3        20                -           0.0000          -
52907.95/2694.82	c      2695              4           3        20                -           0.0000          -
53009.06/2700.00	c      2700              4           3        20                -           0.0000          -
53118.09/2705.41	c      2705              4           3        20                -           0.0000          -
53221.18/2710.66	c      2711              4           3        20                -           0.0000          -
53326.25/2715.94	c      2716              4           3        20                -           0.0000          -
53429.92/2721.14	c      2721              4           3        20                -           0.0000          -
53536.38/2726.50	c      2727              4           3        20                -           0.0000          -
53639.48/2731.71	c      2732              4           3        20                -           0.0000          -
53742.56/2736.96	c      2737              4           3        20                -           0.0000          -
53846.32/2742.17	c      2742              4           3        20                -           0.0000          -
53948.71/2747.30	c      2747              4           3        20                -           0.0000          -
54051.80/2752.53	c      2753              4           3        20                -           0.0000          -
54150.92/2757.54	c      2758              4           3        20                -           0.0000          -
54254.01/2762.76	c      2763              4           3        20                -           0.0000          -
54357.11/2768.02	c      2768              4           3        20                -           0.0000          -
54458.92/2773.09	c      2773              9           8        20                -           0.0000          -
54561.27/2778.25	c      2778              9           8        20                -           0.0000          -
54660.40/2783.29	c      2783              9           8        20                -           0.0000          -
54761.51/2788.30	c      2788              9           8        20                -           0.0000          -
54860.62/2793.34	c      2793              9           8        20                -           0.0000          -
54961.03/2798.47	c      2798              9           8        20                -           0.0000          -
55064.12/2803.65	c      2804              9           8        20                -           0.0000          -
55169.19/2808.92	c      2809              9           8        20                -           0.0000          -
55271.00/2814.09	c      2814              9           8        20                -           0.0000          -
55373.35/2819.29	c      2819              9           8        20                -           0.0000          -
55478.42/2824.59	c      2825              9           8        20                -           0.0000          -
55583.50/2829.85	c      2830              9           8        20                -           0.0000          -
55689.22/2835.16	c      2835              9           8        20                -           0.0000          -
55791.61/2840.36	c      2840              9           8        20                -           0.0000          -
55894.70/2845.57	c      2846              9           8        20                -           0.0000          -
55995.79/2850.70	c      2851              9           8        20                -           0.0000          -
56098.88/2855.87	c      2856              9           8        20                -           0.0000          -
56199.98/2860.93	c      2861              9           8        20                -           0.0000          -
56307.01/2866.37	c      2866             12          11        20                -           0.0000          -
56412.07/2871.66	c      2872             12          11        20                -           0.0000          -
56517.14/2876.92	c      2877             12          11        20                -           0.0000          -
56618.92/2882.06	c      2882             12          11        20                -           0.0000          -
56721.31/2887.26	c      2887             12          11        20                -           0.0000          -
56822.38/2892.40	c      2892             12          11        20                -           0.0000          -
56923.47/2897.46	c      2897             12          11        20                -           0.0000          -
57022.58/2902.48	c      2902             12          11        20                -           0.0000          -
57127.65/2907.72	c      2908             12          11        20                -           0.0000          -
57230.73/2912.97	c      2913             12          11        20                -           0.0000          -
57339.74/2918.45	c      2918             12          11        20                -           0.0000          -
57444.80/2923.71	c      2924             12          11        20                -           0.0000          -
57547.87/2929.02	c      2929             12          11        20                -           0.0000          -
57652.90/2934.22	c      2934             12          11        20                -           0.0000          -
57757.96/2939.51	c      2940             12          11        20                -           0.0000          -
57861.04/2944.72	c      2945             12          11        20                -           0.0000          -
57964.12/2949.99	c      2950             12          11        20                -           0.0000          -
58065.75/2955.12	c      2955             12          11        20                -           0.0000          -
58172.23/2960.46	c      2960             12          11        20                -           0.0000          -
58279.27/2965.88	c      2966             12          11        20                -           0.0000          -
58382.96/2971.11	c      2971             12          11        20                -           0.0000          -
58485.38/2976.29	c      2976             12          11        20                -           0.0000          -
58588.45/2981.48	c      2981             12          11        20                -           0.0000          -
58695.43/2986.87	c      2987             12          11        20                -           0.0000          -
58801.12/2992.19	c      2992             12          11        20                -           0.0000          -
58905.52/2997.44	c      2997             12          11        20                -           0.0000          -
59009.45/3002.77	c      3003             12          11        20                -           0.0000          -
59114.88/3008.12	c      3008             12          11        20                -           0.0000          -
59219.40/3013.36	c      3013             12          11        20                -           0.0000          -
59320.50/3018.49	c      3018             12          11        20                -           0.0000          -
59425.57/3023.77	c      3024             12          11        20                -           0.0000          -
59526.66/3028.89	c      3029             12          11        20                -           0.0000          -
59627.76/3034.01	c      3034             12          11        20                -           0.0000          -
59729.48/3039.11	c      3039             12          11        20                -           0.0000          -
59835.90/3044.45	c      3044             12          11        20                -           0.0000          -
59938.99/3049.63	c      3050             12          11        20                -           0.0000          -
60042.09/3054.82	c      3055             12          11        20                -           0.0000          -
60143.19/3060.02	c      3060             12          11        20                -           0.0000          -
60248.26/3065.27	c      3065             12          11        20                -           0.0000          -
60349.35/3070.37	c      3070             12          11        20                -           0.0000          -
60450.35/3075.45	c      3075             12          11        20                -           0.0000          -
60551.46/3080.52	c      3081             12          11        20                -           0.0000          -
60652.56/3085.67	c      3086             12          11        20                -           0.0000          -
60753.67/3090.79	c      3091             12          11        20                -           0.0000          -
60854.77/3095.80	c      3096             12          11        20                -           0.0000          -
60955.88/3100.92	c      3101             12          11        20                -           0.0000          -
61057.65/3106.04	c      3106             12          11        20                -           0.0000          -
61162.05/3111.33	c      3111             12          11        20                -           0.0000          -
61261.17/3116.37	c      3116             12          11        20                -           0.0000          -
61370.22/3121.83	c      3122             12          11        20                -           0.0000          -
61474.07/3127.09	c      3127             12          11        20                -           0.0000          -
61578.34/3132.38	c      3132             12          11        20                -           0.0000          -
61685.40/3137.76	c      3138             12          11        20                -           0.0000          -
61788.48/3143.02	c      3143             12          11        20                -           0.0000          -
61895.50/3148.30	c      3148             12          11        20                -           0.0000          -
61996.59/3153.45	c      3153             12          11        20                -           0.0000          -
62099.66/3158.69	c      3159             12          11        20                -           0.0000          -
62200.83/3163.71	c      3164             12          11        20                -           0.0000          -
62299.86/3168.75	c      3169             12          11        20                -           0.0000          -
62402.93/3173.97	c      3174             12          11        20                -           0.0000          -
62504.57/3179.08	c      3179             12          11        20                -           0.0000          -
62607.07/3184.20	c      3184             12          11        20                -           0.0000          -
62708.19/3189.34	c      3189             12          11        20                -           0.0000          -
62811.29/3194.51	c      3195             12          11        20                -           0.0000          -
62918.39/3199.91	c      3200             12          11        20                -           0.0000          -
63022.24/3205.17	c      3205             12          11        20                -           0.0000          -
63124.57/3210.38	c      3210             12          11        20                -           0.0000          -
63227.68/3215.58	c      3216             12          11        20                -           0.0000          -
63330.79/3220.76	c      3221             12          11        20                -           0.0000          -
63438.33/3226.18	c      3226             12          11        20                -           0.0000          -
63540.60/3231.38	c      3231             12          11        20                -           0.0000          -
63645.61/3236.63	c      3237             12          11        20                -           0.0000          -
63748.61/3241.87	c      3242             12          11        20                -           0.0000          -
63859.60/3247.40	c      3247             12          11        20                -           0.0000          -
63962.59/3252.66	c      3253             12          11        20                -           0.0000          -
64070.08/3258.07	c      3258             12          11        20                -           0.0000          -
64172.38/3263.28	c      3263             12          11        20                -           0.0000          -
64275.36/3268.41	c      3268             12          11        20                -           0.0000          -
64378.41/3273.67	c      3274             12          11        20                -           0.0000          -
64483.45/3278.94	c      3279             12          11        20                -           0.0000          -
64588.45/3284.27	c      3284             12          11        20                -           0.0000          -
64693.49/3289.57	c      3290             12          11        20                -           0.0000          -
64798.49/3294.83	c      3295             12          11        20                -           0.0000          -
64899.54/3300.00	c      3300             12          11        20                -           0.0000          -
65003.33/3305.18	c      3305             12          11        20                -           0.0000          -
65107.60/3310.48	c      3310             12          11        20                -           0.0000          -
65214.60/3315.85	c      3316             12          11        20                -           0.0000          -
65318.27/3321.10	c      3321             12          11        20                -           0.0000          -
65420.69/3326.23	c      3326             12          11        20                -           0.0000          -
65519.77/3331.29	c      3331             12          11        20                -           0.0000          -
65620.82/3336.33	c      3336             12          11        20                -           0.0000          -
65721.90/3341.44	c      3341             12          11        20                -           0.0000          -
65820.97/3346.47	c      3346             12          11        20                -           0.0000          -
65926.00/3351.76	c      3352             12          11        20                -           0.0000          -
66027.07/3356.87	c      3357             12          11        20                -           0.0000          -
66128.14/3361.98	c      3362             12          11        20                -           0.0000          -
66227.23/3367.00	c      3367             12          11        20                -           0.0000          -
66326.31/3372.02	c      3372             12          11        20                -           0.0000          -
66431.34/3377.28	c      3377             12          11        20                -           0.0000          -
66532.41/3382.32	c      3382             12          11        20                -           0.0000          -
66631.51/3387.33	c      3387             12          11        20                -           0.0000          -
66732.59/3392.46	c      3392             12          11        20                -           0.0000          -
66837.62/3397.78	c      3398             12          11        20                -           0.0000          -
66943.48/3403.08	c      3403             12          11        20                -           0.0000          -
67044.47/3408.14	c      3408             12          11        20                -           0.0000          -
67146.80/3413.35	c      3413             12          11        20                -           0.0000          -
67249.87/3418.58	c      3419             12          11        20                -           0.0000          -
67352.91/3423.71	c      3424             12          11        20                -           0.0000          -
67455.98/3429.00	c      3429             12          11        20                -           0.0000          -
67561.00/3434.26	c      3434             12          11        20                -           0.0000          -
67666.04/3439.52	c      3440             12          11        20                -           0.0000          -
67767.11/3444.66	c      3445             12          11        20                -           0.0000          -
67874.86/3450.10	c      3450             12          11        20                -           0.0000          -
67977.15/3455.25	c      3455             12          11        20                -           0.0000          -
68076.23/3460.26	c      3460             12          11        20                -           0.0000          -
68179.28/3465.40	c      3465             12          11        20                -           0.0000          -
68282.33/3470.63	c      3471             12          11        20                -           0.0000          -
68385.39/3475.89	c      3476             12          11        20                -           0.0000          -
68491.05/3481.16	c      3481             12          11        20                -           0.0000          -
68595.43/3486.48	c      3486             12          11        20                -           0.0000          -
68702.46/3491.82	c      3492             12          11        20                -           0.0000          -
68805.37/3497.11	c      3497             12          11        20                -           0.0000          -
68911.37/3502.46	c      3502             12          11        20                -           0.0000          -
69016.41/3507.72	c      3508             12          11        20                -           0.0000          -
69117.48/3512.86	c      3513             12          11        20                -           0.0000          -
69218.55/3517.94	c      3518             12          11        20                -           0.0000          -
69318.55/3523.06	c      3523             12          11        20                -           0.0000          -
69424.99/3528.40	c      3528             12          11        20                -           0.0000          -
69532.02/3533.90	c      3534             12          11        20                -           0.0000          -
69637.78/3539.16	c      3539             12          11        20                -           0.0000          -
69740.08/3544.39	c      3544             12          11        20                -           0.0000          -
69845.12/3549.68	c      3550             12          11        20                -           0.0000          -
69950.17/3554.94	c      3555             12          11        20                -           0.0000          -
70055.18/3560.28	c      3560             12          11        20                -           0.0000          -
70158.23/3565.44	c      3565             12          11        20                -           0.0000          -
70263.26/3570.76	c      3571             12          11        20                -           0.0000          -
70369.01/3576.10	c      3576             12          11        20                -           0.0000          -
70473.31/3581.39	c      3581             12          11        20                -           0.0000          -
70578.34/3586.64	c      3587             12          11        20                -           0.0000          -
70679.40/3591.75	c      3592             12          11        20                -           0.0000          -
70782.45/3596.90	c      3597             12          11        20                -           0.0000          -
70886.34/3602.18	c      3602             12          11        20                -           0.0000          -
70994.48/3607.61	c      3608             12          11        20                -           0.0000          -
71097.53/3612.87	c      3613             12          11        20                -           0.0000          -
71201.43/3618.05	c      3618             12          11        20                -           0.0000          -
71302.41/3623.18	c      3623             12          11        20                -           0.0000          -
71406.65/3628.49	c      3628             12          11        20                -           0.0000          -
71509.70/3633.65	c      3634             12          11        20                -           0.0000          -
71614.72/3638.90	c      3639             12          11        20                -           0.0000          -
71718.42/3644.17	c      3644             12          11        20                -           0.0000          -
71822.78/3649.48	c      3649             12          11        20                -           0.0000          -
71923.85/3654.59	c      3655             12          11        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: 191633 MiB (165688 MiB free)
  memory of node 1: 193531 MiB (177701 MiB free)
  memory of node 2: 193531 MiB (140818 MiB free)
  memory of node 3: 193531 MiB (173051 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-4465549-1723601100/watcher-4465549-1723601100 -o /tmp/evaluation-result-4465549-1723601100/solver-4465549-1723601100 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770152 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465549-1723601100.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100108 s]*
/proc/loadavg: 67.04 77.44 79.34 24/904 774736
/proc/meminfo: memFree=672995528/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=65124 memory=52704 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) R 774732 774735 770141 0 -1 4194304 11094 0 0 0 9 1 0 0 20 0 1 0 126692625 66686976 13176 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 16281 13176 2347 3035 0 12677 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 65124 KiB
Current children cumulated memory: 52704 KiB

[startup+0.218428 s]*
/proc/loadavg: 67.04 77.44 79.34 24/904 774736
/proc/meminfo: memFree=672957040/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=105624 memory=93188 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) R 774732 774735 770141 0 -1 4194304 21202 0 0 0 19 3 0 0 20 0 1 0 126692625 108158976 23297 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 26406 23297 2347 3035 0 22802 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 105624 KiB
Current children cumulated memory: 93188 KiB

[startup+0.319502 s]*
/proc/loadavg: 67.04 77.44 79.34 24/904 774736
/proc/meminfo: memFree=672924940/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=135108 memory=122748 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) R 774732 774735 770141 0 -1 4194304 28560 0 0 0 29 4 0 0 20 0 1 0 126692625 138350592 30687 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 33777 30687 2347 3035 0 30173 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 135108 KiB
Current children cumulated memory: 122748 KiB

[startup+0.700266 s]
/proc/loadavg: 67.04 77.44 79.34 24/904 774736
/proc/meminfo: memFree=672860488/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=246436 memory=233776 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) R 774732 774735 770141 0 -1 4194304 55825 0 0 0 61 8 0 0 20 0 1 0 126692625 252350464 58444 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 61609 58444 2347 3035 0 58005 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 246436 KiB
Current children cumulated memory: 233776 KiB

[startup+1.50013 s]
/proc/loadavg: 67.04 77.44 79.34 5/865 774736
/proc/meminfo: memFree=674208904/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=722292 memory=709300 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) R 774732 774735 770141 0 -1 4194304 174502 0 0 0 120 28 0 0 20 0 1 0 126692625 739627008 177325 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 180573 177325 2539 3035 0 176969 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 722292 KiB
Current children cumulated memory: 709300 KiB

[startup+3.11851 s]
/proc/loadavg: 61.91 76.20 78.93 5/858 774772
/proc/meminfo: memFree=707627520/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=809160 memory=792456 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) R 774732 774735 770141 0 -1 4194304 199298 0 0 0 268 42 0 0 20 0 1 0 126692625 828579840 198114 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 202290 198114 2694 3035 0 198686 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 809160 KiB
Current children cumulated memory: 792456 KiB

[startup+6.30024 s]
/proc/loadavg: 61.91 76.20 78.93 5/864 774784
/proc/meminfo: memFree=706326716/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=1451892 memory=1317544 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) R 774732 774735 770141 0 -1 4194304 257004 0 0 0 569 57 0 0 20 0 1 0 126692625 1486737408 329386 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 362973 329386 2742 3035 0 359369 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1451892 KiB
Current children cumulated memory: 1317544 KiB

[startup+12.7005 s]
/proc/loadavg: 57.36 75.02 78.54 5/884 774804
/proc/meminfo: memFree=704251076/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=3964588 memory=2360400 CPUtime=12.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) S 774732 774735 770141 0 -1 1077936128 415817 0 0 0 1175 89 0 0 20 0 21 0 126692625 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 991147 590100 2758 3035 0 667721 0
[pid=774735/tid=774785] ppid=774732 vsize=3964588 memory=1886292 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774785/stat : 774785 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693787 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774786] ppid=774732 vsize=3964588 memory=1858308 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774786/stat : 774786 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693787 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774787] ppid=774732 vsize=3964588 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774787/stat : 774787 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693787 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774788] ppid=774732 vsize=3964588 memory=280278560256960 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774788/stat : 774788 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693787 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774789] ppid=774732 vsize=3964588 memory=10556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774789/stat : 774789 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693787 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774790] ppid=774732 vsize=3964588 memory=16336 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774790/stat : 774790 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693787 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774791] ppid=774732 vsize=3964588 memory=29836768444022866 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774791/stat : 774791 (fscip) R 774732 774735 770141 0 -1 4194368 52958 0 0 0 40 7 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774792] ppid=774732 vsize=3964588 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774792/stat : 774792 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774793] ppid=774732 vsize=3964588 memory=2268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774793/stat : 774793 (fscip) S 774732 774735 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774794] ppid=774732 vsize=3964588 memory=6120 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774794/stat : 774794 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774795] ppid=774732 vsize=3964588 memory=1848 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774795/stat : 774795 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774796] ppid=774732 vsize=3964588 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774796/stat : 774796 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774797] ppid=774732 vsize=3964588 memory=140140487903085 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774797/stat : 774797 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774798] ppid=774732 vsize=3964588 memory=38604 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774798/stat : 774798 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774799] ppid=774732 vsize=3964588 memory=33100 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774799/stat : 774799 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774800] ppid=774732 vsize=3964588 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774800/stat : 774800 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774801] ppid=774732 vsize=3964588 memory=280278560317472 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774801/stat : 774801 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774802] ppid=774732 vsize=3964588 memory=280278560318016 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774802/stat : 774802 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774803] ppid=774732 vsize=3964588 memory=28748 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774803/stat : 774803 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774804] ppid=774732 vsize=3964588 memory=7384 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774804/stat : 774804 (fscip) S 774732 774735 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126693788 4059738112 590100 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3964588 KiB
Current children cumulated memory: 2360400 KiB

[startup+25.5008 s]
/proc/loadavg: 45.76 71.59 77.36 24/942 774866
/proc/meminfo: memFree=685243124/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=18349820 memory=16665256 CPUtime=49.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) S 774732 774735 770141 0 -1 1077936128 3852473 0 0 0 4191 775 0 0 20 0 41 0 126692625 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 4587455 4166314 2774 3035 0 4292111 0
[pid=774735/tid=774785] ppid=774732 vsize=18349820 memory=7595712646108282960 CPUtime=1.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774785/stat : 774785 (fscip) R 774732 774735 770141 0 -1 4194368 174487 0 0 0 153 33 0 0 20 0 41 0 126693787 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774786] ppid=774732 vsize=18349820 memory=1858072 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774786/stat : 774786 (fscip) R 774732 774735 770141 0 -1 4194368 174537 0 0 0 154 33 0 0 20 0 41 0 126693787 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774787] ppid=774732 vsize=18349820 memory=2268 CPUtime=1.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774787/stat : 774787 (fscip) R 774732 774735 770141 0 -1 4194368 174435 0 0 0 151 35 0 0 20 0 41 0 126693787 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774788] ppid=774732 vsize=18349820 memory=5472 CPUtime=1.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774788/stat : 774788 (fscip) R 774732 774735 770141 0 -1 4194368 174486 0 0 0 152 34 0 0 20 0 41 0 126693787 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774789] ppid=774732 vsize=18349820 memory=16336 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774789/stat : 774789 (fscip) R 774732 774735 770141 0 -1 4194368 174486 0 0 0 149 38 0 0 20 0 41 0 126693787 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774790] ppid=774732 vsize=18349820 memory=2268 CPUtime=1.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774790/stat : 774790 (fscip) R 774732 774735 770141 0 -1 4194368 174436 0 0 0 152 34 0 0 20 0 41 0 126693787 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774791] ppid=774732 vsize=18349820 memory=0 CPUtime=1.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774791/stat : 774791 (fscip) R 774732 774735 770141 0 -1 4194368 174539 0 0 0 153 33 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774792] ppid=774732 vsize=18349820 memory=280278560256960 CPUtime=1.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774792/stat : 774792 (fscip) R 774732 774735 770141 0 -1 4194368 174488 0 0 0 152 34 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774793] ppid=774732 vsize=18349820 memory=2268 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774793/stat : 774793 (fscip) R 774732 774735 770141 0 -1 4194368 174435 0 0 0 153 35 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774794] ppid=774732 vsize=18349820 memory=16336 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774794/stat : 774794 (fscip) R 774732 774735 770141 0 -1 4194368 174487 0 0 0 152 35 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774795] ppid=774732 vsize=18349820 memory=2323576 CPUtime=1.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774795/stat : 774795 (fscip) R 774732 774735 770141 0 -1 4194368 174487 0 0 0 151 34 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774796] ppid=774732 vsize=18349820 memory=1317544 CPUtime=1.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774796/stat : 774796 (fscip) R 774732 774735 770141 0 -1 4194368 174434 0 0 0 155 31 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774797] ppid=774732 vsize=18349820 memory=67123 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774797/stat : 774797 (fscip) R 774732 774735 770141 0 -1 4194368 174487 0 0 0 151 36 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774798] ppid=774732 vsize=18349820 memory=0 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774798/stat : 774798 (fscip) R 774732 774735 770141 0 -1 4194368 174487 0 0 0 151 36 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774799] ppid=774732 vsize=18349820 memory=25333125866717268 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774799/stat : 774799 (fscip) R 774732 774735 770141 0 -1 4194368 174435 0 0 0 156 32 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774800] ppid=774732 vsize=18349820 memory=280278560745248 CPUtime=1.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774800/stat : 774800 (fscip) R 774732 774735 770141 0 -1 4194368 174487 0 0 0 153 35 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774801] ppid=774732 vsize=18349820 memory=5760900 CPUtime=1.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774801/stat : 774801 (fscip) R 774732 774735 770141 0 -1 4194368 174487 0 0 0 151 35 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774802] ppid=774732 vsize=18349820 memory=5253588 CPUtime=1.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774802/stat : 774802 (fscip) R 774732 774735 770141 0 -1 4194368 174537 0 0 0 154 33 0 0 20 0 41 0 126693788 18790215680 4166314 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0

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

/proc/774735/task/774853/stat : 774853 (fscip) S 774732 774735 770141 0 -1 1077936192 238 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774854] ppid=774732 vsize=54400360 memory=28064 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774854/stat : 774854 (fscip) S 774732 774735 770141 0 -1 1077936192 248 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774855] ppid=774732 vsize=54400360 memory=280278560282080 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774855/stat : 774855 (fscip) S 774732 774735 770141 0 -1 1077936192 242 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774856] ppid=774732 vsize=54400360 memory=42161872 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774856/stat : 774856 (fscip) S 774732 774735 770141 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774857] ppid=774732 vsize=54400360 memory=2268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774857/stat : 774857 (fscip) S 774732 774735 770141 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774858] ppid=774732 vsize=54400360 memory=6120 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774858/stat : 774858 (fscip) S 774732 774735 770141 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774859] ppid=774732 vsize=54400360 memory=42172836 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774859/stat : 774859 (fscip) S 774732 774735 770141 0 -1 1077936192 238 0 0 0 0 2 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774860] ppid=774732 vsize=54400360 memory=42111316 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774860/stat : 774860 (fscip) S 774732 774735 770141 0 -1 1077936192 239 0 0 0 0 2 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774861] ppid=774732 vsize=54400360 memory=11536 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774861/stat : 774861 (fscip) S 774732 774735 770141 0 -1 1077936192 244 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774862] ppid=774732 vsize=54400360 memory=40524 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774862/stat : 774862 (fscip) S 774732 774735 770141 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774863] ppid=774732 vsize=54400360 memory=10556 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774863/stat : 774863 (fscip) S 774732 774735 770141 0 -1 1077936192 168 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774864] ppid=774732 vsize=54400360 memory=2244 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774864/stat : 774864 (fscip) S 774732 774735 770141 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774865] ppid=774732 vsize=54400360 memory=19936 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774865/stat : 774865 (fscip) S 774732 774735 770141 0 -1 1077936192 240 0 0 0 0 2 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774866] ppid=774732 vsize=54400360 memory=104 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774866/stat : 774866 (fscip) S 774732 774735 770141 0 -1 1077936192 239 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10567376 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
Current children cumulated CPU time: 71682.1 s
Current children cumulated vsize: 54400360 KiB
Current children cumulated memory: 42269504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3658.4 s]
/proc/loadavg: 47.17 47.12 46.31 48/956 777193
/proc/meminfo: memFree=605919488/790760804 swapFree=131071996/131071996
[pid=774735] ppid=774732 vsize=54400360 memory=42372988 CPUtime=72001.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/stat : 774735 (fscip) S 774732 774735 770141 0 -1 1077936128 70560837 0 0 0 7183354 16758 0 0 20 0 41 0 126692625 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
/proc/774735/statm: 13600090 10593247 3014 3035 0 13244104 0
[pid=774735/tid=774785] ppid=774732 vsize=54400360 memory=28748 CPUtime=3604.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774785/stat : 774785 (fscip) R 774732 774735 770141 0 -1 4194368 2585017 0 0 0 359802 639 0 0 20 0 41 0 126693787 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774786] ppid=774732 vsize=54400360 memory=7384 CPUtime=3603.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774786/stat : 774786 (fscip) R 774732 774735 770141 0 -1 4194368 2546782 0 0 0 359385 933 0 0 20 0 41 0 126693787 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774787] ppid=774732 vsize=54400360 memory=30888 CPUtime=3591.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774787/stat : 774787 (fscip) R 774732 774735 770141 0 -1 4194368 5071537 0 0 0 358357 745 0 0 20 0 41 0 126693787 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774788] ppid=774732 vsize=54400360 memory=27932 CPUtime=3590.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774788/stat : 774788 (fscip) R 774732 774735 770141 0 -1 4194368 3578536 0 0 0 358073 981 0 0 20 0 41 0 126693787 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774789] ppid=774732 vsize=54400360 memory=3760 CPUtime=3601.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774789/stat : 774789 (fscip) R 774732 774735 770141 0 -1 4194368 2526536 0 0 0 359360 832 0 0 20 0 41 0 126693787 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774790] ppid=774732 vsize=54400360 memory=16336 CPUtime=3600.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774790/stat : 774790 (fscip) R 774732 774735 770141 0 -1 4194368 4737129 0 0 0 359371 698 0 0 20 0 41 0 126693787 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774791] ppid=774732 vsize=54400360 memory=2268 CPUtime=3603.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774791/stat : 774791 (fscip) R 774732 774735 770141 0 -1 4194368 3345727 0 0 0 359298 1052 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774792] ppid=774732 vsize=54400360 memory=6120 CPUtime=3599.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774792/stat : 774792 (fscip) R 774732 774735 770141 0 -1 4194368 2371520 0 0 0 359129 795 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774793] ppid=774732 vsize=54400360 memory=1848 CPUtime=3594.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774793/stat : 774793 (fscip) R 774732 774735 770141 0 -1 4194368 4762576 0 0 0 358725 701 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774794] ppid=774732 vsize=54400360 memory=38604 CPUtime=3605.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774794/stat : 774794 (fscip) R 774732 774735 770141 0 -1 4194368 3447150 0 0 0 359610 908 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774795] ppid=774732 vsize=54400360 memory=33100 CPUtime=3604.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774795/stat : 774795 (fscip) R 774732 774735 770141 0 -1 4194368 2405521 0 0 0 359519 922 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774796] ppid=774732 vsize=54400360 memory=2244 CPUtime=3602.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774796/stat : 774796 (fscip) R 774732 774735 770141 0 -1 4194368 4740856 0 0 0 359502 699 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774797] ppid=774732 vsize=54400360 memory=19936 CPUtime=3604.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774797/stat : 774797 (fscip) R 774732 774735 770141 0 -1 4194368 3311805 0 0 0 359637 812 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774798] ppid=774732 vsize=54400360 memory=2268 CPUtime=3596.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774798/stat : 774798 (fscip) R 774732 774735 770141 0 -1 4194368 3840124 0 0 0 358467 1146 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774799] ppid=774732 vsize=54400360 memory=6120 CPUtime=3606.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774799/stat : 774799 (fscip) R 774732 774735 770141 0 -1 4194368 4742669 0 0 0 359962 692 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774800] ppid=774732 vsize=54400360 memory=1848 CPUtime=3604.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774800/stat : 774800 (fscip) R 774732 774735 770141 0 -1 4194368 2724085 0 0 0 359768 645 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774801] ppid=774732 vsize=54400360 memory=38604 CPUtime=3604.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774801/stat : 774801 (fscip) R 774732 774735 770141 0 -1 4194368 2638740 0 0 0 359689 755 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774802] ppid=774732 vsize=54400360 memory=33100 CPUtime=3605.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774802/stat : 774802 (fscip) R 774732 774735 770141 0 -1 4194368 4881523 0 0 0 359849 726 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774803] ppid=774732 vsize=54400360 memory=2244 CPUtime=3562.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774803/stat : 774803 (fscip) R 774732 774735 770141 0 -1 4194368 3289203 0 0 0 355018 1206 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774804] ppid=774732 vsize=54400360 memory=19936 CPUtime=3603.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774804/stat : 774804 (fscip) R 774732 774735 770141 0 -1 4194368 2645002 0 0 0 359606 755 0 0 20 0 41 0 126693788 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774847] ppid=774732 vsize=54400360 memory=104 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774847/stat : 774847 (fscip) S 774732 774735 770141 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774848] ppid=774732 vsize=54400360 memory=6720662142976278892 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774848/stat : 774848 (fscip) S 774732 774735 770141 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774849] ppid=774732 vsize=54400360 memory=7628 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774849/stat : 774849 (fscip) S 774732 774735 770141 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774850] ppid=774732 vsize=54400360 memory=18544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774850/stat : 774850 (fscip) S 774732 774735 770141 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774851] ppid=774732 vsize=54400360 memory=20276 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774851/stat : 774851 (fscip) S 774732 774735 770141 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774852] ppid=774732 vsize=54400360 memory=5692 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774852/stat : 774852 (fscip) S 774732 774735 770141 0 -1 1077936192 245 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774853] ppid=774732 vsize=54400360 memory=11628 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774853/stat : 774853 (fscip) S 774732 774735 770141 0 -1 1077936192 239 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774854] ppid=774732 vsize=54400360 memory=13648 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774854/stat : 774854 (fscip) S 774732 774735 770141 0 -1 1077936192 249 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774855] ppid=774732 vsize=54400360 memory=11712 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774855/stat : 774855 (fscip) S 774732 774735 770141 0 -1 1077936192 243 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774856] ppid=774732 vsize=54400360 memory=11504 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774856/stat : 774856 (fscip) S 774732 774735 770141 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774857] ppid=774732 vsize=54400360 memory=6720662142976278892 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774857/stat : 774857 (fscip) S 774732 774735 770141 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774858] ppid=774732 vsize=54400360 memory=36328 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774858/stat : 774858 (fscip) S 774732 774735 770141 0 -1 1077936192 241 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774859] ppid=774732 vsize=54400360 memory=6796 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774859/stat : 774859 (fscip) S 774732 774735 770141 0 -1 1077936192 239 0 0 0 0 2 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774860] ppid=774732 vsize=54400360 memory=42287792 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774860/stat : 774860 (fscip) S 774732 774735 770141 0 -1 1077936192 242 0 0 0 0 2 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774861] ppid=774732 vsize=54400360 memory=6836 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774861/stat : 774861 (fscip) S 774732 774735 770141 0 -1 1077936192 247 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774862] ppid=774732 vsize=54400360 memory=6720662142976278892 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774862/stat : 774862 (fscip) S 774732 774735 770141 0 -1 1077936192 241 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774863] ppid=774732 vsize=54400360 memory=42260588 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774863/stat : 774863 (fscip) S 774732 774735 770141 0 -1 1077936192 168 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774864] ppid=774732 vsize=54400360 memory=11536 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774864/stat : 774864 (fscip) S 774732 774735 770141 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774865] ppid=774732 vsize=54400360 memory=40524 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774865/stat : 774865 (fscip) S 774732 774735 770141 0 -1 1077936192 241 0 0 0 0 2 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
[pid=774735/tid=774866] ppid=774732 vsize=54400360 memory=11628 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774735/task/774866/stat : 774866 (fscip) S 774732 774735 770141 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 126695036 55705968640 10593247 809668444160 4194304 16623229 140730712800768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34185216 140730712802310 140730712802428 140730712802428 140730712809456 0
Current children cumulated CPU time: 72001.1 s
Current children cumulated vsize: 54400360 KiB
Current children cumulated memory: 42372988 KiB

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

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

# cumulated CPU time of all completed processes:  user=71833.8 s, system=168.702 s

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

[startup+3659.2 s]
/proc/loadavg: 47.17 47.12 46.31 29/917 777194
/proc/meminfo: memFree=630930720/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3659.4 s]
/proc/loadavg: 47.17 47.12 46.31 29/917 777194
/proc/meminfo: memFree=630930720/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3659.5 s]
/proc/loadavg: 47.17 47.12 46.31 29/917 777194
/proc/meminfo: memFree=630930720/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): 3659.54
CPU time (s): 72002.5
CPU user time (s): 71833.8
CPU system time (s): 168.702
CPU usage (%): 1967.53
Max. virtual memory (cumulated for all children) (KiB): 54429860
Max. memory (cumulated for all children) (KiB): 42372988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71833.8
system time used= 168.702
maximum resident set size= 42372988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70561242
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= 5256059
involuntary context switches= 163220


# summary of solver processes directly reported to runsolver:
#   pid: 774735
#   total CPU time (s): 72002.5
#   total CPU user time (s): 71833.8
#   total CPU system time (s): 168.702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.4357 second user time and 83.5527 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 04:05:00
IDJOB=4465549
IDBENCH=147892
IDSOLVER=3094
FILE ID=nodeD102/4465549-1723601100
RUNJOBID= nodeD102-1723593750-770152
SLURM_JOB_ID= 8267899
Free space on /tmp= 8588072 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.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-4465549-1723601100/watcher-4465549-1723601100 -o /tmp/evaluation-result-4465549-1723601100/solver-4465549-1723601100 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770152 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465549-1723601100.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= d1359993160bf2f1506844981afa3acf
RANDOM SEED=1246552347

nodeD102.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		: 3322.698
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		: 2092.723
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3170.628
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	: 5005.96
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		: 2595.944
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	: 5005.94
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		: 2622.974
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		: 2507.188
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3170.755
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	: 5005.96
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		: 2612.600
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	: 5005.94
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		: 2675.061
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		: 2611.063
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3170.822
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	: 5005.96
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		: 3016.519
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	: 5005.94
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		: 3102.150
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		: 2619.001
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3170.888
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	: 5005.96
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		: 2610.920
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	: 5005.94
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		: 2615.725
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		: 2615.153
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3087.200
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	: 5005.96
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		: 2608.323
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	: 5005.94
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		: 3050.974
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		: 2623.221
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3169.220
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	: 5005.96
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		: 2610.324
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	: 5005.94
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		: 3480.623
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		: 2615.486
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.073
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	: 5005.96
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		: 2607.367
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	: 5005.94
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		: 2643.081
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		: 2625.686
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.134
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	: 5005.96
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		: 2610.308
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	: 5005.94
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		: 2634.182
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		: 2621.934
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.125
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	: 5005.96
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		: 2610.162
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	: 5005.94
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		: 2742.466
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		: 2621.820
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.115
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	: 5005.96
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		: 2611.864
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	: 5005.94
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		: 2632.283
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		: 2613.631
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.102
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	: 5005.96
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		: 3893.656
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	: 5005.94
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		: 2810.799
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		: 2622.633
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.102
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	: 5005.96
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		: 2607.501
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	: 5005.94
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		: 2630.562
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		: 3770.235
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.090
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	: 5005.96
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		: 2567.356
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	: 5005.94
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		: 2635.146
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		: 3680.162
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.090
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	: 5005.96
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		: 2603.623
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	: 5005.94
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		: 2629.101
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		: 3199.625
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.087
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	: 5005.96
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		: 2662.410
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	: 5005.94
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		: 3809.320
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		: 3616.290
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.093
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	: 5005.96
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		: 2615.918
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	: 5005.94
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		: 3070.891
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		: 1683.062
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.153
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	: 5005.96
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		: 2601.303
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	: 5005.94
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		: 2669.230
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		: 3819.245
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.231
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	: 5005.96
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		: 2620.214
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	: 5005.94
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		: 2704.808
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		: 2621.697
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.295
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	: 5005.96
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		: 2621.228
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	: 5005.94
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		: 3609.298
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		: 2259.181
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3171.346
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	: 5005.96
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		: 3790.539
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        673035304 kB
MemAvailable:   740753208 kB
Buffers:         1258164 kB
Cached:         69238996 kB
SwapCached:            0 kB
Active:          9728540 kB
Inactive:       103095492 kB
Active(anon):       2260 kB
Inactive(anon): 42363520 kB
Active(file):    9726280 kB
Inactive(file): 60731972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            110596 kB
Writeback:             0 kB
AnonPages:      42325084 kB
Mapped:           136504 kB
Shmem:             38920 kB
KReclaimable:    1358360 kB
Slab:            1901956 kB
SReclaimable:    1358360 kB
SUnreclaim:       543596 kB
KernelStack:       15616 kB
PageTables:       334688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   27459840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1126656 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3459072 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:     1189888 kB
DirectMap2M:    240480256 kB
DirectMap1G:    564133888 kB

Free space on /tmp at the end= 8588120 MiB
End job on nodeD102 at 2024-08-14 05:06:00