Trace number 4465498

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 69507.3 3701.75

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
MD5SUMa7d39c8a0eed618aa14a4423c4fae159
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark1995.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.52/0.59	c Default LC presolving (default).
0.52/0.59	c ** Before presolving: virtualMemUsedAtLc = 601446234, getVmSize() = 461369344, SCIPgetMemUsed() = 426613120, SCIPgetMemTotal() = 433469120, SCIPgetMemExternEstim() = 167977114
0.52/0.59	c ** set memory limit for presolving in LC to 8.7942e+12 for SCIP **
204.44/205.11	c ** Estimated virtualMemUsedAtSolver = 1035895165, getVmSize() = 1502982144, SCIPgetMemUsed() = 1024737178, SCIPgetMemTotal() = 1385865634, SCIPgetMemExternEstim() = 167977114
204.44/205.11	c ** set memory limit for solvers to 4.18535e+11 for each SCIP **
204.44/205.11	c Original Problem   :
204.44/205.11	c   Problem name     : instance-4465498-1723654518
204.44/205.11	c   Variables        : 175232 (175232 binary, 0 integer, 0 implicit integer, 0 continuous)
204.44/205.11	c   Constraints      : 2994
204.44/205.11	c   Objective sense  : minimize
204.44/205.11	c Presolved Problem  :
204.44/205.11	c   Variables        : 174615 (174615 binary, 0 integer, 0 implicit integer, 0 continuous)
204.44/205.11	c   Constraints      : 1626
204.44/205.11	c Constraints        : Number
204.44/205.11	c   knapsack         : 258 
204.44/205.11	c   setppc           : 1368 
204.44/205.11	c ** Instance transfer method used: 0
204.73/205.37	c ** ParaScipInstance copy does not increase the number of variables. **
209.30/209.78	c LC is working with racing ramp-up and with rebuilding tree after racing.
209.30/209.78	c                                Nodes    Active                                            
209.30/209.78	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
342.49/216.79	c *     217              0           1        20         128.0000                -          -
342.49/216.79	c       217              0           1        20         128.0000                -          -
1186.99/259.21	c *     259              0           1        20         127.0000                -          -
1186.99/259.21	c       259              0           1        20         127.0000                -          -
1568.41/278.48	c       278              2           1        20         127.0000           0.0000          -
1682.29/284.15	c       284              3           2        20         127.0000           8.0000          -
1941.83/297.22	c       297              3           2        20         127.0000           8.0000          -
2097.48/305.10	c       305             22          21        20         127.0000           9.0000          -
2331.06/316.88	c       317             22          21        20         127.0000           9.0000          -
2485.97/324.64	c       325             23          20        20         127.0000           9.0000          -
2591.25/330.00	c       330             42          41        20         127.0000           9.0000          -
2693.07/335.03	c       335             42          41        20         127.0000           9.0000          -
2792.26/340.11	c       340             63          60        20         127.0000           9.0000          -
2898.95/345.41	c       345             83          80        20         127.0000           9.0000          -
3006.22/350.86	c       351             93          90        20         127.0000           9.0000          -
3119.43/356.58	c       357            113         110        20         127.0000           9.0000          -
3242.55/362.71	c       363            133         130        20         127.0000           9.0000          -
3343.86/367.86	c       368            153         150        20         127.0000           9.0000          -
3453.10/373.37	c       373            173         170        20         127.0000           9.0000          -
3554.38/378.47	c       378            193         190        20         127.0000           9.0000          -
3661.65/383.85	c       384            193         190        20         127.0000           9.0000          -
3760.97/388.88	c       389            193         190        20         127.0000           9.0000          -
3878.17/394.77	c       395            223         220        20         127.0000           9.0000          -
3979.49/399.86	c       400            283         280        20         127.0000           9.0000          -
4080.82/405.00	c       405            323         320        20         127.0000           9.0000          -
4198.02/410.81	c       411            363         360        20         127.0000           9.0000          -
4307.26/416.39	c       416            343         340        20         127.0000           9.0000          -
4421.19/422.12	c       422            383         380        20         127.0000           9.0000          -
4533.74/427.79	c       428            463         460        20         127.0000           9.0000          -
4639.82/433.04	c       433            503         500        20         127.0000           9.0000          -
4744.32/438.39	c       438            483         480        20         127.0000           9.0000          -
4847.60/443.59	c       444            511         508        20         127.0000           9.0000          -
4950.90/448.77	c       449            543         540        20         127.0000           9.0000          -
5060.16/454.24	c       454            563         560        20         127.0000           9.0000          -
5167.45/459.64	c       460            603         600        20         127.0000           9.0000          -
5297.45/466.16	c       466            683         680        20         127.0000           9.0000          -
5416.23/472.13	c       472            663         660        20         127.0000           9.0000          -
5518.99/477.31	c       477            743         740        20         127.0000           9.0000          -
5620.32/482.43	c       482            723         720        20         127.0000           9.0000          -
5729.59/487.97	c       488            743         740        20         127.0000           9.0000          -
5828.91/492.98	c       493            843         840        20         127.0000           9.0000          -
5930.80/498.10	c       498            863         860        20         127.0000           9.0000          -
6043.41/503.71	c       504            903         900        20         127.0000           9.0000          -
6144.72/508.81	c       509            923         920        20         127.0000           9.0000          -
6251.99/514.25	c       514            963         960        20         127.0000           9.0000          -
6353.30/519.36	c       519            983         980        20         127.0000           9.0000          -
6458.57/524.67	c       525            963         960        20         127.0000           9.0000          -
6589.66/531.29	c       531           1002         999        20         127.0000           9.0000          -
6694.95/536.52	c       537           1002         999        20         127.0000           9.0000          -
6796.27/541.62	c       542           1043        1040        20         127.0000           9.0000          -
6906.14/547.14	c       547           1063        1060        20         127.0000           9.0000          -
7014.81/552.63	c       553           1103        1100        20         127.0000           9.0000          -
7116.14/557.75	c       558           1103        1100        20         127.0000           9.0000          -
7222.05/563.06	c       563           1211        1208        20         127.0000           9.0000          -
7323.51/568.20	c       568           1183        1180        20         127.0000           9.0000          -
7427.98/573.49	c       573           1223        1220        20         127.0000           9.0000          -
7543.24/579.27	c       579           1243        1240        20         127.0000           9.0000          -
7648.54/584.54	c       585           1283        1280        20         127.0000           9.0000          -
7755.84/590.03	c       590           1303        1300        20         127.0000           9.0000          -
7861.12/595.27	c       595           1343        1340        20         127.0000           9.0000          -
7964.45/600.44	c       600           1423        1420        20         127.0000           9.0000          -
8069.69/605.79	c       606           1403        1400        20         127.0000           9.0000          -
8171.00/610.81	c       611           1483        1480        20         127.0000           9.0000          -
8278.22/616.29	c       616           1423        1420        20         127.0000           9.0000          -
8385.52/621.66	c       622           1463        1460        20         127.0000           9.0000          -
8484.87/626.68	c       627           1483        1480        20         127.0000           9.0000          -
8596.05/632.22	c       632           1523        1520        20         127.0000           9.0000          -
8695.38/637.27	c       637           1543        1540        20         127.0000           9.0000          -
8808.64/642.92	c       643           1683        1680        20         127.0000           9.0000          -
8919.87/648.52	c       649           1603        1600        20         127.0000           9.0000          -
9025.19/653.82	c       654           1743        1740        20         127.0000           9.0000          -
9134.47/659.31	c       659           1663        1660        20         127.0000           9.0000          -
9243.77/664.86	c       665           1803        1800        20         127.0000           9.0000          -
9345.12/669.99	c       670           1843        1840        20         127.0000           9.0000          -
9444.48/675.02	c       675           1863        1860        20         127.0000           9.0000          -
9553.77/680.48	c       680           1903        1900        20         127.0000           9.0000          -
9671.00/686.31	c       686           1823        1820        20         127.0000           9.0000          -
9780.31/691.83	c       692           1903        1900        20         127.0000           9.0000          -
9893.58/697.57	c       698           1883        1880        20         127.0000           9.0000          -
10003.60/703.13	c       703           1923        1920        20         127.0000           9.0000          -
10108.19/708.36	c       708           1983        1980        20         127.0000           9.0000          -
10211.53/713.50	c       714           2011        2008        20         127.0000           9.0000          -
10334.73/719.74	c       720           2043        2040        20         127.0000           9.0000          -
10438.08/724.92	c       725           2143        2140        20         127.0000           9.0000          -
10540.15/730.11	c       730           2103        2100        20         127.0000           9.0000          -
10666.75/736.41	c       736           2083        2080        20         127.0000           9.0000          -
10769.95/741.69	c       742           2123        2120        20         127.0000           9.0000          -
10877.81/747.06	c       747           2143        2140        20         127.0000           9.0000          -
10997.30/753.08	c       753           2243        2240        20         127.0000           9.0000          -
11103.82/758.41	c       758           2283        2280        20         127.0000           9.0000          -
11207.17/763.63	c       764           2243        2240        20         127.0000           9.0000          -
11326.40/769.63	c       770           2403        2400        20         127.0000           9.0000          -
11431.74/775.03	c       775           2423        2420        20         127.0000           9.0000          -
11545.01/780.67	c       781           2403        2400        20         127.0000           9.0000          -
11662.21/786.51	c       787           2383        2380        20         127.0000           9.0000          -
11774.15/792.18	c       792           2403        2400        20         127.0000           9.0000          -
11878.82/797.49	c       797           2563        2560        20         127.0000           9.0000          -
11991.00/803.04	c       803              3           2        20         127.0000         126.0000      0.79%
12095.44/808.38	c       808              3           4        20         127.0000         126.0000      0.79%
12209.29/814.05	c       814              3           4        20         127.0000         126.0000      0.79%
12310.66/819.16	c       819              3           4        20         127.0000         126.0000      0.79%
12417.47/824.53	c       825              3           4        20         127.0000         126.0000      0.79%
12524.71/830.00	c       830              3           4        20         127.0000         126.0000      0.79%
12648.59/836.20	c       836              3           4        20         127.0000         126.0000      0.79%
12749.26/841.20	c       841              3           4        20         127.0000         126.0000      0.79%
12852.60/846.47	c       846              3           4        20         127.0000         126.0000      0.79%
12953.95/851.57	c       852              3           4        20         127.0000         126.0000      0.79%
13057.30/856.71	c       857              3           4        20         127.0000         126.0000      0.79%
13165.42/862.17	c       862              3           4        20         127.0000         126.0000      0.79%
13279.85/867.99	c       868              3           4        20         127.0000         126.0000      0.79%
13391.13/873.57	c       874              3           4        20         127.0000         126.0000      0.79%
13492.49/878.62	c       879              3           4        20         127.0000         126.0000      0.79%
13591.86/883.65	c       884              3           4        20         127.0000         126.0000      0.79%
13695.21/888.80	c       889              3           4        20         127.0000         126.0000      0.79%
13799.09/894.06	c       894              3           4        20         127.0000         126.0000      0.79%
13898.55/899.07	c       899              3           4        20         127.0000         126.0000      0.79%
14007.10/904.53	c       905              3           4        20         127.0000         126.0000      0.79%
14106.46/909.54	c       910              3           4        20         127.0000         126.0000      0.79%
14209.80/914.75	c       915              3           4        20         127.0000         126.0000      0.79%
14313.14/919.98	c       920              3           4        20         127.0000         126.0000      0.79%
14435.16/926.05	c       926              3           4        20         127.0000         126.0000      0.79%
14534.34/931.09	c       931              3           4        20         127.0000         126.0000      0.79%
14644.96/936.64	c       937              3           4        20         127.0000         126.0000      0.79%
14746.29/941.74	c       942              3           4        20         127.0000         126.0000      0.79%
14847.64/946.89	c       947              3           4        20         127.0000         126.0000      0.79%
14948.97/951.96	c       952              3           4        20         127.0000         126.0000      0.79%
15058.25/957.47	c       957              3           4        20         127.0000         126.0000      0.79%
15167.54/963.00	c       963              3           4        20         127.0000         126.0000      0.79%
15271.63/968.18	c       968              3           4        20         127.0000         126.0000      0.79%
15384.10/973.81	c       974              3           4        20         127.0000         126.0000      0.79%
15483.46/978.83	c       979              3           4        20         127.0000         126.0000      0.79%
15598.70/984.68	c       985              3           4        20         127.0000         126.0000      0.79%
15713.95/990.48	c       990              3           4        20         127.0000         126.0000      0.79%
15821.25/995.84	c       996              3           4        20         127.0000         126.0000      0.79%
15922.52/1000.99	c      1001              3           4        20         127.0000         126.0000      0.79%
16026.60/1006.18	c      1006              3           4        20         127.0000         126.0000      0.79%
16127.16/1011.21	c      1011              3           4        20         127.0000         126.0000      0.79%
16234.45/1016.63	c      1017              3           4        20         127.0000         126.0000      0.79%
16364.06/1023.19	c      1023              3           4        20         127.0000         126.0000      0.79%
16464.90/1028.22	c      1028              3           4        20         127.0000         126.0000      0.79%
16578.16/1033.96	c      1034              3           4        20         127.0000         126.0000      0.79%
16677.48/1038.98	c      1039              3           4        20         127.0000         126.0000      0.79%
16790.72/1044.65	c      1045              3           4        20         127.0000         126.0000      0.79%
16911.91/1050.70	c      1051              3           4        20         127.0000         126.0000      0.79%
17017.98/1056.06	c      1056              3           4        20         127.0000         126.0000      0.79%
17120.49/1061.27	c      1061              3           4        20         127.0000         126.0000      0.79%
17231.73/1066.83	c      1067              3           4        20         127.0000         126.0000      0.79%
17333.04/1071.98	c      1072              3           4        20         127.0000         126.0000      0.79%
17432.38/1077.02	c      1077              3           4        20         127.0000         126.0000      0.79%
17537.67/1082.23	c      1082              3           4        20         127.0000         126.0000      0.79%
17638.99/1087.31	c      1087              3           4        20         127.0000         126.0000      0.79%
17738.33/1092.34	c      1092              3           4        20         127.0000         126.0000      0.79%
17839.67/1097.49	c      1097              3           4        20         127.0000         126.0000      0.79%
17943.00/1102.69	c      1103              3           4        20         127.0000         126.0000      0.79%
18046.25/1107.89	c      1108              3           4        20         127.0000         126.0000      0.79%
18147.52/1112.97	c      1113              3           4        20         127.0000         126.0000      0.79%
18251.62/1118.14	c      1118              3           4        20         127.0000         126.0000      0.79%
18352.15/1123.26	c      1123              3           4        20         127.0000         126.0000      0.79%
18455.44/1128.48	c      1128              3           4        20         127.0000         126.0000      0.79%
18558.75/1133.65	c      1134              3           4        20         127.0000         126.0000      0.79%
18662.01/1138.85	c      1139              3           4        20         127.0000         126.0000      0.79%
18769.27/1144.23	c      1144              3           4        20         127.0000         126.0000      0.79%
18870.58/1149.32	c      1149              3           4        20         127.0000         126.0000      0.79%
18979.85/1154.85	c      1155              3           4        20         127.0000         126.0000      0.79%
19079.17/1159.86	c      1160              3           4        20         127.0000         126.0000      0.79%
19214.24/1166.62	c      1167              3           4        20         127.0000         126.0000      0.79%
19355.26/1173.78	c      1174              3           4        20         127.0000         126.0000      0.79%
19472.46/1179.65	c      1180              3           4        20         127.0000         126.0000      0.79%
19583.69/1185.25	c      1185              3           4        20         127.0000         126.0000      0.79%
19688.98/1190.50	c      1190              3           4        20         127.0000         126.0000      0.79%
19790.29/1195.67	c      1196              3           4        20         127.0000         126.0000      0.79%
19895.53/1200.95	c      1201              3           4        20         127.0000         126.0000      0.79%
19994.85/1205.95	c      1206              3           4        20         127.0000         126.0000      0.79%
20104.08/1211.44	c      1211              3           4        20         127.0000         126.0000      0.79%
20207.39/1216.60	c      1217              3           4        20         127.0000         126.0000      0.79%
20308.72/1221.80	c      1222              3           4        20         127.0000         126.0000      0.79%
20423.90/1227.55	c      1228              3           4        20         127.0000         126.0000      0.79%
20527.20/1232.79	c      1233              2           1        20         127.0000         126.0000      0.79%
20660.27/1239.41	c      1239              3           2        20         127.0000         126.0000      0.79%
20775.47/1245.24	c      1245              3           2        20         127.0000         126.0000      0.79%
20878.79/1250.46	c      1250              4           3        20         127.0000         126.0000      0.79%
21003.96/1256.76	c      1257              5           4        20         127.0000         126.0000      0.79%
21115.21/1262.32	c      1262              6           5        20         127.0000         126.0000      0.79%
21220.51/1267.62	c      1268              6           5        20         127.0000         126.0000      0.79%
21343.68/1273.83	c      1274              8           7        20         127.0000         126.0000      0.79%
21452.93/1279.31	c      1279              8           7        20         127.0000         126.0000      0.79%
21554.27/1284.49	c      1284              9           8        20         127.0000         126.0000      0.79%
21659.57/1289.70	c      1290              9           8        20         127.0000         126.0000      0.79%
21760.90/1294.80	c      1295             11          10        20         127.0000         126.0000      0.79%
21868.09/1300.26	c      1300             11          10        20         127.0000         126.0000      0.79%
21971.39/1305.41	c      1305             11          10        20         127.0000         126.0000      0.79%
22080.66/1310.90	c      1311             12          11        20         127.0000         126.0000      0.79%
22202.56/1317.09	c      1317             12          11        20         127.0000         126.0000      0.79%
22303.82/1322.18	c      1322             12          11        20         127.0000         126.0000      0.79%
22404.42/1327.20	c      1327             12          11        20         127.0000         126.0000      0.79%
22505.73/1332.39	c      1332             12          11        20         127.0000         126.0000      0.79%
22622.93/1338.20	c      1338             12          11        20         127.0000         126.0000      0.79%
22724.24/1343.31	c      1343             13          12        20         127.0000         126.0000      0.79%
22827.55/1348.59	c      1349             13          12        20         127.0000         126.0000      0.79%
22928.87/1353.62	c      1354             13          12        20         127.0000         126.0000      0.79%
23042.10/1359.37	c      1359             13          12        20         127.0000         126.0000      0.79%
23143.41/1364.48	c      1364             13          12        20         127.0000         126.0000      0.79%
23268.55/1370.74	c      1371             13          12        20         127.0000         126.0000      0.79%
23374.63/1376.04	c      1376             13          12        20         127.0000         126.0000      0.79%
23477.09/1381.20	c      1381             13          12        20         127.0000         126.0000      0.79%
23580.40/1386.40	c      1386             13          12        20         127.0000         126.0000      0.79%
23685.67/1391.73	c      1392             13          12        20         127.0000         126.0000      0.79%
23788.93/1396.99	c      1397             13          12        20         127.0000         126.0000      0.79%
23898.13/1402.41	c      1402             13          12        20         127.0000         126.0000      0.79%
24003.38/1407.74	c      1408             14          13        20         127.0000         126.0000      0.79%
24104.68/1412.86	c      1413             14          13        20         127.0000         126.0000      0.79%
24221.85/1418.70	c      1419             14          13        20         127.0000         126.0000      0.79%
24325.10/1424.00	c      1424             14          13        20         127.0000         126.0000      0.79%
24442.27/1429.87	c      1430             14          13        20         127.0000         126.0000      0.79%
24575.37/1436.54	c      1437             14          13        20         127.0000         126.0000      0.79%
24680.65/1441.80	c      1442             14          13        20         127.0000         126.0000      0.79%
24779.96/1446.82	c      1447             15          14        20         127.0000         126.0000      0.79%
24881.27/1451.98	c      1452             15          14        20         127.0000         126.0000      0.79%
24983.28/1457.08	c      1457             15          14        20         127.0000         126.0000      0.79%
25089.79/1462.47	c      1462             15          14        20         127.0000         126.0000      0.79%
25208.97/1468.43	c      1468             15          14        20         127.0000         126.0000      0.79%
25314.26/1473.73	c      1474             15          14        20         127.0000         126.0000      0.79%
25413.59/1478.74	c      1479             15          14        20         127.0000         126.0000      0.79%
25512.90/1483.78	c      1484             16          15        20         127.0000         126.0000      0.79%
25622.13/1489.22	c      1489             17          16        20         127.0000         126.0000      0.79%
25725.42/1494.45	c      1494             17          16        20         127.0000         126.0000      0.79%
25834.66/1500.01	c      1500             17          16        20         127.0000         126.0000      0.79%
25949.86/1505.76	c      1506             17          16        20         127.0000         126.0000      0.79%
26051.15/1510.88	c      1511             17          16        20         127.0000         126.0000      0.79%
26158.46/1516.24	c      1516             17          16        20         127.0000         126.0000      0.79%
26271.67/1522.00	c      1522             17          16        20         127.0000         126.0000      0.79%
26376.93/1527.21	c      1527             18          17        20         127.0000         126.0000      0.79%
26480.25/1532.40	c      1532             18          17        20         127.0000         126.0000      0.79%
26587.51/1537.86	c      1538             19          18        20         127.0000         126.0000      0.79%
26694.69/1543.20	c      1543             21          20        20         127.0000         126.0000      0.79%
26805.94/1548.82	c      1549             21          20        20         127.0000         126.0000      0.79%
26915.16/1554.32	c      1554             22          21        20         127.0000         126.0000      0.79%
27026.41/1559.95	c      1560             25          24        20         127.0000         126.0000      0.79%
27145.60/1566.03	c      1566             26          25        20         127.0000         126.0000      0.79%
27250.88/1571.25	c      1571             26          25        20         127.0000         126.0000      0.79%
27362.16/1576.84	c      1577             27          26        20         127.0000         126.0000      0.79%
27463.47/1581.94	c      1582             27          26        20         127.0000         126.0000      0.79%
27562.81/1587.00	c      1587             28          27        20         127.0000         126.0000      0.79%
27668.08/1592.27	c      1592             28          27        20         127.0000         126.0000      0.79%
27767.43/1597.29	c      1597             28          27        20         127.0000         126.0000      0.79%
27872.73/1602.52	c      1603             28          27        20         127.0000         126.0000      0.79%
27978.03/1607.87	c      1608             28          27        20         127.0000         126.0000      0.79%
28101.74/1614.03	c      1614             28          27        20         127.0000         126.0000      0.79%
28204.44/1619.21	c      1619             28          27        20         127.0000         126.0000      0.79%
28303.77/1624.25	c      1624             28          27        20         127.0000         126.0000      0.79%
28403.07/1629.29	c      1629             28          27        20         127.0000         126.0000      0.79%
28516.32/1634.93	c      1635             28          27        20         127.0000         126.0000      0.79%
28625.55/1640.46	c      1640             29          28        20         127.0000         126.0000      0.79%
28739.50/1646.19	c      1646             29          28        20         127.0000         126.0000      0.79%
28842.07/1651.30	c      1651             29          28        20         127.0000         126.0000      0.79%
28947.37/1656.64	c      1657             29          28        20         127.0000         126.0000      0.79%
29062.62/1662.44	c      1662             31          30        20         127.0000         126.0000      0.79%
29171.88/1667.95	c      1668             31          30        20         127.0000         126.0000      0.79%
29279.09/1673.40	c      1673             31          30        20         127.0000         126.0000      0.79%
29396.31/1679.28	c      1679             31          30        20         127.0000         126.0000      0.79%
29509.57/1684.95	c      1685             31          30        20         127.0000         126.0000      0.79%
29620.80/1690.60	c      1691             31          30        20         127.0000         126.0000      0.79%
29732.75/1696.16	c      1696             31          30        20         127.0000         126.0000      0.79%
29833.35/1701.20	c      1701             31          30        20         127.0000         126.0000      0.79%
29951.29/1707.18	c      1707             31          30        20         127.0000         126.0000      0.79%
30059.79/1712.67	c      1713             31          30        20         127.0000         126.0000      0.79%
30163.10/1717.82	c      1718             31          30        20         127.0000         126.0000      0.79%
30264.41/1723.04	c      1723             31          30        20         127.0000         126.0000      0.79%
30366.50/1728.13	c      1728             31          30        20         127.0000         126.0000      0.79%
30467.83/1733.18	c      1733             32          31        20         127.0000         126.0000      0.79%
30568.36/1738.23	c      1738             32          31        20         127.0000         126.0000      0.79%
30681.62/1744.01	c      1744             33          32        20         127.0000         126.0000      0.79%
30783.72/1749.08	c      1749             34          33        20         127.0000         126.0000      0.79%
30886.25/1754.28	c      1754             34          33        20         127.0000         126.0000      0.79%
30995.56/1759.71	c      1760             34          33        20         127.0000         126.0000      0.79%
31101.60/1765.11	c      1765             34          33        20         127.0000         126.0000      0.79%
31206.14/1770.30	c      1770             34          33        20         127.0000         126.0000      0.79%
31305.48/1775.37	c      1775             34          33        20         127.0000         126.0000      0.79%
31424.67/1781.34	c      1781             34          33        20         127.0000         126.0000      0.79%
31525.98/1786.43	c      1786             34          33        20         127.0000         126.0000      0.79%
31641.17/1792.29	c      1792             34          33        20         127.0000         126.0000      0.79%
31742.42/1797.30	c      1797             34          33        20         127.0000         126.0000      0.79%
31858.49/1803.19	c      1803             34          33        20         127.0000         126.0000      0.79%
31960.87/1808.36	c      1808             34          33        20         127.0000         126.0000      0.79%
32068.16/1813.70	c      1814             36          35        20         127.0000         126.0000      0.79%
32167.50/1818.75	c      1819             37          36        20         127.0000         126.0000      0.79%
32270.81/1823.91	c      1824             38          37        20         127.0000         126.0000      0.79%
32372.82/1829.11	c      1829             38          37        20         127.0000         126.0000      0.79%
32483.34/1834.68	c      1835             38          37        20         127.0000         126.0000      0.79%
32584.69/1839.70	c      1840             39          38        20         127.0000         126.0000      0.79%
32684.04/1844.79	c      1845             39          38        20         127.0000         126.0000      0.79%
32795.27/1850.39	c      1850             39          38        20         127.0000         126.0000      0.79%
32898.56/1855.55	c      1856             39          38        20         127.0000         126.0000      0.79%
32999.98/1860.66	c      1861             39          38        20         127.0000         126.0000      0.79%
33099.42/1865.68	c      1866             39          38        20         127.0000         126.0000      0.79%
33207.16/1871.09	c      1871             39          38        20         127.0000         126.0000      0.79%
33309.80/1876.24	c      1876             39          38        20         127.0000         126.0000      0.79%
33415.09/1881.50	c      1882             39          38        20         127.0000         126.0000      0.79%
33520.40/1886.82	c      1887             39          38        20         127.0000         126.0000      0.79%
33627.67/1892.22	c      1892             39          38        20         127.0000         126.0000      0.79%
33731.00/1897.46	c      1897             39          38        20         127.0000         126.0000      0.79%
33836.30/1902.71	c      1903             39          38        20         127.0000         126.0000      0.79%
33935.63/1907.72	c      1908             39          38        20         127.0000         126.0000      0.79%
34038.92/1913.01	c      1913             39          38        20         127.0000         126.0000      0.79%
34140.84/1918.06	c      1918             39          38        20         127.0000         126.0000      0.79%
34240.34/1923.09	c      1923             39          38        20         127.0000         126.0000      0.79%
34342.87/1928.23	c      1928             39          38        20         127.0000         126.0000      0.79%
34444.18/1933.31	c      1933             39          38        20         127.0000         126.0000      0.79%
34547.49/1938.57	c      1939             39          38        20         127.0000         126.0000      0.79%
34674.65/1944.93	c      1945             39          38        20         127.0000         126.0000      0.79%
34779.92/1950.20	c      1950             39          38        20         127.0000         126.0000      0.79%
34879.26/1955.24	c      1955             39          38        20         127.0000         126.0000      0.79%
34982.55/1960.44	c      1960             39          38        20         127.0000         126.0000      0.79%
35089.85/1965.80	c      1966             39          38        20         127.0000         126.0000      0.79%
35193.89/1971.08	c      1971             39          38        20         127.0000         126.0000      0.79%
35295.17/1976.17	c      1976             39          38        20         127.0000         126.0000      0.79%
35412.42/1982.09	c      1982             39          38        20         127.0000         126.0000      0.79%
35514.95/1987.27	c      1987             39          38        20         127.0000         126.0000      0.79%
35616.28/1992.33	c      1992             39          38        20         127.0000         126.0000      0.79%
35717.61/1997.44	c      1997             39          38        20         127.0000         126.0000      0.79%
35818.93/2002.52	c      2003             39          38        20         127.0000         126.0000      0.79%
35920.23/2007.67	c      2008             39          38        20         127.0000         126.0000      0.79%
36025.52/2012.95	c      2013             39          38        20         127.0000         126.0000      0.79%
36127.56/2018.09	c      2018             39          38        20         127.0000         126.0000      0.79%
36242.07/2023.83	c      2024             39          38        20         127.0000         126.0000      0.79%
36359.27/2029.80	c      2030             39          38        20         127.0000         126.0000      0.79%
36460.55/2034.84	c      2035             39          38        20         127.0000         126.0000      0.79%
36599.60/2041.82	c      2042             39          38        20         127.0000         126.0000      0.79%
36700.85/2046.93	c      2047             39          38        20         127.0000         126.0000      0.79%
36800.18/2052.00	c      2052             39          38        20         127.0000         126.0000      0.79%
36902.10/2057.09	c      2057             39          38        20         127.0000         126.0000      0.79%
37016.71/2062.84	c      2063             39          38        20         127.0000         126.0000      0.79%
37118.02/2067.93	c      2068             39          38        20         127.0000         126.0000      0.79%
37220.06/2073.05	c      2073             39          38        20         127.0000         126.0000      0.79%
37322.61/2078.23	c      2078             39          38        20         127.0000         126.0000      0.79%
37441.81/2084.25	c      2084             39          38        20         127.0000         126.0000      0.79%
37553.08/2089.86	c      2090             39          38        20         127.0000         126.0000      0.79%
37658.91/2095.17	c      2095             39          38        20         127.0000         126.0000      0.79%
37759.61/2100.21	c      2100             39          38        20         127.0000         126.0000      0.79%
37858.90/2105.30	c      2105             39          38        20         127.0000         126.0000      0.79%
37968.14/2110.70	c      2111             39          38        20         127.0000         126.0000      0.79%
38077.39/2116.29	c      2116             39          38        20         127.0000         126.0000      0.79%
38200.55/2122.45	c      2122             39          38        20         127.0000         126.0000      0.79%
38309.94/2127.91	c      2128             39          38        20         127.0000         126.0000      0.79%
38415.00/2133.20	c      2133             39          38        20         127.0000         126.0000      0.79%
38514.28/2138.28	c      2138             39          38        20         127.0000         126.0000      0.79%
38619.56/2143.56	c      2144             39          38        20         127.0000         126.0000      0.79%
38722.85/2148.70	c      2149             39          38        20         127.0000         126.0000      0.79%
38822.17/2153.78	c      2154             39          38        20         127.0000         126.0000      0.79%
38923.47/2158.84	c      2159             39          38        20         127.0000         126.0000      0.79%
39027.42/2164.12	c      2164             39          38        20         127.0000         126.0000      0.79%
39133.95/2169.46	c      2169             39          38        20         127.0000         126.0000      0.79%
39243.22/2174.95	c      2175             39          38        20         127.0000         126.0000      0.79%
39352.45/2180.40	c      2180             39          38        20         127.0000         126.0000      0.79%
39457.73/2185.72	c      2186             39          38        20         127.0000         126.0000      0.79%
39563.64/2191.04	c      2191             39          38        20         127.0000         126.0000      0.79%
39688.11/2197.37	c      2197             39          38        20         127.0000         126.0000      0.79%
39789.45/2202.47	c      2202             39          38        20         127.0000         126.0000      0.79%
39894.71/2207.79	c      2208             39          38        20         127.0000         126.0000      0.79%
40013.89/2213.74	c      2214             39          38        20         127.0000         126.0000      0.79%
40117.20/2218.97	c      2219             39          38        20         127.0000         126.0000      0.79%
40230.42/2224.63	c      2225             39          38        20         127.0000         126.0000      0.79%
40335.72/2229.94	c      2230             39          38        20         127.0000         126.0000      0.79%
40435.05/2234.95	c      2235             39          38        20         127.0000         126.0000      0.79%
40534.38/2239.98	c      2240             39          38        20         127.0000         126.0000      0.79%
40641.64/2245.37	c      2245             39          38        20         127.0000         126.0000      0.79%
40772.78/2251.99	c      2252             39          38        20         127.0000         126.0000      0.79%
40901.91/2258.49	c      2258             39          38        20         127.0000         126.0000      0.79%
41023.12/2264.55	c      2265             40          39        20         127.0000         126.0000      0.79%
41126.43/2269.72	c      2270             42          41        20         127.0000         126.0000      0.79%
41227.77/2274.84	c      2275             42          41        20         127.0000         126.0000      0.79%
41341.01/2280.52	c      2281             42          41        20         127.0000         126.0000      0.79%
41442.32/2285.69	c      2286             42          41        20         127.0000         126.0000      0.79%
41545.63/2290.81	c      2291             42          41        20         127.0000         126.0000      0.79%
41644.97/2295.83	c      2296             42          41        20         127.0000         126.0000      0.79%
41749.12/2301.05	c      2301             42          41        20         127.0000         126.0000      0.79%
41851.57/2306.25	c      2306             42          41        20         127.0000         126.0000      0.79%
41954.86/2311.48	c      2311             42          41        20         127.0000         126.0000      0.79%
42056.17/2316.58	c      2317             42          41        20         127.0000         126.0000      0.79%
42157.46/2321.67	c      2322             42          41        20         127.0000         126.0000      0.79%
42258.78/2326.74	c      2327             42          41        20         127.0000         126.0000      0.79%
42360.08/2331.82	c      2332             42          41        20         127.0000         126.0000      0.79%
42459.40/2336.89	c      2337             42          41        20         127.0000         126.0000      0.79%
42563.37/2342.09	c      2342             42          41        20         127.0000         126.0000      0.79%
42665.94/2347.25	c      2347             42          41        20         127.0000         126.0000      0.79%
42767.26/2352.39	c      2352             42          41        20         127.0000         126.0000      0.79%
42866.57/2357.39	c      2357             42          41        20         127.0000         126.0000      0.79%
42971.87/2362.64	c      2363             42          41        20         127.0000         126.0000      0.79%
43071.19/2367.66	c      2368             42          41        20         127.0000         126.0000      0.79%
43178.93/2373.03	c      2373             42          41        20         127.0000         126.0000      0.79%
43289.64/2378.67	c      2379             42          41        20         127.0000         126.0000      0.79%
43399.48/2384.14	c      2384             42          41        20         127.0000         126.0000      0.79%
43502.13/2389.30	c      2389             42          41        20         127.0000         126.0000      0.79%
43621.29/2395.32	c      2395             42          41        20         127.0000         126.0000      0.79%
43726.55/2400.66	c      2401             42          41        20         127.0000         126.0000      0.79%
43827.82/2405.76	c      2406             42          41        20         127.0000         126.0000      0.79%
43929.10/2410.85	c      2411             42          41        20         127.0000         126.0000      0.79%
44062.12/2417.57	c      2418             42          41        20         127.0000         126.0000      0.79%
44187.24/2423.84	c      2424             42          41        20         127.0000         126.0000      0.79%
44286.54/2428.88	c      2429             42          41        20         127.0000         126.0000      0.79%
44393.76/2434.23	c      2434             42          41        20         127.0000         126.0000      0.79%
44511.42/2440.14	c      2440             42          41        20         127.0000         126.0000      0.79%
44612.18/2445.28	c      2445             42          41        20         127.0000         126.0000      0.79%
44721.43/2450.72	c      2451             42          41        20         127.0000         126.0000      0.79%
44838.60/2456.67	c      2457             42          41        20         127.0000         126.0000      0.79%
44939.87/2461.71	c      2462             42          41        20         127.0000         126.0000      0.79%
45041.17/2466.80	c      2467             42          41        20         127.0000         126.0000      0.79%
45140.49/2471.87	c      2472             42          41        20         127.0000         126.0000      0.79%
45246.50/2477.16	c      2477             42          41        20         127.0000         126.0000      0.79%
45366.91/2483.23	c      2483             42          41        20         127.0000         126.0000      0.79%
45466.22/2488.28	c      2488             42          41        20         127.0000         126.0000      0.79%
45569.48/2493.48	c      2493             42          41        20         127.0000         126.0000      0.79%
45706.45/2500.35	c      2500             42          41        20         127.0000         126.0000      0.79%
45817.70/2506.01	c      2506             42          41        20         127.0000         126.0000      0.79%
45924.94/2511.35	c      2511             42          41        20         127.0000         126.0000      0.79%
46030.20/2516.64	c      2517             42          41        20         127.0000         126.0000      0.79%
46131.49/2521.78	c      2522             43          42        20         127.0000         126.0000      0.79%
46232.80/2526.85	c      2527             43          42        20         127.0000         126.0000      0.79%
46332.12/2531.89	c      2532             43          42        20         127.0000         126.0000      0.79%
46433.41/2536.93	c      2537             44          43        20         127.0000         126.0000      0.79%
46535.33/2542.12	c      2542             44          43        20         127.0000         126.0000      0.79%
46636.78/2547.15	c      2547             44          43        20         127.0000         126.0000      0.79%
46737.31/2552.26	c      2552             44          43        20         127.0000         126.0000      0.79%
46838.61/2557.33	c      2557             45          44        20         127.0000         126.0000      0.79%
46939.91/2562.40	c      2562             45          44        20         127.0000         126.0000      0.79%
47045.20/2567.78	c      2568             45          44        20         127.0000         126.0000      0.79%
47158.40/2573.49	c      2573             45          44        20         127.0000         126.0000      0.79%
47263.67/2578.79	c      2579             45          44        20         127.0000         126.0000      0.79%
47364.98/2583.85	c      2584             45          44        20         127.0000         126.0000      0.79%
47470.89/2589.17	c      2589             45          44        20         127.0000         126.0000      0.79%
47573.39/2594.39	c      2594             45          44        20         127.0000         126.0000      0.79%
47676.69/2599.55	c      2600             45          44        20         127.0000         126.0000      0.79%
47797.85/2605.61	c      2606             45          44        20         127.0000         126.0000      0.79%
47897.15/2610.66	c      2611             45          44        20         127.0000         126.0000      0.79%
48002.43/2615.99	c      2616             45          44        20         127.0000         126.0000      0.79%
48104.37/2621.07	c      2621             45          44        20         127.0000         126.0000      0.79%
48206.98/2626.26	c      2626             45          44        20         127.0000         126.0000      0.79%
48320.20/2631.94	c      2632             45          44        20         127.0000         126.0000      0.79%
48422.32/2637.05	c      2637             45          44        20         127.0000         126.0000      0.79%
48524.73/2642.25	c      2642             45          44        20         127.0000         126.0000      0.79%
48631.88/2647.61	c      2648             45          44        20         127.0000         126.0000      0.79%
48735.07/2652.85	c      2653             45          44        20         127.0000         126.0000      0.79%
48854.14/2658.82	c      2659             45          44        20         127.0000         126.0000      0.79%
48953.33/2663.90	c      2664             45          44        20         127.0000         126.0000      0.79%
49054.53/2668.92	c      2669             45          44        20         127.0000         126.0000      0.79%
49161.67/2674.39	c      2674             45          44        20         127.0000         126.0000      0.79%
49272.79/2680.03	c      2680             46          45        20         127.0000         126.0000      0.79%
49374.66/2685.06	c      2685             47          46        20         127.0000         126.0000      0.79%
49477.10/2690.24	c      2690             47          46        20         127.0000         126.0000      0.79%
49582.22/2695.57	c      2696             47          46        20         127.0000         126.0000      0.79%
49694.05/2701.18	c      2701             47          46        20         127.0000         126.0000      0.79%
49793.24/2706.19	c      2706             47          46        20         127.0000         126.0000      0.79%
49895.73/2711.32	c      2711             48          47        20         127.0000         126.0000      0.79%
49994.89/2716.38	c      2716             48          47        20         127.0000         126.0000      0.79%
50100.08/2721.63	c      2722             48          47        20         127.0000         126.0000      0.79%
50199.31/2726.66	c      2727             48          47        20         127.0000         126.0000      0.79%
50300.53/2731.77	c      2732             48          47        20         127.0000         126.0000      0.79%
50406.30/2737.07	c      2737             48          47        20         127.0000         126.0000      0.79%
50508.53/2742.27	c      2742             48          47        20         127.0000         126.0000      0.79%
50617.61/2747.77	c      2748             48          47        20         127.0000         126.0000      0.79%
50728.71/2753.30	c      2753             48          47        20         127.0000         126.0000      0.79%
50827.87/2758.36	c      2758             48          47        20         127.0000         126.0000      0.79%
50931.06/2763.57	c      2764             48          47        20         127.0000         126.0000      0.79%
51032.24/2768.69	c      2769             48          47        20         127.0000         126.0000      0.79%
51137.40/2773.92	c      2774             48          47        20         127.0000         126.0000      0.79%
51262.36/2780.24	c      2780             48          47        20         127.0000         126.0000      0.79%
51369.40/2785.64	c      2786             48          47        20         127.0000         126.0000      0.79%
51472.57/2790.89	c      2791             48          47        20         127.0000         126.0000      0.79%
51573.76/2795.93	c      2796             48          47        20         127.0000         126.0000      0.79%
51672.96/2801.02	c      2801             48          47        20         127.0000         126.0000      0.79%
51774.83/2806.04	c      2806             48          47        20         127.0000         126.0000      0.79%
51885.21/2811.63	c      2812             48          47        20         127.0000         126.0000      0.79%
51988.38/2816.81	c      2817             48          47        20         127.0000         126.0000      0.79%
52089.60/2821.96	c      2822             48          47        20         127.0000         126.0000      0.79%
52204.65/2827.70	c      2828             48          47        20         127.0000         126.0000      0.79%
52303.86/2832.77	c      2833             48          47        20         127.0000         126.0000      0.79%
52438.73/2839.54	c      2840             48          47        20         127.0000         126.0000      0.79%
52543.90/2844.86	c      2845             48          47        20         127.0000         126.0000      0.79%
52653.03/2850.36	c      2850             48          47        20         127.0000         126.0000      0.79%
52758.22/2855.61	c      2856             48          47        20         127.0000         126.0000      0.79%
52871.31/2861.37	c      2861             48          47        20         127.0000         126.0000      0.79%
52972.46/2866.40	c      2866             48          47        20         127.0000         126.0000      0.79%
53075.64/2871.60	c      2872             48          47        20         127.0000         126.0000      0.79%
53176.80/2876.75	c      2877             48          47        20         127.0000         126.0000      0.79%
53279.94/2881.91	c      2882             49          48        20         127.0000         126.0000      0.79%
53399.01/2887.92	c      2888             50          49        20         127.0000         126.0000      0.79%
53500.65/2893.13	c      2893             50          49        20         127.0000         126.0000      0.79%
53607.08/2898.48	c      2898             50          49        20         127.0000         126.0000      0.79%
53714.16/2903.86	c      2904             50          49        20         127.0000         126.0000      0.79%
53815.29/2908.91	c      2909             51          50        20         127.0000         126.0000      0.79%
53926.28/2914.54	c      2915             51          50        20         127.0000         126.0000      0.79%
54025.45/2919.55	c      2920             51          50        20         127.0000         126.0000      0.79%
54128.66/2924.71	c      2925             52          51        20         127.0000         126.0000      0.79%
54234.51/2930.07	c      2930             52          51        20         127.0000         126.0000      0.79%
54335.53/2935.14	c      2935             52          51        20         127.0000         126.0000      0.79%
54444.15/2940.62	c      2941             52          51        20         127.0000         126.0000      0.79%
54543.35/2945.69	c      2946             52          51        20         127.0000         126.0000      0.79%
54644.54/2950.72	c      2951             52          51        20         127.0000         126.0000      0.79%
54745.67/2955.86	c      2956             52          51        20         127.0000         126.0000      0.79%
54849.50/2961.11	c      2961             52          51        20         127.0000         126.0000      0.79%
54953.86/2966.35	c      2966             52          51        20         127.0000         126.0000      0.79%
55067.66/2972.12	c      2972             52          51        20         127.0000         126.0000      0.79%
55178.09/2977.70	c      2978             52          51        20         127.0000         126.0000      0.79%
55279.30/2982.71	c      2983             52          51        20         127.0000         126.0000      0.79%
55392.38/2988.40	c      2988             52          51        20         127.0000         126.0000      0.79%
55493.57/2993.57	c      2994             52          51        20         127.0000         126.0000      0.79%
55600.71/2999.02	c      2999             52          51        20         127.0000         126.0000      0.79%
55707.76/3004.37	c      3004             52          51        20         127.0000         126.0000      0.79%
55816.89/3009.88	c      3010             52          51        20         127.0000         126.0000      0.79%
55918.00/3014.93	c      3015             52          51        20         127.0000         126.0000      0.79%
56026.86/3020.47	c      3020             53          52        20         127.0000         126.0000      0.79%
56143.90/3026.37	c      3026             53          52        20         127.0000         126.0000      0.79%
56264.95/3032.45	c      3032             53          52        20         127.0000         126.0000      0.79%
56382.01/3038.39	c      3038             53          52        20         127.0000         126.0000      0.79%
56485.15/3043.52	c      3044             53          52        20         127.0000         126.0000      0.79%
56590.26/3048.80	c      3049             54          53        20         127.0000         126.0000      0.79%
56689.45/3053.89	c      3054             54          53        20         127.0000         126.0000      0.79%
56800.52/3059.46	c      3059             55          54        20         127.0000         126.0000      0.79%
56925.51/3065.75	c      3066             55          54        20         127.0000         126.0000      0.79%
57048.44/3071.97	c      3072             55          54        20         127.0000         126.0000      0.79%
57147.73/3077.02	c      3077             55          54        20         127.0000         126.0000      0.79%
57252.75/3082.28	c      3082             55          54        20         127.0000         126.0000      0.79%
57359.91/3087.67	c      3088             55          54        20         127.0000         126.0000      0.79%
57465.03/3092.93	c      3093             55          54        20         127.0000         126.0000      0.79%
57570.16/3098.28	c      3098             55          54        20         127.0000         126.0000      0.79%
57671.36/3103.30	c      3103             55          54        20         127.0000         126.0000      0.79%
57770.48/3108.39	c      3108             55          54        20         127.0000         126.0000      0.79%
57875.66/3113.63	c      3114             55          54        20         127.0000         126.0000      0.79%
57976.72/3118.80	c      3119             55          54        20         127.0000         126.0000      0.79%
58078.00/3123.88	c      3124             55          54        20         127.0000         126.0000      0.79%
58179.08/3128.98	c      3129             55          54        20         127.0000         126.0000      0.79%
58288.03/3134.41	c      3134             55          54        20         127.0000         126.0000      0.79%
58393.05/3139.80	c      3140             55          54        20         127.0000         126.0000      0.79%
58506.06/3145.40	c      3145             55          54        20         127.0000         126.0000      0.79%
58609.24/3150.64	c      3151             56          55        20         127.0000         126.0000      0.79%
58708.43/3155.65	c      3156             56          55        20         127.0000         126.0000      0.79%
58827.49/3161.62	c      3162             56          55        20         127.0000         126.0000      0.79%
58928.67/3166.79	c      3167             56          55        20         127.0000         126.0000      0.79%
59029.85/3171.83	c      3172             56          55        20         127.0000         126.0000      0.79%
59133.68/3177.06	c      3177             56          55        20         127.0000         126.0000      0.79%
59237.98/3182.36	c      3182             56          55        20         127.0000         126.0000      0.79%
59339.13/3187.47	c      3187             57          56        20         127.0000         126.0000      0.79%
59442.11/3192.63	c      3193             57          56        20         127.0000         126.0000      0.79%
59545.28/3197.88	c      3198             58          57        20         127.0000         126.0000      0.79%
59649.13/3203.06	c      3203             58          57        20         127.0000         126.0000      0.79%
59751.61/3208.23	c      3208             58          57        20         127.0000         126.0000      0.79%
59854.68/3213.48	c      3213             58          57        20         127.0000         126.0000      0.79%
59963.68/3218.93	c      3219             58          57        20         127.0000         126.0000      0.79%
60065.79/3224.12	c      3224             58          57        20         127.0000         126.0000      0.79%
60174.01/3229.50	c      3230             58          57        20         127.0000         126.0000      0.79%
60275.23/3234.67	c      3235             58          57        20         127.0000         126.0000      0.79%
60380.29/3239.91	c      3240             58          57        20         127.0000         126.0000      0.79%
60517.18/3246.86	c      3247             58          57        20         127.0000         126.0000      0.79%
60626.31/3252.37	c      3252             58          57        20         127.0000         126.0000      0.79%
60725.50/3257.39	c      3257             58          57        20         127.0000         126.0000      0.79%
60841.19/3263.18	c      3263             58          57        20         127.0000         126.0000      0.79%
60953.59/3268.87	c      3269             58          57        20         127.0000         126.0000      0.79%
61060.65/3274.27	c      3274             58          57        20         127.0000         126.0000      0.79%
61163.68/3279.44	c      3279             58          57        20         127.0000         126.0000      0.79%
61278.70/3285.20	c      3285             58          57        20         127.0000         126.0000      0.79%
61381.87/3290.40	c      3290             58          57        20         127.0000         126.0000      0.79%
61480.97/3295.49	c      3295             59          58        20         127.0000         126.0000      0.79%
61586.12/3300.71	c      3301             59          58        20         127.0000         126.0000      0.79%
61689.23/3306.03	c      3306             60          59        20         127.0000         126.0000      0.79%
61804.17/3311.76	c      3312             60          59        20         127.0000         126.0000      0.79%
61909.88/3317.09	c      3317             60          59        20         127.0000         126.0000      0.79%
62016.15/3322.41	c      3322             60          59        20         127.0000         126.0000      0.79%
62127.82/3328.07	c      3328             60          59        20         127.0000         126.0000      0.79%
62230.28/3333.23	c      3333             60          59        20         127.0000         126.0000      0.79%
62329.41/3338.27	c      3338             61          60        20         127.0000         126.0000      0.79%
62430.53/3343.37	c      3343             61          60        20         127.0000         126.0000      0.79%
62533.68/3348.59	c      3349             61          60        20         127.0000         126.0000      0.79%
62634.85/3353.62	c      3354             61          60        20         127.0000         126.0000      0.79%
62739.98/3358.93	c      3359             61          60        20         127.0000         126.0000      0.79%
62841.85/3364.05	c      3364             61          60        20         127.0000         126.0000      0.79%
62946.28/3369.31	c      3369             62          61        20         127.0000         126.0000      0.79%
63047.46/3374.43	c      3374             62          61        20         127.0000         126.0000      0.79%
63148.64/3379.59	c      3380             62          61        20         127.0000         126.0000      0.79%
63263.57/3385.38	c      3385             63          62        20         127.0000         126.0000      0.79%
63377.40/3391.05	c      3391             64          63        20         127.0000         126.0000      0.79%
63476.48/3396.09	c      3396             64          63        20         127.0000         126.0000      0.79%
63577.77/3401.17	c      3401             64          63        20         127.0000         126.0000      0.79%
63682.00/3406.45	c      3406             64          63        20         127.0000         126.0000      0.79%
63785.18/3411.65	c      3412             64          63        20         127.0000         126.0000      0.79%
63886.35/3416.79	c      3417             64          63        20         127.0000         126.0000      0.79%
63987.53/3421.83	c      3422             64          63        20         127.0000         126.0000      0.79%
64086.73/3426.86	c      3427             64          63        20         127.0000         126.0000      0.79%
64187.91/3431.91	c      3432             64          63        20         127.0000         126.0000      0.79%
64295.05/3437.32	c      3437             64          63        20         127.0000         126.0000      0.79%
64400.18/3442.62	c      3443             64          63        20         127.0000         126.0000      0.79%
64503.34/3447.89	c      3448             64          63        20         127.0000         126.0000      0.79%
64612.48/3453.39	c      3453             64          63        20         127.0000         126.0000      0.79%
64717.63/3458.60	c      3459             64          63        20         127.0000         126.0000      0.79%
64820.73/3463.82	c      3464             64          63        20         127.0000         126.0000      0.79%
64929.82/3469.38	c      3469             64          63        20         127.0000         126.0000      0.79%
65032.94/3474.50	c      3474             64          63        20         127.0000         126.0000      0.79%
65138.09/3479.82	c      3480             65          64        20         127.0000         126.0000      0.79%
65237.31/3484.88	c      3485             65          64        20         127.0000         126.0000      0.79%
65336.51/3489.89	c      3490             65          64        20         127.0000         126.0000      0.79%
65457.56/3495.93	c      3496             65          64        20         127.0000         126.0000      0.79%
65556.77/3500.98	c      3501             65          64        20         127.0000         126.0000      0.79%
65661.91/3506.26	c      3506             66          65        20         127.0000         126.0000      0.79%
65764.98/3511.46	c      3511             66          65        20         127.0000         126.0000      0.79%
65868.16/3516.61	c      3517             66          65        20         127.0000         126.0000      0.79%
65973.33/3521.91	c      3522             67          66        20         127.0000         126.0000      0.79%
66088.33/3527.75	c      3528             67          66        20         127.0000         126.0000      0.79%
66187.51/3532.79	c      3533             67          66        20         127.0000         126.0000      0.79%
66288.70/3537.89	c      3538             67          66        20         127.0000         126.0000      0.79%
66389.89/3542.92	c      3543             67          66        20         127.0000         126.0000      0.79%
66493.64/3548.19	c      3548             67          66        20         127.0000         126.0000      0.79%
66596.16/3553.38	c      3553             67          66        20         127.0000         126.0000      0.79%
66697.05/3558.45	c      3558             67          66        20         127.0000         126.0000      0.79%
66806.19/3564.03	c      3564             67          66        20         127.0000         126.0000      0.79%
66911.31/3569.20	c      3569             67          66        20         127.0000         126.0000      0.79%
67012.50/3574.34	c      3574             67          66        20         127.0000         126.0000      0.79%
67113.68/3579.40	c      3579             67          66        20         127.0000         126.0000      0.79%
67214.87/3584.51	c      3585             67          66        20         127.0000         126.0000      0.79%
67324.38/3590.06	c      3590             67          66        20         127.0000         126.0000      0.79%
67430.04/3595.41	c      3595             67          66        20         127.0000         126.0000      0.79%
67531.05/3600.56	c      3601             67          66        20         127.0000         126.0000      0.79%
67632.24/3605.61	c      3606             67          66        20         127.0000         126.0000      0.79%
67737.41/3610.94	c      3611             67          66        20         127.0000         126.0000      0.79%
67839.34/3616.13	c      3616             67          66        20         127.0000         126.0000      0.79%
67955.28/3621.91	c      3622             67          66        20         127.0000         126.0000      0.79%
68072.33/3627.87	c      3628             68          67        20         127.0000         126.0000      0.79%
68173.54/3632.96	c      3633             68          67        20         127.0000         126.0000      0.79%
68275.34/3638.09	c      3638             68          67        20         127.0000         126.0000      0.79%
68377.84/3643.21	c      3643             69          68        20         127.0000         126.0000      0.79%
68482.98/3648.55	c      3649             69          68        20         127.0000         126.0000      0.79%
68586.10/3653.71	c      3654             69          68        20         127.0000         126.0000      0.79%
68689.28/3658.96	c      3659             69          68        20         127.0000         126.0000      0.79%
68796.39/3664.33	c      3664             69          68        20         127.0000         126.0000      0.79%
68897.57/3669.46	c      3669             69          68        20         127.0000         126.0000      0.79%
69006.71/3674.98	c      3675             69          68        20         127.0000         126.0000      0.79%
69110.57/3680.18	c      3680             69          68        20         127.0000         126.0000      0.79%
69218.97/3685.65	c      3686             69          68        20         127.0000         126.0000      0.79%
69328.88/3691.18	c      3691             71          68        20         127.0000         126.0000      0.79%
69431.26/3696.39	c      3696             71          68        20         127.0000         126.0000      0.79%

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 (188041 MiB free)
  memory of node 1: 193494 MiB (190775 MiB free)
  memory of node 2: 193531 MiB (191315 MiB free)
  memory of node 3: 193531 MiB (190337 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-4465498-1723654518/watcher-4465498-1723654518 -o /tmp/evaluation-result-4465498-1723654518/solver-4465498-1723654518 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779821 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465498-1723654518.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100105 s]*
