Trace number 4467799

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K90.opb
MD5SUMdd58632d9551a3604736dadf6eadc418
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 benchmark113.256
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47656960, getVmSize() = 47656960, SCIPgetMemUsed() = 21333516, SCIPgetMemTotal() = 25462460, SCIPgetMemExternEstim() = 11935515
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
4.47/4.53	c ** Estimated virtualMemUsedAtSolver = 79996770, getVmSize() = 132874240, SCIPgetMemUsed() = 75401681, SCIPgetMemTotal() = 108059641, SCIPgetMemExternEstim() = 11935515
4.47/4.53	c ** set memory limit for solvers to 4.18836e+11 for each SCIP **
4.47/4.53	c Original Problem   :
4.47/4.53	c   Problem name     : instance-4467799-1723244000
4.47/4.53	c   Variables        : 6120 (6120 binary, 0 integer, 0 implicit integer, 0 continuous)
4.47/4.53	c   Constraints      : 6302
4.47/4.53	c   Objective sense  : minimize
4.47/4.53	c Presolved Problem  :
4.47/4.53	c   Variables        : 5379 (5379 binary, 0 integer, 0 implicit integer, 0 continuous)
4.47/4.53	c   Constraints      : 5535
4.47/4.53	c Constraints        : Number
4.47/4.53	c   knapsack         : 1 
4.47/4.53	c   setppc           : 1181 
4.47/4.53	c   orbitope         : 3 
4.47/4.53	c   logicor          : 4350 
4.47/4.53	c ** Instance transfer method used: 0
4.47/4.55	c ** ParaScipInstance copy increased the number of variables. **
4.67/4.78	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.67/4.78	c                                Nodes    Active                                            
4.67/4.78	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2113.83/111.38	c       111              2           1        20                -           0.0000          -
2222.70/116.88	c       117              7           6        20                -           0.0000          -
2323.90/121.97	c       122              9           8        20                -           0.0000          -
2423.03/127.01	c       127            743         561        20                -           0.0000          -
2542.05/133.04	c       133             10           9        20                -           0.0000          -
2643.94/138.08	c       138             10           9        20                -           0.0000          -
2759.89/143.92	c       144             10           9        20                -           0.0000          -
2858.98/148.93	c       149             10           9        20                -           0.0000          -
2963.97/154.21	c       154              8           7        20                -           0.0000          -
3062.85/159.22	c       159              2           1        20                -           0.0000          -
3167.98/164.52	c       165             14          13        20                -           0.0000          -
3275.07/169.90	c       170             27          16        20                -           0.0000          -
3374.07/174.97	c       175             28          15        20                -           0.0000          -
3473.19/180.00	c       180             25          18        20                -           0.0000          -
3578.26/185.28	c       185             17          16        20                -           0.0000          -
3691.22/190.92	c       191             50          23        20                -           0.0000          -
3798.24/196.30	c       196              8           7        20                -           0.0000          -
3897.43/201.38	c       201              8           7        20                -           0.0000          -
3998.55/206.40	c       206              8           7        20                -           0.0000          -
4107.58/212.03	c       212              8           7        20                -           0.0000          -
4211.56/217.15	c       217              8           7        20                -           0.0000          -
4310.48/222.17	c       222              8           7        20                -           0.0000          -
4412.84/227.35	c       227             45          24        20                -           0.0000          -
4516.03/232.51	c       233             45          24        20                -           0.0000          -
4627.66/238.16	c       238             45          24        20                -           0.0000          -
4728.16/243.22	c       243             45          24        20                -           0.0000          -
4845.30/249.18	c       249             45          24        20                -           0.0000          -
4949.83/254.46	c       254             45          24        20                -           0.0000          -
5053.01/259.69	c       260             45          24        20                -           0.0000          -
5162.95/265.15	c       265             45          24        20                -           0.0000          -
5263.39/270.22	c       270             90          39        20                -           0.0000          -
5366.55/275.48	c       275             14          13        20                -           0.0000          -
5478.34/281.04	c       281             53          24        20                -           0.0000          -
5577.66/286.08	c       286             53          24        20                -           0.0000          -
5686.12/291.51	c       292             53          24        20                -           0.0000          -
5785.14/296.53	c       297             56          35        20                -           0.0000          -
5892.36/302.02	c       302             56          35        20                -           0.0000          -
5999.58/307.38	c       307             56          35        20                -           0.0000          -
6113.30/313.08	c       313             56          35        20                -           0.0000          -
6214.77/318.15	c       318             56          35        20                -           0.0000          -
6331.70/324.05	c       324             56          35        20                -           0.0000          -
6438.21/329.44	c       329             56          35        20                -           0.0000          -
6537.50/334.46	c       334             56          35        20                -           0.0000          -
6638.76/339.57	c       340             56          35        20                -           0.0000          -
6745.85/344.94	c       345             56          35        20                -           0.0000          -
6853.06/350.38	c       350             56          35        20                -           0.0000          -
6954.18/355.41	c       355             56          35        20                -           0.0000          -
7063.34/360.96	c       361             56          35        20                -           0.0000          -
7168.55/366.20	c       366             56          35        20                -           0.0000          -
7267.85/371.27	c       371             56          35        20                -           0.0000          -
7388.96/377.39	c       377             56          35        20                -           0.0000          -
7496.15/382.74	c       383             56          35        20                -           0.0000          -
7599.40/387.90	c       388             56          35        20                -           0.0000          -
7704.59/393.29	c       393             17          14        20                -           0.0000          -
7807.80/398.44	c       398             17          14        20                -           0.0000          -
7909.04/403.56	c       404             17          14        20                -           0.0000          -
8014.28/408.88	c       409             17          14        20                -           0.0000          -
8121.38/414.21	c       414             17          14        20                -           0.0000          -
8222.63/419.30	c       419             17          14        20                -           0.0000          -
8333.59/424.90	c       425             17          14        20                -           0.0000          -
8442.56/430.40	c       430             17          14        20                -           0.0000          -
8541.77/435.44	c       435             17          14        20                -           0.0000          -
8643.00/440.55	c       441             17          14        20                -           0.0000          -
8746.14/445.74	c       446             17          14        20                -           0.0000          -
8845.33/450.76	c       451             17          14        20                -           0.0000          -
8954.36/456.27	c       456             17          14        20                -           0.0000          -
9065.28/461.85	c       462             17          14        20                -           0.0000          -
9164.55/466.88	c       467             17          14        20                -           0.0000          -
9279.55/472.70	c       473             17          14        20                -           0.0000          -
9384.74/477.91	c       478             17          14        20                -           0.0000          -
9501.79/483.86	c       484             17          14        20                -           0.0000          -
9612.96/489.47	c       489             17          14        20                -           0.0000          -
9722.19/494.92	c       495             17          14        20                -           0.0000          -
9824.06/500.09	c       500             17          14        20                -           0.0000          -
9928.44/505.30	c       505             17          14        20                -           0.0000          -
10029.46/510.43	c       510             17          14        20                -           0.0000          -
10128.56/515.50	c       516             17          14        20                -           0.0000          -
10229.81/520.56	c       521             17          14        20                -           0.0000          -
10330.84/525.62	c       526             17          14        20                -           0.0000          -
10430.07/530.68	c       531             17          14        20                -           0.0000          -
10531.30/535.70	c       536             17          14        20                -           0.0000          -
10632.51/540.84	c       541             17          14        20                -           0.0000          -
10733.71/545.91	c       546             17          14        20                -           0.0000          -
10832.75/551.01	c       551             17          14        20                -           0.0000          -
10934.36/556.09	c       556             17          14        20                -           0.0000          -
11036.83/561.22	c       561             17          14        20                -           0.0000          -
11141.67/566.51	c       567             17          14        20                -           0.0000          -
11244.80/571.76	c       572             17          14        20                -           0.0000          -
11350.62/577.07	c       577             17          14        20                -           0.0000          -
11449.68/582.08	c       582             17          14        20                -           0.0000          -
11554.16/587.33	c       587             17          14        20                -           0.0000          -
11661.31/592.74	c       593             17          14        20                -           0.0000          -
11764.47/597.98	c       598             17          14        20                -           0.0000          -
11863.72/603.02	c       603             17          14        20                -           0.0000          -
11967.55/608.17	c       608             17          14        20                -           0.0000          -
12068.05/613.26	c       613             17          14        20                -           0.0000          -
12169.15/618.32	c       618             17          14        20                -           0.0000          -
12268.09/623.38	c       623             17          14        20                -           0.0000          -
12369.17/628.43	c       628             17          14        20                -           0.0000          -
12470.11/633.57	c       634             17          14        20                -           0.0000          -
12575.04/638.83	c       639             17          14        20                -           0.0000          -
12676.20/644.03	c       644             17          14        20                -           0.0000          -
12783.33/649.30	c       649             17          14        20                -           0.0000          -
12884.49/654.46	c       654             17          14        20                -           0.0000          -
12983.53/659.50	c       660             17          14        20                -           0.0000          -
13090.40/664.84	c       665             17          14        20                -           0.0000          -
13191.54/669.90	c       670             17          14        20                -           0.0000          -
13298.67/675.37	c       675             17          14        20                -           0.0000          -
13397.82/680.38	c       680             17          14        20                -           0.0000          -
13498.97/685.49	c       685             84          47        20                -           0.0000          -
13600.14/690.52	c       691             84          47        20                -           0.0000          -
13699.33/695.54	c       696             18          15        20                -           0.0000          -
13800.47/700.66	c       701             18          15        20                -           0.0000          -
13901.65/705.72	c       706             18          15        20                -           0.0000          -
14000.84/710.77	c       711             87          50        20                -           0.0000          -
14101.90/715.85	c       716            156          97        20                -           0.0000          -
14201.09/720.89	c       721            156          97        20                -           0.0000          -
14302.22/725.94	c       726             19          16        20                -           0.0000          -
14407.29/731.21	c       731             90          53        20                -           0.0000          -
14506.30/736.25	c       736             90          53        20                -           0.0000          -
14607.24/741.32	c       741            120          79        20                -           0.0000          -
14706.38/746.37	c       746            161         102        20                -           0.0000          -
14807.55/751.43	c       751            161         102        20                -           0.0000          -
14906.74/756.45	c       756            161         102        20                -           0.0000          -
15007.96/761.52	c       762             94          57        20                -           0.0000          -
15107.13/766.58	c       767             94          57        20                -           0.0000          -
15208.23/771.64	c       772             23          20        20                -           0.0000          -
15311.40/776.88	c       777             23          20        20                -           0.0000          -
15412.52/781.95	c       782             23          20        20                -           0.0000          -
15514.23/787.10	c       787             23          20        20                -           0.0000          -
15615.55/792.16	c       792             23          20        20                -           0.0000          -
15715.86/797.29	c       797             23          20        20                -           0.0000          -
15817.01/802.36	c       802             24          21        20                -           0.0000          -
15922.12/807.65	c       808             24          21        20                -           0.0000          -
16023.27/812.76	c       813             24          21        20                -           0.0000          -
16126.13/818.01	c       818             24          21        20                -           0.0000          -
16227.76/823.13	c       823             24          21        20                -           0.0000          -
16329.19/828.20	c       828            239         104        20                -           0.0000          -
16431.37/833.38	c       833            114          69        20                -           0.0000          -
16532.49/838.45	c       838            114          69        20                -           0.0000          -
16633.64/843.51	c       844            114          69        20                -           0.0000          -
16734.77/848.61	c       849             26          23        20                -           0.0000          -
16833.94/853.69	c       854             26          23        20                -           0.0000          -
16935.18/858.75	c       859             26          23        20                -           0.0000          -
17036.22/863.80	c       864            117          72        20                -           0.0000          -
17135.43/868.81	c       869            271         116        20                -           0.0000          -
17236.52/873.92	c       874            271         116        20                -           0.0000          -
17335.60/878.97	c       879             28          25        20                -           0.0000          -
17434.66/884.01	c       884             28          25        20                -           0.0000          -
17536.63/889.09	c       889            170         101        20                -           0.0000          -
17637.52/894.16	c       894            172         103        20                -           0.0000          -
17737.92/899.22	c       899             31          28        20                -           0.0000          -
17837.00/904.27	c       904            154          75        20                -           0.0000          -
17938.07/909.33	c       909            934          26        20                -           0.0000          -
18037.24/914.39	c       914            184         111        20                -           0.0000          -
18138.35/919.42	c       919            293         130        20                -           0.0000          -
18237.43/924.44	c       924             37          34        20                -           0.0000          -
18338.60/929.54	c       930             37          34        20                -           0.0000          -
18437.46/934.60	c       935             37          34        20                -           0.0000          -
18538.41/939.65	c       940             37          34        20                -           0.0000          -
18639.40/944.73	c       945             37          34        20                -           0.0000          -
18738.56/949.79	c       950             37          34        20                -           0.0000          -
18841.50/954.93	c       955             37          34        20                -           0.0000          -
18940.65/959.98	c       960             37          34        20                -           0.0000          -
19042.46/965.03	c       965            174          93        20                -           0.0000          -
19141.59/970.09	c       970            174          93        20                -           0.0000          -
19240.60/975.11	c       975             41          36        20                -           0.0000          -
19342.92/980.23	c       980            177          96        20                -           0.0000          -
19442.01/985.29	c       985            177          96        20                -           0.0000          -
19543.11/990.34	c       990            177          96        20                -           0.0000          -
19644.17/995.40	c       995            217         144        20                -           0.0000          -
19743.29/1000.45	c      1000            217         144        20                -           0.0000          -
19844.40/1005.51	c      1006            217         144        20                -           0.0000          -
19943.47/1010.56	c      1011            217         144        20                -           0.0000          -
20044.55/1015.63	c      1016            217         144        20                -           0.0000          -
20143.61/1020.70	c      1021            217         144        20                -           0.0000          -
20244.33/1025.75	c      1026            217         144        20                -           0.0000          -
20345.30/1030.81	c      1031            217         144        20                -           0.0000          -
20444.37/1035.87	c      1036            345         160        20                -           0.0000          -
20545.45/1040.94	c      1041            198         109        20                -           0.0000          -
20644.53/1045.98	c      1046            198         109        20                -           0.0000          -
20746.43/1051.04	c      1051            198         109        20                -           0.0000          -
20845.45/1056.10	c      1056            352         167        20                -           0.0000          -
20946.24/1061.15	c      1061            352         167        20                -           0.0000          -
21045.36/1066.17	c      1066             61          56        20                -           0.0000          -
21145.73/1071.25	c      1071            355         168        20                -           0.0000          -
21244.81/1076.29	c      1076            204         115        20                -           0.0000          -
21347.91/1081.47	c      1081            204         115        20                -           0.0000          -
21450.98/1086.64	c      1087            204         115        20                -           0.0000          -
21550.11/1091.68	c      1092            204         115        20                -           0.0000          -
21651.13/1096.75	c      1097            204         115        20                -           0.0000          -
21752.23/1101.85	c      1102            204         115        20                -           0.0000          -
21853.30/1106.93	c      1107            204         115        20                -           0.0000          -
21952.36/1111.93	c      1112            204         115        20                -           0.0000          -
22054.06/1117.08	c      1117            204         115        20                -           0.0000          -
22153.22/1122.12	c      1122            204         115        20                -           0.0000          -
22254.19/1127.17	c      1127            204         115        20                -           0.0000          -
22354.63/1132.24	c      1132            135          70        20                -           0.0000          -
22455.50/1137.34	c      1137            207         118        20                -           0.0000          -
22554.70/1142.39	c      1142            207         118        20                -           0.0000          -
22655.56/1147.44	c      1147            152          69        20                -           0.0000          -
22756.58/1152.50	c      1153            152          69        20                -           0.0000          -
22855.67/1157.57	c      1158            152          69        20                -           0.0000          -
22956.74/1162.63	c      1163            152          69        20                -           0.0000          -
23055.88/1167.69	c      1168            372         181        20                -           0.0000          -
23156.88/1172.75	c      1173            221         130        20                -           0.0000          -
23255.81/1177.80	c      1178            221         130        20                -           0.0000          -
23356.90/1182.85	c      1183            221         130        20                -           0.0000          -
23455.94/1187.90	c      1188            221         130        20                -           0.0000          -
23556.98/1193.02	c      1193            221         130        20                -           0.0000          -
23658.92/1198.06	c      1198            271         192        20                -           0.0000          -
23758.10/1203.12	c      1203            224         133        20                -           0.0000          -
23858.94/1208.14	c      1208            389         190        20                -           0.0000          -
23959.14/1213.21	c      1213            275         194        20                -           0.0000          -
24060.28/1218.32	c      1218            228         139        20                -           0.0000          -
24159.44/1223.37	c      1223            212          69        20                -           0.0000          -
24260.53/1228.42	c      1228            212          69        20                -           0.0000          -
24359.52/1233.47	c      1233            212          69        20                -           0.0000          -
24460.39/1238.53	c      1239            212          69        20                -           0.0000          -
24559.37/1243.58	c      1244            212          69        20                -           0.0000          -
24660.44/1248.63	c      1249            287         206        20                -           0.0000          -
24759.61/1253.67	c      1254            397         198        20                -           0.0000          -
24860.73/1258.73	c      1259            397         198        20                -           0.0000          -
24959.81/1263.78	c      1264            237         144        20                -           0.0000          -
25060.82/1268.85	c      1269            400         201        20                -           0.0000          -
25161.77/1273.90	c      1274            400         201        20                -           0.0000          -
25260.60/1278.95	c      1279            400         201        20                -           0.0000          -
25365.54/1284.22	c      1284            240         147        20                -           0.0000          -
25464.65/1289.26	c      1289            263          74        20                -           0.0000          -
25565.66/1294.32	c      1294            244         149        20                -           0.0000          -
25664.73/1299.39	c      1299            405         206        20                -           0.0000          -
25765.79/1304.45	c      1304            306         221        20                -           0.0000          -
25866.83/1309.50	c      1310            246         151        20                -           0.0000          -
25965.90/1314.55	c      1315            307         222        20                -           0.0000          -
26066.82/1319.62	c      1320            307         222        20                -           0.0000          -
26165.76/1324.68	c      1325            251         156        20                -           0.0000          -
26264.82/1329.69	c      1330            251         156        20                -           0.0000          -
26365.80/1334.79	c      1335            313          84        20                -           0.0000          -
26466.40/1339.85	c      1340            312         227        20                -           0.0000          -
26565.26/1344.90	c      1345            254         159        20                -           0.0000          -
26666.09/1349.93	c      1350            254         159        20                -           0.0000          -
26767.81/1355.06	c      1355            254         159        20                -           0.0000          -
26866.64/1360.12	c      1360            254         159        20                -           0.0000          -
26967.75/1365.17	c      1365            316         231        20                -           0.0000          -
27067.80/1370.28	c      1370            256         163        20                -           0.0000          -
27166.77/1375.28	c      1375            256         163        20                -           0.0000          -
27267.74/1380.32	c      1380            256         163        20                -           0.0000          -
27366.74/1385.38	c      1385            256         163        20                -           0.0000          -
27467.69/1390.50	c      1390            256         163        20                -           0.0000          -
27568.79/1395.51	c      1396            256         163        20                -           0.0000          -
27667.71/1400.55	c      1401            256         163        20                -           0.0000          -
27768.84/1405.68	c      1406            256         163        20                -           0.0000          -
27869.83/1410.74	c      1411            256         163        20                -           0.0000          -
27970.80/1415.82	c      1416            256         163        20                -           0.0000          -
28069.79/1420.87	c      1421            381         234        20                -           0.0000          -
28170.77/1425.97	c      1426            483         224        20                -           0.0000          -
28269.60/1431.02	c      1431            483         224        20                -           0.0000          -
28371.34/1436.08	c      1436            483         224        20                -           0.0000          -
28472.18/1441.17	c      1441            483         224        20                -           0.0000          -
28572.54/1446.24	c      1446            483         224        20                -           0.0000          -
28671.62/1451.29	c      1451            483         224        20                -           0.0000          -
28772.59/1456.36	c      1456            483         224        20                -           0.0000          -
28873.58/1461.40	c      1461            483         224        20                -           0.0000          -
28972.61/1466.46	c      1466            271         172        20                -           0.0000          -
29073.58/1471.52	c      1472            488         229        20                -           0.0000          -
29172.62/1476.59	c      1477            280         173        20                -           0.0000          -
29273.63/1481.65	c      1482            283         174        20                -           0.0000          -
29372.70/1486.68	c      1487            492         233        20                -           0.0000          -
29473.73/1491.70	c      1492            492         233        20                -           0.0000          -
29572.82/1496.71	c      1497            286         177        20                -           0.0000          -
29671.69/1501.76	c      1502           1694          33        20                -           0.0000          -
29772.77/1506.84	c      1507            501         240        20                -           0.0000          -
29871.62/1511.90	c      1512            295         180        20                -           0.0000          -
29972.71/1516.96	c      1517            296         181        20                -           0.0000          -
30071.79/1521.97	c      1522            523         248        20                -           0.0000          -
30175.51/1527.17	c      1527            523         248        20                -           0.0000          -
30274.52/1532.20	c      1532            301         184        20                -           0.0000          -
30376.83/1537.30	c      1537            301         184        20                -           0.0000          -
30475.94/1542.34	c      1542            301         184        20                -           0.0000          -
30576.98/1547.41	c      1547            301         184        20                -           0.0000          -
30676.03/1552.45	c      1552           1759          29        20                -           0.0000          -
30776.79/1557.52	c      1558            306         187        20                -           0.0000          -
30875.85/1562.57	c      1563            530         253        20                -           0.0000          -
30976.90/1567.63	c      1568            314         187        20                -           0.0000          -
31076.00/1572.69	c      1573            316         187        20                -           0.0000          -
31177.02/1577.75	c      1578            535         258        20                -           0.0000          -
31278.07/1582.81	c      1583            536         259        20                -           0.0000          -
31377.14/1587.87	c      1588            536         259        20                -           0.0000          -
31476.23/1592.89	c      1593            321         190        20                -           0.0000          -
31577.19/1598.00	c      1598            321         190        20                -           0.0000          -
31678.81/1603.05	c      1603            321         190        20                -           0.0000          -
31778.01/1608.13	c      1608            542         265        20                -           0.0000          -
31879.04/1613.20	c      1613            543         266        20                -           0.0000          -
31979.59/1618.26	c      1618            543         266        20                -           0.0000          -
32080.11/1623.31	c      1623            543         266        20                -           0.0000          -
32179.17/1628.33	c      1628            544         267        20                -           0.0000          -
32278.23/1633.37	c      1633            810         239        20                -           0.0000          -
32379.28/1638.43	c      1638            823         240        20                -           0.0000          -
32478.33/1643.48	c      1643            547         270        20                -           0.0000          -
32579.45/1648.55	c      1649            547         270        20                -           0.0000          -
32680.57/1653.63	c      1654            356         191        20                -           0.0000          -
32779.71/1658.68	c      1659            551         274        20                -           0.0000          -
32880.74/1663.76	c      1664            551         274        20                -           0.0000          -
32981.84/1668.81	c      1669            554         277        20                -           0.0000          -
33080.94/1673.89	c      1674            555         278        20                -           0.0000          -
33182.13/1678.94	c      1679            555         278        20                -           0.0000          -
33281.12/1683.97	c      1684            371         192        20                -           0.0000          -
33380.19/1689.00	c      1689           1920          32        20                -           0.0000          -
33481.82/1694.09	c      1694           1122          83        20                -           0.0000          -
33583.18/1699.15	c      1699           1125           0        20                -           0.0000          -
33683.24/1704.22	c      1704           1125           0        20                -           0.0000          -
33784.07/1709.30	c      1709           1125           0        20                -           0.0000          -
33883.07/1714.32	c      1714           1125           0        20                -           0.0000          -
33982.07/1719.35	c      1719           1125           0        20                -           0.0000          -
34081.11/1724.36	c      1724           1125           0        20                -           0.0000          -
34182.13/1729.41	c      1729           1125           0        20                -           0.0000          -
34281.13/1734.48	c      1734           1125           0        20                -           0.0000          -
34382.14/1739.54	c      1740           1125           0        20                -           0.0000          -
34481.23/1744.60	c      1745           1125           0        20                -           0.0000          -
34582.28/1749.67	c      1750           1125           0        20                -           0.0000          -
34683.28/1754.72	c      1755           1125           0        20                -           0.0000          -
34782.43/1759.80	c      1760           1125           0        20                -           0.0000          -
34883.40/1764.85	c      1765           1125           0        20                -           0.0000          -
34984.45/1769.90	c      1770            601         296        20                -           0.0000          -
35083.49/1774.96	c      1775           1125           0        20                -           0.0000          -
35182.62/1780.02	c      1780           1125           0        20                -           0.0000          -
35284.60/1785.09	c      1785           1125           0        20                -           0.0000          -
35385.57/1790.14	c      1790           1125           0        20                -           0.0000          -
35484.66/1795.19	c      1795           1125           0        20                -           0.0000          -
35584.93/1800.24	c      1800           1125           0        20                -           0.0000          -
35683.95/1805.28	c      1805           1125           0        20                -           0.0000          -
35784.97/1810.35	c      1810           1125           0        20                -           0.0000          -
35884.08/1815.40	c      1815           1125           0        20                -           0.0000          -
35985.19/1820.41	c      1820           1125           0        20                -           0.0000          -
36084.05/1825.43	c      1825           1125           0        20                -           0.0000          -
36185.18/1830.50	c      1830           1125           0        20                -           0.0000          -
36284.28/1835.52	c      1836           1125           0        20                -           0.0000          -
36385.49/1840.69	c      1841           1125           0        20                -           0.0000          -
36486.28/1845.73	c      1846           1125           0        20                -           0.0000          -
36587.42/1850.86	c      1851           1125           0        20                -           0.0000          -
36688.48/1855.92	c      1856           1125           0        20                -           0.0000          -
36787.52/1860.97	c      1861           1125           0        20                -           0.0000          -
36886.66/1866.02	c      1866           1125           0        20                -           0.0000          -
36988.42/1871.05	c      1871            572         200        20                -           0.0000          -
37087.60/1876.13	c      1876            572         200        20                -           0.0000          -
37188.78/1881.15	c      1881           1126           1        20                -           0.0000          -
37288.06/1886.16	c      1886           1126           1        20                -           0.0000          -
37388.31/1891.27	c      1891           1126           1        20                -           0.0000          -
37489.58/1896.32	c      1896           1126           1        20                -           0.0000          -
37588.27/1901.34	c      1901           1126           1        20                -           0.0000          -
37690.96/1906.51	c      1907           1126           1        20                -           0.0000          -
37789.93/1911.53	c      1912           1126           1        20                -           0.0000          -
37890.75/1916.61	c      1917           1126           1        20                -           0.0000          -
37989.47/1921.69	c      1922           1126           1        20                -           0.0000          -
38090.43/1926.72	c      1927           1129           4        20                -           0.0000          -
38191.41/1931.85	c      1932           1129           4        20                -           0.0000          -
38292.38/1936.91	c      1937           1129           4        20                -           0.0000          -
38391.32/1941.93	c      1942           1129           4        20                -           0.0000          -
38490.22/1946.94	c      1947           1129           4        20                -           0.0000          -
38588.88/1951.94	c      1952           1129           4        20                -           0.0000          -
38687.81/1957.02	c      1957           1129           4        20                -           0.0000          -
38791.09/1962.17	c      1962           1129           4        20                -           0.0000          -
38891.33/1967.23	c      1967           1129           4        20                -           0.0000          -
38990.13/1972.29	c      1972           1129           4        20                -           0.0000          -
39090.96/1977.33	c      1977            727         197        20                -           0.0000          -
39191.99/1982.43	c      1982           1130           5        20                -           0.0000          -
39292.93/1987.50	c      1988           1130           5        20                -           0.0000          -
39391.97/1992.58	c      1993           1130           5        20                -           0.0000          -
39492.91/1997.63	c      1998           1130           5        20                -           0.0000          -
39591.87/2002.68	c      2003           1130           5        20                -           0.0000          -
39692.96/2007.74	c      2008            728         198        20                -           0.0000          -
39792.00/2012.75	c      2013            728         198        20                -           0.0000          -
39895.03/2017.91	c      2018            728         198        20                -           0.0000          -
39994.00/2022.96	c      2023            728         198        20                -           0.0000          -
40092.99/2027.98	c      2028            728         198        20                -           0.0000          -
40194.84/2033.07	c      2033            728         198        20                -           0.0000          -
40293.87/2038.09	c      2038            728         198        20                -           0.0000          -
40396.12/2043.21	c      2043            728         198        20                -           0.0000          -
40495.26/2048.22	c      2048            728         198        20                -           0.0000          -
40596.36/2053.31	c      2053            728         198        20                -           0.0000          -
40697.49/2058.41	c      2058            728         198        20                -           0.0000          -
40796.60/2063.48	c      2063            728         198        20                -           0.0000          -
40897.69/2068.52	c      2069            728         198        20                -           0.0000          -
40996.47/2073.58	c      2074            728         198        20                -           0.0000          -
41097.44/2078.62	c      2079            728         198        20                -           0.0000          -
41196.33/2083.69	c      2084            728         198        20                -           0.0000          -
41297.45/2088.70	c      2089            728         198        20                -           0.0000          -
41396.52/2093.72	c      2094            728         198        20                -           0.0000          -
41497.57/2098.80	c      2099            728         198        20                -           0.0000          -
41598.67/2103.90	c      2104            728         198        20                -           0.0000          -
41697.65/2108.91	c      2109            728         198        20                -           0.0000          -
41796.75/2114.04	c      2114            728         198        20                -           0.0000          -
41898.44/2119.10	c      2119           1132           7        20                -           0.0000          -
41999.72/2124.15	c      2124           1132           7        20                -           0.0000          -
42098.55/2129.18	c      2129           1132           7        20                -           0.0000          -
42198.69/2134.27	c      2134           1132           7        20                -           0.0000          -
42299.62/2139.32	c      2139           1132           7        20                -           0.0000          -
42398.63/2144.36	c      2144           1132           7        20                -           0.0000          -
42499.68/2149.46	c      2149           1132           7        20                -           0.0000          -
42600.70/2154.50	c      2155           1132           7        20                -           0.0000          -
42699.77/2159.55	c      2160           1132           7        20                -           0.0000          -
42800.87/2164.62	c      2165           1133           8        20                -           0.0000          -
42899.96/2169.66	c      2170           1133           8        20                -           0.0000          -
43000.98/2174.72	c      2175           1133           8        20                -           0.0000          -
43099.97/2179.76	c      2180           1133           8        20                -           0.0000          -
43200.94/2184.82	c      2185           1133           8        20                -           0.0000          -
43299.85/2189.87	c      2190            830         397        20                -           0.0000          -
43400.74/2194.92	c      2195           2561          40        20                -           0.0000          -
43499.69/2199.97	c      2200           2561          40        20                -           0.0000          -
43601.15/2205.06	c      2205            838         401        20                -           0.0000          -
43702.14/2210.13	c      2210            857         209        20                -           0.0000          -
43801.30/2215.18	c      2215           1944         282        20                -           0.0000          -
43901.22/2220.23	c      2220           1944         282        20                -           0.0000          -
44000.13/2225.27	c      2225           1944         282        20                -           0.0000          -
44101.06/2230.32	c      2230           1157          26        20                -           0.0000          -
44202.02/2235.41	c      2235           1157          26        20                -           0.0000          -
44301.00/2240.45	c      2240           1157          26        20                -           0.0000          -
44401.95/2245.52	c      2246           1157          26        20                -           0.0000          -
44500.93/2250.58	c      2251           1157          26        20                -           0.0000          -
44601.91/2255.63	c      2256           1971         285        20                -           0.0000          -
44700.87/2260.67	c      2261           1165          26        20                -           0.0000          -
44801.85/2265.74	c      2266            887         422        20                -           0.0000          -
44900.85/2270.79	c      2271           1167          28        20                -           0.0000          -
45001.81/2275.82	c      2276            961         213        20                -           0.0000          -
45100.80/2280.88	c      2281            961         213        20                -           0.0000          -
45201.59/2285.91	c      2286            961         213        20                -           0.0000          -
45300.48/2290.96	c      2291           2028         284        20                -           0.0000          -
45399.41/2296.01	c      2296           2032         284        20                -           0.0000          -
45498.38/2301.02	c      2301           1187          32        20                -           0.0000          -
45600.08/2306.10	c      2306           2036           0        20                -           0.0000          -
45702.23/2311.20	c      2311           2036           0        20                -           0.0000          -
45803.21/2316.37	c      2316           2036           0        20                -           0.0000          -
45903.99/2321.46	c      2321           2036           0        20                -           0.0000          -
46002.89/2326.48	c      2326           2036           0        20                -           0.0000          -
46104.05/2331.60	c      2332           2036           0        20                -           0.0000          -
46204.79/2336.65	c      2337           2036           0        20                -           0.0000          -
46303.78/2341.68	c      2342           2036           0        20                -           0.0000          -
46402.78/2346.70	c      2347           2036           0        20                -           0.0000          -
46503.71/2351.78	c      2352           2036           0        20                -           0.0000          -
46604.66/2356.86	c      2357           2036           0        20                -           0.0000          -
46705.58/2361.96	c      2362           2036           0        20                -           0.0000          -
46804.55/2366.98	c      2367           2036           0        20                -           0.0000          -
46908.39/2372.18	c      2372           2037           1        20                -           0.0000          -
47008.30/2377.23	c      2377           2037           1        20                -           0.0000          -
47107.30/2382.28	c      2382           2037           1        20                -           0.0000          -
47208.26/2387.33	c      2387           2037           1        20                -           0.0000          -
47307.22/2392.39	c      2392           2037           1        20                -           0.0000          -
47408.18/2397.48	c      2397           2037           1        20                -           0.0000          -
47508.89/2402.53	c      2403           1113         215        20                -           0.0000          -
47607.68/2407.59	c      2408           2040           4        20                -           0.0000          -
47708.65/2412.66	c      2413           2040           4        20                -           0.0000          -
47809.61/2417.70	c      2418           2040           4        20                -           0.0000          -
47908.61/2422.77	c      2423           2040           4        20                -           0.0000          -
48009.57/2427.84	c      2428           2040           4        20                -           0.0000          -
48108.34/2432.89	c      2433           2040           4        20                -           0.0000          -
48209.24/2437.95	c      2438           2040           4        20                -           0.0000          -
48308.20/2443.00	c      2443           2041           5        20                -           0.0000          -
48407.16/2448.02	c      2448           2041           5        20                -           0.0000          -
48510.97/2453.17	c      2453           2041           5        20                -           0.0000          -
48610.86/2458.22	c      2458           2041           5        20                -           0.0000          -
48709.76/2463.28	c      2463           2041           5        20                -           0.0000          -
48810.67/2468.34	c      2468           2041           5        20                -           0.0000          -
48909.63/2473.40	c      2473           2041           5        20                -           0.0000          -
49010.61/2478.46	c      2478           2041           5        20                -           0.0000          -
49111.25/2483.53	c      2484           2041           5        20                -           0.0000          -
49210.18/2488.58	c      2489           2041           5        20                -           0.0000          -
49311.06/2493.63	c      2494           1044           0        20                -           0.0000          -
49412.02/2498.71	c      2499           1044           0        20                -           0.0000          -
49510.97/2503.77	c      2504           1044           0        20                -           0.0000          -
49611.91/2508.88	c      2509           1044           0        20                -           0.0000          -
49712.78/2513.93	c      2514           1044           0        20                -           0.0000          -
49811.68/2518.98	c      2519           1044           0        20                -           0.0000          -
49913.22/2524.08	c      2524           1165          11        20                -           0.0000          -
50012.18/2529.12	c      2529           1165          11        20                -           0.0000          -
50113.05/2534.19	c      2534           1044           0        20                -           0.0000          -
50213.44/2539.24	c      2539           1044           0        20                -           0.0000          -
50312.37/2544.29	c      2544           1044           0        20                -           0.0000          -
50413.33/2549.34	c      2549           1044           0        20                -           0.0000          -
50511.99/2554.39	c      2554           1044           0        20                -           0.0000          -
50612.76/2559.44	c      2559           2045           9        20                -           0.0000          -
50713.71/2564.50	c      2564           2045           9        20                -           0.0000          -
50812.73/2569.55	c      2570           2045           9        20                -           0.0000          -
50911.81/2574.58	c      2575           2045           9        20                -           0.0000          -
51012.96/2579.62	c      2580           2045           9        20                -           0.0000          -
51114.11/2584.70	c      2585           1168          16        20                -           0.0000          -
51213.19/2589.78	c      2590           1168          16        20                -           0.0000          -
51314.26/2594.84	c      2595           1057          13        20                -           0.0000          -
51413.25/2599.85	c      2600           1057          13        20                -           0.0000          -
51512.31/2604.89	c      2605           1057          13        20                -           0.0000          -
51613.46/2609.97	c      2610           1057          13        20                -           0.0000          -
51715.32/2615.04	c      2615           1057          13        20                -           0.0000          -
51814.45/2620.09	c      2620           1057          13        20                -           0.0000          -
51915.85/2625.16	c      2625           1057          13        20                -           0.0000          -
52015.97/2630.21	c      2630           1057          13        20                -           0.0000          -
52115.15/2635.26	c      2635           1057          13        20                -           0.0000          -
52216.19/2640.33	c      2640           1057          13        20                -           0.0000          -
52315.23/2645.34	c      2645           1057          13        20                -           0.0000          -
52416.39/2650.40	c      2650           1057          13        20                -           0.0000          -
52515.32/2655.43	c      2655           1057          13        20                -           0.0000          -
52616.48/2660.52	c      2661           1057          13        20                -           0.0000          -
52719.55/2665.73	c      2666           1057          13        20                -           0.0000          -
52818.70/2670.75	c      2671           1057          13        20                -           0.0000          -
52919.76/2675.86	c      2676           1057          13        20                -           0.0000          -
53020.73/2680.91	c      2681           1057          13        20                -           0.0000          -
53119.72/2685.96	c      2686           1057          13        20                -           0.0000          -
53218.69/2691.02	c      2691           1057          13        20                -           0.0000          -
53320.32/2696.06	c      2696           1057          13        20                -           0.0000          -
53419.12/2701.12	c      2701           1057          13        20                -           0.0000          -
53520.27/2706.17	c      2706           1057          13        20                -           0.0000          -
53620.14/2711.23	c      2711           1057          13        20                -           0.0000          -
53719.09/2716.29	c      2716           1057          13        20                -           0.0000          -
53820.19/2721.35	c      2721           1057          13        20                -           0.0000          -
53921.22/2726.42	c      2726           1057          13        20                -           0.0000          -
54020.36/2731.46	c      2731           1057          13        20                -           0.0000          -
54119.36/2736.49	c      2736           1057          13        20                -           0.0000          -
54220.35/2741.50	c      2742           1057          13        20                -           0.0000          -
54319.37/2746.57	c      2747           1057          13        20                -           0.0000          -
54422.36/2751.72	c      2752           1057          13        20                -           0.0000          -
54521.20/2756.74	c      2757           1057          13        20                -           0.0000          -
54622.16/2761.84	c      2762           1057          13        20                -           0.0000          -
54721.14/2766.88	c      2767           1057          13        20                -           0.0000          -
54822.00/2771.94	c      2772           1057          13        20                -           0.0000          -
54921.06/2776.99	c      2777           1057          13        20                -           0.0000          -
55022.51/2782.04	c      2782           1057          13        20                -           0.0000          -
55121.41/2787.08	c      2787           1057          13        20                -           0.0000          -
55220.45/2792.13	c      2792           1057          13        20                -           0.0000          -
55322.79/2797.22	c      2797           1057          13        20                -           0.0000          -
55421.66/2802.23	c      2802           1057          13        20                -           0.0000          -
55520.71/2807.27	c      2807           1057          13        20                -           0.0000          -
55619.79/2812.28	c      2812           1057          13        20                -           0.0000          -
55720.91/2817.40	c      2817           1057          13        20                -           0.0000          -
55823.96/2822.50	c      2822           1057          13        20                -           0.0000          -
55923.08/2827.55	c      2828           1057          13        20                -           0.0000          -
56022.19/2832.59	c      2833           1057          13        20                -           0.0000          -
56123.13/2837.70	c      2838           1057          13        20                -           0.0000          -
56224.08/2842.75	c      2843           1057          13        20                -           0.0000          -
56324.99/2847.83	c      2848           1057          13        20                -           0.0000          -
56423.93/2852.89	c      2853           1057          13        20                -           0.0000          -
56524.96/2857.93	c      2858           1057          13        20                -           0.0000          -
56624.09/2862.99	c      2863           1057          13        20                -           0.0000          -
56723.23/2868.00	c      2868           1057          13        20                -           0.0000          -
56824.81/2873.05	c      2873           1057          13        20                -           0.0000          -
56925.99/2878.17	c      2878           1057          13        20                -           0.0000          -
57026.25/2883.23	c      2883           1057          13        20                -           0.0000          -
57125.10/2888.28	c      2888           1057          13        20                -           0.0000          -
57226.14/2893.38	c      2893           1057          13        20                -           0.0000          -
57327.06/2898.42	c      2898           1057          13        20                -           0.0000          -
57426.18/2903.43	c      2903           1057          13        20                -           0.0000          -
57527.26/2908.58	c      2909           1057          13        20                -           0.0000          -
57628.30/2913.64	c      2914           1057          13        20                -           0.0000          -
57727.47/2918.67	c      2919           1057          13        20                -           0.0000          -
57826.44/2923.69	c      2924           1057          13        20                -           0.0000          -
57927.53/2928.74	c      2929           1057          13        20                -           0.0000          -
58028.59/2933.85	c      2934           1058          14        20                -           0.0000          -
58127.65/2938.88	c      2939           1058          14        20                -           0.0000          -
58231.52/2944.05	c      2944           1060          16        20                -           0.0000          -
58332.10/2949.16	c      2949           1062          18        20                -           0.0000          -
58432.38/2954.20	c      2954           1063          19        20                -           0.0000          -
58531.51/2959.29	c      2959           1063          19        20                -           0.0000          -
58630.63/2964.30	c      2964           1063          19        20                -           0.0000          -
58731.73/2969.37	c      2969           1068          22        20                -           0.0000          -
58832.77/2974.45	c      2974           1068          22        20                -           0.0000          -
58933.89/2979.55	c      2980           1069          23        20                -           0.0000          -
59034.95/2984.60	c      2985           1069          23        20                -           0.0000          -
59134.09/2989.66	c      2990           1071          25        20                -           0.0000          -
59235.01/2994.70	c      2995           2406          37        20                -           0.0000          -
59334.03/2999.74	c      3000           1836          39        20                -           0.0000          -
59433.03/3004.75	c      3005           3613          41        20                -           0.0000          -
59534.00/3009.81	c      3010           3618          42        20                -           0.0000          -
59635.08/3014.97	c      3015           2425          36        20                -           0.0000          -
59734.10/3020.03	c      3020           3629          41        20                -           0.0000          -
59835.76/3025.07	c      3025           1114          30        20                -           0.0000          -
59937.02/3030.15	c      3030           1115          31        20                -           0.0000          -
60037.15/3035.24	c      3035           1116          32        20                -           0.0000          -
60136.18/3040.27	c      3040           1912          41        20                -           0.0000          -
60237.16/3045.33	c      3045           1118          34        20                -           0.0000          -
60338.33/3050.42	c      3050           1122          38        20                -           0.0000          -
60437.53/3055.47	c      3055           1128          38        20                -           0.0000          -
60538.45/3060.53	c      3061           3678          40        20                -           0.0000          -
60637.49/3065.58	c      3066           1961          38        20                -           0.0000          -
60738.16/3070.61	c      3071           2500          39        20                -           0.0000          -
60838.95/3075.72	c      3076           2504          37        20                -           0.0000          -
60939.76/3080.81	c      3081           1159          41        20                -           0.0000          -
61038.73/3085.84	c      3086           3706          42        20                -           0.0000          -
61139.66/3090.90	c      3091           3710          42        20                -           0.0000          -
61238.77/3095.97	c      3096           1174          39        20                -           0.0000          -
61337.73/3100.98	c      3101           2540          37        20                -           0.0000          -
61436.81/3106.00	c      3106           2546          37        20                -           0.0000          -
61540.53/3111.15	c      3111           3733          41        20                -           0.0000          -
61639.67/3116.19	c      3116           2052          38        20                -           0.0000          -
61742.03/3121.35	c      3121           3431          48        20                -           0.0000          -
61843.05/3126.40	c      3126           3746          40        20                -           0.0000          -
61942.16/3131.44	c      3131           2576          37        20                -           0.0000          -
62043.36/3136.53	c      3137           3753          41        20                -           0.0000          -
62142.48/3141.58	c      3142           2106          38        20                -           0.0000          -
62243.44/3146.64	c      3147           3766          40        20                -           0.0000          -
62342.62/3151.68	c      3152           2610          37        20                -           0.0000          -
62443.78/3156.75	c      3157           1261          43        20                -           0.0000          -
62542.97/3161.78	c      3162           3775          41        20                -           0.0000          -
62644.08/3166.83	c      3167           3775          41        20                -           0.0000          -
62745.23/3171.93	c      3172           3775          41        20                -           0.0000          -
62844.34/3176.99	c      3177           3775          41        20                -           0.0000          -
62943.45/3182.03	c      3182           3775          41        20                -           0.0000          -
63045.21/3187.10	c      3187           3775          41        20                -           0.0000          -
63144.34/3192.11	c      3192           3775          41        20                -           0.0000          -
63246.78/3197.22	c      3197           3775          41        20                -           0.0000          -
63345.91/3202.26	c      3202           3775          41        20                -           0.0000          -
63445.03/3207.28	c      3207           1351          45        20                -           0.0000          -
63546.09/3212.38	c      3212           2260          40        20                -           0.0000          -
63647.08/3217.43	c      3217           3786          44        20                -           0.0000          -
63746.11/3222.48	c      3222           2278          40        20                -           0.0000          -
63847.05/3227.51	c      3228           3793          43        20                -           0.0000          -
63946.17/3232.53	c      3233           3797          45        20                -           0.0000          -
64047.21/3237.60	c      3238           1415          41        20                -           0.0000          -
64146.19/3242.69	c      3243           3806          44        20                -           0.0000          -
64246.94/3247.77	c      3248           3803          50        20                -           0.0000          -
64347.93/3252.84	c      3253           1437          41        20                -           0.0000          -
64448.87/3257.92	c      3258           2784          35        20                -           0.0000          -
64548.01/3262.98	c      3263           3830          47        20                -           0.0000          -
64647.14/3268.02	c      3268           3842          47        20                -           0.0000          -
64748.96/3273.07	c      3273           2398          38        20                -           0.0000          -
64848.13/3278.13	c      3278           2405          37        20                -           0.0000          -
64949.27/3283.17	c      3283           3845          45        20                -           0.0000          -
65049.47/3288.24	c      3288           1494          44        20                -           0.0000          -
65150.46/3293.30	c      3293           2433          39        20                -           0.0000          -
65249.59/3298.31	c      3298           3863          43        20                -           0.0000          -
65350.68/3303.45	c      3303           2848          35        20                -           0.0000          -
65451.83/3308.50	c      3308           3869          45        20                -           0.0000          -
65550.88/3313.52	c      3314           3957          52        20                -           0.0000          -
65651.87/3318.62	c      3319           2868          37        20                -           0.0000          -
65750.89/3323.67	c      3324           3885          45        20                -           0.0000          -
65851.90/3328.72	c      3329           3888          44        20                -           0.0000          -
65950.88/3333.76	c      3334           2894          37        20                -           0.0000          -
66051.87/3338.80	c      3339           1600          43        20                -           0.0000          -
66150.72/3343.83	c      3344           1602          43        20                -           0.0000          -
66249.34/3348.83	c      3349           2558          40        20                -           0.0000          -
66348.45/3353.88	c      3354           3912          44        20                -           0.0000          -
66449.55/3358.99	c      3359           1625          44        20                -           0.0000          -
66548.63/3364.03	c      3364           3918          46        20                -           0.0000          -
66652.30/3369.18	c      3369           1639          44        20                -           0.0000          -
66752.80/3374.21	c      3374           2957          36        20                -           0.0000          -
66851.88/3379.30	c      3379           1661          44        20                -           0.0000          -
66952.84/3384.35	c      3384           2976          37        20                -           0.0000          -
67051.93/3389.38	c      3389           2981          36        20                -           0.0000          -
67151.03/3394.40	c      3394           2985          38        20                -           0.0000          -
67252.11/3399.47	c      3399           2993          36        20                -           0.0000          -
67353.26/3404.52	c      3405           4199          50        20                -           0.0000          -
67454.19/3409.61	c      3410           1713          44        20                -           0.0000          -
67553.27/3414.67	c      3415           3970          46        20                -           0.0000          -
67654.24/3419.75	c      3420           3975          45        20                -           0.0000          -
67753.34/3424.78	c      3425           3030          35        20                -           0.0000          -
67854.44/3429.82	c      3430           1744          43        20                -           0.0000          -
67955.42/3434.92	c      3435           1748          43        20                -           0.0000          -
68054.55/3439.97	c      3440           1757          42        20                -           0.0000          -
68153.55/3445.04	c      3445           3998          46        20                -           0.0000          -
68255.42/3450.11	c      3450           3078          35        20                -           0.0000          -
68356.45/3455.17	c      3455           1780          41        20                -           0.0000          -
68456.80/3460.27	c      3460           4342          49        20                -           0.0000          -
68557.90/3465.31	c      3465           1790          41        20                -           0.0000          -
68657.02/3470.36	c      3470           3123          34        20                -           0.0000          -
68758.14/3475.42	c      3475           4039          47        20                -           0.0000          -
68857.22/3480.47	c      3480           2834          48        20                -           0.0000          -
68958.30/3485.51	c      3486           2834          48        20                -           0.0000          -
69057.54/3490.58	c      3491           4044          52        20                -           0.0000          -
69158.45/3495.62	c      3496           2853          49        20                -           0.0000          -
69259.52/3500.73	c      3501           3165          38        20                -           0.0000          -
69358.63/3505.78	c      3506           4069          53        20                -           0.0000          -
69459.69/3510.84	c      3511           1861          42        20                -           0.0000          -
69558.57/3515.89	c      3516           4079          55        20                -           0.0000          -
69659.50/3520.90	c      3521           1876          41        20                -           0.0000          -
69758.51/3525.94	c      3526           4090          56        20                -           0.0000          -
69857.50/3530.96	c      3531           1890          41        20                -           0.0000          -
69956.47/3536.01	c      3536           3221          38        20                -           0.0000          -
70058.24/3541.06	c      3541           1900          41        20                -           0.0000          -
70159.00/3546.13	c      3546           4112          56        20                -           0.0000          -
70259.28/3551.23	c      3551           3245          36        20                -           0.0000          -
70358.03/3556.26	c      3556           4597          50        20                -           0.0000          -
70458.75/3561.37	c      3561           3027          45        20                -           0.0000          -
70559.68/3566.43	c      3566           4134          54        20                -           0.0000          -
70658.33/3571.45	c      3571           1946          41        20                -           0.0000          -
70757.27/3576.48	c      3576           3070          44        20                -           0.0000          -
70858.17/3581.51	c      3582           3285          38        20                -           0.0000          -
70957.12/3586.58	c      3587           4157          53        20                -           0.0000          -
71058.05/3591.66	c      3592           3116          44        20                -           0.0000          -
71158.97/3596.71	c      3597           4166          54        20                -           0.0000          -
71257.94/3601.73	c      3602           1987          40        20                -           0.0000          -
71358.76/3606.88	c      3607           1993          40        20                -           0.0000          -
71459.66/3611.94	c      3612           4181          53        20                -           0.0000          -
71558.62/3616.99	c      3617           3208          42        20                -           0.0000          -
71660.16/3622.06	c      3622           4192          58        20                -           0.0000          -
71759.23/3627.12	c      3627           3345          38        20                -           0.0000          -
71860.33/3632.18	c      3632           4205          57        20                -           0.0000          -
71960.59/3637.24	c      3637           3352          37        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (154844 MiB free)
  memory of node 1: 193531 MiB (183277 MiB free)
  memory of node 2: 193531 MiB (160598 MiB free)
  memory of node 3: 193493 MiB (163846 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-4467799-1723244000/watcher-4467799-1723244000 -o /tmp/evaluation-result-4467799-1723244000/solver-4467799-1723244000 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723238679-541006 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467799-1723244000.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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=546139, runsolver pid=546136
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 80.42 80.28 79.12 62/984 546140
/proc/meminfo: memFree=678434448/790760800 swapFree=131071996/131071996
[pid=546139] ppid=546136 vsize=55676 memory=44852 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/stat : 546139 (fscip) R 546136 546139 540995 0 -1 4194304 10190 0 0 0 10 1 0 0 20 0 1 0 90979466 57012224 11213 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
/proc/546139/statm: 13919 11213 2726 3035 0 10315 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 55676 KiB
Current children cumulated memory: 44852 KiB

[startup+0.218876 s]*
/proc/loadavg: 80.42 80.28 79.12 62/984 546140
/proc/meminfo: memFree=678417228/790760800 swapFree=131071996/131071996
[pid=546139] ppid=546136 vsize=78048 memory=64808 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/546139/stat : 546139 (fscip) R 546136 546139 540995 0 -1 4194304 15215 0 0 0 21 1 0 0 20 0 1 0 90979466 79921152 16202 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
/proc/546139/statm: 19512 16202 2790 3035 0 15908 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 78048 KiB
Current children cumulated memory: 64808 KiB

[startup+0.318815 s]*
/proc/loadavg: 80.42 80.28 79.12 62/984 546140
/proc/meminfo: memFree=678411040/790760800 swapFree=131071996/131071996
[pid=546139] ppid=546136 vsize=83848 memory=70552 CPUtime=0.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/stat : 546139 (fscip) R 546136 546139 540995 0 -1 4194304 16652 0 0 0 31 1 0 0 20 0 1 0 90979466 85860352 17638 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
/proc/546139/statm: 20962 17638 2790 3035 0 17358 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 83848 KiB
Current children cumulated memory: 70552 KiB

[startup+0.700217 s]
/proc/loadavg: 80.42 80.28 79.12 62/984 546140
/proc/meminfo: memFree=678410908/790760800 swapFree=131071996/131071996
[pid=546139] ppid=546136 vsize=83848 memory=70552 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/stat : 546139 (fscip) R 546136 546139 540995 0 -1 4194304 16652 0 0 0 67 1 0 0 20 0 1 0 90979466 85860352 17638 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
/proc/546139/statm: 20962 17638 2790 3035 0 17358 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 83848 KiB
Current children cumulated memory: 70552 KiB

[startup+1.50023 s]
/proc/loadavg: 80.42 80.28 79.12 62/984 546140
/proc/meminfo: memFree=678410724/790760800 swapFree=131071996/131071996
[pid=546139] ppid=546136 vsize=83848 memory=71344 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/546139/stat : 546139 (fscip) R 546136 546139 540995 0 -1 4194304 16864 0 0 0 147 1 0 0 20 0 1 0 90979466 85860352 17836 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
/proc/546139/statm: 20962 17836 2790 3035 0 17358 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 83848 KiB
Current children cumulated memory: 71344 KiB

[startup+3.11887 s]
/proc/loadavg: 78.94 79.98 79.02 62/984 546142
/proc/meminfo: memFree=678408376/790760800 swapFree=131071996/131071996
[pid=546139] ppid=546136 vsize=85016 memory=72664 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/546139/stat : 546139 (fscip) R 546136 546139 540995 0 -1 4194304 17152 0 0 0 308 2 0 0 20 0 1 0 90979466 87056384 18166 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
/proc/546139/statm: 21254 18166 2790 3035 0 17650 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 85016 KiB
Current children cumulated memory: 72664 KiB

[startup+6.30117 s]
/proc/loadavg: 78.94 79.98 79.02 81/1024 546182
/proc/meminfo: memFree=677548492/790760800 swapFree=131071996/131071996
[pid=546139] ppid=546136 vsize=1779440 memory=931336 CPUtime=34.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/stat : 546139 (fscip) S 546136 546139 540995 0 -1 1077936128 233670 0 0 0 3371 52 0 0 20 0 41 0 90979466 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
/proc/546139/statm: 444860 232834 2822 3035 0 328819 0
[pid=546139/tid=546143] ppid=546136 vsize=1779440 memory=10824 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546143/stat : 546143 (fscip) R 546136 546139 540995 0 -1 4194368 10238 0 0 0 147 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546144] ppid=546136 vsize=1779440 memory=0 CPUtime=1.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546144/stat : 546144 (fscip) R 546136 546139 540995 0 -1 4194368 10200 0 0 0 145 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546145] ppid=546136 vsize=1779440 memory=0 CPUtime=1.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546145/stat : 546145 (fscip) R 546136 546139 540995 0 -1 4194368 10231 0 0 0 145 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546146] ppid=546136 vsize=1779440 memory=11572 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546146/stat : 546146 (fscip) R 546136 546139 540995 0 -1 4194368 10239 0 0 0 146 3 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546147] ppid=546136 vsize=1779440 memory=1240 CPUtime=1.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546147/stat : 546147 (fscip) R 546136 546139 540995 0 -1 4194368 10192 0 0 0 145 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546148] ppid=546136 vsize=1779440 memory=2212 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/546139/task/546148/stat : 546148 (fscip) R 546136 546139 540995 0 -1 4194368 10221 0 0 0 146 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546149] ppid=546136 vsize=1779440 memory=1968 CPUtime=1.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546149/stat : 546149 (fscip) R 546136 546139 540995 0 -1 4194368 10272 0 0 0 145 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546150] ppid=546136 vsize=1779440 memory=25333125866717268 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/546139/task/546150/stat : 546150 (fscip) R 546136 546139 540995 0 -1 4194368 10226 0 0 0 146 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546151] ppid=546136 vsize=1779440 memory=72664 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/546139/task/546151/stat : 546151 (fscip) R 546136 546139 540995 0 -1 4194368 10279 0 0 0 146 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546152] ppid=546136 vsize=1779440 memory=29273809900535888 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546152/stat : 546152 (fscip) R 546136 546139 540995 0 -1 4194368 10241 0 0 0 147 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546153] ppid=546136 vsize=1779440 memory=281125474057200 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/546139/task/546153/stat : 546153 (fscip) R 546136 546139 540995 0 -1 4194368 10181 0 0 0 146 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546154] ppid=546136 vsize=1779440 memory=7440061398914392930 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/546139/task/546154/stat : 546154 (fscip) R 546136 546139 540995 0 -1 4194368 10242 0 0 0 146 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546155] ppid=546136 vsize=1779440 memory=281125474058096 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546155/stat : 546155 (fscip) R 546136 546139 540995 0 -1 4194368 10227 0 0 0 147 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546156] ppid=546136 vsize=1779440 memory=-8325000837725706836 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/546139/task/546156/stat : 546156 (fscip) R 546136 546139 540995 0 -1 4194368 10227 0 0 0 146 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546157] ppid=546136 vsize=1779440 memory=5556 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/546139/task/546157/stat : 546157 (fscip) R 546136 546139 540995 0 -1 4194368 10266 0 0 0 146 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546158] ppid=546136 vsize=1779440 memory=281125474242128 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546158/stat : 546158 (fscip) R 546136 546139 540995 0 -1 4194368 10233 0 0 0 147 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546159] ppid=546136 vsize=1779440 memory=0 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/546139/task/546159/stat : 546159 (fscip) R 546136 546139 540995 0 -1 4194368 10234 0 0 0 147 1 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546160] ppid=546136 vsize=1779440 memory=31232 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/546139/task/546160/stat : 546160 (fscip) R 546136 546139 540995 0 -1 4194368 10209 0 0 0 145 3 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546161] ppid=546136 vsize=1779440 memory=28656 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/546139/task/546161/stat : 546161 (fscip) R 546136 546139 540995 0 -1 4194368 10186 0 0 0 146 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546162] ppid=546136 vsize=1779440 memory=7492 CPUtime=1.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546162/stat : 546162 (fscip) R 546136 546139 540995 0 -1 4194368 12491 0 0 0 140 2 0 0 20 0 41 0 90979920 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546163] ppid=546136 vsize=1779440 memory=25988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546163/stat : 546163 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546164] ppid=546136 vsize=1779440 memory=2244 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546164/stat : 546164 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546165] ppid=546136 vsize=1779440 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546165/stat : 546165 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546166] ppid=546136 vsize=1779440 memory=281125473931344 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546166/stat : 546166 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546167] ppid=546136 vsize=1779440 memory=281125474213168 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546167/stat : 546167 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546168] ppid=546136 vsize=1779440 memory=8806025135873 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546168/stat : 546168 (fscip) S 546136 546139 540995 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546169] ppid=546136 vsize=1779440 memory=8870449645057 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546169/stat : 546169 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546170] ppid=546136 vsize=1779440 memory=10073040487937 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546170/stat : 546170 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546171] ppid=546136 vsize=1779440 memory=2814784127238148 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546171/stat : 546171 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546172] ppid=546136 vsize=1779440 memory=71344 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546172/stat : 546172 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546173] ppid=546136 vsize=1779440 memory=100 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546173/stat : 546173 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546174] ppid=546136 vsize=1779440 memory=1836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546174/stat : 546174 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546175] ppid=546136 vsize=1779440 memory=281125474125632 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546175/stat : 546175 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546176] ppid=546136 vsize=1779440 memory=8606097624204082341 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546176/stat : 546176 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546177] ppid=546136 vsize=1779440 memory=4945082862678953669 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546177/stat : 546177 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546178] ppid=546136 vsize=1779440 memory=5931329032301859689 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546178/stat : 546178 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546179] ppid=546136 vsize=1779440 memory=8758853059989767230 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546179/stat : 546179 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546180] ppid=546136 vsize=1779440 memory=-4866470824705299089 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546180/stat : 546180 (fscip) S 546136 546139 540995 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546181] ppid=546136 vsize=1779440 memory=6944656575208382560 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546181/stat : 546181 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546182] ppid=546136 vsize=1779440 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/546139/task/546182/stat : 546182 (fscip) S 546136 546139 540995 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90979944 1822146560 232834 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
Current children cumulated CPU time: 34.23 s
Current children cumulated vsize: 1779440 KiB
Current children cumulated memory: 931336 KiB

