Trace number 4465671

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.9 3691.2

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-133.opb
MD5SUMbf76f01107fc6e0f0d7316d8818a221b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48253
Total number of constraints1119563
Number of constraints which are clauses1005877
Number of constraints which are cardinality constraints (but not clauses)3541
Number of constraints which are nor clauses,nor cardinality constraints110145
Minimum length of a constraint1
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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)
3.28/3.31	c Default LC presolving (default).
3.28/3.33	c ** Before presolving: virtualMemUsedAtLc = 2714012009, getVmSize() = 1621880832, SCIPgetMemUsed() = 1440524001, SCIPgetMemTotal() = 1519477161, SCIPgetMemExternEstim() = 1194534848
3.28/3.33	c ** set memory limit for presolving in LC to 8.78754e+12 for SCIP **
30.28/30.40	c ** Estimated virtualMemUsedAtSolver = 3256120729, getVmSize() = 3974283264, SCIPgetMemUsed() = 2379108894, SCIPgetMemTotal() = 3689646246, SCIPgetMemExternEstim() = 1194534848
30.28/30.40	c ** set memory limit for solvers to 4.17836e+11 for each SCIP **
30.28/30.40	c Original Problem   :
30.28/30.40	c   Problem name     : instance-4465671-1723614700
30.28/30.40	c   Variables        : 48253 (48253 binary, 0 integer, 0 implicit integer, 0 continuous)
30.28/30.40	c   Constraints      : 1119563
30.28/30.40	c   Objective sense  : minimize
30.28/30.40	c Presolved Problem  :
30.28/30.40	c   Variables        : 47387 (47387 binary, 0 integer, 0 implicit integer, 0 continuous)
30.28/30.40	c   Constraints      : 1082039
30.28/30.40	c Constraints        : Number
30.28/30.40	c   knapsack         : 111893 
30.28/30.40	c   setppc           : 227931 
30.28/30.40	c   linear           : 1 
30.28/30.40	c   logicor          : 742214 
30.28/30.40	c ** Instance transfer method used: 0
31.89/32.09	c ** ParaScipInstance copy does not increase the number of variables. **
58.22/58.45	c LC is working with racing ramp-up and with rebuilding tree after racing.
58.22/58.46	c                                Nodes    Active                                            
58.22/58.46	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1920.18/154.17	c       154              2           1        20                -           0.0000          -
2017.54/159.27	c       159             22          21        20                -           0.0000          -
2120.57/164.45	c       164            122         121        20                -           0.0000          -
2223.60/169.63	c       170            306          56        20                -           0.0000          -
2323.95/174.74	c       175            301          34        20                -           0.0000          -
2424.86/179.87	c       180            334          35        20                -           0.0000          -
2537.52/185.56	c       186            494          49        20                -           0.0000          -
2644.58/190.90	c       191            494          49        20                -           0.0000          -
3635.20/241.05	c       241            494          49        20                -           0.0000          -
3740.34/246.30	c       246            427          36        20                -           0.0000          -
3850.98/251.98	c       252            427          36        20                -           0.0000          -
3955.89/257.26	c       257            489           0        20                -           0.0000          -
4055.04/262.26	c       262            716         221        20                -           0.0000          -
4156.16/267.36	c       267            630         141        20                -           0.0000          -
4255.32/272.41	c       272            661         221        20                -           0.0000          -
4357.43/277.50	c       278            770         281        20                -           0.0000          -
4459.58/282.66	c       283            801         361        20                -           0.0000          -
4558.75/287.68	c       288            910         421        20                -           0.0000          -
4661.87/292.87	c       293           1156         661        20                -           0.0000          -
4762.74/297.93	c       298           1021         581        20                -           0.0000          -
4861.90/302.95	c       303           1122         499        20                -           0.0000          -
4965.04/308.16	c       308           1141         701        20                -           0.0000          -
5066.14/313.27	c       313           1262         639        20                -           0.0000          -
5173.24/318.65	c       319           1486         279        20                -           0.0000          -
5288.89/324.46	c       324           1532         260        20                -           0.0000          -
5403.19/330.23	c       330           1449         157        20                -           0.0000          -
5509.33/335.58	c       336           1517         160        20                -           0.0000          -
5609.45/340.60	c       341           1577         169        20                -           0.0000          -
5728.45/346.66	c       347           1577         169        20                -           0.0000          -
5851.42/352.83	c       353           1577         169        20                -           0.0000          -
6428.40/381.92	c       382           1577         169        20                -           0.0000          -
6545.38/387.82	c       388           1577         169        20                -           0.0000          -
6660.37/393.61	c       394           1577         169        20                -           0.0000          -
6773.35/399.40	c       399           1577         169        20                -           0.0000          -
6894.98/405.47	c       405           1577         169        20                -           0.0000          -
7003.40/410.90	c       411           1632         158        20                -           0.0000          -
7108.49/416.29	c       416           1632         158        20                -           0.0000          -
7209.59/421.43	c       421           1740         258        20                -           0.0000          -
7320.60/426.91	c       427           1746           1        20                -           0.0000          -
7421.71/432.00	c       432           1826          81        20                -           0.0000          -
7526.85/437.35	c       437           1886         141        20                -           0.0000          -
7628.36/442.44	c       442           1966         221        20                -           0.0000          -
7727.65/447.53	c       448           2026         281        20                -           0.0000          -
7829.84/452.63	c       453           2057         421        20                -           0.0000          -
7937.00/458.07	c       458           2166         421        20                -           0.0000          -
8036.24/463.09	c       463           2248         661        20                -           0.0000          -
8137.19/468.10	c       468           2277         641        20                -           0.0000          -
8243.14/473.48	c       473           2386         641        20                -           0.0000          -
8344.08/478.54	c       479           2468         881        20                -           0.0000          -
8444.51/483.64	c       484           2546         801        20                -           0.0000          -
8547.61/488.83	c       489           2608        1021        20                -           0.0000          -
8668.37/494.97	c       495           2628        1041        20                -           0.0000          -
8793.27/501.27	c       501           2628        1041        20                -           0.0000          -
9443.54/534.00	c       534           2628        1041        20                -           0.0000          -
9564.40/540.12	c       540           2628        1041        20                -           0.0000          -
9683.24/546.15	c       546           2628        1041        20                -           0.0000          -
9800.14/552.02	c       552           2628        1041        20                -           0.0000          -
9899.27/557.06	c       557           2628        1041        20                -           0.0000          -
10016.23/562.94	c       563           2628        1041        20                -           0.0000          -
10121.06/568.22	c       568           2677        1041        20                -           0.0000          -
10222.22/573.31	c       573           2786        1041        20                -           0.0000          -
10331.22/578.85	c       579           2766          81        20                -           0.0000          -
10430.32/583.89	c       584           2897         261        20                -           0.0000          -
10535.44/589.19	c       589           2926         241        20                -           0.0000          -
10643.42/594.59	c       595           3035         241        20                -           0.0000          -
10743.63/599.65	c       600           3066         381        20                -           0.0000          -
10848.72/604.99	c       605           3126         441        20                -           0.0000          -
10953.82/610.23	c       610           3255         461        20                -           0.0000          -
11054.88/615.39	c       615           3266         581        20                -           0.0000          -
11158.51/620.54	c       621           3326         641        20                -           0.0000          -
11264.78/625.94	c       626           3406         721        20                -           0.0000          -
11367.90/631.11	c       631           3466         781        20                -           0.0000          -
11467.04/636.15	c       636           3615         821        20                -           0.0000          -
11578.05/641.72	c       642           3606         921        20                -           0.0000          -
11679.10/646.82	c       647           3755         961        20                -           0.0000          -
11792.86/652.55	c       653           3766        1081        20                -           0.0000          -
11902.96/658.18	c       658           3846        1161        20                -           0.0000          -
12017.76/663.94	c       664           3926        1241        20                -           0.0000          -
12129.62/669.56	c       670           4097        1461        20                -           0.0000          -
12229.96/674.66	c       675           4155        1361        20                -           0.0000          -
12335.07/679.93	c       680           4237        1601        20                -           0.0000          -
12436.20/685.00	c       685           4295        1501        20                -           0.0000          -
12535.35/690.10	c       690           4375        1581        20                -           0.0000          -
12646.40/695.60	c       696           4366        1681        20                -           0.0000          -
12755.49/701.17	c       701           4537        1901        20                -           0.0000          -
12863.37/706.59	c       707           4617        1981        20                -           0.0000          -
12969.66/711.98	c       712           4606        1921        20                -           0.0000          -
13070.79/717.00	c       717           4666        1981        20                -           0.0000          -
13181.85/722.62	c       723           4815        2021        20                -           0.0000          -
13286.97/727.97	c       728           4895        2101        20                -           0.0000          -
13396.71/733.44	c       733           4886        2201        20                -           0.0000          -
13499.16/738.62	c       739           4898        2059        20                -           0.0000          -
13606.26/744.04	c       744           5137        2501        20                -           0.0000          -
13709.38/749.28	c       749           5207        2569        20                -           0.0000          -
13810.54/754.33	c       754           5074         885        20                -           0.0000          -
13912.55/759.52	c       760           5294         106        20                -           0.0000          -
14018.78/764.89	c       765           5269          78        20                -           0.0000          -
14123.92/770.18	c       770           5231         800        20                -           0.0000          -
14223.11/775.18	c       775           5358          83        20                -           0.0000          -
14326.27/780.38	c       780           5404          84        20                -           0.0000          -
14433.31/785.71	c       786           5333         819        20                -           0.0000          -
14534.21/790.89	c       791           5363         818        20                -           0.0000          -
14643.33/796.43	c       796           5563         116        20                -           0.0000          -
14745.30/801.44	c       801           5415         818        20                -           0.0000          -
14847.57/806.68	c       807           5620         109        20                -           0.0000          -
14956.70/812.14	c       812           5652         117        20                -           0.0000          -
15064.56/817.54	c       818           5506         814        20                -           0.0000          -
15170.82/822.90	c       823           5707         115        20                -           0.0000          -
15269.90/827.93	c       828           5833          79        20                -           0.0000          -
15373.00/833.14	c       833           5833          79        20                -           0.0000          -
15490.03/839.08	c       839           5833          79        20                -           0.0000          -
15609.04/845.02	c       845           5833          79        20                -           0.0000          -
15714.03/850.36	c       850           5833          79        20                -           0.0000          -
15830.61/856.27	c       856           5833          79        20                -           0.0000          -
15939.59/861.78	c       862           5833          79        20                -           0.0000          -
16040.62/866.84	c       867           5833          79        20                -           0.0000          -
16141.55/871.98	c       872           5833          79        20                -           0.0000          -
16254.39/877.66	c       878           5833          79        20                -           0.0000          -
16363.47/883.19	c       883           5833          79        20                -           0.0000          -
16469.28/888.51	c       889           5833          79        20                -           0.0000          -
16577.47/893.92	c       894           5833          79        20                -           0.0000          -
16684.49/899.36	c       899           5620         813        20                -           0.0000          -
16789.48/904.65	c       905           5989         115        20                -           0.0000          -
16890.63/909.74	c       910           5989         115        20                -           0.0000          -
16997.71/915.15	c       915           5989         115        20                -           0.0000          -
17106.77/920.68	c       921           5989         115        20                -           0.0000          -
17211.82/925.95	c       926           5989         115        20                -           0.0000          -
17316.95/931.28	c       931           5989         115        20                -           0.0000          -
17418.18/936.34	c       936           5989         115        20                -           0.0000          -
17517.17/941.43	c       941           5989         115        20                -           0.0000          -
17622.25/946.60	c       947           5989         115        20                -           0.0000          -
17723.47/951.71	c       952           5989         115        20                -           0.0000          -
17828.60/957.05	c       957           5989         115        20                -           0.0000          -
17931.80/962.27	c       962           6405         781        20                -           0.0000          -
18035.75/967.46	c       967           6465         841        20                -           0.0000          -
18138.10/972.64	c       973           6545         921        20                -           0.0000          -
18245.10/978.00	c       978           6945        1101        20                -           0.0000          -
18346.19/983.14	c       983           7025        1181        20                -           0.0000          -
18449.23/988.37	c       988           6745        1121        20                -           0.0000          -
18554.28/993.65	c       994           6432         441        20                -           0.0000          -
18659.23/998.98	c       999           6512         521        20                -           0.0000          -
18762.28/1004.13	c      1004           7305        1461        20                -           0.0000          -
18863.39/1009.27	c      1009           6652         661        20                -           0.0000          -
18969.41/1014.59	c      1015           7105        1481        20                -           0.0000          -
19073.43/1019.85	c      1020           6792         801        20                -           0.0000          -
19178.48/1025.18	c      1025           7605        1761        20                -           0.0000          -
19287.37/1030.63	c      1031           7325        1701        20                -           0.0000          -
19388.50/1035.79	c      1036           7765        1921        20                -           0.0000          -
19489.57/1040.88	c      1041           7465        1841        20                -           0.0000          -
19588.70/1045.89	c      1046           7905        2061        20                -           0.0000          -
19691.81/1051.03	c      1051           7232        1241        20                -           0.0000          -
19792.94/1056.18	c      1056           7685        2061        20                -           0.0000          -
19896.07/1061.38	c      1061           7372        1381        20                -           0.0000          -
19999.80/1066.54	c      1067           7452        1461        20                -           0.0000          -
20106.17/1071.91	c      1072           7905        2281        20                -           0.0000          -
20207.31/1077.09	c      1077           7985        2361        20                -           0.0000          -
20312.31/1082.35	c      1082           7672        1681        20                -           0.0000          -
20411.31/1087.42	c      1087           8125        2501        20                -           0.0000          -
20522.27/1092.94	c      1093           8205        2581        20                -           0.0000          -
20632.06/1098.50	c      1099           8665        2821        20                -           0.0000          -
20742.23/1104.05	c      1104           8745        2901        20                -           0.0000          -
20852.03/1109.57	c      1110           8825        2981        20                -           0.0000          -
20960.35/1115.09	c      1115           8905        3061        20                -           0.0000          -
21061.35/1120.11	c      1120           8985        3141        20                -           0.0000          -
21162.46/1125.21	c      1125           8665        3041        20                -           0.0000          -
21263.58/1130.35	c      1130           8372        2381        20                -           0.0000          -
21365.51/1135.54	c      1136           8452        2461        20                -           0.0000          -
21469.73/1140.78	c      1141           9183        3238        20                -           0.0000          -
21576.80/1146.17	c      1146           8965        3341        20                -           0.0000          -
21682.58/1151.44	c      1151           9254        3242        20                -           0.0000          -
21784.97/1156.62	c      1157           9297        3238        20                -           0.0000          -
21888.02/1161.84	c      1162           9119        3462        20                -           0.0000          -
21987.17/1166.88	c      1167           9155        3464        20                -           0.0000          -
22096.21/1172.36	c      1172           8992        3001        20                -           0.0000          -
22209.24/1178.07	c      1178           9466        3239        20                -           0.0000          -
22310.30/1183.10	c      1183           9151        3135        20                -           0.0000          -
22411.45/1188.20	c      1188           9531        3237        20                -           0.0000          -
22512.58/1193.32	c      1193           9568        3234        20                -           0.0000          -
22614.51/1198.50	c      1198           9603        3237        20                -           0.0000          -
22718.76/1203.71	c      1204           9289        3140        20                -           0.0000          -
22817.97/1208.78	c      1209           9317        3135        20                -           0.0000          -
22922.91/1214.08	c      1214           9346        3135        20                -           0.0000          -
23030.71/1219.50	c      1220           9361        3133        20                -           0.0000          -
23144.99/1225.23	c      1225           9454        3465        20                -           0.0000          -
23246.15/1230.43	c      1230           9475        3463        20                -           0.0000          -
23353.21/1235.78	c      1236           9924        3239        20                -           0.0000          -
23466.94/1241.49	c      1242           9479        2012        20                -           0.0000          -
23569.28/1246.66	c      1247           9564        3464        20                -           0.0000          -
23672.39/1251.90	c      1252           9591        3460        20                -           0.0000          -
23775.41/1257.02	c      1257          10094        3234        20                -           0.0000          -
23876.54/1262.11	c      1262          10128        3242        20                -           0.0000          -
23982.44/1267.51	c      1268           9637        1561        20                -           0.0000          -
24084.64/1272.61	c      1273          10193        3234        20                -           0.0000          -
24195.67/1278.24	c      1278           9694        3461        20                -           0.0000          -
24294.77/1283.27	c      1283           9723        3459        20                -           0.0000          -
24395.77/1288.41	c      1288           9771        1557        20                -           0.0000          -
24500.86/1293.64	c      1294           9771        3460        20                -           0.0000          -
24603.86/1298.88	c      1299           9791        3458        20                -           0.0000          -
24704.98/1303.92	c      1304           9810        3462        20                -           0.0000          -
24804.16/1308.98	c      1309           9820        3458        20                -           0.0000          -
24903.33/1313.98	c      1314           9918         629        20                -           0.0000          -
25004.49/1319.08	c      1319          10535        3234        20                -           0.0000          -
25105.61/1324.13	c      1324           9980         621        20                -           0.0000          -
25220.57/1329.96	c      1330          10598        3236        20                -           0.0000          -
25319.57/1334.98	c      1335          10598        3236        20                -           0.0000          -
25420.59/1340.03	c      1340          10598        3236        20                -           0.0000          -
25528.23/1345.49	c      1345          10598        3236        20                -           0.0000          -
25634.67/1350.88	c      1351          10598        3236        20                -           0.0000          -
25746.39/1356.47	c      1356          10598        3236        20                -           0.0000          -
25852.81/1361.90	c      1362          10598        3236        20                -           0.0000          -
25967.74/1367.65	c      1368          10598        3236        20                -           0.0000          -
26080.80/1373.31	c      1373          10598        3236        20                -           0.0000          -
26193.53/1379.09	c      1379          10598        3236        20                -           0.0000          -
26298.61/1384.41	c      1384          10598        3236        20                -           0.0000          -
26407.52/1389.87	c      1390          10598        3236        20                -           0.0000          -
26508.55/1394.94	c      1395          10251        3467        20                -           0.0000          -
26615.48/1400.41	c      1400          10692          85        20                -           0.0000          -
26722.57/1405.74	c      1406          10304        3462        20                -           0.0000          -
26823.68/1410.83	c      1411          10330        3466        20                -           0.0000          -
26924.98/1415.95	c      1416          10348        3463        20                -           0.0000          -
27023.83/1420.98	c      1421          10587         617        20                -           0.0000          -
27130.93/1426.33	c      1426          10587         617        20                -           0.0000          -
27234.87/1431.58	c      1432          10587         617        20                -           0.0000          -
27339.01/1436.85	c      1437          10587         617        20                -           0.0000          -
27438.12/1441.87	c      1442          10587         617        20                -           0.0000          -
27547.09/1447.31	c      1447          10587         617        20                -           0.0000          -
27652.12/1452.67	c      1453          10587         617        20                -           0.0000          -
27755.21/1457.86	c      1458          10587         617        20                -           0.0000          -
27856.38/1462.96	c      1463          10587         617        20                -           0.0000          -
27963.45/1468.42	c      1468          10587         617        20                -           0.0000          -
28068.44/1473.60	c      1474          10587         617        20                -           0.0000          -
28173.42/1478.93	c      1479          10587         617        20                -           0.0000          -
28276.49/1484.13	c      1484          10587         617        20                -           0.0000          -
28377.59/1489.25	c      1489          10619        3458        20                -           0.0000          -
28476.71/1494.27	c      1494          10619        3458        20                -           0.0000          -
28577.76/1499.38	c      1499          10619        3458        20                -           0.0000          -
28682.71/1504.62	c      1505          10619        3458        20                -           0.0000          -
28785.81/1509.84	c      1510          10619        3458        20                -           0.0000          -
28890.90/1515.19	c      1515          10619        3458        20                -           0.0000          -
28992.02/1520.22	c      1520          10619        3458        20                -           0.0000          -
29093.07/1525.35	c      1525          10619        3458        20                -           0.0000          -
29194.79/1530.49	c      1530          10619        3458        20                -           0.0000          -
29294.10/1535.52	c      1536          10619        3458        20                -           0.0000          -
29396.29/1540.63	c      1541          10619        3458        20                -           0.0000          -
29503.40/1546.07	c      1546          10961          94        20                -           0.0000          -
29608.53/1551.34	c      1551          12946          91        20                -           0.0000          -
29713.63/1556.61	c      1557          10759          80        20                -           0.0000          -
29814.81/1561.77	c      1562          11082         105        20                -           0.0000          -
29913.84/1566.77	c      1567          13114          92        20                -           0.0000          -
30016.98/1571.93	c      1572          10839          74        20                -           0.0000          -
30119.85/1577.14	c      1577          11189         100        20                -           0.0000          -
30228.86/1582.63	c      1583          11215          99        20                -           0.0000          -
30333.88/1587.91	c      1588          10898          75        20                -           0.0000          -
30436.93/1593.16	c      1593          11287          96        20                -           0.0000          -
30538.09/1598.21	c      1598          10946          76        20                -           0.0000          -
30639.17/1603.36	c      1603          10960          76        20                -           0.0000          -
30744.19/1608.64	c      1609          13442          98        20                -           0.0000          -
30843.36/1613.65	c      1614          11009          71        20                -           0.0000          -
30944.50/1618.74	c      1619          11511         101        20                -           0.0000          -
31047.55/1623.92	c      1624          11061          84        20                -           0.0000          -
31150.64/1629.14	c      1629          13648         104        20                -           0.0000          -
31251.78/1634.25	c      1634          11138          82        20                -           0.0000          -
31358.85/1639.69	c      1640          11693          99        20                -           0.0000          -
31459.85/1644.72	c      1645          13802          97        20                -           0.0000          -
31564.72/1650.00	c      1650          13838          96        20                -           0.0000          -
31663.70/1655.02	c      1655          11294          80        20                -           0.0000          -
31771.45/1660.51	c      1661          13899         100        20                -           0.0000          -
31873.83/1665.68	c      1666          11916          96        20                -           0.0000          -
31976.88/1670.85	c      1671          11963         107        20                -           0.0000          -
32078.00/1675.94	c      1676          11432          82        20                -           0.0000          -
32177.15/1680.98	c      1681          14056          91        20                -           0.0000          -
32280.28/1686.12	c      1686          14092          96        20                -           0.0000          -
32383.44/1691.31	c      1691          14128          97        20                -           0.0000          -
32482.54/1696.38	c      1696          12139         106        20                -           0.0000          -
32581.54/1701.41	c      1701          12161         100        20                -           0.0000          -
32683.58/1706.46	c      1706          12186         100        20                -           0.0000          -
32787.67/1711.71	c      1712          12227         101        20                -           0.0000          -
32888.71/1716.82	c      1717          11695          79        20                -           0.0000          -
32987.81/1721.85	c      1722          11719          77        20                -           0.0000          -
33090.89/1727.05	c      1727          12315          97        20                -           0.0000          -
33190.09/1732.05	c      1732          14467          94        20                -           0.0000          -
33295.21/1737.41	c      1737          14520          90        20                -           0.0000          -
33398.96/1742.58	c      1743          14555          93        20                -           0.0000          -
33501.33/1747.74	c      1748          11908          81        20                -           0.0000          -
33612.31/1753.31	c      1753          12461          94        20                -           0.0000          -
33714.16/1758.47	c      1758          14690          91        20                -           0.0000          -
33820.55/1763.86	c      1764          14737          95        20                -           0.0000          -
33919.60/1768.88	c      1769          14770          93        20                -           0.0000          -
34031.25/1774.43	c      1774          12589         100        20                -           0.0000          -
34132.32/1779.54	c      1780          12625          98        20                -           0.0000          -
34236.53/1784.81	c      1785          12189          84        20                -           0.0000          -
34335.63/1789.84	c      1790          12211          79        20                -           0.0000          -
34438.74/1795.01	c      1795          12245          79        20                -           0.0000          -
34546.34/1800.50	c      1800          12732          99        20                -           0.0000          -
34656.70/1806.05	c      1806          12323          82        20                -           0.0000          -
34757.86/1811.17	c      1811          12350          79        20                -           0.0000          -
34859.01/1816.30	c      1816          12812          97        20                -           0.0000          -
34966.11/1821.63	c      1822          12416          78        20                -           0.0000          -
35065.25/1826.64	c      1827          12865          94        20                -           0.0000          -
35170.38/1831.98	c      1832          15311          89        20                -           0.0000          -
35281.84/1837.59	c      1838          12931         119        20                -           0.0000          -
35386.42/1842.82	c      1843          12961         104        20                -           0.0000          -
35487.57/1847.90	c      1848          12991         114        20                -           0.0000          -
35590.73/1853.12	c      1853          13031         118        20                -           0.0000          -
35691.88/1858.23	c      1858          13049         106        20                -           0.0000          -
35791.07/1863.29	c      1863          13087         103        20                -           0.0000          -
35894.84/1868.50	c      1868          13129         108        20                -           0.0000          -
35997.36/1873.60	c      1874          12754          77        20                -           0.0000          -
36096.29/1878.63	c      1879          15770          95        20                -           0.0000          -
36195.67/1883.65	c      1884          13213         107        20                -           0.0000          -
36304.57/1889.14	c      1889          15873         102        20                -           0.0000          -
36417.57/1894.84	c      1895          15873         102        20                -           0.0000          -
36518.74/1899.92	c      1900          15873         102        20                -           0.0000          -
36619.90/1905.04	c      1905          15873         102        20                -           0.0000          -
36723.06/1910.26	c      1910          15873         102        20                -           0.0000          -
36832.12/1915.74	c      1916          15873         102        20                -           0.0000          -
36933.30/1920.89	c      1921          15873         102        20                -           0.0000          -
37042.41/1926.34	c      1926          15873         102        20                -           0.0000          -
37141.60/1931.36	c      1931          15873         102        20                -           0.0000          -
37245.40/1936.60	c      1937          15873         102        20                -           0.0000          -
37347.82/1941.78	c      1942          15873         102        20                -           0.0000          -
37448.78/1946.81	c      1947          15873         102        20                -           0.0000          -
37549.96/1951.90	c      1952          15873         102        20                -           0.0000          -
37653.11/1957.11	c      1957          15877           0        20                -           0.0000          -
37756.10/1962.30	c      1962          13687         109        20                -           0.0000          -
37855.22/1967.33	c      1967          13687         109        20                -           0.0000          -
37958.85/1972.57	c      1973          13687         109        20                -           0.0000          -
38065.31/1977.98	c      1978          13687         109        20                -           0.0000          -
38172.44/1983.41	c      1983          13687         109        20                -           0.0000          -
38285.53/1989.07	c      1989          13687         109        20                -           0.0000          -
38395.30/1994.59	c      1995          13687         109        20                -           0.0000          -
38497.79/1999.75	c      2000          13687         109        20                -           0.0000          -
38602.94/2005.05	c      2005          13687         109        20                -           0.0000          -
38702.16/2010.06	c      2010          13687         109        20                -           0.0000          -
38809.75/2015.45	c      2015          13687         109        20                -           0.0000          -
38909.08/2020.47	c      2020          13687         109        20                -           0.0000          -
39019.37/2026.04	c      2026          13687         109        20                -           0.0000          -
39118.56/2031.08	c      2031          13810          81        20                -           0.0000          -
39219.67/2036.11	c      2036          13810          81        20                -           0.0000          -
39320.86/2041.29	c      2041          13810          81        20                -           0.0000          -
39424.61/2046.52	c      2047          13810          81        20                -           0.0000          -
39533.12/2051.96	c      2052          13810          81        20                -           0.0000          -
39640.06/2057.34	c      2057          13810          81        20                -           0.0000          -
39753.07/2063.01	c      2063          13810          81        20                -           0.0000          -
39860.77/2068.52	c      2069          13810          81        20                -           0.0000          -
39971.02/2074.02	c      2074          13810          81        20                -           0.0000          -
40074.19/2079.30	c      2079          13810          81        20                -           0.0000          -
40178.03/2084.50	c      2084          14003         117        20                -           0.0000          -
40286.35/2089.98	c      2090          13916         101        20                -           0.0000          -
40401.25/2095.74	c      2096          14048         113        20                -           0.0000          -
40502.36/2100.84	c      2101          14008          87        20                -           0.0000          -
40601.47/2105.88	c      2106          16883          92        20                -           0.0000          -
40702.60/2110.96	c      2111          14099          86        20                -           0.0000          -
40803.71/2116.07	c      2116          14129         113        20                -           0.0000          -
40904.83/2121.11	c      2121          14146         110        20                -           0.0000          -
41005.88/2126.21	c      2126          16993          91        20                -           0.0000          -
41107.03/2131.39	c      2131          17025         100        20                -           0.0000          -
41218.07/2136.96	c      2137          14252         120        20                -           0.0000          -
41319.21/2142.06	c      2142          14327          85        20                -           0.0000          -
41424.32/2147.39	c      2147          14365          86        20                -           0.0000          -
41528.17/2152.57	c      2153          17164          98        20                -           0.0000          -
41630.51/2157.74	c      2158          14338         118        20                -           0.0000          -
41735.55/2163.06	c      2163          17208          95        20                -           0.0000          -
41838.65/2168.28	c      2168          14498          90        20                -           0.0000          -
41949.56/2173.87	c      2174          14407         122        20                -           0.0000          -
42052.36/2179.07	c      2179          17309          93        20                -           0.0000          -
42151.57/2184.09	c      2184          14580          83        20                -           0.0000          -
42252.61/2189.16	c      2189          17383          97        20                -           0.0000          -
42351.58/2194.19	c      2194          14477         123        20                -           0.0000          -
42454.59/2199.33	c      2199          14657          84        20                -           0.0000          -
42553.73/2204.34	c      2204          14517         122        20                -           0.0000          -
42655.58/2209.46	c      2209          14710          82        20                -           0.0000          -
42754.70/2214.51	c      2215          14553         120        20                -           0.0000          -
42857.05/2219.68	c      2220          17585         102        20                -           0.0000          -
42960.10/2224.89	c      2225          14797          96        20                -           0.0000          -
43061.22/2229.92	c      2230          14613         121        20                -           0.0000          -
43160.36/2234.97	c      2235          14623         116        20                -           0.0000          -
43261.51/2240.04	c      2240          17704          97        20                -           0.0000          -
43364.62/2245.26	c      2245          17732          92        20                -           0.0000          -
43463.78/2250.27	c      2250          14669         118        20                -           0.0000          -
43569.55/2255.56	c      2256          17796          93        20                -           0.0000          -
43674.11/2260.86	c      2261          14700         116        20                -           0.0000          -
43777.27/2266.04	c      2266          17844          92        20                -           0.0000          -
43885.24/2271.48	c      2271          15011          97        20                -           0.0000          -
43987.56/2276.61	c      2277          14769         117        20                -           0.0000          -
44086.70/2281.68	c      2282          14791         120        20                -           0.0000          -
44195.76/2287.15	c      2287          15062          93        20                -           0.0000          -
44296.90/2292.20	c      2292          18033          88        20                -           0.0000          -
44402.87/2297.60	c      2298          14873         124        20                -           0.0000          -
44503.10/2302.61	c      2303          15182          99        20                -           0.0000          -
44610.18/2308.06	c      2308          15220          96        20                -           0.0000          -
44711.26/2313.14	c      2313          14943         117        20                -           0.0000          -
44817.00/2318.49	c      2318          14961         117        20                -           0.0000          -
44929.27/2324.20	c      2324          14983         118        20                -           0.0000          -
45030.32/2329.23	c      2329          15001         116        20                -           0.0000          -
45136.11/2334.59	c      2335          18309          93        20                -           0.0000          -
45238.57/2339.78	c      2340          15051         112        20                -           0.0000          -
45347.57/2345.27	c      2345          15501         101        20                -           0.0000          -
45448.68/2350.41	c      2350          18398          92        20                -           0.0000          -
45550.42/2355.49	c      2355          15593          94        20                -           0.0000          -
45649.62/2360.53	c      2361          15145         113        20                -           0.0000          -
45750.73/2365.54	c      2366          15172         114        20                -           0.0000          -
45853.13/2370.74	c      2371          15200         120        20                -           0.0000          -
45952.26/2375.78	c      2376          15231         117        20                -           0.0000          -
46057.22/2381.02	c      2381          15818          96        20                -           0.0000          -
46162.11/2386.41	c      2386          15283         116        20                -           0.0000          -
46269.03/2391.72	c      2392          18680         100        20                -           0.0000          -
46370.13/2396.85	c      2397          18704         101        20                -           0.0000          -
46479.24/2402.31	c      2402          15959          99        20                -           0.0000          -
46586.28/2407.72	c      2408          18745          93        20                -           0.0000          -
46697.37/2413.31	c      2413          16034         100        20                -           0.0000          -
46799.19/2418.44	c      2418          18798          98        20                -           0.0000          -
46898.43/2423.46	c      2423          16103         100        20                -           0.0000          -
46997.54/2428.50	c      2428          16133          97        20                -           0.0000          -
47103.98/2433.86	c      2434          15489         114        20                -           0.0000          -
47207.17/2439.02	c      2439          15519         117        20                -           0.0000          -
47315.03/2444.46	c      2444          15543         115        20                -           0.0000          -
47417.48/2449.60	c      2450          18973          91        20                -           0.0000          -
47524.61/2455.06	c      2455          15591         119        20                -           0.0000          -
47625.76/2460.13	c      2460          15607         115        20                -           0.0000          -
47738.85/2465.88	c      2466          16393          94        20                -           0.0000          -
47840.07/2470.97	c      2471          16441         105        20                -           0.0000          -
47943.23/2476.18	c      2476          19181          88        20                -           0.0000          -
48044.39/2481.22	c      2481          19217          96        20                -           0.0000          -
48150.22/2486.56	c      2487          15722         116        20                -           0.0000          -
48250.35/2491.62	c      2492          19275          96        20                -           0.0000          -
48349.35/2496.69	c      2497          19307          95        20                -           0.0000          -
48452.55/2501.89	c      2502          15776         114        20                -           0.0000          -
48553.68/2506.96	c      2507          19367          93        20                -           0.0000          -
48654.89/2512.06	c      2512          19396          94        20                -           0.0000          -
48759.99/2517.36	c      2517          15827         118        20                -           0.0000          -
48865.13/2522.68	c      2523          15850         117        20                -           0.0000          -
48980.88/2528.46	c      2528          15870         115        20                -           0.0000          -
49083.21/2533.68	c      2534          16866          96        20                -           0.0000          -
49186.29/2538.86	c      2539          15927         114        20                -           0.0000          -
49285.38/2543.87	c      2544          15957         113        20                -           0.0000          -
49386.51/2548.98	c      2549          19631          89        20                -           0.0000          -
49491.53/2554.23	c      2554          16986          99        20                -           0.0000          -
49598.66/2559.67	c      2560          16036         120        20                -           0.0000          -
49701.82/2564.87	c      2565          16117         199        20                -           0.0000          -
49801.03/2569.89	c      2570          17058          95        20                -           0.0000          -
49902.15/2574.95	c      2575          17073          95        20                -           0.0000          -
50017.15/2580.78	c      2581          17089          92        20                -           0.0000          -
50120.27/2585.96	c      2586          17116          93        20                -           0.0000          -
50239.21/2591.94	c      2592          19992          87        20                -           0.0000          -
50338.41/2596.96	c      2597          20050          95        20                -           0.0000          -
50445.58/2602.34	c      2602          17196          99        20                -           0.0000          -
50550.70/2607.68	c      2608          17233         100        20                -           0.0000          -
50653.78/2612.89	c      2613          20174          93        20                -           0.0000          -
50765.33/2618.52	c      2619          17305          99        20                -           0.0000          -
50864.76/2623.52	c      2624          17077        1159        20                -           0.0000          -
50967.11/2628.66	c      2629          20270          87        20                -           0.0000          -
51066.30/2633.70	c      2634          20319          96        20                -           0.0000          -
51167.49/2638.75	c      2639          17337        1419        20                -           0.0000          -
51276.63/2644.24	c      2644          17467          99        20                -           0.0000          -
51377.85/2649.37	c      2649          20431          91        20                -           0.0000          -
51477.05/2654.40	c      2654          20473          89        20                -           0.0000          -
51579.12/2659.47	c      2659          20509          84        20                -           0.0000          -
51683.36/2664.74	c      2665          17481         123        20                -           0.0000          -
51788.52/2670.04	c      2670          17512         127        20                -           0.0000          -
51889.63/2675.14	c      2675          17650          95        20                -           0.0000          -
51988.81/2680.19	c      2680          20682          93        20                -           0.0000          -
52097.90/2685.64	c      2686          20723          88        20                -           0.0000          -
52203.03/2690.91	c      2691          20773          94        20                -           0.0000          -
52306.18/2696.10	c      2696          20812          89        20                -           0.0000          -
52409.28/2701.44	c      2701          17802          98        20                -           0.0000          -
52513.39/2706.55	c      2707          17846          99        20                -           0.0000          -
52615.55/2711.73	c      2712          17774         125        20                -           0.0000          -
52716.74/2716.89	c      2717          21008          89        20                -           0.0000          -
52817.94/2721.96	c      2722          17869         130        20                -           0.0000          -
52919.06/2727.06	c      2727          17907         126        20                -           0.0000          -
53020.26/2732.19	c      2732          21129          88        20                -           0.0000          -
53121.54/2737.24	c      2737          18047          95        20                -           0.0000          -
53228.49/2742.67	c      2743          21219          87        20                -           0.0000          -
53335.59/2748.02	c      2748          18012         124        20                -           0.0000          -
53436.68/2753.19	c      2753          18044         122        20                -           0.0000          -
53537.78/2758.26	c      2758          18071         119        20                -           0.0000          -
53636.98/2763.28	c      2763          18100         127        20                -           0.0000          -
53737.93/2768.44	c      2768          21471          86        20                -           0.0000          -
53841.95/2773.54	c      2774          21501          88        20                -           0.0000          -
53942.27/2778.68	c      2779          18188         118        20                -           0.0000          -
54049.43/2784.02	c      2784          21595          84        20                -           0.0000          -
54154.49/2789.39	c      2789          18257         126        20                -           0.0000          -
54259.50/2794.60	c      2795          18290         124        20                -           0.0000          -
54360.71/2799.73	c      2800          18471          95        20                -           0.0000          -
54465.88/2805.02	c      2805          21766          84        20                -           0.0000          -
54569.02/2810.24	c      2810          21766          84        20                -           0.0000          -
54670.14/2815.35	c      2815          21766          84        20                -           0.0000          -
54772.12/2820.47	c      2820          21766          84        20                -           0.0000          -
54874.46/2825.65	c      2826          21766          84        20                -           0.0000          -
54985.52/2831.23	c      2831          21766          84        20                -           0.0000          -
55089.50/2836.45	c      2836          21766          84        20                -           0.0000          -
55191.75/2841.67	c      2842          21766          84        20                -           0.0000          -
55296.84/2846.98	c      2847          21766          84        20                -           0.0000          -
55403.98/2852.31	c      2852          21766          84        20                -           0.0000          -
55503.04/2857.39	c      2857          21766          84        20                -           0.0000          -
55607.08/2862.57	c      2863          21766          84        20                -           0.0000          -
55707.31/2867.65	c      2868          21766          84        20                -           0.0000          -
55812.44/2872.90	c      2873          21791          21        20                -           0.0000          -
55911.58/2877.98	c      2878          18805         119        20                -           0.0000          -
56012.73/2883.09	c      2883          21949          97        20                -           0.0000          -
56117.83/2888.42	c      2888          18862         120        20                -           0.0000          -
56222.86/2893.65	c      2894          19023          90        20                -           0.0000          -
56327.98/2898.92	c      2899          22189         337        20                -           0.0000          -
56440.98/2904.67	c      2905          22269         417        20                -           0.0000          -
56542.06/2909.79	c      2910          22349         497        20                -           0.0000          -
56647.04/2915.08	c      2915          22429         577        20                -           0.0000          -
56750.19/2920.29	c      2920          22509         657        20                -           0.0000          -
56859.16/2925.72	c      2926          19139         121        20                -           0.0000          -
56962.28/2930.91	c      2931          19208          92        20                -           0.0000          -
57065.43/2936.10	c      2936          19228          93        20                -           0.0000          -
57166.63/2941.23	c      2941          22829         977        20                -           0.0000          -
57265.83/2946.29	c      2946          22909        1057        20                -           0.0000          -
57371.76/2951.55	c      2952          19310          93        20                -           0.0000          -
57473.96/2956.72	c      2957          19327          90        20                -           0.0000          -
57572.89/2961.75	c      2962          23149        1297        20                -           0.0000          -
57678.03/2967.10	c      2967          19381         119        20                -           0.0000          -
57779.22/2972.12	c      2972          19422          95        20                -           0.0000          -
57878.28/2977.16	c      2977          23389        1537        20                -           0.0000          -
57977.44/2982.20	c      2982          19449         121        20                -           0.0000          -
58080.50/2987.35	c      2987          19520          90        20                -           0.0000          -
58187.60/2992.79	c      2993          19566          95        20                -           0.0000          -
58290.71/2997.93	c      2998          19598          95        20                -           0.0000          -
58395.76/3003.21	c      3003          19636          93        20                -           0.0000          -
58499.74/3008.47	c      3008          19681          92        20                -           0.0000          -
58609.88/3014.04	c      3014          19666         116        20                -           0.0000          -
58711.03/3019.13	c      3019          19748          94        20                -           0.0000          -
58812.15/3024.26	c      3024          19733         116        20                -           0.0000          -
58919.15/3029.64	c      3030          19823          93        20                -           0.0000          -
59018.24/3034.68	c      3035          19857          92        20                -           0.0000          -
59123.44/3039.91	c      3040          24429        2577        20                -           0.0000          -
59222.69/3044.92	c      3045          19845         115        20                -           0.0000          -
59321.69/3049.98	c      3050          19880         115        20                -           0.0000          -
59428.78/3055.32	c      3055          19972          90        20                -           0.0000          -
59527.94/3060.41	c      3060          19972          90        20                -           0.0000          -
59633.02/3065.70	c      3066          19972          90        20                -           0.0000          -
59740.13/3071.03	c      3071          19972          90        20                -           0.0000          -
59841.26/3076.10	c      3076          19972          90        20                -           0.0000          -
59940.42/3081.16	c      3081          19972          90        20                -           0.0000          -
60041.53/3086.24	c      3086          19972          90        20                -           0.0000          -
60145.37/3091.46	c      3091          19972          90        20                -           0.0000          -
60249.67/3096.70	c      3097          19972          90        20                -           0.0000          -
60350.76/3101.82	c      3102          19972          90        20                -           0.0000          -
60449.94/3106.88	c      3107          19972          90        20                -           0.0000          -
60559.08/3112.38	c      3112          19972          90        20                -           0.0000          -
60664.14/3117.69	c      3118          19972          90        20                -           0.0000          -
60771.29/3123.02	c      3123          19974           1        20                -           0.0000          -
60881.15/3128.56	c      3129          20054          81        20                -           0.0000          -
60987.47/3133.98	c      3134          26429        4577        20                -           0.0000          -
61106.47/3139.98	c      3140          20370         116        20                -           0.0000          -
61209.63/3145.18	c      3145          26749        4897        20                -           0.0000          -
61315.39/3150.46	c      3150          20426         115        20                -           0.0000          -
61419.81/3155.75	c      3156          20456         120        20                -           0.0000          -
61521.00/3160.84	c      3161          20280          88        20                -           0.0000          -
61626.10/3166.14	c      3166          20303          88        20                -           0.0000          -
61729.28/3171.39	c      3171          20551         122        20                -           0.0000          -
61836.39/3176.77	c      3177          20359          87        20                -           0.0000          -
61937.46/3181.83	c      3182          20602         121        20                -           0.0000          -
62036.69/3186.84	c      3187          20415          82        20                -           0.0000          -
62139.77/3192.03	c      3192          28769        6917        20                -           0.0000          -
62250.75/3197.66	c      3198          20490          86        20                -           0.0000          -
62349.98/3202.69	c      3203          29249        7397        20                -           0.0000          -
62455.11/3207.91	c      3208          29249        7397        20                -           0.0000          -
62562.11/3213.30	c      3213          29289        7437        20                -           0.0000          -
62675.20/3219.02	c      3219          29289        7437        20                -           0.0000          -
62785.24/3224.56	c      3225          29289        7437        20                -           0.0000          -
62885.50/3229.63	c      3230          29309        7457        20                -           0.0000          -
62984.62/3234.68	c      3235          29309        7457        20                -           0.0000          -
63085.81/3239.74	c      3240          29312        7458        20                -           0.0000          -
63190.97/3245.07	c      3245          29312        7458        20                -           0.0000          -
63292.14/3250.16	c      3250          29312        7458        20                -           0.0000          -
63407.13/3255.99	c      3256          29390        7465        20                -           0.0000          -
63526.19/3261.94	c      3262          29390        7465        20                -           0.0000          -
63633.31/3267.37	c      3267          29390        7465        20                -           0.0000          -
63738.44/3272.62	c      3273          29420        7495        20                -           0.0000          -
63841.54/3277.84	c      3278          29420        7495        20                -           0.0000          -
63944.71/3283.05	c      3283          29420        7495        20                -           0.0000          -
64049.86/3288.32	c      3288          29420        7495        20                -           0.0000          -
64154.98/3293.64	c      3294          21175         118        20                -           0.0000          -
64256.15/3298.76	c      3299          21175         118        20                -           0.0000          -
64365.14/3304.27	c      3304          21175         118        20                -           0.0000          -
64466.20/3309.34	c      3309          21175         118        20                -           0.0000          -
64575.29/3314.87	c      3315          21175         118        20                -           0.0000          -
64682.45/3320.22	c      3320          21175         118        20                -           0.0000          -
64783.62/3325.42	c      3325          21175         118        20                -           0.0000          -
64887.47/3330.57	c      3331          21175         118        20                -           0.0000          -
64991.92/3335.87	c      3336          21175         118        20                -           0.0000          -
65097.04/3341.16	c      3341          21175         118        20                -           0.0000          -
65200.08/3346.31	c      3346          21175         118        20                -           0.0000          -
65299.27/3351.37	c      3351          21175         118        20                -           0.0000          -
65403.09/3356.54	c      3357          21175         118        20                -           0.0000          -
65505.56/3361.70	c      3362          29532        7461        20                -           0.0000          -
65612.69/3367.13	c      3367          21205          21        20                -           0.0000          -
65713.87/3372.29	c      3372          29566        7468        20                -           0.0000          -
65815.04/3377.32	c      3377          29566        7468        20                -           0.0000          -
65914.25/3382.44	c      3382          29566        7468        20                -           0.0000          -
66025.32/3387.97	c      3388          29611        7457        20                -           0.0000          -
66130.48/3393.28	c      3393          29611        7457        20                -           0.0000          -
66237.59/3398.63	c      3399          29611        7457        20                -           0.0000          -
66336.78/3403.67	c      3404          29648        7456        20                -           0.0000          -
66443.93/3409.06	c      3409          29648        7456        20                -           0.0000          -
66555.01/3414.62	c      3415          29648        7456        20                -           0.0000          -
66658.38/3419.88	c      3420          29657        7429        20                -           0.0000          -
66759.37/3424.96	c      3425          29657        7429        20                -           0.0000          -
66860.55/3430.07	c      3430          22213        1020        20                -           0.0000          -
66965.72/3435.36	c      3435          29687        7453        20                -           0.0000          -
67064.93/3440.37	c      3440          29687        7453        20                -           0.0000          -
67166.97/3445.48	c      3445          29705        7252        20                -           0.0000          -
67268.00/3450.60	c      3451          29715        6896        20                -           0.0000          -
67376.39/3456.05	c      3456          29715        6896        20                -           0.0000          -
67487.48/3461.68	c      3462          29715        6896        20                -           0.0000          -
67590.65/3466.80	c      3467          29801        6776        20                -           0.0000          -
67691.84/3471.98	c      3472          29801        6776        20                -           0.0000          -
67801.75/3477.49	c      3477          29801        6776        20                -           0.0000          -
67900.99/3482.54	c      3483          29850        6794        20                -           0.0000          -
68011.26/3488.09	c      3488          29884        6733        20                -           0.0000          -
68112.38/3493.14	c      3493          29884        6733        20                -           0.0000          -
68215.73/3498.35	c      3498          29884        6733        20                -           0.0000          -
68314.74/3503.43	c      3503          29927        6697        20                -           0.0000          -
68418.48/3508.59	c      3509          30050        6618        20                -           0.0000          -
68522.88/3513.85	c      3514          30058        6624        20                -           0.0000          -
68634.74/3519.54	c      3520          30058        6624        20                -           0.0000          -
68738.92/3524.76	c      3525          30060        6624        20                -           0.0000          -
68840.09/3529.89	c      3530          30062        6624        20                -           0.0000          -
68947.18/3535.30	c      3535          30065        6625        20                -           0.0000          -
69052.91/3540.57	c      3541          30065        6625        20                -           0.0000          -
69155.23/3545.70	c      3546          30070        6628        20                -           0.0000          -
69260.34/3551.08	c      3551          30072        6629        20                -           0.0000          -
69365.49/3556.30	c      3556          30079        6634        20                -           0.0000          -
69469.29/3561.56	c      3562          30081        6634        20                -           0.0000          -
69575.72/3566.93	c      3567          30081        6634        20                -           0.0000          -
69680.87/3572.24	c      3572          30086        6637        20                -           0.0000          -
69782.06/3577.39	c      3577          25373        4180        20                -           0.0000          -
69881.27/3582.43	c      3582          30090        6639        20                -           0.0000          -
69988.28/3587.72	c      3588          30096        6645        20                -           0.0000          -
70095.32/3593.18	c      3593          26631        4919        20                -           0.0000          -
70198.37/3598.32	c      3598          26631        4919        20                -           0.0000          -
70300.30/3603.49	c      3604          30102        6645        20                -           0.0000          -
70404.19/3608.72	c      3609          30102        6645        20                -           0.0000          -
70513.26/3614.21	c      3614          27291        5579        20                -           0.0000          -
70618.93/3619.53	c      3620          27291        5579        20                -           0.0000          -
70723.41/3624.83	c      3625          27433        6240        20                -           0.0000          -
70832.51/3630.40	c      3630          27433        6240        20                -           0.0000          -
70954.18/3636.49	c      3636          27351        5639        20                -           0.0000          -
71055.37/3641.58	c      3642          27513        6320        20                -           0.0000          -
71172.34/3647.45	c      3647          27513        6320        20                -           0.0000          -
71284.66/3653.17	c      3653          30121        6648        20                -           0.0000          -
71399.66/3658.90	c      3659          27673        6480        20                -           0.0000          -
71500.79/3664.06	c      3664          27673        6480        20                -           0.0000          -
71608.55/3669.43	c      3669          30128        6651        20                -           0.0000          -
71709.78/3674.59	c      3675          27411        5699        20                -           0.0000          -
71822.09/3680.23	c      3680          27693        6500        20                -           0.0000          -
71921.27/3685.26	c      3685          27693        6500        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (137572 MiB free)
  memory of node 1: 193494 MiB (190288 MiB free)
  memory of node 2: 193531 MiB (138861 MiB free)
  memory of node 3: 193531 MiB (145235 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-4465671-1723614700/watcher-4465671-1723614700 -o /tmp/evaluation-result-4465671-1723614700/solver-4465671-1723614700 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750326 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465671-1723614700.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100107 s]*