/proc/loadavg: 18.49 19.73 21.59 5/854 779863
/proc/meminfo: memFree=778527124/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=156736 memory=144016 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 33909 0 0 0 6 5 0 0 20 0 1 0 132034951 160497664 36004 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 39184 36004 2347 3035 0 35580 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 156736 KiB
Current children cumulated memory: 144016 KiB

[startup+0.219271 s]*
/proc/loadavg: 18.49 19.73 21.59 5/863 779878
/proc/meminfo: memFree=778253756/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=203488 memory=190180 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 45457 0 0 0 16 7 0 0 20 0 1 0 132034951 208371712 47545 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 50872 47545 2347 3035 0 47268 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 203488 KiB
Current children cumulated memory: 190180 KiB

[startup+0.319319 s]*
/proc/loadavg: 18.49 19.73 21.59 5/866 779884
/proc/meminfo: memFree=778003960/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=260312 memory=246984 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 60195 0 0 0 23 10 0 0 20 0 1 0 132034951 266559488 61746 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 65078 61746 2555 3035 0 61474 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 260312 KiB
Current children cumulated memory: 246984 KiB

[startup+0.700258 s]
/proc/loadavg: 18.49 19.73 21.59 5/866 779884
/proc/meminfo: memFree=777216136/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=473276 memory=456360 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 112465 0 0 0 51 18 0 0 20 0 1 0 132034951 484634624 114090 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 118319 114090 2630 3035 0 114715 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 473276 KiB
Current children cumulated memory: 456360 KiB

