Trace number 4465424

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 70029.9 3701.59

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null10mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUMc394902a34a3ecc31aded0750ee67503
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43018
Best CPU time to get the best result obtained on this benchmark72001.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 105742757
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 105742757
Number of bits of the biggest sum of numbers27
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)
2.68/2.78	c Default LC presolving (default).
2.68/2.79	c ** Before presolving: virtualMemUsedAtLc = 2166892132, getVmSize() = 1466396672, SCIPgetMemUsed() = 1387109243, SCIPgetMemTotal() = 1405788675, SCIPgetMemExternEstim() = 761103457
2.68/2.79	c ** set memory limit for presolving in LC to 8.78927e+12 for SCIP **
161.62/162.20	c ** Estimated virtualMemUsedAtSolver = 2229824766, getVmSize() = 3070902272, SCIPgetMemUsed() = 2079661916, SCIPgetMemTotal() = 2583633692, SCIPgetMemExternEstim() = 761103457
161.62/162.20	c ** set memory limit for solvers to 4.18159e+11 for each SCIP **
161.62/162.20	c Original Problem   :
161.62/162.20	c   Problem name     : instance-4465424-1723644281
161.62/162.20	c   Variables        : 399113 (399113 binary, 0 integer, 0 implicit integer, 0 continuous)
161.62/162.20	c   Constraints      : 400980
161.62/162.20	c   Objective sense  : minimize
161.62/162.20	c Presolved Problem  :
161.62/162.20	c   Variables        : 227773 (227773 binary, 0 integer, 0 implicit integer, 0 continuous)
161.62/162.20	c   Constraints      : 228833
161.62/162.20	c Constraints        : Number
161.62/162.20	c   knapsack         : 1 
161.62/162.20	c   setppc           : 17073 
161.62/162.20	c   linear           : 60 
161.62/162.20	c   orbitope         : 10 
161.62/162.20	c   logicor          : 211689 
161.62/162.20	c ** Instance transfer method used: 0
162.12/162.78	c ** ParaScipInstance copy increased the number of variables. **
176.05/176.47	c LC is working with racing ramp-up and with rebuilding tree after racing.
176.05/176.47	c                                Nodes    Active                                            
176.05/176.47	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
353.02/185.68	c *     186              0           1        20           0.0000                -          -
353.02/185.68	c       186              0           1        20           0.0000                -          -
3616.23/350.53	c       351              2           1        20           0.0000  -103555312.0000          -
3717.39/355.69	c       356             14          13        20           0.0000  -103555312.0000          -
3836.41/361.62	c       362             14          13        20           0.0000  -103555312.0000          -
3935.62/366.65	c       367             34          33        20           0.0000  -103555312.0000          -
4034.78/371.69	c       372             54          53        20           0.0000  -103555312.0000          -
4137.83/376.81	c       377             74          73        20           0.0000  -103555312.0000          -
4243.54/382.18	c       382             94          93        20           0.0000  -103555312.0000          -
4345.94/387.36	c       387             93          92        20           0.0000  -103555312.0000          -
4472.85/393.71	c       394            102         101        20           0.0000  -103555312.0000          -
4581.87/399.25	c       399            160         159        20           0.0000  -103555312.0000          -
4687.01/404.54	c       405            180         179        20           0.0000  -103555312.0000          -
4790.16/409.77	c       410            200         199        20           0.0000  -103555312.0000          -
4896.15/415.08	c       415            182         181        20           0.0000  -103555312.0000          -
5008.41/420.71	c       421            242         241        20           0.0000  -103555312.0000          -
5137.39/427.29	c       427            262         261        20           0.0000  -103555312.0000          -
5248.57/432.86	c       433            282         281        20           0.0000  -103555312.0000          -
5352.37/438.06	c       438            302         301        20           0.0000  -103555312.0000          -
5454.94/443.23	c       443            342         341        20           0.0000  -103555312.0000          -
5556.14/448.31	c       448            362         361        20           0.0000  -103555312.0000          -
5655.34/453.39	c       453            422         421        20           0.0000  -103555312.0000          -
5758.52/458.53	c       459            442         441        20           0.0000  -103555312.0000          -
5861.67/463.79	c       464            582         581        20           0.0000  -103555312.0000          -
5964.86/468.91	c       469            522         521        20           0.0000  -103555312.0000          -
6094.02/475.43	c       475            658         657        20           0.0000  -103555312.0000          -
6203.00/481.00	c       481            677         676        20           0.0000  -103555312.0000          -
6320.10/486.80	c       487            582         581        20           0.0000  -103555312.0000          -
6425.99/492.19	c       492            663         660        20           0.0000  -103555312.0000          -
6532.33/497.54	c       498            778         777        20           0.0000  -103555312.0000          -
6637.51/502.81	c       503            662         661        20           0.0000  -103555312.0000          -
6736.74/507.84	c       508            743         740        20           0.0000  -103555312.0000          -
6849.85/513.51	c       514            858         857        20           0.0000  -103555312.0000          -
6949.09/518.53	c       519            722         721        20           0.0000  -103555312.0000          -
7054.29/523.82	c       524            876         875        20           0.0000  -103555312.0000          -
7160.20/529.15	c       529            762         761        20           0.0000  -103555312.0000          -
7260.68/534.26	c       534            782         781        20           0.0000  -103555312.0000          -
7371.83/539.80	c       540            905         898        20           0.0000  -103555312.0000          -
7471.05/544.81	c       545            925         918        20           0.0000  -103555312.0000          -
7570.28/549.84	c       550           1042        1041        20           0.0000  -103555312.0000          -
7671.49/554.99	c       555           1042        1041        20           0.0000  -103555312.0000          -
7770.70/560.00	c       560            916         915        20           0.0000  -103555312.0000          -
7875.84/565.29	c       565           1063          13        20           0.0000  -103541679.0000          -
7979.01/570.42	c       570           1083          33        20           0.0000  -103541679.0000          -
8080.19/575.55	c       576           1103          53        20           0.0000  -103541679.0000          -
8187.27/580.96	c       581           1124          74        20           0.0000  -103541679.0000          -
8289.04/586.06	c       586           1124          74        20           0.0000  -103541679.0000          -
8387.92/591.08	c       591           1131          81        20           0.0000  -103541679.0000          -
8490.56/596.28	c       596           1151         101        20           0.0000  -103541679.0000          -
8593.65/601.47	c       601           1191         141        20           0.0000  -103541679.0000          -
8698.76/606.76	c       607           1251         201        20           0.0000  -103541679.0000          -
8801.87/611.96	c       612           1271         221        20           0.0000  -103541679.0000          -
8905.87/617.18	c       617           1291         241        20           0.0000  -103541679.0000          -
9011.97/622.53	c       623           1063          13        20           0.0000  -103538696.0000          -
9121.70/628.05	c       628           1083          33        20           0.0000  -103538696.0000          -
9220.69/633.13	c       633           1103          53        20           0.0000  -103538696.0000          -
9325.07/638.34	c       638           1123          73        20           0.0000  -103538696.0000          -
9463.78/645.37	c       645           1144          94        20           0.0000  -103538696.0000          -
9577.48/651.04	c       651           1151         101        20           0.0000  -103538696.0000          -
9679.81/656.26	c       656           1171         121        20           0.0000  -103538696.0000          -
9790.80/661.84	c       662           1191         141        20           0.0000  -103538696.0000          -
9891.91/666.99	c       667           1231         181        20           0.0000  -103538696.0000          -
9996.93/672.29	c       672           1291         241        20           0.0000  -103538696.0000          -
10100.03/677.49	c       677           1331         281        20           0.0000  -103538696.0000          -
10201.14/682.57	c       683           1371         321        20           0.0000  -103538696.0000          -
10302.26/687.67	c       688           1411         361        20           0.0000  -103538696.0000          -
10407.32/692.99	c       693           1471         421        20           0.0000  -103538696.0000          -
10509.18/698.11	c       698           1491         441        20           0.0000  -103538696.0000          -
10617.50/703.57	c       704           1571         521        20           0.0000  -103538696.0000          -
10722.59/708.80	c       709           1591         541        20           0.0000  -103538696.0000          -
10828.41/714.15	c       714           1611         561        20           0.0000  -103538696.0000          -
10930.69/719.40	c       719           1631         581        20           0.0000  -103538696.0000          -
11035.64/724.62	c       725           1651         601        20           0.0000  -103538696.0000          -
11138.70/729.86	c       730           1706         654        20           0.0000  -103538696.0000          -
11237.81/734.89	c       735           1773         721        20           0.0000  -103538696.0000          -
11350.81/740.56	c       741           1790         738        20           0.0000  -103538696.0000          -
11455.88/745.81	c       746           1829         777        20           0.0000  -103538696.0000          -
11557.00/750.93	c       751           1892         840        20           0.0000  -103538696.0000          -
11660.84/756.19	c       756           1948         896        20           0.0000  -103538696.0000          -
11767.01/761.54	c       762           1989         937        20           0.0000  -103538696.0000          -
11870.06/766.78	c       767           1989         937        20           0.0000  -103538696.0000          -
11975.79/772.06	c       772           2035         983        20           0.0000  -103538696.0000          -
12082.18/777.44	c       777           2086        1034        20           0.0000  -103538696.0000          -
12183.29/782.56	c       783           2130        1078        20           0.0000  -103538696.0000          -
12288.37/787.82	c       788           2130        1078        20           0.0000  -103538696.0000          -
12389.50/793.00	c       793           2173        1121        20           0.0000  -103538696.0000          -
12491.32/798.04	c       798           2227        1175        20           0.0000  -103538696.0000          -
12599.65/803.50	c       804           2287        1235        20           0.0000  -103538696.0000          -
12698.73/808.53	c       809           2331        1279        20           0.0000  -103538696.0000          -
12801.81/813.72	c       814           2377        1325        20           0.0000  -103538696.0000          -
12916.69/819.51	c       820           2406        1354        20           0.0000  -103538696.0000          -
13015.73/824.52	c       825           2406        1354        20           0.0000  -103538696.0000          -
13120.73/829.82	c       830           2432        1380        20           0.0000  -103538696.0000          -
13221.82/834.93	c       835           2492        1440        20           0.0000  -103538696.0000          -
13320.89/839.96	c       840           2551        1499        20           0.0000  -103538696.0000          -
13427.85/845.37	c       845           2587        1535        20           0.0000  -103538696.0000          -
13534.83/850.79	c       851           2587        1535        20           0.0000  -103538696.0000          -
13640.58/856.13	c       856           2607        1555        20           0.0000  -103538696.0000          -
13744.86/861.33	c       861           2655        1603        20           0.0000  -103538696.0000          -
13849.89/866.60	c       867           2692        1640        20           0.0000  -103538696.0000          -
13950.92/871.70	c       872           2746        1694        20           0.0000  -103538696.0000          -
14061.85/877.34	c       877           2806        1754        20           0.0000  -103538696.0000          -
14164.86/882.51	c       883           2806        1754        20           0.0000  -103538696.0000          -
14265.91/887.65	c       888           2806        1754        20           0.0000  -103538696.0000          -
14380.88/893.45	c       893           2849        1797        20           0.0000  -103538696.0000          -
14494.68/899.16	c       899           2907        1855        20           0.0000  -103538696.0000          -
14598.88/904.42	c       904           2952        1900        20           0.0000  -103538696.0000          -
14697.96/909.49	c       909           2995        1943        20           0.0000  -103538696.0000          -
14807.05/914.94	c       915           3039        1987        20           0.0000  -103538696.0000          -
14918.08/920.55	c       921           3039        1987        20           0.0000  -103538696.0000          -
15017.24/925.58	c       926           3039        1987        20           0.0000  -103538696.0000          -
15116.40/930.60	c       931           3072        2020        20           0.0000  -103538696.0000          -
15223.56/935.97	c       936           3129        2077        20           0.0000  -103538696.0000          -
15325.36/941.06	c       941           3172        2120        20           0.0000  -103538696.0000          -
15426.62/946.14	c       946           3228        2176        20           0.0000  -103538696.0000          -
15532.88/951.55	c       952           3292        2240        20           0.0000  -103538696.0000          -
15642.80/957.09	c       957           3352        2300        20           0.0000  -103538696.0000          -
15757.03/962.83	c       963           3399        2347        20           0.0000  -103538696.0000          -
15858.17/967.90	c       968           3469        2417        20           0.0000  -103538696.0000          -
15957.31/972.94	c       973           3514        2462        20           0.0000  -103538696.0000          -
16066.37/978.46	c       978           3575        2523        20           0.0000  -103538696.0000          -
16181.39/984.25	c       984           3640        2588        20           0.0000  -103538696.0000          -
16282.51/989.37	c       989           3668        2616        20           0.0000  -103538696.0000          -
16383.66/994.46	c       994           3692        2640        20           0.0000  -103538696.0000          -
16488.84/999.70	c      1000           3729        2677        20           0.0000  -103538696.0000          -
16590.07/1004.83	c      1005           3752        2700        20           0.0000  -103538696.0000          -
16691.26/1009.91	c      1010           3772        2720        20           0.0000  -103538696.0000          -
16793.13/1015.11	c      1015           3810        2758        20           0.0000  -103538696.0000          -
16894.20/1020.19	c      1020           3829        2777        20           0.0000  -103538696.0000          -
17000.64/1025.55	c      1026           3849        2797        20           0.0000  -103538696.0000          -
17101.84/1030.61	c      1031           3872        2820        20           0.0000  -103538696.0000          -
17203.06/1035.77	c      1036           3909        2857        20           0.0000  -103538696.0000          -
17310.92/1041.19	c      1041           3929        2877        20           0.0000  -103538696.0000          -
17415.36/1046.48	c      1046           3949        2897        20           0.0000  -103538696.0000          -
17522.52/1051.85	c      1052           3972        2920        20           0.0000  -103538696.0000          -
17626.26/1057.07	c      1057           4008        2956        20           0.0000  -103538696.0000          -
17727.47/1062.17	c      1062           4028        2976        20           0.0000  -103538696.0000          -
17835.83/1067.61	c      1068           4068        3016        20           0.0000  -103538696.0000          -
17936.74/1072.73	c      1073           4068        3016        20           0.0000  -103538696.0000          -
18039.86/1078.00	c      1078           4068        3016        20           0.0000  -103538696.0000          -
18141.63/1083.05	c      1083           4068        3016        20           0.0000  -103538696.0000          -
18244.03/1088.21	c      1088           4089        3037        20           0.0000  -103538696.0000          -
18351.17/1093.69	c      1094           4152        3100        20           0.0000  -103538696.0000          -
18456.32/1098.95	c      1099           4199        3147        20           0.0000  -103538696.0000          -
18565.39/1104.46	c      1104           4258        3206        20           0.0000  -103538696.0000          -
18682.39/1110.37	c      1110           4300        3248        20           0.0000  -103538696.0000          -
18785.52/1115.56	c      1116           4788          15        20           0.0000  -103537152.0000          -
18892.61/1121.01	c      1121           4808          35        20           0.0000  -103537152.0000          -
18997.69/1126.28	c      1126           4828          55        20           0.0000  -103537152.0000          -
19102.81/1131.53	c      1132           4849          76        20           0.0000  -103537152.0000          -
19209.94/1137.00	c      1137           4869          96        20           0.0000  -103537152.0000          -
19320.98/1142.54	c      1143           4874         101        20           0.0000  -103537152.0000          -
19430.92/1148.08	c      1148           4894         121        20           0.0000  -103537152.0000          -
19531.77/1153.18	c      1153           4974         201        20           0.0000  -103537152.0000          -
19634.18/1158.36	c      1158           4994         221        20           0.0000  -103537152.0000          -
19735.46/1163.48	c      1163           5014         241        20           0.0000  -103537152.0000          -
19848.99/1169.15	c      1169           5054         281        20           0.0000  -103537152.0000          -
19959.41/1174.70	c      1175           5114         341        20           0.0000  -103537152.0000          -
20058.61/1179.79	c      1180           5153         380        20           0.0000  -103537152.0000          -
20167.75/1185.24	c      1185           5201         426        20           0.0000  -103537152.0000          -
20266.98/1190.30	c      1190           4920          15        20           0.0000  -103536289.0000          -
20368.17/1195.32	c      1195           4946          41        20           0.0000  -103536289.0000          -
20469.32/1200.44	c      1200           4966          61        20           0.0000  -103536289.0000          -
20578.58/1205.98	c      1206           4981          76        20           0.0000  -103536289.0000          -
20685.61/1211.32	c      1211           4986          81        20           0.0000  -103536289.0000          -
20784.86/1216.33	c      1216           5006         101        20           0.0000  -103536289.0000          -
20893.62/1221.80	c      1222           5066         161        20           0.0000  -103536289.0000          -
20997.65/1227.13	c      1227           4693           1        20           0.0000  -103534169.0000          -
21099.92/1232.25	c      1232           4706          14        20           0.0000  -103534169.0000          -
21201.11/1237.36	c      1237           4727          35        20           0.0000  -103534169.0000          -
21306.39/1242.62	c      1243           4819          15        20           0.0000  -103517361.0000          -
21407.41/1247.75	c      1248           4839          35        20           0.0000  -103517361.0000          -
21506.54/1252.79	c      1253           4860          56        20           0.0000  -103517361.0000          -
21607.66/1257.88	c      1258           4879          75        20           0.0000  -103517361.0000          -
21706.71/1262.89	c      1263           4899          95        20           0.0000  -103517361.0000          -
21807.88/1267.93	c      1268           4919         115        20           0.0000  -103517361.0000          -
21916.93/1273.43	c      1273           4925         121        20           0.0000  -103517361.0000          -
22018.08/1278.55	c      1279           4945         141        20           0.0000  -103517361.0000          -
22119.21/1283.64	c      1284           4965         161        20           0.0000  -103517361.0000          -
22220.35/1288.79	c      1289           5005         201        20           0.0000  -103517361.0000          -
22323.47/1294.03	c      1294           5025         221        20           0.0000  -103517361.0000          -
22427.25/1299.16	c      1299           5045         241        20           0.0000  -103517361.0000          -
22527.65/1304.26	c      1304           5065         261        20           0.0000  -103517361.0000          -
22632.77/1309.52	c      1310           5128         324        20           0.0000  -103517361.0000          -
22731.94/1314.55	c      1315           5165         361        20           0.0000  -103517361.0000          -
22835.10/1319.78	c      1320           5205         401        20           0.0000  -103517361.0000          -
22946.21/1325.40	c      1325           5245         441        20           0.0000  -103517361.0000          -
23060.13/1331.06	c      1331           5285         481        20           0.0000  -103517361.0000          -
23162.45/1336.27	c      1336           5305         501        20           0.0000  -103517361.0000          -
23271.56/1341.77	c      1342           5325         521        20           0.0000  -103517361.0000          -
23370.76/1346.78	c      1347           5345         541        20           0.0000  -103517361.0000          -
23471.94/1351.89	c      1352           5411         607        20           0.0000  -103517361.0000          -
23573.12/1357.00	c      1357           5464         660        20           0.0000  -103517361.0000          -
23680.18/1362.34	c      1362           5508         704        20           0.0000  -103517361.0000          -
23785.34/1367.60	c      1368           5565         761        20           0.0000  -103517361.0000          -
23884.51/1372.69	c      1373           5624         820        20           0.0000  -103517361.0000          -
23985.72/1377.70	c      1378           5666         862        20           0.0000  -103517361.0000          -
24086.90/1382.88	c      1383           5710         906        20           0.0000  -103517361.0000          -
24192.75/1388.16	c      1388           5765         961        20           0.0000  -103517361.0000          -
24299.21/1393.56	c      1394           5825        1021        20           0.0000  -103517361.0000          -
24411.06/1399.15	c      1399           5849        1045        20           0.0000  -103517361.0000          -
24511.23/1404.23	c      1404           5849        1045        20           0.0000  -103517361.0000          -
24612.23/1409.30	c      1409           5853           0        20           0.0000  -103517361.0000          -
24711.38/1414.36	c      1414           5869          16        20           0.0000  -103517361.0000          -
24812.65/1419.41	c      1419           5888          35        20           0.0000  -103517361.0000          -
24911.54/1424.43	c      1424           5909          56        20           0.0000  -103517361.0000          -
25016.50/1429.76	c      1430           5929          76        20           0.0000  -103517361.0000          -
25119.58/1434.93	c      1435           5949          96        20           0.0000  -103517361.0000          -
25224.69/1440.21	c      1440           5968         115        20           0.0000  -103517361.0000          -
25325.88/1445.34	c      1445           5989         136        20           0.0000  -103517361.0000          -
25425.07/1450.37	c      1450           6009         156        20           0.0000  -103517361.0000          -
25526.42/1455.43	c      1455           6049         196        20           0.0000  -103517361.0000          -
25629.39/1460.63	c      1461           6110         257        20           0.0000  -103517361.0000          -
25742.39/1466.37	c      1466           6170         317        20           0.0000  -103517361.0000          -
25851.51/1471.80	c      1472           6214         361        20           0.0000  -103517361.0000          -
25952.70/1476.90	c      1477           6282         429        20           0.0000  -103517361.0000          -
26051.88/1481.97	c      1482           6334         481        20           0.0000  -103517361.0000          -
26150.99/1487.04	c      1487           6381         528        20           0.0000  -103517361.0000          -
26255.02/1492.18	c      1492           6451         598        20           0.0000  -103517361.0000          -
26355.31/1497.21	c      1497           6511         658        20           0.0000  -103517361.0000          -
26456.47/1502.39	c      1502           6562         709        20           0.0000  -103517361.0000          -
26557.85/1507.41	c      1507           6614         761        20           0.0000  -103517361.0000          -
26658.85/1512.57	c      1513           6677         824        20           0.0000  -103517361.0000          -
26762.01/1517.74	c      1518           6730         877        20           0.0000  -103517361.0000          -
26871.06/1523.22	c      1523           6789         936        20           0.0000  -103517361.0000          -
26978.16/1528.65	c      1529           6850         997        20           0.0000  -103517361.0000          -
27081.25/1533.88	c      1534           6900        1047        20           0.0000  -103517361.0000          -
27182.44/1538.97	c      1539           6955        1102        20           0.0000  -103517361.0000          -
27281.54/1544.02	c      1544           7010        1157        20           0.0000  -103517361.0000          -
27392.60/1549.57	c      1550           7070        1217        20           0.0000  -103517361.0000          -
27502.60/1555.09	c      1555           7119        1266        20           0.0000  -103517361.0000          -
27610.78/1560.50	c      1560           7190        1337        20           0.0000  -103517361.0000          -
27709.95/1565.54	c      1566           7250        1397        20           0.0000  -103517361.0000          -
27815.05/1570.84	c      1571           7294        1441        20           0.0000  -103517361.0000          -
27916.20/1575.91	c      1576           7350        1497        20           0.0000  -103517361.0000          -
28015.38/1581.00	c      1581           7395        1542        20           0.0000  -103517361.0000          -
28122.51/1586.35	c      1586           7452        1599        20           0.0000  -103517361.0000          -
28223.80/1591.48	c      1591           7510        1657        20           0.0000  -103517361.0000          -
28324.74/1596.50	c      1596           7570        1717        20           0.0000  -103517361.0000          -
28431.86/1601.91	c      1602           7597        1744        20           0.0000  -103517361.0000          -
28542.77/1607.52	c      1608           7642        1789        20           0.0000  -103517361.0000          -
28652.50/1613.09	c      1613           7701        1848        20           0.0000  -103517361.0000          -
28756.87/1618.33	c      1618           7761        1908        20           0.0000  -103517361.0000          -
28856.03/1623.39	c      1623           7818        1965        20           0.0000  -103517361.0000          -
28961.19/1628.61	c      1629           7861        2008        20           0.0000  -103517361.0000          -
29066.34/1633.90	c      1634           7919        2066        20           0.0000  -103517361.0000          -
29171.39/1639.20	c      1639           7980        2127        20           0.0000  -103517361.0000          -
29284.38/1645.03	c      1645           8050        2197        20           0.0000  -103517361.0000          -
29386.18/1650.11	c      1650           8094        2241        20           0.0000  -103517361.0000          -
29488.67/1655.27	c      1655           8152        2299        20           0.0000  -103517361.0000          -
29587.81/1660.29	c      1660           8194        2341        20           0.0000  -103517361.0000          -
29688.89/1665.33	c      1665           8239        2386        20           0.0000  -103517361.0000          -
29787.91/1670.37	c      1670           8274        2421        20           0.0000  -103517361.0000          -
29901.71/1676.07	c      1676           8310        2457        20           0.0000  -103517361.0000          -
30006.08/1681.39	c      1681           8329        2476        20           0.0000  -103517361.0000          -
30111.20/1686.68	c      1687           8349        2496        20           0.0000  -103517361.0000          -
30212.34/1691.71	c      1692           8369        2516        20           0.0000  -103517361.0000          -
30313.47/1696.84	c      1697           8389        2536        20           0.0000  -103517361.0000          -
30422.51/1702.32	c      1702           8409        2556        20           0.0000  -103517361.0000          -
30523.84/1707.42	c      1707           8429        2576        20           0.0000  -103517361.0000          -
30642.63/1713.47	c      1713           8454        2601        20           0.0000  -103517361.0000          -
30747.74/1718.76	c      1719           8474        2621        20           0.0000  -103517361.0000          -
30850.84/1724.02	c      1724           8494        2641        20           0.0000  -103517361.0000          -
30967.82/1729.88	c      1730           8529        2676        20           0.0000  -103517361.0000          -
31074.88/1735.23	c      1735           8549        2696        20           0.0000  -103517361.0000          -
31176.00/1740.33	c      1740           8569        2716        20           0.0000  -103517361.0000          -
31281.09/1745.63	c      1746           8589        2736        20           0.0000  -103517361.0000          -
31384.20/1750.84	c      1751           8609        2756        20           0.0000  -103517361.0000          -
31485.33/1756.04	c      1756           8629        2776        20           0.0000  -103517361.0000          -
31592.41/1761.31	c      1761           8649        2796        20           0.0000  -103517361.0000          -
31691.63/1766.38	c      1766           8669        2816        20           0.0000  -103517361.0000          -
31796.78/1771.62	c      1772           8694        2841        20           0.0000  -103517361.0000          -
31901.95/1776.99	c      1777           8714        2861        20           0.0000  -103517361.0000          -
32001.16/1782.01	c      1782           8734        2881        20           0.0000  -103517361.0000          -
32105.11/1787.15	c      1787           8754        2901        20           0.0000  -103517361.0000          -
32204.31/1792.17	c      1792           8789        2936        20           0.0000  -103517361.0000          -
32312.69/1797.65	c      1798           8809        2956        20           0.0000  -103517361.0000          -
32415.86/1802.84	c      1803           8829        2976        20           0.0000  -103517361.0000          -
32522.97/1808.28	c      1808           8849        2996        20           0.0000  -103517361.0000          -
32626.11/1813.46	c      1813           8869        3016        20           0.0000  -103517361.0000          -
32729.30/1818.64	c      1819           8889        3036        20           0.0000  -103517361.0000          -
32839.04/1824.15	c      1824           8909        3056        20           0.0000  -103517361.0000          -
32953.45/1829.97	c      1830           8929        3076        20           0.0000  -103517361.0000          -
33060.55/1835.39	c      1835           8954        3101        20           0.0000  -103517361.0000          -
33169.65/1840.86	c      1841           8974        3121        20           0.0000  -103517361.0000          -
33270.80/1845.91	c      1846           8994        3141        20           0.0000  -103517361.0000          -
33369.96/1850.94	c      1851           9014        3161        20           0.0000  -103517361.0000          -
33469.10/1856.01	c      1856           9049        3196        20           0.0000  -103517361.0000          -
33574.11/1861.23	c      1861           9069        3216        20           0.0000  -103517361.0000          -
33673.27/1866.26	c      1866           9089        3236        20           0.0000  -103517361.0000          -
33774.39/1871.31	c      1871           9109        3256        20           0.0000  -103517361.0000          -
33873.55/1876.35	c      1876           9129        3276        20           0.0000  -103517361.0000          -
33980.59/1881.74	c      1882           9148        3295        20           0.0000  -103517361.0000          -
34081.72/1886.89	c      1887           9189        3336        20           0.0000  -103517361.0000          -
34185.63/1892.12	c      1892           9234        3381        20           0.0000  -103517361.0000          -
34293.87/1897.55	c      1898           9290        3437        20           0.0000  -103517361.0000          -
34398.94/1902.84	c      1903           9341        3488        20           0.0000  -103517361.0000          -
34500.05/1907.92	c      1908           9389        3536        20           0.0000  -103517361.0000          -
34605.11/1913.26	c      1913           9429        3576        20           0.0000  -103517361.0000          -
34704.23/1918.28	c      1918           9476        3623        20           0.0000  -103517361.0000          -
34805.35/1923.31	c      1923           9528        3675        20           0.0000  -103517361.0000          -
34906.47/1928.42	c      1928           9581        3728        20           0.0000  -103517361.0000          -
35015.51/1933.96	c      1934           9639        3786        20           0.0000  -103517361.0000          -
35119.34/1939.17	c      1939           9677        3824        20           0.0000  -103517361.0000          -
35227.67/1944.62	c      1945           9740        3887        20           0.0000  -103517361.0000          -
35326.82/1949.67	c      1950           9794        3941        20           0.0000  -103517361.0000          -
35431.95/1955.01	c      1955           9854        4001        20           0.0000  -103517361.0000          -
35542.94/1960.59	c      1961           9914        4061        20           0.0000  -103517361.0000          -
35652.79/1966.07	c      1966           9974        4121        20           0.0000  -103517361.0000          -
35753.90/1971.14	c      1971          10034        4181        20           0.0000  -103517361.0000          -
35854.31/1976.27	c      1976          10090        4237        20           0.0000  -103517361.0000          -
35955.45/1981.38	c      1981          10154        4301        20           0.0000  -103517361.0000          -
36058.58/1986.52	c      1987          10219        4366        20           0.0000  -103517361.0000          -
36159.69/1991.64	c      1992          10272        4419        20           0.0000  -103517361.0000          -
36258.85/1996.67	c      1997          10314        4461        20           0.0000  -103517361.0000          -
36363.94/2001.94	c      2002          10371        4518        20           0.0000  -103517361.0000          -
36463.08/2007.03	c      2007          10414        4561        20           0.0000  -103517361.0000          -
36568.12/2012.29	c      2012          10454        4601        20           0.0000  -103517361.0000          -
36669.22/2017.39	c      2017          10514        4661        20           0.0000  -103517361.0000          -
36770.33/2022.45	c      2022          10555        4702        20           0.0000  -103517361.0000          -
36873.45/2027.65	c      2028          10619        4766        20           0.0000  -103517361.0000          -
36978.53/2033.00	c      2033          10671        4818        20           0.0000  -103517361.0000          -
37083.60/2038.29	c      2038          10729        4876        20           0.0000  -103517361.0000          -
37188.68/2043.59	c      2044          10774        4921        20           0.0000  -103517361.0000          -
37291.78/2048.79	c      2049          10837        4984        20           0.0000  -103517361.0000          -
37392.90/2053.81	c      2054          10882        5029        20           0.0000  -103517361.0000          -
37499.94/2059.23	c      2059          10934        5081        20           0.0000  -103517361.0000          -
37622.86/2065.43	c      2065          10950        5097        20           0.0000  -103517361.0000          -
37729.90/2070.83	c      2071          10950        5097        20           0.0000  -103517361.0000          -
37831.00/2076.02	c      2076          10950        5097        20           0.0000  -103517361.0000          -
37932.83/2081.05	c      2081          10950        5097        20           0.0000  -103517361.0000          -
38039.13/2086.48	c      2086          10950        5097        20           0.0000  -103517361.0000          -
38142.22/2091.60	c      2092          10974        5121        20           0.0000  -103517361.0000          -
38243.35/2096.74	c      2097          11013        5160        20           0.0000  -103517361.0000          -
38346.46/2101.96	c      2102          11029        5176        20           0.0000  -103517361.0000          -
38448.43/2107.09	c      2107          11048        5195        20           0.0000  -103517361.0000          -
38552.64/2112.32	c      2112          11074        5221        20           0.0000  -103517361.0000          -
38663.68/2117.90	c      2118          11094        5241        20           0.0000  -103517361.0000          -
38762.74/2123.00	c      2123          11129        5276        20           0.0000  -103517361.0000          -
38867.80/2128.24	c      2128          11149        5296        20           0.0000  -103517361.0000          -
38976.85/2133.76	c      2134          11169        5316        20           0.0000  -103517361.0000          -
39077.96/2138.87	c      2139          11190        5337        20           0.0000  -103517361.0000          -
39183.67/2144.17	c      2144          11209        5356        20           0.0000  -103517361.0000          -
39283.06/2149.18	c      2149          11229        5376        20           0.0000  -103517361.0000          -
39383.27/2154.23	c      2154          11250        5397        20           0.0000  -103517361.0000          -
39496.30/2160.04	c      2160          11270        5417        20           0.0000  -103517361.0000          -
39601.37/2165.23	c      2165          11294        5441        20           0.0000  -103517361.0000          -
39702.40/2170.40	c      2170          11314        5461        20           0.0000  -103517361.0000          -
39809.40/2175.79	c      2176          11334        5481        20           0.0000  -103517361.0000          -
39918.41/2181.24	c      2181          11369        5516        20           0.0000  -103517361.0000          -
40023.41/2186.52	c      2187          11389        5536        20           0.0000  -103517361.0000          -
40122.52/2191.55	c      2192          11409        5556        20           0.0000  -103517361.0000          -
40221.67/2196.59	c      2197          11429        5576        20           0.0000  -103517361.0000          -
40322.75/2201.63	c      2202          11449        5596        20           0.0000  -103517361.0000          -
40439.71/2207.57	c      2208          11469        5616        20           0.0000  -103517361.0000          -
40558.68/2213.57	c      2214          11489        5636        20           0.0000  -103517361.0000          -
40677.65/2219.50	c      2220          11529        5676        20           0.0000  -103517361.0000          -
40782.77/2224.84	c      2225          11549        5696        20           0.0000  -103517361.0000          -
40891.81/2230.31	c      2230          11569        5716        20           0.0000  -103517361.0000          -
40990.91/2235.33	c      2235          11589        5736        20           0.0000  -103517361.0000          -
41104.58/2241.10	c      2241          11609        5756        20           0.0000  -103517361.0000          -
41207.07/2246.21	c      2246          11630        5777        20           0.0000  -103517361.0000          -
41318.14/2251.87	c      2252          11654        5801        20           0.0000  -103517361.0000          -
41419.27/2257.03	c      2257          11674        5821        20           0.0000  -103517361.0000          -
41526.35/2262.33	c      2262          11711        5858        20           0.0000  -103517361.0000          -
41637.43/2267.92	c      2268          11730        5877        20           0.0000  -103517361.0000          -
41746.49/2273.44	c      2273          11750        5897        20           0.0000  -103517361.0000          -
41860.38/2279.17	c      2279          11770        5917        20           0.0000  -103517361.0000          -
41960.67/2284.24	c      2284          11794        5941        20           0.0000  -103517361.0000          -
42061.81/2289.39	c      2289          11814        5961        20           0.0000  -103517361.0000          -
42164.95/2294.54	c      2295          11851        5998        20           0.0000  -103517361.0000          -
42264.09/2299.56	c      2300          11870        6017        20           0.0000  -103517361.0000          -
42373.81/2305.10	c      2305          11890        6037        20           0.0000  -103517361.0000          -
42482.22/2310.59	c      2311          11910        6057        20           0.0000  -103517361.0000          -
42591.94/2316.12	c      2316          11934        6081        20           0.0000  -103517361.0000          -
42694.40/2321.25	c      2321          11954        6101        20           0.0000  -103517361.0000          -
42793.55/2326.29	c      2326          11990        6137        20           0.0000  -103517361.0000          -
42894.68/2331.32	c      2331          12010        6157        20           0.0000  -103517361.0000          -
42997.80/2336.50	c      2336          12030        6177        20           0.0000  -103517361.0000          -
43112.80/2342.36	c      2342          12050        6197        20           0.0000  -103517361.0000          -
43223.87/2347.97	c      2348          12070        6217        20           0.0000  -103517361.0000          -
43325.82/2353.11	c      2353          12094        6241        20           0.0000  -103517361.0000          -
43430.05/2358.30	c      2358          12114        6261        20           0.0000  -103517361.0000          -
43529.17/2363.39	c      2363          12134        6281        20           0.0000  -103517361.0000          -
43630.32/2368.46	c      2368          12170        6317        20           0.0000  -103517361.0000          -
43737.39/2373.87	c      2374          12190        6337        20           0.0000  -103517361.0000          -
43836.57/2378.89	c      2379          12210        6357        20           0.0000  -103517361.0000          -
43971.41/2385.65	c      2386          12230        6377        20           0.0000  -103517361.0000          -
44072.53/2390.76	c      2391          12254        6401        20           0.0000  -103517361.0000          -
44180.36/2396.14	c      2396          12274        6421        20           0.0000  -103517361.0000          -
44279.45/2401.17	c      2401          12294        6441        20           0.0000  -103517361.0000          -
44381.76/2406.31	c      2406          12330        6477        20           0.0000  -103517361.0000          -
44484.69/2411.56	c      2412          12349        6496        20           0.0000  -103517361.0000          -
44583.71/2416.58	c      2417          12370        6517        20           0.0000  -103517361.0000          -
44713.28/2423.13	c      2423          12390        6537        20           0.0000  -103517361.0000          -
44825.47/2428.74	c      2429          12414        6561        20           0.0000  -103517361.0000          -
44936.62/2434.33	c      2434          12450        6597        20           0.0000  -103517361.0000          -
45039.60/2439.57	c      2440          12470        6617        20           0.0000  -103517361.0000          -
45140.72/2444.61	c      2445          12490        6637        20           0.0000  -103517361.0000          -
45253.75/2450.30	c      2450          12511        6658        20           0.0000  -103517361.0000          -
45364.86/2456.00	c      2456          12530        6677        20           0.0000  -103517361.0000          -
45466.69/2461.10	c      2461          12550        6697        20           0.0000  -103517361.0000          -
45581.06/2466.84	c      2467          12574        6721        20           0.0000  -103517361.0000          -
45687.00/2472.17	c      2472          12610        6757        20           0.0000  -103517361.0000          -
45789.28/2477.35	c      2477          12630        6777        20           0.0000  -103517361.0000          -
45896.19/2482.70	c      2483          12651        6798        20           0.0000  -103517361.0000          -
45997.20/2487.80	c      2488          12671        6818        20           0.0000  -103517361.0000          -
46098.35/2492.98	c      2493          12690        6837        20           0.0000  -103517361.0000          -
46205.43/2498.34	c      2498          12714        6861        20           0.0000  -103517361.0000          -
46310.51/2503.69	c      2504          12750        6897        20           0.0000  -103517361.0000          -
46429.49/2509.70	c      2510          12770        6917        20           0.0000  -103517361.0000          -
46532.61/2514.80	c      2515          12790        6937        20           0.0000  -103517361.0000          -
46633.71/2520.02	c      2520          12814        6961        20           0.0000  -103517361.0000          -
46737.39/2525.18	c      2525          12834        6981        20           0.0000  -103517361.0000          -
46847.67/2530.70	c      2531          12871        7018        20           0.0000  -103517361.0000          -
46960.69/2536.43	c      2536          12890        7037        20           0.0000  -103517361.0000          -
47077.65/2542.33	c      2542          12914        7061        20           0.0000  -103517361.0000          -
47186.72/2547.80	c      2548          12950        7097        20           0.0000  -103517361.0000          -
47287.84/2552.98	c      2553          12971        7118        20           0.0000  -103517361.0000          -
47394.90/2558.36	c      2558          12990        7137        20           0.0000  -103517361.0000          -
47501.97/2563.77	c      2564          13010        7157        20           0.0000  -103517361.0000          -
47618.87/2569.70	c      2570          13034        7181        20           0.0000  -103517361.0000          -
47726.54/2575.11	c      2575          13071        7218        20           0.0000  -103517361.0000          -
47834.95/2580.55	c      2581          13091        7238        20           0.0000  -103517361.0000          -
47942.03/2585.97	c      2586          13114        7261        20           0.0000  -103517361.0000          -
48047.09/2591.24	c      2591          13134        7281        20           0.0000  -103517361.0000          -
48154.16/2596.64	c      2597          13171        7318        20           0.0000  -103517361.0000          -
48253.27/2601.68	c      2602          13191        7338        20           0.0000  -103517361.0000          -
48363.01/2607.14	c      2607          13211        7358        20           0.0000  -103517361.0000          -
48475.31/2612.82	c      2613          13251        7398        20           0.0000  -103517361.0000          -
48582.36/2618.23	c      2618          13271        7418        20           0.0000  -103517361.0000          -
48691.41/2623.72	c      2624          13291        7438        20           0.0000  -103517361.0000          -
48794.44/2628.95	c      2629          13311        7458        20           0.0000  -103517361.0000          -
48898.43/2634.16	c      2634          13334        7481        20           0.0000  -103517361.0000          -
49000.58/2639.35	c      2639          13371        7518        20           0.0000  -103517361.0000          -
49105.67/2644.60	c      2645          13391        7538        20           0.0000  -103517361.0000          -
49213.32/2650.11	c      2650          13411        7558        20           0.0000  -103517361.0000          -
49327.72/2655.83	c      2656          13451        7598        20           0.0000  -103517361.0000          -
49428.84/2661.01	c      2661          13471        7618        20           0.0000  -103517361.0000          -
49539.88/2666.50	c      2666          13491        7638        20           0.0000  -103517361.0000          -
49646.98/2671.93	c      2672          13514        7661        20           0.0000  -103517361.0000          -
49746.15/2676.96	c      2677          13534        7681        20           0.0000  -103517361.0000          -
49853.22/2682.36	c      2682          13571        7718        20           0.0000  -103517361.0000          -
49956.36/2687.54	c      2688          13591        7738        20           0.0000  -103517361.0000          -
50063.45/2693.00	c      2693          13611        7758        20           0.0000  -103517361.0000          -
50172.68/2698.47	c      2698          13634        7781        20           0.0000  -103517361.0000          -
50287.53/2704.20	c      2704          13671        7818        20           0.0000  -103517361.0000          -
50394.62/2709.64	c      2710          13692        7839        20           0.0000  -103517361.0000          -
50493.79/2714.67	c      2715          13714        7861        20           0.0000  -103517361.0000          -
50596.88/2719.88	c      2720          13751        7898        20           0.0000  -103517361.0000          -
50700.87/2725.11	c      2725          13771        7918        20           0.0000  -103517361.0000          -
50815.02/2730.85	c      2731          13791        7938        20           0.0000  -103517361.0000          -
50914.17/2735.86	c      2736          13814        7961        20           0.0000  -103517361.0000          -
51018.13/2741.14	c      2741          13834        7981        20           0.0000  -103517361.0000          -
51119.15/2746.17	c      2746          13871        8018        20           0.0000  -103517361.0000          -
51218.25/2751.18	c      2751          13891        8038        20           0.0000  -103517361.0000          -
51318.72/2756.24	c      2756          13910        8057        20           0.0000  -103517361.0000          -
51421.82/2761.40	c      2761          13931        8078        20           0.0000  -103517361.0000          -
51526.92/2766.79	c      2767          13954        8101        20           0.0000  -103517361.0000          -
51630.05/2772.01	c      2772          13974        8121        20           0.0000  -103517361.0000          -
51739.09/2777.46	c      2777          14011        8158        20           0.0000  -103517361.0000          -
51846.18/2782.89	c      2783          14031        8178        20           0.0000  -103517361.0000          -
51957.27/2788.47	c      2788          14051        8198        20           0.0000  -103517361.0000          -
52058.43/2793.52	c      2794          14074        8221        20           0.0000  -103517361.0000          -
52163.58/2798.84	c      2799          14111        8258        20           0.0000  -103517361.0000          -
52276.63/2804.60	c      2805          14131        8278        20           0.0000  -103517361.0000          -
52377.78/2809.66	c      2810          14151        8298        20           0.0000  -103517361.0000          -
52480.94/2814.80	c      2815          14171        8318        20           0.0000  -103517361.0000          -
52582.06/2819.98	c      2820          14194        8341        20           0.0000  -103517361.0000          -
52684.05/2825.09	c      2825          14214        8361        20           0.0000  -103517361.0000          -
52794.27/2830.69	c      2831          14251        8398        20           0.0000  -103517361.0000          -
52899.40/2835.96	c      2836          14271        8418        20           0.0000  -103517361.0000          -
53004.51/2841.27	c      2841          14291        8438        20           0.0000  -103517361.0000          -
53105.67/2846.36	c      2846          14314        8461        20           0.0000  -103517361.0000          -
53216.76/2852.02	c      2852          14351        8498        20           0.0000  -103517361.0000          -
53321.87/2857.20	c      2857          14371        8518        20           0.0000  -103517361.0000          -
53425.02/2862.41	c      2862          14391        8538        20           0.0000  -103517361.0000          -
53524.38/2867.46	c      2867          14414        8561        20           0.0000  -103517361.0000          -
53631.17/2872.87	c      2873          14451        8598        20           0.0000  -103517361.0000          -
53740.00/2878.30	c      2878          14471        8618        20           0.0000  -103517361.0000          -
53846.95/2883.76	c      2884          14491        8638        20           0.0000  -103517361.0000          -
53959.96/2889.49	c      2889          14531        8678        20           0.0000  -103517361.0000          -
54061.03/2894.58	c      2895          14551        8698        20           0.0000  -103517361.0000          -
54168.12/2899.96	c      2900          14571        8718        20           0.0000  -103517361.0000          -
54271.87/2905.19	c      2905          14591        8738        20           0.0000  -103517361.0000          -
54380.22/2910.69	c      2911          14614        8761        20           0.0000  -103517361.0000          -
54493.27/2916.32	c      2916          14651        8798        20           0.0000  -103517361.0000          -
54606.97/2922.05	c      2922          14670        8817        20           0.0000  -103517361.0000          -
54711.40/2927.30	c      2927          14691        8838        20           0.0000  -103517361.0000          -
54820.48/2932.88	c      2933          14731        8878        20           0.0000  -103517361.0000          -
54933.53/2938.53	c      2939          14751        8898        20           0.0000  -103517361.0000          -
55034.66/2943.65	c      2944          14771        8918        20           0.0000  -103517361.0000          -
55145.70/2949.20	c      2949          14790        8937        20           0.0000  -103517361.0000          -
55246.84/2954.38	c      2954          14814        8961        20           0.0000  -103517361.0000          -
55353.95/2959.75	c      2960          14851        8998        20           0.0000  -103517361.0000          -
55457.01/2964.95	c      2965          14871        9018        20           0.0000  -103517361.0000          -
55556.17/2969.98	c      2970          14891        9038        20           0.0000  -103517361.0000          -
55667.23/2975.55	c      2976          14911        9058        20           0.0000  -103517361.0000          -
55766.31/2980.57	c      2981          14934        9081        20           0.0000  -103517361.0000          -
55869.39/2985.76	c      2986          14971        9118        20           0.0000  -103517361.0000          -
55972.53/2990.92	c      2991          14991        9138        20           0.0000  -103517361.0000          -
56074.39/2996.09	c      2996          15011        9158        20           0.0000  -103517361.0000          -
56182.77/3001.56	c      3002          15031        9178        20           0.0000  -103517361.0000          -
56295.81/3007.28	c      3007          15071        9218        20           0.0000  -103517361.0000          -
56406.90/3012.85	c      3013          15091        9238        20           0.0000  -103517361.0000          -
56506.06/3017.89	c      3018          15110        9257        20           0.0000  -103517361.0000          -
56609.55/3023.06	c      3023          15130        9277        20           0.0000  -103517361.0000          -
56710.66/3028.15	c      3028          15151        9298        20           0.0000  -103517361.0000          -
56811.11/3033.30	c      3033          15174        9321        20           0.0000  -103517361.0000          -
56938.04/3039.69	c      3040          15211        9358        20           0.0000  -103517361.0000          -
57049.06/3045.23	c      3045          15230        9377        20           0.0000  -103517361.0000          -
57152.15/3050.41	c      3050          15254        9401        20           0.0000  -103517361.0000          -
57257.22/3055.72	c      3056          15274        9421        20           0.0000  -103517361.0000          -
57366.24/3061.20	c      3061          15311        9458        20           0.0000  -103517361.0000          -
57471.32/3066.59	c      3067          15331        9478        20           0.0000  -103517361.0000          -
57572.35/3071.69	c      3072          15350        9497        20           0.0000  -103517361.0000          -
57673.44/3076.76	c      3077          15371        9518        20           0.0000  -103517361.0000          -
57784.44/3082.30	c      3082          15394        9541        20           0.0000  -103517361.0000          -
57885.73/3087.47	c      3087          15431        9578        20           0.0000  -103517361.0000          -
57992.59/3092.88	c      3093          15450        9597        20           0.0000  -103517361.0000          -
58129.37/3099.73	c      3100          15474        9621        20           0.0000  -103517361.0000          -
58235.17/3105.11	c      3105          15494        9641        20           0.0000  -103517361.0000          -
58337.53/3110.25	c      3110          15530        9677        20           0.0000  -103517361.0000          -
58436.66/3115.29	c      3115          15551        9698        20           0.0000  -103517361.0000          -
58543.73/3120.69	c      3121          15570        9717        20           0.0000  -103517361.0000          -
58660.70/3126.57	c      3127          15594        9741        20           0.0000  -103517361.0000          -
58770.46/3132.08	c      3132          15631        9778        20           0.0000  -103517361.0000          -
58892.66/3138.21	c      3138          15650        9797        20           0.0000  -103517361.0000          -
58991.78/3143.26	c      3143          15670        9817        20           0.0000  -103517361.0000          -
59096.86/3148.57	c      3149          15690        9837        20           0.0000  -103517361.0000          -
59195.99/3153.60	c      3154          15714        9861        20           0.0000  -103517361.0000          -
59299.10/3158.76	c      3159          15734        9881        20           0.0000  -103517361.0000          -
59404.86/3164.11	c      3164          15770        9917        20           0.0000  -103517361.0000          -
59525.99/3170.14	c      3170          15774        9921        20           0.0000  -103517361.0000          -
59626.19/3175.26	c      3175          15794        9941        20           0.0000  -103517361.0000          -
59727.31/3180.39	c      3180          15814        9961        20           0.0000  -103517361.0000          -
59828.44/3185.43	c      3185          15814        9961        20           0.0000  -103517361.0000          -
59929.53/3190.59	c      3191          15814        9961        20           0.0000  -103517361.0000          -
60062.33/3197.22	c      3197          15834           0        20           0.0000  -103517361.0000          -
60163.35/3202.38	c      3202          15835           1        20           0.0000  -103517361.0000          -
60274.55/3208.01	c      3208          15875          41        20           0.0000  -103517361.0000          -
60391.32/3213.85	c      3214          15895          61        20           0.0000  -103517361.0000          -
60506.16/3219.65	c      3220          15935         101        20           0.0000  -103517361.0000          -
60615.88/3225.14	c      3225          15975         141        20           0.0000  -103517361.0000          -
60724.22/3230.68	c      3231          15995         161        20           0.0000  -103517361.0000          -
60827.33/3235.81	c      3236          16035         201        20           0.0000  -103517361.0000          -
60928.35/3240.99	c      3241          16069         233        20           0.0000  -103517361.0000          -
61043.14/3246.75	c      3247          16090         254        20           0.0000  -103517361.0000          -
61148.83/3252.06	c      3252          16116         280        20           0.0000  -103517361.0000          -
61253.21/3257.38	c      3257          16156         320        20           0.0000  -103517361.0000          -
61370.05/3263.25	c      3263          16213         377        20           0.0000  -103517361.0000          -
61473.11/3268.40	c      3268          16236         400        20           0.0000  -103517361.0000          -
61574.16/3273.58	c      3274          16274         438        20           0.0000  -103517361.0000          -
61675.12/3278.62	c      3279          16313         477        20           0.0000  -103517361.0000          -
61774.22/3283.68	c      3284          16335         499        20           0.0000  -103517361.0000          -
61875.29/3288.70	c      3289          16375         539        20           0.0000  -103517361.0000          -
61974.39/3293.71	c      3294          16396         560        20           0.0000  -103517361.0000          -
62107.20/3300.41	c      3300          16433         597        20           0.0000  -103517361.0000          -
62218.97/3306.06	c      3306          16456         620        20           0.0000  -103517361.0000          -
62318.05/3311.07	c      3311          16495         659        20           0.0000  -103517361.0000          -
62422.37/3316.37	c      3316          16516         680        20           0.0000  -103517361.0000          -
62541.31/3322.36	c      3322          16536         700        20           0.0000  -103517361.0000          -
62666.22/3328.66	c      3329          16576         740        20           0.0000  -103517361.0000          -
62774.16/3334.08	c      3334          16616         780        20           0.0000  -103517361.0000          -
62875.13/3339.18	c      3339          16656         820        20           0.0000  -103517361.0000          -
62979.42/3344.46	c      3344          16676         840        20           0.0000  -103517361.0000          -
63086.48/3349.83	c      3350          16716         880        20           0.0000  -103517361.0000          -
63199.46/3355.52	c      3356          16736         900        20           0.0000  -103517361.0000          -
63309.20/3361.06	c      3361          16776         940        20           0.0000  -103517361.0000          -
63411.53/3366.22	c      3366          16796         960        20           0.0000  -103517361.0000          -
63522.55/3371.85	c      3372          16836        1000        20           0.0000  -103517361.0000          -
63626.25/3377.06	c      3377          16856        1020        20           0.0000  -103517361.0000          -
63765.04/3384.07	c      3384          16896        1060        20           0.0000  -103517361.0000          -
63875.35/3389.66	c      3390          16936        1100        20           0.0000  -103517361.0000          -
63988.32/3395.32	c      3395          16956        1120        20           0.0000  -103517361.0000          -
64089.41/3400.42	c      3400          16996        1160        20           0.0000  -103517361.0000          -
64188.52/3405.43	c      3405          17016        1180        20           0.0000  -103517361.0000          -
64289.56/3410.59	c      3411          17056        1220        20           0.0000  -103517361.0000          -
64399.27/3416.08	c      3416          17076        1240        20           0.0000  -103517361.0000          -
64501.67/3421.26	c      3421          17116        1280        20           0.0000  -103517361.0000          -
64606.75/3426.55	c      3427          17156        1320        20           0.0000  -103517361.0000          -
64727.66/3432.68	c      3433          17196        1360        20           0.0000  -103517361.0000          -
64832.78/3437.98	c      3438          17216        1380        20           0.0000  -103517361.0000          -
64936.64/3443.19	c      3443          17256        1420        20           0.0000  -103517361.0000          -
65042.95/3448.55	c      3449          17296        1460        20           0.0000  -103517361.0000          -
65154.69/3454.18	c      3454          17336        1500        20           0.0000  -103517361.0000          -
65273.67/3460.14	c      3460          17356        1520        20           0.0000  -103517361.0000          -
65383.94/3465.77	c      3466          17396        1560        20           0.0000  -103517361.0000          -
65492.89/3471.24	c      3471          17436        1600        20           0.0000  -103517361.0000          -
65594.00/3476.33	c      3476          17476        1640        20           0.0000  -103517361.0000          -
65707.92/3482.11	c      3482          17516        1680        20           0.0000  -103517361.0000          -
65821.97/3487.86	c      3488          17536        1700        20           0.0000  -103517361.0000          -
65930.90/3493.35	c      3493          17576        1740        20           0.0000  -103517361.0000          -
66029.97/3498.36	c      3498          17616        1780        20           0.0000  -103517361.0000          -
66136.98/3503.70	c      3504          17636        1800        20           0.0000  -103517361.0000          -
66247.95/3509.39	c      3509          17676        1840        20           0.0000  -103517361.0000          -
66376.77/3515.83	c      3516          17716        1880        20           0.0000  -103517361.0000          -
66477.82/3520.97	c      3521          17756        1920        20           0.0000  -103517361.0000          -
66579.80/3526.13	c      3526          17796        1960        20           0.0000  -103517361.0000          -
66698.68/3532.10	c      3532          17816        1980        20           0.0000  -103517361.0000          -
66812.76/3537.90	c      3538          17856        2020        20           0.0000  -103517361.0000          -
66921.75/3543.34	c      3543          17896        2060        20           0.0000  -103517361.0000          -
67026.80/3548.66	c      3549          17936        2100        20           0.0000  -103517361.0000          -
67129.86/3553.88	c      3554          17956        2120        20           0.0000  -103517361.0000          -
67236.89/3559.21	c      3559          17996        2160        20           0.0000  -103517361.0000          -
67343.92/3564.64	c      3565          18036        2200        20           0.0000  -103517361.0000          -
67445.02/3569.77	c      3570          18076        2240        20           0.0000  -103517361.0000          -
67548.10/3574.98	c      3575          18096        2260        20           0.0000  -103517361.0000          -
67663.06/3580.79	c      3581          18136        2300        20           0.0000  -103517361.0000          -
67783.96/3586.84	c      3587          18176        2340        20           0.0000  -103517361.0000          -
67889.78/3592.20	c      3592          18216        2380        20           0.0000  -103517361.0000          -
67994.00/3597.47	c      3597          18256        2420        20           0.0000  -103517361.0000          -
68095.06/3602.56	c      3603          18276        2440        20           0.0000  -103517361.0000          -
68202.09/3608.01	c      3608          18316        2480        20           0.0000  -103517361.0000          -
68323.87/3614.11	c      3614          18356        2520        20           0.0000  -103517361.0000          -
68430.00/3619.40	c      3619          18396        2560        20           0.0000  -103517361.0000          -
68544.91/3625.29	c      3625          18436        2600        20           0.0000  -103517361.0000          -
68649.96/3630.53	c      3631          18456        2620        20           0.0000  -103517361.0000          -
68756.97/3635.97	c      3636          18496        2660        20           0.0000  -103517361.0000          -
68860.91/3641.15	c      3641          18536        2700        20           0.0000  -103517361.0000          -
68967.03/3646.50	c      3646          18556        2720        20           0.0000  -103517361.0000          -
69099.82/3653.21	c      3653          18596        2760        20           0.0000  -103517361.0000          -
69206.84/3658.66	c      3659          18636        2800        20           0.0000  -103517361.0000          -
69305.94/3663.69	c      3664          18676        2840        20           0.0000  -103517361.0000          -
69410.98/3668.91	c      3669          18696        2860        20           0.0000  -103517361.0000          -
69516.01/3674.27	c      3674          18736        2900        20           0.0000  -103517361.0000          -
69619.25/3679.42	c      3679          18776        2940        20           0.0000  -103517361.0000          -
69722.13/3684.64	c      3685          18796        2960        20           0.0000  -103517361.0000          -
69854.89/3691.35	c      3691          18836        3000        20           0.0000  -103517361.0000          -
69963.89/3696.87	c      3697          18876        3040        20           0.0000  -103517361.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (170764 MiB free)
  memory of node 1: 193531 MiB (167833 MiB free)
  memory of node 2: 193531 MiB (186861 MiB free)
  memory of node 3: 193531 MiB (180487 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-4465424-1723644281/watcher-4465424-1723644281 -o /tmp/evaluation-result-4465424-1723644281/solver-4465424-1723644281 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723640577-741482 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465424-1723644281.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=743734, runsolver pid=743729
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 74.18 79.01 79.63 3/851 743743
/proc/meminfo: memFree=725487944/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=163948 memory=148080 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/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 34933 0 0 0 6 5 0 0 20 0 1 0 131014905 167882752 37020 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 40987 37020 2347 3035 0 37383 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 163948 KiB
Current children cumulated memory: 148080 KiB

[startup+0.220288 s]*
/proc/loadavg: 74.18 79.01 79.63 4/852 743767
/proc/meminfo: memFree=725605492/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=262868 memory=246108 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/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 59435 0 0 0 14 9 0 0 20 0 1 0 131014905 269176832 61527 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 65717 61527 2347 3035 0 62113 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 262868 KiB
Current children cumulated memory: 246108 KiB

[startup+0.317747 s]*
/proc/loadavg: 74.18 79.01 79.63 5/850 743768
/proc/meminfo: memFree=725523328/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=307524 memory=291812 CPUtime=0.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 70831 0 0 0 21 11 0 0 20 0 1 0 131014905 314904576 72953 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 76881 72953 2347 3035 0 73277 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 307524 KiB
Current children cumulated memory: 291812 KiB

[startup+0.700246 s]
/proc/loadavg: 74.18 79.01 79.63 5/850 743777
/proc/meminfo: memFree=725325744/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=512096 memory=496404 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/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 121481 0 0 0 50 19 0 0 20 0 1 0 131014905 524386304 124101 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 128024 124101 2347 3035 0 124420 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 512096 KiB
Current children cumulated memory: 496404 KiB

[startup+1.50027 s]
/proc/loadavg: 74.18 79.01 79.63 5/850 743794
/proc/meminfo: memFree=725064156/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=765012 memory=752524 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 197135 0 0 0 117 32 0 0 20 0 1 0 131014905 783372288 188131 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 191253 188131 2555 3035 0 187649 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 765012 KiB
Current children cumulated memory: 752524 KiB

[startup+3.11849 s]
/proc/loadavg: 68.56 77.76 79.22 5/863 743822
/proc/meminfo: memFree=722153012/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=1477624 memory=1456076 CPUtime=3.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 367886 0 0 0 253 56 0 0 20 0 1 0 131014905 1513086976 364019 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 369406 364019 2598 3035 0 365802 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1477624 KiB
Current children cumulated memory: 1456076 KiB

[startup+6.30025 s]
/proc/loadavg: 68.56 77.76 79.22 5/863 743822
/proc/meminfo: memFree=718268896/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=1816972 memory=1788124 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/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 399117 0 0 0 559 68 0 0 20 0 1 0 131014905 1860579328 447031 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 454243 447031 2726 3035 0 450639 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1816972 KiB
Current children cumulated memory: 1788124 KiB

[startup+12.7002 s]
/proc/loadavg: 63.39 76.54 78.82 5/863 743824
/proc/meminfo: memFree=711074412/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=1816972 memory=1788152 CPUtime=12.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 399280 0 0 0 1196 70 0 0 20 0 1 0 131014905 1860579328 447038 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 454243 447038 2726 3035 0 450639 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1816972 KiB
Current children cumulated memory: 1788152 KiB

[startup+25.5003 s]
/proc/loadavg: 50.23 72.99 77.62 5/863 743825
/proc/meminfo: memFree=709418228/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=1816972 memory=1788336 CPUtime=25.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 399440 0 0 0 2469 72 0 0 20 0 1 0 131014905 1860579328 447084 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 454243 447084 2726 3035 0 450639 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1816972 KiB
Current children cumulated memory: 1788336 KiB

[startup+51.1182 s]
/proc/loadavg: 34.46 67.45 75.66 5/864 743832
/proc/meminfo: memFree=709715516/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=1816972 memory=1789096 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/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 399545 0 0 0 5022 74 0 0 20 0 1 0 131014905 1860579328 447274 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 454243 447274 2726 3035 0 450639 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1816972 KiB
Current children cumulated memory: 1789096 KiB

[startup+102.3 s]
/proc/loadavg: 17.22 57.66 71.90 5/864 743841
/proc/meminfo: memFree=709344856/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=2281216 memory=2245124 CPUtime=101.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 512071 0 0 0 10101 95 0 0 20 0 1 0 131014905 2335965184 561281 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 570304 561281 2774 3035 0 566700 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2281216 KiB
Current children cumulated memory: 2245124 KiB

[startup+162.3 s]
/proc/loadavg: 18.83 50.54 68.54 43/964 743951
/proc/meminfo: memFree=645107216/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=4473568 memory=2871008 CPUtime=161.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/stat : 743734 (fscip) R 743729 743734 741471 0 -1 4194304 590877 0 0 0 16057 115 0 0 20 0 21 0 131014905 4580933632 717752 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 1118392 717752 2790 3035 0 787748 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 4473568 KiB
Current children cumulated memory: 2871008 KiB

[startup+222.302 s]
/proc/loadavg: 52.86 54.05 68.59 81/1023 744024
/proc/meminfo: memFree=536885964/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=38954632 memory=37531856 CPUtime=1072.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/stat : 743734 (fscip) S 743729 743734 741471 0 -1 1077936128 10712574 0 0 0 105100 2123 0 0 20 0 41 0 131014905 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 9738658 9382964 2902 3035 0 9554606 0
[pid=743734/tid=743952] ppid=743729 vsize=38954632 memory=2245124 CPUtime=46.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743952/stat : 743952 (fscip) R 743729 743734 741471 0 -1 4194368 387792 0 0 0 4543 72 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743953] ppid=743729 vsize=38954632 memory=0 CPUtime=45.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743953/stat : 743953 (fscip) R 743729 743734 741471 0 -1 4194368 561277 0 0 0 4398 124 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743954] ppid=743729 vsize=38954632 memory=10392 CPUtime=45.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743954/stat : 743954 (fscip) R 743729 743734 741471 0 -1 4194368 563753 0 0 0 4436 100 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743955] ppid=743729 vsize=38954632 memory=5432 CPUtime=46.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743955/stat : 743955 (fscip) R 743729 743734 741471 0 -1 4194368 396960 0 0 0 4538 76 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743956] ppid=743729 vsize=38954632 memory=2245124 CPUtime=45.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743956/stat : 743956 (fscip) R 743729 743734 741471 0 -1 4194368 564157 0 0 0 4388 127 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743957] ppid=743729 vsize=38954632 memory=0 CPUtime=45.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743957/stat : 743957 (fscip) R 743729 743734 741471 0 -1 4194368 556947 0 0 0 4434 98 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743958] ppid=743729 vsize=38954632 memory=8240 CPUtime=46.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743958/stat : 743958 (fscip) R 743729 743734 741471 0 -1 4194368 398566 0 0 0 4533 78 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743959] ppid=743729 vsize=38954632 memory=29836768444022866 CPUtime=45.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743959/stat : 743959 (fscip) R 743729 743734 741471 0 -1 4194368 565951 0 0 0 4397 126 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743960] ppid=743729 vsize=38954632 memory=37513288 CPUtime=45.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743960/stat : 743960 (fscip) R 743729 743734 741471 0 -1 4194368 563421 0 0 0 4409 101 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743961] ppid=743729 vsize=38954632 memory=35732 CPUtime=46.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743961/stat : 743961 (fscip) R 743729 743734 741471 0 -1 4194368 396276 0 0 0 4540 74 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743962] ppid=743729 vsize=38954632 memory=11424 CPUtime=44.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743962/stat : 743962 (fscip) R 743729 743734 741471 0 -1 4194368 576926 0 0 0 4359 127 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743963] ppid=743729 vsize=38954632 memory=8264576 CPUtime=45.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743963/stat : 743963 (fscip) R 743729 743734 741471 0 -1 4194368 561706 0 0 0 4438 98 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743964] ppid=743729 vsize=38954632 memory=279716724905664 CPUtime=46.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743964/stat : 743964 (fscip) R 743729 743734 741471 0 -1 4194368 387577 0 0 0 4542 73 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743965] ppid=743729 vsize=38954632 memory=0 CPUtime=45.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743965/stat : 743965 (fscip) R 743729 743734 741471 0 -1 4194368 578978 0 0 0 4394 126 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743966] ppid=743729 vsize=38954632 memory=279716724940224 CPUtime=44.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743966/stat : 743966 (fscip) R 743729 743734 741471 0 -1 4194368 550911 0 0 0 4337 97 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743967] ppid=743729 vsize=38954632 memory=-5921431000321636112 CPUtime=46.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743967/stat : 743967 (fscip) R 743729 743734 741471 0 -1 4194368 397825 0 0 0 4536 75 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743968] ppid=743729 vsize=38954632 memory=3080 CPUtime=45.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743968/stat : 743968 (fscip) R 743729 743734 741471 0 -1 4194368 574139 0 0 0 4394 123 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743969] ppid=743729 vsize=38954632 memory=37453408 CPUtime=45.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743969/stat : 743969 (fscip) R 743729 743734 741471 0 -1 4194368 557130 0 0 0 4436 97 0 0 20 0 41 0 131031125 39889543168 9382964 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0

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