[startup+12.7012 s]
/proc/loadavg: 79.03 79.98 79.03 81/1024 546184
/proc/meminfo: memFree=677176244/790760800 swapFree=131071996/131071996
[pid=546139] ppid=546136 vsize=1849640 memory=1310460 CPUtime=161 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/stat : 546139 (fscip) S 546136 546139 540995 0 -1 1077936128 448900 0 0 0 16017 83 0 0 20 0 41 0 90979466 1894031360 327615 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
/proc/546139/statm: 462410 327615 2982 3035 0 431475 0
[pid=546139/tid=546143] ppid=546136 vsize=1849640 memory=16088 CPUtime=7.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546143/stat : 546143 (fscip) R 546136 546139 540995 0 -1 4194368 16277 0 0 0 780 3 0 0 20 0 41 0 90979920 1894031360 327615 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546144] ppid=546136 vsize=1849640 memory=2212 CPUtime=7.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546144/stat : 546144 (fscip) R 546136 546139 540995 0 -1 4194368 22560 0 0 0 778 4 0 0 20 0 41 0 90979920 1894031360 327615 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546145] ppid=546136 vsize=1849640 memory=281125474058096 CPUtime=7.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546145/stat : 546145 (fscip) R 546136 546139 540995 0 -1 4194368 22480 0 0 0 779 3 0 0 20 0 41 0 90979920 1894031360 327615 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0

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