[startup+1.50025 s]
/proc/loadavg: 18.49 19.73 21.59 5/866 779884
/proc/meminfo: memFree=776415164/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=643544 memory=623200 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 136491 0 0 0 125 23 0 0 20 0 1 0 132034951 658989056 155800 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 160886 155800 2694 3035 0 157282 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 643544 KiB
Current children cumulated memory: 623200 KiB

[startup+3.11866 s]
/proc/loadavg: 18.49 19.73 21.59 5/866 779884
/proc/meminfo: memFree=773943936/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=783980 memory=765668 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 183626 0 0 0 280 30 0 0 20 0 1 0 132034951 802795520 191417 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 195995 191417 2758 3035 0 192391 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 783980 KiB
Current children cumulated memory: 765668 KiB

[startup+6.30024 s]
/proc/loadavg: 17.33 19.47 21.50 5/866 779886
/proc/meminfo: memFree=772349772/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=1028332 memory=974048 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 191821 0 0 0 592 35 0 0 20 0 1 0 132034951 1053011968 243512 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 257083 243512 2774 3035 0 253479 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1028332 KiB
Current children cumulated memory: 974048 KiB

[startup+12.7002 s]
/proc/loadavg: 16.26 19.21 21.40 5/866 779886
/proc/meminfo: memFree=772766704/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=1029356 memory=975216 CPUtime=12.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 192118 0 0 0 1228 36 0 0 20 0 1 0 132034951 1054060544 243804 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 257339 243804 2774 3035 0 253735 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1029356 KiB
Current children cumulated memory: 975216 KiB