/proc/loadavg: 78.86 80.12 80.05 63/984 754933
/proc/meminfo: memFree=626601832/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=67248 memory=55028 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) R 754929 754932 750315 0 -1 4194304 11634 0 0 0 10 1 0 0 20 0 1 0 128053137 68861952 13757 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 16812 13757 2347 3035 0 13208 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 67248 KiB
Current children cumulated memory: 55028 KiB

[startup+0.22303 s]*
/proc/loadavg: 78.86 80.12 80.05 62/984 754933
/proc/meminfo: memFree=626552336/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=110024 memory=97692 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) R 754929 754932 750315 0 -1 4194304 22303 0 0 0 21 2 0 0 20 0 1 0 128053137 112664576 24423 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 27506 24423 2347 3035 0 23902 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 110024 KiB
Current children cumulated memory: 97692 KiB

[startup+0.320747 s]*
/proc/loadavg: 78.86 80.12 80.05 62/984 754933
/proc/meminfo: memFree=626511740/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=140688 memory=128232 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) R 754929 754932 750315 0 -1 4194304 29960 0 0 0 30 3 0 0 20 0 1 0 128053137 144064512 32058 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 35172 32058 2347 3035 0 31568 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 140688 KiB
Current children cumulated memory: 128232 KiB

[startup+0.700256 s]
/proc/loadavg: 78.86 80.12 80.05 63/984 754933
/proc/meminfo: memFree=626436140/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=258220 memory=245464 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) R 754929 754932 750315 0 -1 4194304 58764 0 0 0 61 8 0 0 20 0 1 0 128053137 264417280 61366 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 64555 61366 2347 3035 0 60951 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 258220 KiB
Current children cumulated memory: 245464 KiB