/proc/546139/task/546162/stat : 546162 (fscip) R 546136 546139 540995 0 -1 4194368 1403329 0 0 0 354476 172 0 0 20 0 41 0 90979920 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546163] ppid=546136 vsize=8260664 memory=64 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546163/stat : 546163 (fscip) S 546136 546139 540995 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546164] ppid=546136 vsize=8260664 memory=281125478183680 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546164/stat : 546164 (fscip) S 546136 546139 540995 0 -1 1077936192 71 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546165] ppid=546136 vsize=8260664 memory=281125474356192 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546165/stat : 546165 (fscip) S 546136 546139 540995 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546166] ppid=546136 vsize=8260664 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546166/stat : 546166 (fscip) S 546136 546139 540995 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546167] ppid=546136 vsize=8260664 memory=6096 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546167/stat : 546167 (fscip) S 546136 546139 540995 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546168] ppid=546136 vsize=8260664 memory=6888032 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546168/stat : 546168 (fscip) S 546136 546139 540995 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546169] ppid=546136 vsize=8260664 memory=6745016 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546169/stat : 546169 (fscip) S 546136 546139 540995 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546170] ppid=546136 vsize=8260664 memory=25333125866717268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546170/stat : 546170 (fscip) S 546136 546139 540995 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546171] ppid=546136 vsize=8260664 memory=6887512 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546171/stat : 546171 (fscip) S 546136 546139 540995 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546172] ppid=546136 vsize=8260664 memory=6888032 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546172/stat : 546172 (fscip) S 546136 546139 540995 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546173] ppid=546136 vsize=8260664 memory=6885756 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546173/stat : 546173 (fscip) S 546136 546139 540995 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546174] ppid=546136 vsize=8260664 memory=6885912 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/546139/task/546174/stat : 546174 (fscip) S 546136 546139 540995 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546175] ppid=546136 vsize=8260664 memory=30832 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/546139/task/546175/stat : 546175 (fscip) S 546136 546139 540995 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546176] ppid=546136 vsize=8260664 memory=10824 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546176/stat : 546176 (fscip) S 546136 546139 540995 0 -1 1077936192 159 0 0 0 1 2 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546177] ppid=546136 vsize=8260664 memory=6876932 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/546139/task/546177/stat : 546177 (fscip) S 546136 546139 540995 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546178] ppid=546136 vsize=8260664 memory=6885552 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546178/stat : 546178 (fscip) S 546136 546139 540995 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546179] ppid=546136 vsize=8260664 memory=6888140 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546179/stat : 546179 (fscip) S 546136 546139 540995 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546180] ppid=546136 vsize=8260664 memory=6888160 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546180/stat : 546180 (fscip) S 546136 546139 540995 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546181] ppid=546136 vsize=8260664 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546181/stat : 546181 (fscip) S 546136 546139 540995 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546182] ppid=546136 vsize=8260664 memory=6888160 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/546139/task/546182/stat : 546182 (fscip) S 546136 546139 540995 0 -1 1077936192 164 0 0 0 2 0 0 0 20 0 41 0 90979944 8458919936 1722040 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
Current children cumulated CPU time: 70874 s
Current children cumulated vsize: 8260664 KiB
Current children cumulated memory: 6888160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3639.2 s]
/proc/loadavg: 81.16 80.69 80.48 82/1023 548540
/proc/meminfo: memFree=681071864/790760800 swapFree=131071996/131071996
[pid=546139] ppid=546136 vsize=8260664 memory=6894632 CPUtime=72000.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/stat : 546139 (fscip) S 546136 546139 540995 0 -1 1077936128 30302397 0 0 0 7192362 7663 0 0 20 0 41 0 90979466 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
/proc/546139/statm: 2065166 1723658 3334 3035 0 1921917 0
[pid=546139/tid=546143] ppid=546136 vsize=8260664 memory=281125474987328 CPUtime=3601.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546143/stat : 546143 (fscip) R 546136 546139 540995 0 -1 4194368 1133803 0 0 0 360034 143 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546144] ppid=546136 vsize=8260664 memory=7291677876282348395 CPUtime=3598.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546144/stat : 546144 (fscip) R 546136 546139 540995 0 -1 4194368 1476768 0 0 0 359702 174 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546145] ppid=546136 vsize=8260664 memory=11572 CPUtime=3597.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546145/stat : 546145 (fscip) R 546136 546139 540995 0 -1 4194368 2024862 0 0 0 358861 898 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546146] ppid=546136 vsize=8260664 memory=30832 CPUtime=3601.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546146/stat : 546146 (fscip) R 546136 546139 540995 0 -1 4194368 1137497 0 0 0 360004 138 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546147] ppid=546136 vsize=8260664 memory=10824 CPUtime=3597.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546147/stat : 546147 (fscip) R 546136 546139 540995 0 -1 4194368 1385390 0 0 0 359587 171 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546148] ppid=546136 vsize=8260664 memory=5556 CPUtime=3593.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546148/stat : 546148 (fscip) R 546136 546139 540995 0 -1 4194368 2149587 0 0 0 358516 882 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546149] ppid=546136 vsize=8260664 memory=16088 CPUtime=3603.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546149/stat : 546149 (fscip) R 546136 546139 540995 0 -1 4194368 1224469 0 0 0 360183 155 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546150] ppid=546136 vsize=8260664 memory=6720666540922257006 CPUtime=3598.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546150/stat : 546150 (fscip) R 546136 546139 540995 0 -1 4194368 1427169 0 0 0 359643 174 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546151] ppid=546136 vsize=8260664 memory=54204 CPUtime=3591.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546151/stat : 546151 (fscip) R 546136 546139 540995 0 -1 4194368 2143638 0 0 0 358211 958 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546152] ppid=546136 vsize=8260664 memory=33196 CPUtime=3603.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546152/stat : 546152 (fscip) R 546136 546139 540995 0 -1 4194368 1120078 0 0 0 360199 131 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546153] ppid=546136 vsize=8260664 memory=21544 CPUtime=3601.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546153/stat : 546153 (fscip) R 546136 546139 540995 0 -1 4194368 1449204 0 0 0 359953 192 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546154] ppid=546136 vsize=8260664 memory=100 CPUtime=3595.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546154/stat : 546154 (fscip) R 546136 546139 540995 0 -1 4194368 2184015 0 0 0 358714 872 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546155] ppid=546136 vsize=8260664 memory=6720666540922257006 CPUtime=3603.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546155/stat : 546155 (fscip) R 546136 546139 540995 0 -1 4194368 999761 0 0 0 360238 121 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546156] ppid=546136 vsize=8260664 memory=7044 CPUtime=3603.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546156/stat : 546156 (fscip) R 546136 546139 540995 0 -1 4194368 1299866 0 0 0 360155 159 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546157] ppid=546136 vsize=8260664 memory=30236 CPUtime=3599.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546157/stat : 546157 (fscip) R 546136 546139 540995 0 -1 4194368 1983050 0 0 0 358999 946 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546158] ppid=546136 vsize=8260664 memory=33772 CPUtime=3602.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546158/stat : 546158 (fscip) R 546136 546139 540995 0 -1 4194368 926804 0 0 0 360179 117 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546159] ppid=546136 vsize=8260664 memory=41176 CPUtime=3603.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546159/stat : 546159 (fscip) R 546136 546139 540995 0 -1 4194368 1499462 0 0 0 360186 180 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546160] ppid=546136 vsize=8260664 memory=2180 CPUtime=3591.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546160/stat : 546160 (fscip) R 546136 546139 540995 0 -1 4194368 2104879 0 0 0 358258 877 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546161] ppid=546136 vsize=8260664 memory=1744 CPUtime=3601.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546161/stat : 546161 (fscip) R 546136 546139 540995 0 -1 4194368 1175783 0 0 0 360056 140 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546162] ppid=546136 vsize=8260664 memory=15340 CPUtime=3602.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546162/stat : 546162 (fscip) R 546136 546139 540995 0 -1 4194368 1425561 0 0 0 360116 174 0 0 20 0 41 0 90979920 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546163] ppid=546136 vsize=8260664 memory=28716 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546163/stat : 546163 (fscip) S 546136 546139 540995 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546164] ppid=546136 vsize=8260664 memory=32852 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546164/stat : 546164 (fscip) S 546136 546139 540995 0 -1 1077936192 72 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546165] ppid=546136 vsize=8260664 memory=12228 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546165/stat : 546165 (fscip) S 546136 546139 540995 0 -1 1077936192 148 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546166] ppid=546136 vsize=8260664 memory=11648 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546166/stat : 546166 (fscip) S 546136 546139 540995 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546167] ppid=546136 vsize=8260664 memory=11584 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546167/stat : 546167 (fscip) S 546136 546139 540995 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546168] ppid=546136 vsize=8260664 memory=11584 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546168/stat : 546168 (fscip) S 546136 546139 540995 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546169] ppid=546136 vsize=8260664 memory=2712 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546169/stat : 546169 (fscip) S 546136 546139 540995 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546170] ppid=546136 vsize=8260664 memory=6740 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546170/stat : 546170 (fscip) S 546136 546139 540995 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546171] ppid=546136 vsize=8260664 memory=6894620 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546171/stat : 546171 (fscip) S 546136 546139 540995 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546172] ppid=546136 vsize=8260664 memory=20452 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546172/stat : 546172 (fscip) S 546136 546139 540995 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546173] ppid=546136 vsize=8260664 memory=6836 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546173/stat : 546173 (fscip) S 546136 546139 540995 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546174] ppid=546136 vsize=8260664 memory=7044 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/546139/task/546174/stat : 546174 (fscip) S 546136 546139 540995 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546175] ppid=546136 vsize=8260664 memory=30236 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546175/stat : 546175 (fscip) S 546136 546139 540995 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546176] ppid=546136 vsize=8260664 memory=33772 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546176/stat : 546176 (fscip) S 546136 546139 540995 0 -1 1077936192 162 0 0 0 1 2 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546177] ppid=546136 vsize=8260664 memory=7968 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546177/stat : 546177 (fscip) S 546136 546139 540995 0 -1 1077936192 154 0 0 0 2 1 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546178] ppid=546136 vsize=8260664 memory=18960 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546178/stat : 546178 (fscip) S 546136 546139 540995 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546179] ppid=546136 vsize=8260664 memory=20676 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546179/stat : 546179 (fscip) S 546136 546139 540995 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546180] ppid=546136 vsize=8260664 memory=5732 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546180/stat : 546180 (fscip) S 546136 546139 540995 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546181] ppid=546136 vsize=8260664 memory=11596 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/546139/task/546181/stat : 546181 (fscip) S 546136 546139 540995 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
[pid=546139/tid=546182] ppid=546136 vsize=8260664 memory=13916 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/546139/task/546182/stat : 546182 (fscip) S 546136 546139 540995 0 -1 1077936192 167 0 0 0 2 0 0 0 20 0 41 0 90979944 8458919936 1723658 809668444160 4194304 16622877 140728994039136 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 46047232 140728994046953 140728994047069 140728994047069 140728994054095 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 8260664 KiB
Current children cumulated memory: 6894632 KiB

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

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