[startup+25.5002 s]
/proc/loadavg: 13.55 18.47 21.12 5/864 779889
/proc/meminfo: memFree=770713092/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=1416856 memory=1270468 CPUtime=25.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 257001 0 0 0 2494 46 0 0 20 0 1 0 132034951 1450860544 317617 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 354214 317617 2790 3035 0 350610 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1416856 KiB
Current children cumulated memory: 1270468 KiB

[startup+51.1172 s]
/proc/loadavg: 10.29 17.30 20.67 5/863 779892
/proc/meminfo: memFree=768196916/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=1488492 memory=1353752 CPUtime=50.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 275154 0 0 0 5046 49 0 0 20 0 1 0 132034951 1524215808 338438 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 372123 338438 2790 3035 0 368519 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1488492 KiB
Current children cumulated memory: 1353752 KiB

[startup+102.3 s]
/proc/loadavg: 6.73 15.25 19.79 5/863 779901
/proc/meminfo: memFree=768126924/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=1488500 memory=1354512 CPUtime=102 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 275176 0 0 0 10149 51 0 0 20 0 1 0 132034951 1524224000 338628 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 372125 338628 2790 3035 0 368521 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1488500 KiB
Current children cumulated memory: 1354512 KiB

[startup+162.3 s]
/proc/loadavg: 5.00 13.20 18.80 5/863 779914
/proc/meminfo: memFree=768089972/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=1488504 memory=1354512 CPUtime=161.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) R 779848 779851 779811 0 -1 4194304 275199 0 0 0 16132 52 0 0 20 0 1 0 132034951 1524228096 338628 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 372126 338628 2790 3035 0 368522 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 1488504 KiB
Current children cumulated memory: 1354512 KiB