[startup+1.50028 s]
/proc/loadavg: 78.86 80.12 80.05 62/984 754933
/proc/meminfo: memFree=626249056/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=514700 memory=501596 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) R 754929 754932 750315 0 -1 4194304 120753 0 0 0 132 16 0 0 20 0 1 0 128053137 527052800 125399 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 128675 125399 2347 3035 0 125071 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 514700 KiB
Current children cumulated memory: 501596 KiB

[startup+3.12112 s]
/proc/loadavg: 78.86 80.12 80.05 62/984 754933
/proc/meminfo: memFree=624921260/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=1442232 memory=1422592 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) R 754929 754932 750315 0 -1 4194304 314309 0 0 0 261 49 0 0 20 0 1 0 128053137 1476845568 355582 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 360558 355648 2539 3035 0 356954 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1442232 KiB
Current children cumulated memory: 1422592 KiB

[startup+6.30023 s]
/proc/loadavg: 77.43 79.80 79.95 62/984 754935
/proc/meminfo: memFree=624100452/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=2322092 memory=2283572 CPUtime=6.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) R 754929 754932 750315 0 -1 4194304 381769 0 0 0 543 84 0 0 20 0 1 0 128053137 2377822208 570893 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 580523 570893 2678 3035 0 576919 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2322092 KiB
Current children cumulated memory: 2283572 KiB