[pid=743734/tid=743986] ppid=743729 vsize=53556652 memory=28496 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/743734/task/743986/stat : 743986 (fscip) S 743729 743734 741471 0 -1 1077936192 362 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743987] ppid=743729 vsize=53556652 memory=6720668731472821864 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/743734/task/743987/stat : 743987 (fscip) S 743729 743734 741471 0 -1 1077936192 338 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743988] ppid=743729 vsize=53556652 memory=8323350987516068516 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/743734/task/743988/stat : 743988 (fscip) S 743729 743734 741471 0 -1 1077936192 308 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743989] ppid=743729 vsize=53556652 memory=50683708 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/743734/task/743989/stat : 743989 (fscip) S 743729 743734 741471 0 -1 1077936192 278 0 0 0 0 3 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743990] ppid=743729 vsize=53556652 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/743734/task/743990/stat : 743990 (fscip) S 743729 743734 741471 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743991] ppid=743729 vsize=53556652 memory=50624220 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/743734/task/743991/stat : 743991 (fscip) S 743729 743734 741471 0 -1 1077936192 309 0 0 0 2 0 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743992] ppid=743729 vsize=53556652 memory=50690836 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/743734/task/743992/stat : 743992 (fscip) S 743729 743734 741471 0 -1 1077936192 341 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743993] ppid=743729 vsize=53556652 memory=11424 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/743734/task/743993/stat : 743993 (fscip) S 743729 743734 741471 0 -1 1077936192 313 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743994] ppid=743729 vsize=53556652 memory=35732 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/743734/task/743994/stat : 743994 (fscip) S 743729 743734 741471 0 -1 1077936192 316 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743995] ppid=743729 vsize=53556652 memory=74963780 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/743734/task/743995/stat : 743995 (fscip) S 743729 743734 741471 0 -1 1077936192 262 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12714665 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
Current children cumulated CPU time: 68883.8 s
Current children cumulated vsize: 53556652 KiB
Current children cumulated memory: 50858660 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 80.20 80.27 80.11 81/1021 745914
/proc/meminfo: memFree=482873208/790760800 swapFree=131071996/131071996
[pid=743734] ppid=743729 vsize=53556652 memory=50860844 CPUtime=70028 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/stat : 743734 (fscip) S 743729 743734 741471 0 -1 1077936128 136530143 0 0 0 6987878 14919 0 0 20 0 41 0 131014905 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
/proc/743734/statm: 13389163 12715211 3014 3035 0 13158385 0
[pid=743734/tid=743952] ppid=743729 vsize=53556652 memory=6720668731472821864 CPUtime=3498.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743952/stat : 743952 (fscip) R 743729 743734 741471 0 -1 4194368 3415085 0 0 0 349475 364 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743953] ppid=743729 vsize=53556652 memory=8323350987516068516 CPUtime=3497.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743953/stat : 743953 (fscip) R 743729 743734 741471 0 -1 4194368 3768383 0 0 0 349219 513 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743954] ppid=743729 vsize=53556652 memory=31860 CPUtime=3498.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743954/stat : 743954 (fscip) R 743729 743734 741471 0 -1 4194368 14803502 0 0 0 348462 1385 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743955] ppid=743729 vsize=53556652 memory=7176 CPUtime=3499.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743955/stat : 743955 (fscip) R 743729 743734 741471 0 -1 4194368 3455908 0 0 0 349498 416 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743956] ppid=743729 vsize=53556652 memory=36248 CPUtime=3483.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743956/stat : 743956 (fscip) R 743729 743734 741471 0 -1 4194368 3237039 0 0 0 347871 493 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743957] ppid=743729 vsize=53556652 memory=6628 CPUtime=3498.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743957/stat : 743957 (fscip) R 743729 743734 741471 0 -1 4194368 11786133 0 0 0 348733 1112 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743958] ppid=743729 vsize=53556652 memory=20572 CPUtime=3499.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743958/stat : 743958 (fscip) R 743729 743734 741471 0 -1 4194368 5514920 0 0 0 349038 895 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743959] ppid=743729 vsize=53556652 memory=6856 CPUtime=3496.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743959/stat : 743959 (fscip) R 743729 743734 741471 0 -1 4194368 3448817 0 0 0 349182 452 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743960] ppid=743729 vsize=53556652 memory=0 CPUtime=3492.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743960/stat : 743960 (fscip) R 743729 743734 741471 0 -1 4194368 17543847 0 0 0 347599 1637 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743961] ppid=743729 vsize=53556652 memory=0 CPUtime=3498.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743961/stat : 743961 (fscip) R 743729 743734 741471 0 -1 4194368 3229459 0 0 0 349433 389 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743962] ppid=743729 vsize=53556652 memory=0 CPUtime=3493.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743962/stat : 743962 (fscip) R 743729 743734 741471 0 -1 4194368 3588655 0 0 0 348904 458 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743963] ppid=743729 vsize=53556652 memory=0 CPUtime=3489.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743963/stat : 743963 (fscip) R 743729 743734 741471 0 -1 4194368 13195492 0 0 0 347723 1251 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743964] ppid=743729 vsize=53556652 memory=0 CPUtime=3489.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743964/stat : 743964 (fscip) R 743729 743734 741471 0 -1 4194368 3734383 0 0 0 348471 445 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743965] ppid=743729 vsize=53556652 memory=0 CPUtime=3490.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743965/stat : 743965 (fscip) R 743729 743734 741471 0 -1 4194368 3756116 0 0 0 348508 517 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743966] ppid=743729 vsize=53556652 memory=0 CPUtime=3490.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743966/stat : 743966 (fscip) R 743729 743734 741471 0 -1 4194368 13039502 0 0 0 347821 1266 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743967] ppid=743729 vsize=53556652 memory=0 CPUtime=3497.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743967/stat : 743967 (fscip) R 743729 743734 741471 0 -1 4194368 3379984 0 0 0 349300 493 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743968] ppid=743729 vsize=53556652 memory=0 CPUtime=3480.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743968/stat : 743968 (fscip) R 743729 743734 741471 0 -1 4194368 3753463 0 0 0 347603 461 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743969] ppid=743729 vsize=53556652 memory=0 CPUtime=3483.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743969/stat : 743969 (fscip) R 743729 743734 741471 0 -1 1077936192 14200681 0 0 0 347013 1343 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743970] ppid=743729 vsize=53556652 memory=0 CPUtime=3499.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743970/stat : 743970 (fscip) R 743729 743734 741471 0 -1 4194368 3562200 0 0 0 349552 444 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743971] ppid=743729 vsize=53556652 memory=7679937539659563834 CPUtime=3487.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743971/stat : 743971 (fscip) R 743729 743734 741471 0 -1 4194368 3511777 0 0 0 348271 448 0 0 20 0 41 0 131031125 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743976] ppid=743729 vsize=53556652 memory=4206468019014099040 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/743734/task/743976/stat : 743976 (fscip) S 743729 743734 741471 0 -1 1077936192 319 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743977] ppid=743729 vsize=53556652 memory=6944656592455360569 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/743734/task/743977/stat : 743977 (fscip) S 743729 743734 741471 0 -1 1077936192 215 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743978] ppid=743729 vsize=53556652 memory=7679937539659563834 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/743734/task/743978/stat : 743978 (fscip) S 743729 743734 741471 0 -1 1077936192 316 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743979] ppid=743729 vsize=53556652 memory=4206468019014099040 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/743734/task/743979/stat : 743979 (fscip) S 743729 743734 741471 0 -1 1077936192 325 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743980] ppid=743729 vsize=53556652 memory=6944656592455360569 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/743734/task/743980/stat : 743980 (fscip) S 743729 743734 741471 0 -1 1077936192 271 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743981] ppid=743729 vsize=53556652 memory=7679937539659563834 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/743734/task/743981/stat : 743981 (fscip) S 743729 743734 741471 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743982] ppid=743729 vsize=53556652 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/743734/task/743982/stat : 743982 (fscip) S 743729 743734 741471 0 -1 1077936192 267 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743983] ppid=743729 vsize=53556652 memory=17796 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/743734/task/743983/stat : 743983 (fscip) S 743729 743734 741471 0 -1 1077936192 315 0 0 0 2 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743984] ppid=743729 vsize=53556652 memory=6720669835262639723 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/743734/task/743984/stat : 743984 (fscip) S 743729 743734 741471 0 -1 1077936192 313 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743985] ppid=743729 vsize=53556652 memory=6432435065304278080 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/743734/task/743985/stat : 743985 (fscip) S 743729 743734 741471 0 -1 1077936192 321 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743986] ppid=743729 vsize=53556652 memory=11704 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/743734/task/743986/stat : 743986 (fscip) S 743729 743734 741471 0 -1 1077936192 370 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743987] ppid=743729 vsize=53556652 memory=11640 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/743734/task/743987/stat : 743987 (fscip) S 743729 743734 741471 0 -1 1077936192 344 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743988] ppid=743729 vsize=53556652 memory=11640 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/743734/task/743988/stat : 743988 (fscip) S 743729 743734 741471 0 -1 1077936192 314 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743989] ppid=743729 vsize=53556652 memory=6720668731472821864 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/743734/task/743989/stat : 743989 (fscip) S 743729 743734 741471 0 -1 1077936192 282 0 0 0 0 3 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743990] ppid=743729 vsize=53556652 memory=8323350987516068516 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/743734/task/743990/stat : 743990 (fscip) S 743729 743734 741471 0 -1 1077936192 272 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743991] ppid=743729 vsize=53556652 memory=50858304 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/743734/task/743991/stat : 743991 (fscip) S 743729 743734 741471 0 -1 1077936192 315 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743992] ppid=743729 vsize=53556652 memory=50860828 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/743734/task/743992/stat : 743992 (fscip) S 743729 743734 741471 0 -1 1077936192 349 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743993] ppid=743729 vsize=53556652 memory=6840 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/743734/task/743993/stat : 743993 (fscip) S 743729 743734 741471 0 -1 1077936192 319 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743994] ppid=743729 vsize=53556652 memory=45955832 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/743734/task/743994/stat : 743994 (fscip) S 743729 743734 741471 0 -1 1077936192 322 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
[pid=743734/tid=743995] ppid=743729 vsize=53556652 memory=104 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/743734/task/743995/stat : 743995 (fscip) S 743729 743734 741471 0 -1 1077936192 267 0 0 0 3 0 0 0 20 0 41 0 131032555 54842011648 12715211 809668444160 4194304 16623229 140723371850192 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27443200 140723371852806 140723371852924 140723371852924 140723371859952 0
Current children cumulated CPU time: 70028 s
Current children cumulated vsize: 53556652 KiB
Current children cumulated memory: 50860844 KiB

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

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