# cumulated CPU time of all completed processes:  user=71923.9 s, system=76.9056 s

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

[startup+3639.42 s]
/proc/loadavg: 81.16 80.69 80.48 62/984 548540
/proc/meminfo: memFree=684031904/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3639.49
CPU time (s): 72000.8
CPU user time (s): 71923.9
CPU system time (s): 76.9056
CPU usage (%): 1978.32
Max. virtual memory (cumulated for all children) (KiB): 8260664
Max. memory (cumulated for all children) (KiB): 6896716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71923.9
system time used= 76.9056
maximum resident set size= 6898252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30302420
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= 167361
involuntary context switches= 362501


# summary of solver processes directly reported to runsolver:
#   pid: 546139
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71923.9
#   total CPU system time (s): 76.9056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.5986 second user time and 87.1946 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-10 00:53:20
IDJOB=4467799
IDBENCH=158339
IDSOLVER=3097
FILE ID=nodeD104/4467799-1723244000
RUNJOBID= nodeD104-1723238679-541006
SLURM_JOB_ID= 8266909
Free space on /tmp= 8587896 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K90.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-4467799-1723244000/watcher-4467799-1723244000 -o /tmp/evaluation-result-4467799-1723244000/solver-4467799-1723244000 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723238679-541006 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467799-1723244000.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= dd58632d9551a3604736dadf6eadc418
RANDOM SEED=781777908

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        678469964 kB
MemAvailable:   737310448 kB
Buffers:          986268 kB
Cached:         60624092 kB
SwapCached:            0 kB
Active:          2454584 kB
Inactive:       105413904 kB
Active(anon):       2228 kB
Inactive(anon): 46286668 kB
Active(file):    2452356 kB
Inactive(file): 59127236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28680 kB
Writeback:           112 kB
AnonPages:      46258264 kB
Mapped:           137940 kB
Shmem:             30728 kB
KReclaimable:    1361212 kB
Slab:            1893300 kB
SReclaimable:    1361212 kB
SUnreclaim:       532088 kB
KernelStack:       16912 kB
PageTables:       126592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5538284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           822144 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3409920 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:     1056768 kB
DirectMap2M:    161970176 kB
DirectMap1G:    642777088 kB

Free space on /tmp at the end= 8587868 MiB
End job on nodeD104 at 2024-08-10 01:54:00