[startup+12.7002 s]
/proc/loadavg: 76.19 79.50 79.85 62/984 754935
/proc/meminfo: memFree=624011024/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=2367000 memory=2326816 CPUtime=12.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) R 754929 754932 750315 0 -1 4194304 507708 0 0 0 1154 111 0 0 20 0 1 0 128053137 2423808000 581704 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 591750 581704 2710 3035 0 588146 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2367000 KiB
Current children cumulated memory: 2326816 KiB

[startup+25.5002 s]
/proc/loadavg: 71.38 78.30 79.45 43/945 754938
/proc/meminfo: memFree=644036508/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=3324184 memory=3166528 CPUtime=25.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) R 754929 754932 750315 0 -1 4194304 514921 0 0 0 2411 129 0 0 20 0 1 0 128053137 3403964416 791632 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 831046 791632 2758 3035 0 827442 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 3324184 KiB
Current children cumulated memory: 3166528 KiB

[startup+51.1211 s]
/proc/loadavg: 64.27 76.01 78.66 61/1004 755047
/proc/meminfo: memFree=642978164/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=14366664 memory=13087556 CPUtime=50.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) S 754929 754932 750315 0 -1 1077936128 2695547 0 0 0 4609 487 0 0 20 0 21 0 128053137 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 3591666 3271889 2774 3035 0 3361281 0
[pid=754932/tid=754985] ppid=754929 vsize=14366664 memory=-6584658931826735971 CPUtime=1.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754985/stat : 754985 (fscip) S 754929 754932 750315 0 -1 1077936192 138867 0 0 0 109 21 0 0 20 0 21 0 128056177 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754986] ppid=754929 vsize=14366664 memory=2326816 CPUtime=1.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754986/stat : 754986 (fscip) S 754929 754932 750315 0 -1 1077936192 138868 0 0 0 108 23 0 0 20 0 21 0 128056177 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754987] ppid=754929 vsize=14366664 memory=0 CPUtime=1.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754987/stat : 754987 (fscip) S 754929 754932 750315 0 -1 1077936192 139376 0 0 0 110 20 0 0 20 0 21 0 128056177 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754988] ppid=754929 vsize=14366664 memory=0 CPUtime=1.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754988/stat : 754988 (fscip) S 754929 754932 750315 0 -1 1077936192 139148 0 0 0 108 23 0 0 20 0 21 0 128056177 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754989] ppid=754929 vsize=14366664 memory=0 CPUtime=1.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754989/stat : 754989 (fscip) S 754929 754932 750315 0 -1 1077936192 138881 0 0 0 108 23 0 0 20 0 21 0 128056177 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754990] ppid=754929 vsize=14366664 memory=6730040 CPUtime=1.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754990/stat : 754990 (fscip) S 754929 754932 750315 0 -1 1077936192 138865 0 0 0 109 22 0 0 20 0 21 0 128056177 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754991] ppid=754929 vsize=14366664 memory=3886648 CPUtime=1.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754991/stat : 754991 (fscip) S 754929 754932 750315 0 -1 1077936192 138864 0 0 0 109 22 0 0 20 0 21 0 128056177 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754992] ppid=754929 vsize=14366664 memory=2209 CPUtime=1.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754992/stat : 754992 (fscip) S 754929 754932 750315 0 -1 1077936192 138864 0 0 0 108 22 0 0 20 0 21 0 128056177 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754993] ppid=754929 vsize=14366664 memory=11448 CPUtime=1.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754993/stat : 754993 (fscip) S 754929 754932 750315 0 -1 1077936192 138865 0 0 0 110 21 0 0 20 0 21 0 128056177 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754994] ppid=754929 vsize=14366664 memory=40660 CPUtime=1.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754994/stat : 754994 (fscip) S 754929 754932 750315 0 -1 1077936192 139106 0 0 0 107 22 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754995] ppid=754929 vsize=14366664 memory=2316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754995/stat : 754995 (fscip) S 754929 754932 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754996] ppid=754929 vsize=14366664 memory=281074606822272 CPUtime=1.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754996/stat : 754996 (fscip) S 754929 754932 750315 0 -1 1077936192 138867 0 0 0 107 22 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754997] ppid=754929 vsize=14366664 memory=10728792 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754997/stat : 754997 (fscip) S 754929 754932 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754998] ppid=754929 vsize=14366664 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754998/stat : 754998 (fscip) S 754929 754932 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754999] ppid=754929 vsize=14366664 memory=0 CPUtime=0.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754999/stat : 754999 (fscip) R 754929 754932 750315 0 -1 4194368 80136 0 0 0 49 12 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755000] ppid=754929 vsize=14366664 memory=6555620 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755000/stat : 755000 (fscip) S 754929 754932 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755001] ppid=754929 vsize=14366664 memory=0 CPUtime=1.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755001/stat : 755001 (fscip) S 754929 754932 750315 0 -1 1077936192 140781 0 0 0 109 21 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755002] ppid=754929 vsize=14366664 memory=11448 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755002/stat : 755002 (fscip) S 754929 754932 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755003] ppid=754929 vsize=14366664 memory=40660 CPUtime=1.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755003/stat : 755003 (fscip) S 754929 754932 750315 0 -1 1077936192 139609 0 0 0 109 21 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755004] ppid=754929 vsize=14366664 memory=25333125866717268 CPUtime=1.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755004/stat : 755004 (fscip) S 754929 754932 750315 0 -1 1077936192 143711 0 0 0 109 21 0 0 20 0 21 0 128056178 14711463936 3271889 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 14366664 KiB
Current children cumulated memory: 13087556 KiB