# cumulated CPU time of all completed processes:  user=69879.1 s, system=150.722 s

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

[startup+3700.8 s]
/proc/loadavg: 80.20 80.27 80.11 62/982 745914
/proc/meminfo: memFree=487664028/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.2 s]
/proc/loadavg: 80.20 80.27 80.11 62/982 745915
/proc/meminfo: memFree=518705212/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.4 s]
/proc/loadavg: 80.20 80.27 80.11 62/982 745915
/proc/meminfo: memFree=518705212/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.5 s]
/proc/loadavg: 80.20 80.27 80.11 62/982 745915
/proc/meminfo: memFree=518705212/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3701.59
CPU time (s): 70029.9
CPU user time (s): 69879.1
CPU system time (s): 150.722
CPU usage (%): 1891.89
Max. virtual memory (cumulated for all children) (KiB): 53622188
Max. memory (cumulated for all children) (KiB): 50868700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69879.1
system time used= 150.722
maximum resident set size= 50873936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136530548
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= 558497
involuntary context switches= 200318


# summary of solver processes directly reported to runsolver:
#   pid: 743734
#   total CPU time (s): 70029.9
#   total CPU user time (s): 69879.1
#   total CPU system time (s): 150.722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6882 second user time and 89.2799 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 16:04:41
IDJOB=4465424
IDBENCH=158125
IDSOLVER=3094
FILE ID=nodeD101/4465424-1723644281
RUNJOBID= nodeD101-1723640577-741482
SLURM_JOB_ID= 8267917
Free space on /tmp= 8622724 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_50null10mast_rapportOE2.0_TMAX180_K192_cod1.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-4465424-1723644281/watcher-4465424-1723644281 -o /tmp/evaluation-result-4465424-1723644281/solver-4465424-1723644281 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723640577-741482 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465424-1723644281.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= c394902a34a3ecc31aded0750ee67503
RANDOM SEED=467729113