[startup+222.301 s]
/proc/loadavg: 7.29 12.15 18.08 24/905 780135
/proc/meminfo: memFree=743582788/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=27744168 memory=25811164 CPUtime=453.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) S 779848 779851 779811 0 -1 1077936128 5667455 0 0 0 44174 1205 0 0 20 0 41 0 132034951 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 6936042 6452791 2998 3035 0 6748274 0
[pid=779851/tid=780094] ppid=779848 vsize=27744168 memory=1355732 CPUtime=12.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780094/stat : 780094 (fscip) R 779848 779851 779811 0 -1 4194368 183880 0 0 0 1210 43 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780095] ppid=779848 vsize=27744168 memory=2316 CPUtime=12.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780095/stat : 780095 (fscip) R 779848 779851 779811 0 -1 4194368 336145 0 0 0 1172 72 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780096] ppid=779848 vsize=27744168 memory=281184798449264 CPUtime=12.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780096/stat : 780096 (fscip) R 779848 779851 779811 0 -1 4194368 277554 0 0 0 1180 61 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780097] ppid=779848 vsize=27744168 memory=0 CPUtime=12.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780097/stat : 780097 (fscip) R 779848 779851 779811 0 -1 4194368 183896 0 0 0 1208 41 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780098] ppid=779848 vsize=27744168 memory=25333125866717268 CPUtime=12.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780098/stat : 780098 (fscip) R 779848 779851 779811 0 -1 4194368 343652 0 0 0 1167 73 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780099] ppid=779848 vsize=27744168 memory=0 CPUtime=12.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780099/stat : 780099 (fscip) R 779848 779851 779811 0 -1 4194368 278154 0 0 0 1182 58 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780100] ppid=779848 vsize=27744168 memory=10544 CPUtime=12.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780100/stat : 780100 (fscip) R 779848 779851 779811 0 -1 4194368 184128 0 0 0 1210 40 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780101] ppid=779848 vsize=27744168 memory=0 CPUtime=12.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780101/stat : 780101 (fscip) R 779848 779851 779811 0 -1 4194368 345149 0 0 0 1158 68 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780102] ppid=779848 vsize=27744168 memory=5512 CPUtime=12.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780102/stat : 780102 (fscip) R 779848 779851 779811 0 -1 4194368 277291 0 0 0 1184 58 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780103] ppid=779848 vsize=27744168 memory=904 CPUtime=12.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780103/stat : 780103 (fscip) R 779848 779851 779811 0 -1 4194368 184933 0 0 0 1209 44 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780104] ppid=779848 vsize=27744168 memory=25659324 CPUtime=12.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780104/stat : 780104 (fscip) R 779848 779851 779811 0 -1 4194368 360675 0 0 0 1167 73 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780105] ppid=779848 vsize=27744168 memory=281184798687248 CPUtime=12.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780105/stat : 780105 (fscip) R 779848 779851 779811 0 -1 4194368 278363 0 0 0 1186 57 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780106] ppid=779848 vsize=27744168 memory=0 CPUtime=12.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780106/stat : 780106 (fscip) R 779848 779851 779811 0 -1 4194368 184753 0 0 0 1213 39 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780107] ppid=779848 vsize=27744168 memory=0 CPUtime=12.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780107/stat : 780107 (fscip) R 779848 779851 779811 0 -1 4194368 339323 0 0 0 1165 71 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780108] ppid=779848 vsize=27744168 memory=4367948 CPUtime=12.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780108/stat : 780108 (fscip) R 779848 779851 779811 0 -1 4194368 278091 0 0 0 1184 59 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780109] ppid=779848 vsize=27744168 memory=25932 CPUtime=12.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780109/stat : 780109 (fscip) R 779848 779851 779811 0 -1 4194368 184275 0 0 0 1210 43 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780110] ppid=779848 vsize=27744168 memory=2036 CPUtime=12.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780110/stat : 780110 (fscip) R 779848 779851 779811 0 -1 4194368 337263 0 0 0 1171 71 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780111] ppid=779848 vsize=27744168 memory=31572 CPUtime=12.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780111/stat : 780111 (fscip) R 779848 779851 779811 0 -1 4194368 277906 0 0 0 1186 57 0 0 20 0 41 0 132055462 28410028032 6452791 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0

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