[startup+102.305 s]
/proc/loadavg: 72.55 76.37 78.64 80/1024 755077
/proc/meminfo: memFree=585234600/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=65743500 memory=62179132 CPUtime=900.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) S 754929 754932 750315 0 -1 1077936128 11720686 0 0 0 83621 6388 0 0 20 0 41 0 128053137 67321344000 15544783 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 16435875 15544783 2886 3035 0 16086516 0
[pid=754932/tid=754985] ppid=754929 vsize=65743500 memory=11448 CPUtime=42.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754985/stat : 754985 (fscip) R 754929 754932 750315 0 -1 4194368 596118 0 0 0 3570 674 0 0 20 0 41 0 128056177 67321344000 15544783 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754986] ppid=754929 vsize=65743500 memory=6368442130219750480 CPUtime=44.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754986/stat : 754986 (fscip) R 754929 754932 750315 0 -1 4194368 485184 0 0 0 4275 135 0 0 20 0 41 0 128056177 67321344000 15544783 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754987] ppid=754929 vsize=65743500 memory=11448 CPUtime=44.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754987/stat : 754987 (fscip) R 754929 754932 750315 0 -1 4194368 489819 0 0 0 4282 133 0 0 20 0 41 0 128056177 67321344000 15544783 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754988] ppid=754929 vsize=65743500 memory=281074606095856 CPUtime=42.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754988/stat : 754988 (fscip) R 754929 754932 750315 0 -1 4194368 602615 0 0 0 3559 650 0 0 20 0 41 0 128056177 67321344000 15544783 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754989] ppid=754929 vsize=65743500 memory=129 CPUtime=43.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754989/stat : 754989 (fscip) R 754929 754932 750315 0 -1 4194368 486029 0 0 0 4247 133 0 0 20 0 41 0 128056177 67321344000 15544783 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754990] ppid=754929 vsize=65743500 memory=24916569873220980 CPUtime=44.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754990/stat : 754990 (fscip) R 754929 754932 750315 0 -1 4194368 491415 0 0 0 4279 135 0 0 20 0 41 0 128056177 67321344000 15544783 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754991] ppid=754929 vsize=65743500 memory=3886648 CPUtime=42.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754991/stat : 754991 (fscip) R 754929 754932 750315 0 -1 4194368 620436 0 0 0 3692 563 0 0 20 0 41 0 128056177 67321344000 15544783 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754992] ppid=754929 vsize=65743500 memory=5696 CPUtime=43.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754992/stat : 754992 (fscip) R 754929 754932 750315 0 -1 4194368 515120 0 0 0 4260 139 0 0 20 0 41 0 128056177 67321344000 15544783 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0

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