nodeD101.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	: 0x5003102
cpu MHz		: 3256.822
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 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	: 0x5003102
cpu MHz		: 3583.776
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3235.002
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2679.695
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2630.340
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 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	: 0x5003102
cpu MHz		: 3590.264
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3117.885
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2890.783
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3098.545
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 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	: 0x5003102
cpu MHz		: 2890.510
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3127.088
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1832.413
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3555.592
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 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	: 0x5003102
cpu MHz		: 2223.818
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3048.605
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3578.554
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3591.897
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 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	: 0x5003102
cpu MHz		: 2514.728
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3575.436
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2670.571
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3628.641
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 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	: 0x5003102
cpu MHz		: 2614.109
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2946.252
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3058.412
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2724.427
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 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	: 0x5003102
cpu MHz		: 3066.761
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3018.860
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1465.011
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3057.380
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 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	: 0x5003102
cpu MHz		: 2494.651
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2690.151
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1351.017
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3560.287
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 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	: 0x5003102
cpu MHz		: 2184.503
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2644.467
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1711.953
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2873.898
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 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	: 0x5003102
cpu MHz		: 2477.858
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2649.183
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1430.159
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2751.401
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 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	: 0x5003102
cpu MHz		: 2492.316
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3693.329
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1458.207
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3607.560
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 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	: 0x5003102
cpu MHz		: 2626.055
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2651.892
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1696.793
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2640.103
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 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	: 0x5003102
cpu MHz		: 2622.719
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2639.159
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1481.962
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2623.224
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 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	: 0x5003102
cpu MHz		: 2629.638
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2960.621
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2206.836
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3516.941
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 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	: 0x5003102
cpu MHz		: 2621.345
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 1592.360
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2621.016
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2767.893
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 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	: 0x5003102
cpu MHz		: 2633.062
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2650.055
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2205.561
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3156.629
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 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	: 0x5003102
cpu MHz		: 2609.706
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2637.305
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1414.459
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3627.181
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 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	: 0x5003102
cpu MHz		: 2627.947
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2659.542
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1421.837
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3592.727
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 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	: 0x5003102
cpu MHz		: 2643.301
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2657.557
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1420.108
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2642.794
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 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	: 0x5003102
cpu MHz		: 3621.969
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3496.288
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3513.131
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        722086452 kB
MemAvailable:   779911240 kB
Buffers:         1177684 kB
Cached:         59901120 kB
SwapCached:            0 kB
Active:         18949076 kB
Inactive:       46033644 kB
Active(anon):       2136 kB
Inactive(anon):  3940720 kB
Active(file):   18946940 kB
Inactive(file): 42092924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             57348 kB
Writeback:             8 kB
AnonPages:       3886820 kB
Mapped:           101832 kB
Shmem:             38920 kB
KReclaimable:     408904 kB
Slab:             828160 kB
SReclaimable:     408904 kB
SUnreclaim:       419256 kB
KernelStack:       14864 kB
PageTables:       170040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   15084888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1152000 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1040384 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:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622480 MiB
End job on nodeD101 at 2024-08-14 17:06:23