[pid=779851/tid=780124] ppid=779848 vsize=51245460 memory=36300 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780124/stat : 780124 (fscip) S 779848 779851 779811 0 -1 1077936192 164 0 0 0 2 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780125] ppid=779848 vsize=51245460 memory=6796 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780125/stat : 780125 (fscip) S 779848 779851 779811 0 -1 1077936192 199 0 0 0 2 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780126] ppid=779848 vsize=51245460 memory=11448 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780126/stat : 780126 (fscip) S 779848 779851 779811 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780127] ppid=779848 vsize=51245460 memory=42004 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780127/stat : 780127 (fscip) S 779848 779851 779811 0 -1 1077936192 223 0 0 0 3 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780128] ppid=779848 vsize=51245460 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780128/stat : 780128 (fscip) S 779848 779851 779811 0 -1 1077936192 180 0 0 0 3 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780129] ppid=779848 vsize=51245460 memory=-3684884188318165867 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780129/stat : 780129 (fscip) S 779848 779851 779811 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780130] ppid=779848 vsize=51245460 memory=11332 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780130/stat : 780130 (fscip) S 779848 779851 779811 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780131] ppid=779848 vsize=51245460 memory=14452 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780131/stat : 780131 (fscip) S 779848 779851 779811 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780132] ppid=779848 vsize=51245460 memory=2 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780132/stat : 780132 (fscip) S 779848 779851 779811 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780133] ppid=779848 vsize=51245460 memory=11448 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780133/stat : 780133 (fscip) S 779848 779851 779811 0 -1 1077936192 165 0 0 0 2 0 0 0 20 0 41 0 132055932 52475351040 12157389 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
Current children cumulated CPU time: 68360 s
Current children cumulated vsize: 51245460 KiB
Current children cumulated memory: 48629556 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 81.34 80.32 69.51 81/1023 782000
/proc/meminfo: memFree=572185856/790760804 swapFree=131071996/131071996
[pid=779851] ppid=779848 vsize=51376532 memory=48731048 CPUtime=69505.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/stat : 779851 (fscip) S 779848 779851 779811 0 -1 1077936128 163198143 0 0 0 6935995 14544 0 0 20 0 41 0 132034951 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
/proc/779851/statm: 12844133 12182762 3334 3035 0 12608403 0
[pid=779851/tid=780094] ppid=779848 vsize=51376532 memory=6720662168678777452 CPUtime=3471.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780094/stat : 780094 (fscip) R 779848 779851 779811 0 -1 4194368 6359865 0 0 0 346623 537 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780095] ppid=779848 vsize=51376532 memory=8323350987516068516 CPUtime=3470.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780095/stat : 780095 (fscip) R 779848 779851 779811 0 -1 4194368 8154179 0 0 0 346358 723 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780096] ppid=779848 vsize=51376532 memory=3300 CPUtime=3470.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780096/stat : 780096 (fscip) R 779848 779851 779811 0 -1 4194368 8786704 0 0 0 346223 787 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780097] ppid=779848 vsize=51376532 memory=2264 CPUtime=3469.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780097/stat : 780097 (fscip) R 779848 779851 779811 0 -1 4194368 5727417 0 0 0 346422 498 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780098] ppid=779848 vsize=51376532 memory=29273809900535888 CPUtime=3470.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780098/stat : 780098 (fscip) R 779848 779851 779811 0 -1 4194368 8896896 0 0 0 346291 775 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780099] ppid=779848 vsize=51376532 memory=25932 CPUtime=3435.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780099/stat : 780099 (fscip) R 779848 779851 779811 0 -1 4194368 8994457 0 0 0 342700 840 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780100] ppid=779848 vsize=51376532 memory=21392 CPUtime=3467.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780100/stat : 780100 (fscip) R 779848 779851 779811 0 -1 4194368 7657684 0 0 0 346104 650 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780101] ppid=779848 vsize=51376532 memory=2208 CPUtime=3462.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780101/stat : 780101 (fscip) R 779848 779851 779811 0 -1 4194368 8744139 0 0 0 345512 769 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780102] ppid=779848 vsize=51376532 memory=2036 CPUtime=3464.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780102/stat : 780102 (fscip) R 779848 779851 779811 0 -1 4194368 8848202 0 0 0 345647 829 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780103] ppid=779848 vsize=51376532 memory=31572 CPUtime=3468.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780103/stat : 780103 (fscip) R 779848 779851 779811 0 -1 4194368 7421285 0 0 0 346200 622 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780104] ppid=779848 vsize=51376532 memory=28568 CPUtime=3471.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780104/stat : 780104 (fscip) R 779848 779851 779811 0 -1 4194368 9106363 0 0 0 346318 801 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780105] ppid=779848 vsize=51376532 memory=7312 CPUtime=3469.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780105/stat : 780105 (fscip) R 779848 779851 779811 0 -1 4194368 8886924 0 0 0 346078 846 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780106] ppid=779848 vsize=51376532 memory=28188 CPUtime=3470.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780106/stat : 780106 (fscip) R 779848 779851 779811 0 -1 4194368 7213469 0 0 0 346445 613 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780107] ppid=779848 vsize=51376532 memory=33864 CPUtime=3469.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780107/stat : 780107 (fscip) R 779848 779851 779811 0 -1 4194368 10087590 0 0 0 346101 868 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780108] ppid=779848 vsize=51376532 memory=62196 CPUtime=3466.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780108/stat : 780108 (fscip) R 779848 779851 779811 0 -1 4194368 9062378 0 0 0 345738 920 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780109] ppid=779848 vsize=51376532 memory=7640 CPUtime=3469.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780109/stat : 780109 (fscip) R 779848 779851 779811 0 -1 4194368 7076103 0 0 0 346360 592 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780110] ppid=779848 vsize=51376532 memory=19884 CPUtime=3470.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780110/stat : 780110 (fscip) R 779848 779851 779811 0 -1 4194368 7914087 0 0 0 346378 698 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780111] ppid=779848 vsize=51376532 memory=20388 CPUtime=3461.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780111/stat : 780111 (fscip) R 779848 779851 779811 0 -1 4194368 9345590 0 0 0 345297 814 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780112] ppid=779848 vsize=51376532 memory=5712 CPUtime=3463.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780112/stat : 780112 (fscip) R 779848 779851 779811 0 -1 4194368 6621604 0 0 0 345837 554 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780113] ppid=779848 vsize=51376532 memory=11568 CPUtime=3435.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780113/stat : 780113 (fscip) R 779848 779851 779811 0 -1 4194368 7974574 0 0 0 342858 728 0 0 20 0 41 0 132055462 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780114] ppid=779848 vsize=51376532 memory=48723104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780114/stat : 780114 (fscip) S 779848 779851 779811 0 -1 1077936192 203 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780115] ppid=779848 vsize=51376532 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780115/stat : 780115 (fscip) S 779848 779851 779811 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780116] ppid=779848 vsize=51376532 memory=-6734805165024462486 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780116/stat : 780116 (fscip) S 779848 779851 779811 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780117] ppid=779848 vsize=51376532 memory=-8629914435730705770 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780117/stat : 780117 (fscip) S 779848 779851 779811 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780118] ppid=779848 vsize=51376532 memory=6944656592455359580 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780118/stat : 780118 (fscip) S 779848 779851 779811 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780119] ppid=779848 vsize=51376532 memory=7444564968410396990 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780119/stat : 780119 (fscip) S 779848 779851 779811 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780120] ppid=779848 vsize=51376532 memory=7640 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780120/stat : 780120 (fscip) S 779848 779851 779811 0 -1 1077936192 243 0 0 0 3 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780121] ppid=779848 vsize=51376532 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780121/stat : 780121 (fscip) S 779848 779851 779811 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780122] ppid=779848 vsize=51376532 memory=6720668744358117736 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780122/stat : 780122 (fscip) S 779848 779851 779811 0 -1 1077936192 227 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780123] ppid=779848 vsize=51376532 memory=26988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780123/stat : 780123 (fscip) S 779848 779851 779811 0 -1 1077936192 191 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780124] ppid=779848 vsize=51376532 memory=3776 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780124/stat : 780124 (fscip) S 779848 779851 779811 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780125] ppid=779848 vsize=51376532 memory=40480 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780125/stat : 780125 (fscip) S 779848 779851 779811 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780126] ppid=779848 vsize=51376532 memory=8196 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780126/stat : 780126 (fscip) S 779848 779851 779811 0 -1 1077936192 159 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780127] ppid=779848 vsize=51376532 memory=3300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780127/stat : 780127 (fscip) S 779848 779851 779811 0 -1 1077936192 227 0 0 0 3 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780128] ppid=779848 vsize=51376532 memory=2264 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780128/stat : 780128 (fscip) S 779848 779851 779811 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780129] ppid=779848 vsize=51376532 memory=1668 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780129/stat : 780129 (fscip) S 779848 779851 779811 0 -1 1077936192 185 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780130] ppid=779848 vsize=51376532 memory=20316 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780130/stat : 780130 (fscip) S 779848 779851 779811 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780131] ppid=779848 vsize=51376532 memory=51344 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780131/stat : 780131 (fscip) S 779848 779851 779811 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780132] ppid=779848 vsize=51376532 memory=104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780132/stat : 780132 (fscip) S 779848 779851 779811 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
[pid=779851/tid=780133] ppid=779848 vsize=51376532 memory=25932 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/779851/task/780133/stat : 780133 (fscip) S 779848 779851 779811 0 -1 1077936192 168 0 0 0 2 0 0 0 20 0 41 0 132055932 52609568768 12182762 809668444160 4194304 16623229 140727822378464 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36569088 140727822386182 140727822386300 140727822386300 140727822393328 0
Current children cumulated CPU time: 69505.4 s
Current children cumulated vsize: 51376532 KiB
Current children cumulated memory: 48731048 KiB

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

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