/proc/754932/task/755057/stat : 755057 (fscip) S 754929 754932 750315 0 -1 1077936192 275 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755058] ppid=754929 vsize=112568512 memory=101894920 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755058/stat : 755058 (fscip) S 754929 754932 750315 0 -1 1077936192 330 0 0 0 0 2 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755059] ppid=754929 vsize=112568512 memory=29836768444022866 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755059/stat : 755059 (fscip) S 754929 754932 750315 0 -1 1077936192 291 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755060] ppid=754929 vsize=112568512 memory=101903768 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755060/stat : 755060 (fscip) S 754929 754932 750315 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755061] ppid=754929 vsize=112568512 memory=101903452 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755061/stat : 755061 (fscip) S 754929 754932 750315 0 -1 1077936192 279 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755062] ppid=754929 vsize=112568512 memory=101903576 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755062/stat : 755062 (fscip) S 754929 754932 750315 0 -1 1077936192 190 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755063] ppid=754929 vsize=112568512 memory=11448 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755063/stat : 755063 (fscip) S 754929 754932 750315 0 -1 1077936192 276 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755064] ppid=754929 vsize=112568512 memory=101903576 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755064/stat : 755064 (fscip) S 754929 754932 750315 0 -1 1077936192 256 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755065] ppid=754929 vsize=112568512 memory=25333125866717268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755065/stat : 755065 (fscip) S 754929 754932 750315 0 -1 1077936192 321 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755066] ppid=754929 vsize=112568512 memory=21814424048967457 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755066/stat : 755066 (fscip) S 754929 754932 750315 0 -1 1077936192 217 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755067] ppid=754929 vsize=112568512 memory=101903020 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755067/stat : 755067 (fscip) S 754929 754932 750315 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755068] ppid=754929 vsize=112568512 memory=101902720 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755068/stat : 755068 (fscip) S 754929 754932 750315 0 -1 1077936192 281 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755069] ppid=754929 vsize=112568512 memory=6720669835296259945 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755069/stat : 755069 (fscip) S 754929 754932 750315 0 -1 1077936192 339 0 0 0 3 0 0 0 20 0 41 0 128058985 115270156288 25476006 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
Current children cumulated CPU time: 71070.5 s
Current children cumulated vsize: 112568512 KiB
Current children cumulated memory: 101904024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3689.2 s]
/proc/loadavg: 76.67 79.74 80.22 61/976 757137
/proc/meminfo: memFree=600456656/790760804 swapFree=131071996/131071996
[pid=754932] ppid=754929 vsize=112568512 memory=101914524 CPUtime=72000.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/stat : 754932 (fscip) S 754929 754932 750315 0 -1 1077936128 114360623 0 0 0 7178184 21878 0 0 20 0 41 0 128053137 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
/proc/754932/statm: 28142128 25478631 3014 3035 0 27683364 0
[pid=754932/tid=754985] ppid=754929 vsize=112568512 memory=7012720528330874944 CPUtime=3600.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754985/stat : 754985 (fscip) R 754929 754932 750315 0 -1 4194368 2581000 0 0 0 359080 1010 0 0 20 0 41 0 128056177 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754986] ppid=754929 vsize=112568512 memory=6720669835296259945 CPUtime=3599.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754986/stat : 754986 (fscip) R 754929 754932 750315 0 -1 4194368 3734422 0 0 0 358990 960 0 0 20 0 41 0 128056177 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754987] ppid=754929 vsize=112568512 memory=11592 CPUtime=3599.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754987/stat : 754987 (fscip) R 754929 754932 750315 0 -1 4194368 12505950 0 0 0 358472 1451 0 0 20 0 41 0 128056177 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754988] ppid=754929 vsize=112568512 memory=13756 CPUtime=3601.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754988/stat : 754988 (fscip) R 754929 754932 750315 0 -1 4194368 2724310 0 0 0 359125 1022 0 0 20 0 41 0 128056177 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754989] ppid=754929 vsize=112568512 memory=11636 CPUtime=3601.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754989/stat : 754989 (fscip) R 754929 754932 750315 0 -1 4194368 3089780 0 0 0 359166 958 0 0 20 0 41 0 128056177 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754990] ppid=754929 vsize=112568512 memory=6952 CPUtime=3599.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754990/stat : 754990 (fscip) R 754929 754932 750315 0 -1 4194368 11764358 0 0 0 358597 1387 0 0 20 0 41 0 128056177 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754991] ppid=754929 vsize=112568512 memory=7044 CPUtime=3601.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754991/stat : 754991 (fscip) R 754929 754932 750315 0 -1 4194368 2581406 0 0 0 359233 890 0 0 20 0 41 0 128056177 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754992] ppid=754929 vsize=112568512 memory=28188 CPUtime=3599.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754992/stat : 754992 (fscip) R 754929 754932 750315 0 -1 4194368 3717901 0 0 0 358957 951 0 0 20 0 41 0 128056177 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754993] ppid=754929 vsize=112568512 memory=33864 CPUtime=3598.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754993/stat : 754993 (fscip) R 754929 754932 750315 0 -1 4194368 11542981 0 0 0 358593 1277 0 0 20 0 41 0 128056177 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754994] ppid=754929 vsize=112568512 memory=49104 CPUtime=3600.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754994/stat : 754994 (fscip) R 754929 754932 750315 0 -1 4194368 2298736 0 0 0 359045 976 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754995] ppid=754929 vsize=112568512 memory=10544 CPUtime=3592.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754995/stat : 754995 (fscip) R 754929 754932 750315 0 -1 4194368 3624465 0 0 0 358238 1011 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754996] ppid=754929 vsize=112568512 memory=101914268 CPUtime=3592.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754996/stat : 754996 (fscip) R 754929 754932 750315 0 -1 4194368 11461564 0 0 0 357952 1258 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754997] ppid=754929 vsize=112568512 memory=16164 CPUtime=3601.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754997/stat : 754997 (fscip) R 754929 754932 750315 0 -1 4194368 2316028 0 0 0 359256 943 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754998] ppid=754929 vsize=112568512 memory=2316 CPUtime=3601.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754998/stat : 754998 (fscip) R 754929 754932 750315 0 -1 4194368 3297007 0 0 0 359240 929 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=754999] ppid=754929 vsize=112568512 memory=33000 CPUtime=3598.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/754999/stat : 754999 (fscip) R 754929 754932 750315 0 -1 4194368 12091911 0 0 0 358501 1363 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755000] ppid=754929 vsize=112568512 memory=21392 CPUtime=3601.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755000/stat : 755000 (fscip) R 754929 754932 750315 0 -1 4194368 2941510 0 0 0 359144 1032 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755001] ppid=754929 vsize=112568512 memory=2208 CPUtime=3596.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755001/stat : 755001 (fscip) R 754929 754932 750315 0 -1 4194368 3530395 0 0 0 358664 1013 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755002] ppid=754929 vsize=112568512 memory=2036 CPUtime=3586.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755002/stat : 755002 (fscip) R 754929 754932 750315 0 -1 4194368 12057545 0 0 0 357309 1305 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755003] ppid=754929 vsize=112568512 memory=31572 CPUtime=3599.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755003/stat : 755003 (fscip) R 754929 754932 750315 0 -1 4194368 2605374 0 0 0 358914 1013 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755004] ppid=754929 vsize=112568512 memory=28568 CPUtime=3595.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755004/stat : 755004 (fscip) R 754929 754932 750315 0 -1 4194368 3220462 0 0 0 358577 939 0 0 20 0 41 0 128056178 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755050] ppid=754929 vsize=112568512 memory=7312 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755050/stat : 755050 (fscip) S 754929 754932 750315 0 -1 1077936192 312 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755051] ppid=754929 vsize=112568512 memory=26988 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755051/stat : 755051 (fscip) S 754929 754932 750315 0 -1 1077936192 223 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755052] ppid=754929 vsize=112568512 memory=3776 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755052/stat : 755052 (fscip) S 754929 754932 750315 0 -1 1077936192 274 0 0 0 0 2 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755053] ppid=754929 vsize=112568512 memory=40480 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755053/stat : 755053 (fscip) S 754929 754932 750315 0 -1 1077936192 291 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755054] ppid=754929 vsize=112568512 memory=8196 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755054/stat : 755054 (fscip) S 754929 754932 750315 0 -1 1077936192 284 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755055] ppid=754929 vsize=112568512 memory=3300 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755055/stat : 755055 (fscip) S 754929 754932 750315 0 -1 1077936192 279 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755056] ppid=754929 vsize=112568512 memory=2264 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755056/stat : 755056 (fscip) S 754929 754932 750315 0 -1 1077936192 289 0 0 0 0 3 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755057] ppid=754929 vsize=112568512 memory=1668 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755057/stat : 755057 (fscip) S 754929 754932 750315 0 -1 1077936192 278 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755058] ppid=754929 vsize=112568512 memory=19772 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755058/stat : 755058 (fscip) S 754929 754932 750315 0 -1 1077936192 334 0 0 0 0 2 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755059] ppid=754929 vsize=112568512 memory=28648 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755059/stat : 755059 (fscip) S 754929 754932 750315 0 -1 1077936192 295 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755060] ppid=754929 vsize=112568512 memory=32792 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755060/stat : 755060 (fscip) S 754929 754932 750315 0 -1 1077936192 229 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755061] ppid=754929 vsize=112568512 memory=7068 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755061/stat : 755061 (fscip) S 754929 754932 750315 0 -1 1077936192 282 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755062] ppid=754929 vsize=112568512 memory=36300 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755062/stat : 755062 (fscip) S 754929 754932 750315 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755063] ppid=754929 vsize=112568512 memory=6796 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755063/stat : 755063 (fscip) S 754929 754932 750315 0 -1 1077936192 279 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755064] ppid=754929 vsize=112568512 memory=20660 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755064/stat : 755064 (fscip) S 754929 754932 750315 0 -1 1077936192 259 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755065] ppid=754929 vsize=112568512 memory=7640 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755065/stat : 755065 (fscip) S 754929 754932 750315 0 -1 1077936192 325 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755066] ppid=754929 vsize=112568512 memory=19304 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755066/stat : 755066 (fscip) S 754929 754932 750315 0 -1 1077936192 219 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755067] ppid=754929 vsize=112568512 memory=20384 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755067/stat : 755067 (fscip) S 754929 754932 750315 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755068] ppid=754929 vsize=112568512 memory=5704 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755068/stat : 755068 (fscip) S 754929 754932 750315 0 -1 1077936192 284 0 0 0 3 0 0 0 20 0 41 0 128058984 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
[pid=754932/tid=755069] ppid=754929 vsize=112568512 memory=11592 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/754932/task/755069/stat : 755069 (fscip) S 754929 754932 750315 0 -1 1077936192 343 0 0 0 3 0 0 0 20 0 41 0 128058985 115270156288 25478631 809668444160 4194304 16623229 140728758910784 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27779072 140728758912006 140728758912124 140728758912124 140728758919152 0
Current children cumulated CPU time: 72000.6 s
Current children cumulated vsize: 112568512 KiB
Current children cumulated memory: 101914524 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=71782.1 s, system=220.765 s

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

[startup+3690 s]
/proc/loadavg: 76.67 79.74 80.22 42/937 757137
/proc/meminfo: memFree=611993448/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3690.8 s]
/proc/loadavg: 76.67 79.74 80.22 42/937 757137
/proc/meminfo: memFree=672395284/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3691.2 s]
/proc/loadavg: 76.67 79.74 80.22 42/937 757137
/proc/meminfo: memFree=672395284/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): 3691.2
CPU time (s): 72002.9
CPU user time (s): 71782.1
CPU system time (s): 220.765
CPU usage (%): 1950.66
Max. virtual memory (cumulated for all children) (KiB): 112634048
Max. memory (cumulated for all children) (KiB): 101943444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71782.1
system time used= 220.765
maximum resident set size= 101943444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114360698
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= 9060195
involuntary context switches= 298758


# summary of solver processes directly reported to runsolver:
#   pid: 754932
#   total CPU time (s): 72002.9
#   total CPU user time (s): 71782.1
#   total CPU system time (s): 220.765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.9329 second user time and 88.443 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 07:51:40
IDJOB=4465671
IDBENCH=155423
IDSOLVER=3094
FILE ID=nodeD105/4465671-1723614700
RUNJOBID= nodeD105-1723607375-750326
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622664 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-133.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-4465671-1723614700/watcher-4465671-1723614700 -o /tmp/evaluation-result-4465671-1723614700/solver-4465671-1723614700 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750326 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465671-1723614700.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= bf76f01107fc6e0f0d7316d8818a221b
RANDOM SEED=1404704875

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		: 3018.374
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		: 3546.113
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		: 3008.387
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		: 3022.079
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		: 3018.379
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		: 3083.732
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		: 3008.391
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		: 3022.084
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		: 3018.371
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		: 3160.851
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		: 3008.393
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		: 3021.790
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		: 3018.340
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		: 2280.369
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		: 3008.393
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		: 3022.089
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		: 3018.319
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		: 3836.884
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		: 3008.396
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		: 3022.103
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		: 3018.294
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		: 2605.649
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		: 3008.397
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		: 3022.101
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		: 3018.266
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		: 2653.319
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		: 3008.400
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		: 3019.496
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		: 3018.235
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2654.928
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		: 3008.408
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		: 3022.132
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		: 3018.201
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		: 2663.018
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		: 3007.803
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		: 3022.134
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		: 3018.207
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		: 2650.967
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		: 3008.412
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		: 3022.145
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		: 3018.211
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		: 2660.016
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		: 3008.413
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		: 3022.143
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		: 3018.213
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		: 2641.804
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		: 3008.416
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		: 3022.153
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		: 3018.179
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		: 2664.781
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		: 3008.417
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		: 3022.152
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		: 3018.154
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		: 2654.517
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		: 3008.419
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		: 3022.164
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		: 3018.125
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		: 3769.313
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		: 3008.421
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		: 3022.163
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:        626646304 kB
MemAvailable:   631511216 kB
Buffers:         1205004 kB
Cached:          6947156 kB
SwapCached:            0 kB
Active:          1760324 kB
Inactive:       158582156 kB
Active(anon):       2176 kB
Inactive(anon): 152227084 kB
Active(file):    1758148 kB
Inactive(file):  6355072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             77876 kB
Writeback:            80 kB
AnonPages:      152186492 kB
Mapped:           139300 kB
Shmem:             38920 kB
KReclaimable:     342792 kB
Slab:             780540 kB
SReclaimable:     342792 kB
SUnreclaim:       437748 kB
KernelStack:       16976 kB
PageTables:       315264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   35168728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1135488 kB
HardwareCorrupted:     0 kB
AnonHugePages:  32735232 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:     1165312 kB
DirectMap2M:    145084416 kB
DirectMap1G:    659554304 kB

Free space on /tmp at the end= 8622772 MiB
End job on nodeD105 at 2024-08-14 08:53:12