# cumulated CPU time of all completed processes:  user=69360.2 s, system=147.141 s

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

[startup+3700.8 s]
/proc/loadavg: 81.34 80.32 69.51 43/945 782000
/proc/meminfo: memFree=577946436/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.2 s]
/proc/loadavg: 78.51 79.75 69.38 24/906 782000
/proc/meminfo: memFree=654250828/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 78.51 79.75 69.38 24/906 782000
/proc/meminfo: memFree=654250828/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.7 s]
/proc/loadavg: 78.51 79.75 69.38 24/906 782000
/proc/meminfo: memFree=654250828/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3701.75
CPU time (s): 69507.3
CPU user time (s): 69360.2
CPU system time (s): 147.141
CPU usage (%): 1877.69
Max. virtual memory (cumulated for all children) (KiB): 51573140
Max. memory (cumulated for all children) (KiB): 48954820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69360.2
system time used= 147.141
maximum resident set size= 48954820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163198519
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= 236526
involuntary context switches= 213399


# summary of solver processes directly reported to runsolver:
#   pid: 779851
#   total CPU time (s): 69507.3
#   total CPU user time (s): 69360.2
#   total CPU system time (s): 147.141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.0012 second user time and 82.5374 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 18:55:18
IDJOB=4465498
IDBENCH=158606
IDSOLVER=3094
FILE ID=nodeD105/4465498-1723654518
RUNJOBID= nodeD105-1723654518-779821
SLURM_JOB_ID= 8267924
Free space on /tmp= 8622892 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm98p-opt.opb.negationfix.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-4465498-1723654518/watcher-4465498-1723654518 -o /tmp/evaluation-result-4465498-1723654518/solver-4465498-1723654518 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779821 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465498-1723654518.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a7d39c8a0eed618aa14a4423c4fae159
RANDOM SEED=2087438602

nodeD105.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		: 3243.343
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		: 2854.722
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3399.898
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	: 5011.74
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		: 3275.168
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	: 5011.78
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		: 1971.247
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		: 3854.213
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3574.838
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	: 5011.74
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		: 3144.858
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	: 5011.78
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		: 2043.588
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		: 3653.770
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3371.958
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	: 5011.74
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		: 3664.230
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	: 5011.78
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		: 2405.402
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		: 3661.854
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3392.460
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	: 5011.74
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		: 3853.575
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	: 5011.78
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		: 3659.245
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		: 3852.416
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3788.367
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	: 5011.74
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		: 1434.334
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	: 5011.78
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		: 3459.060
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1452.601
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2647.211
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	: 5011.74
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		: 1433.713
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	: 5011.78
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		: 3564.760
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		: 1420.479
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2636.359
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	: 5011.74
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		: 1446.408
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	: 5011.78
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		: 3407.690
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		: 1401.891
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2649.532
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	: 5011.74
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		: 1459.635
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	: 5011.78
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		: 3737.969
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		: 1443.761
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2646.912
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	: 5011.74
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		: 1435.922
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	: 5011.78
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		: 3030.054
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		: 2651.106
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2646.234
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	: 5011.74
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		: 1415.712
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	: 5011.78
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		: 2867.494
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		: 1430.774
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2548.143
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	: 5011.74
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		: 2013.670
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	: 5011.78
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		: 2386.466
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		: 1455.453
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2654.433
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	: 5011.74
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		: 1434.676
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	: 5011.78
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		: 1351.899
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		: 1474.828
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2643.809
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	: 5011.74
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		: 1414.518
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	: 5011.78
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		: 2370.980
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		: 1419.971
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2646.317
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	: 5011.74
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		: 1426.498
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	: 5011.78
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		: 1366.666
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		: 1426.450
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2647.961
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	: 5011.74
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		: 1428.110
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	: 5011.78
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		: 2202.597
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		: 1131.271
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2653.061
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	: 5011.74
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		: 1440.396
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	: 5011.78
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		: 1957.220
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		: 1445.529
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2640.716
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	: 5011.74
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		: 1449.224
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	: 5011.78
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		: 2308.425
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		: 1426.824
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        778732124 kB
MemAvailable:   783547432 kB
Buffers:         1249004 kB
Cached:          6852908 kB
SwapCached:            0 kB
Active:          1690804 kB
Inactive:        6836408 kB
Active(anon):       2080 kB
Inactive(anon):   462144 kB
Active(file):    1688724 kB
Inactive(file):  6374264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            110364 kB
Writeback:             0 kB
AnonPages:        424176 kB
Mapped:           103072 kB
Shmem:             38920 kB
KReclaimable:     344044 kB
Slab:             782364 kB
SReclaimable:     344044 kB
SUnreclaim:       438320 kB
KernelStack:       14768 kB
PageTables:         9696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1276284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1170048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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:     1351680 kB
DirectMap2M:    191035392 kB
DirectMap1G:    613416960 kB

Free space on /tmp at the end= 8622764 MiB
End job on nodeD105 at 2024-08-14 19:57:00