Trace number 4465117

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) 72002.5 3659.43

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX180_K67_cod2_pbEq1_newVersion_product.opb
MD5SUM53c68bf7d19d7287f2cd1e2b2d097a69
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-47392
Best CPU time to get the best result obtained on this benchmark3533.67
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57510
Total number of constraints149401
Number of constraints which are clauses149400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 389
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 231641
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 231641
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.44/0.50	c Default LC presolving (default).
0.44/0.50	c ** Before presolving: virtualMemUsedAtLc = 486762094, getVmSize() = 328142848, SCIPgetMemUsed() = 282846530, SCIPgetMemTotal() = 293116762, SCIPgetMemExternEstim() = 193645332
0.44/0.50	c ** set memory limit for presolving in LC to 8.79456e+12 for SCIP **
23.70/23.82	c ** Estimated virtualMemUsedAtSolver = 612363514, getVmSize() = 784035840, SCIPgetMemUsed() = 487881947, SCIPgetMemTotal() = 724899939, SCIPgetMemExternEstim() = 193645332
23.70/23.82	c ** set memory limit for solvers to 4.18669e+11 for each SCIP **
23.70/23.82	c Original Problem   :
23.70/23.82	c   Problem name     : instance-4465117-1723581724
23.70/23.82	c   Variables        : 57510 (57510 binary, 0 integer, 0 implicit integer, 0 continuous)
23.70/23.82	c   Constraints      : 149401
23.70/23.82	c   Objective sense  : minimize
23.70/23.82	c Presolved Problem  :
23.70/23.82	c   Variables        : 50832 (50832 binary, 0 integer, 0 implicit integer, 0 continuous)
23.70/23.82	c   Constraints      : 130934
23.70/23.82	c Constraints        : Number
23.70/23.82	c   knapsack         : 1 
23.70/23.82	c   setppc           : 99754 
23.70/23.82	c   logicor          : 31179 
23.70/23.82	c ** Instance transfer method used: 0
23.92/24.07	c ** ParaScipInstance copy does not increase the number of variables. **
27.83/28.02	c LC is working with racing ramp-up and with rebuilding tree after racing.
27.97/28.02	c                                Nodes    Active                                            
27.97/28.02	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1014.42/78.00	c        78              2           1        20                -     -231641.0000          -
1116.50/83.08	c        83             62          61        20                -     -231641.0000          -
1215.36/88.10	c        88            282         281        20                -     -231641.0000          -
1220.43/88.36	c *      88            204         199        20           0.0000     -231641.0000          -
1362.92/95.55	c        96            386         365        20           0.0000     -231641.0000          -
1382.76/96.58	c *      97            303         304        20        -536.0000     -231641.0000          -
1386.72/96.75	c *      97            303         304        20        -903.0000     -231641.0000          -
1465.96/100.78	c       101            464         463        20        -903.0000     -231641.0000          -
1527.49/103.85	c *     104            321         322        20       -1439.0000     -231641.0000          -
1529.38/104.02	c *     104            321         322        20       -1692.0000     -231641.0000          -
1534.33/104.17	c *     104            321         322        20       -2367.0000     -231641.0000          -
1588.85/106.95	c       107            322         321        20       -2367.0000     -231641.0000          -
1678.16/111.42	c *     111            341         342        20       -2620.0000     -231641.0000          -
1680.15/111.58	c *     112            341         342        20       -2820.0000     -231641.0000          -
1684.10/111.74	c *     112            341         342        20       -3611.0000     -231641.0000          -
1686.09/111.90	c *     112            341         342        20       -4122.0000     -231641.0000          -
1690.84/112.05	c *     112            341         342        20       -4137.0000     -231641.0000          -
1690.84/112.05	c       112            341         342        20       -4137.0000     -231641.0000          -
1801.10/117.62	c       118            521         522        20       -4137.0000     -231641.0000          -
1820.88/118.64	c *     119            521         522        20       -4329.0000     -231641.0000          -
1906.19/123.04	c       123            371         370        20       -4329.0000     -231641.0000          -
1920.09/123.66	c *     124            541         542        20       -4529.0000     -231641.0000          -
2023.31/128.81	c *     129            542         541        20       -4587.0000     -231641.0000          -
2023.31/128.81	c       129            542         541        20       -4587.0000     -231641.0000          -
2025.30/128.96	c *     129            542         541        20       -4840.0000     -231641.0000          -
2031.19/129.21	c *     129            393         392        20       -5040.0000     -231641.0000          -
2051.00/130.20	c *     130            561         562        20       -5085.0000     -231641.0000          -
2054.97/130.47	c *     130            561         562        20       -5338.0000     -231641.0000          -
2058.90/130.66	c *     131            401         402        20       -5538.0000     -231641.0000          -
2076.66/131.56	c *     132            562         561        20       -5561.0000     -231641.0000          -
2084.58/131.92	c *     132            402         401        20       -5614.0000     -231641.0000          -
2102.43/132.86	c *     133            667         368        20       -5814.0000     -231641.0000          -
2126.74/134.07	c *     134            423         422        20       -5823.0000     -231641.0000          -
2126.74/134.07	c       134            423         422        20       -5823.0000     -231641.0000          -
2129.90/134.22	c *     134            626         554        20       -5876.0000     -231641.0000          -
2131.77/134.37	c *     134            626         554        20       -6076.0000     -231641.0000          -
2153.45/135.44	c *     135            626         554        20       -6121.0000     -231641.0000          -
2155.45/135.56	c *     136            626         554        20       -6321.0000     -231641.0000          -
2159.38/135.75	c *     136            626         554        20       -6374.0000     -231641.0000          -
2163.26/135.94	c *     136            626         554        20       -6574.0000     -231641.0000          -
2168.16/136.19	c *     136            626         554        20       -6722.0000     -231641.0000          -
2234.65/139.52	c       140            745         600        20       -6722.0000     -231641.0000          -
2252.51/140.41	c *     140            745         600        20       -6967.0000     -231641.0000          -
2254.50/140.54	c *     141            745         600        20       -7020.0000     -231641.0000          -
2258.42/140.72	c *     141            745         600        20       -7220.0000     -231641.0000          -
2262.37/140.99	c *     141            745         600        20       -7221.0000     -231641.0000          -
2268.31/141.26	c *     141            745         600        20       -7244.0000     -231641.0000          -
2272.23/141.47	c *     141            745         600        20       -7297.0000     -231641.0000          -
2276.05/141.64	c *     142            745         600        20       -7497.0000     -231641.0000          -
2279.95/141.83	c *     142            745         600        20       -7648.0000     -231641.0000          -
2281.92/142.02	c *     142            745         600        20       -7649.0000     -231641.0000          -
2284.51/142.15	c *     142            745         600        20       -8465.0000     -231641.0000          -
2289.46/142.32	c *     142            745         600        20       -8792.0000     -231641.0000          -
2291.36/142.47	c *     142            745         600        20       -8795.0000     -231641.0000          -
2295.16/142.62	c *     143            745         600        20       -8963.0000     -231641.0000          -
2298.99/142.82	c *     143            745         600        20       -9244.0000     -231641.0000          -
2303.56/143.06	c *     143            745         600        20       -9315.0000     -231641.0000          -
2306.78/143.25	c *     143            745         600        20       -9326.0000     -231641.0000          -
2308.59/143.30	c *     143            745         600        20       -9344.0000     -231641.0000          -
2310.57/143.48	c *     143            745         600        20       -9454.0000     -231641.0000          -
2314.38/143.70	c *     144            745         600        20       -9583.0000     -231641.0000          -
2318.28/143.85	c *     144            641         642        20       -9770.0000     -231641.0000          -
2322.85/144.04	c *     144            641         642        20       -9780.0000     -231641.0000          -
2322.85/144.10	c *     144            641         642        20       -9853.0000     -231641.0000          -
2325.91/144.29	c *     144            641         642        20       -9861.0000     -231641.0000          -
2329.78/144.44	c *     144            641         642        20      -10178.0000     -231641.0000          -
2333.70/144.64	c *     145            641         642        20      -10186.0000     -231641.0000          -
2333.70/144.64	c       145            641         642        20      -10186.0000     -231641.0000          -
2335.62/144.80	c *     145            641         642        20      -10307.0000     -231641.0000          -
2339.56/145.00	c *     145            641         642        20      -10315.0000     -231641.0000          -
2345.35/145.25	c *     145            641         642        20      -10358.0000     -231641.0000          -
2349.26/145.45	c *     145            641         642        20      -10366.0000     -231641.0000          -
2353.19/145.65	c *     146            641         642        20      -10472.0000     -231641.0000          -
2357.15/145.85	c *     146            641         642        20      -10480.0000     -231641.0000          -
2363.66/146.16	c *     146            641         642        20      -10481.0000     -231641.0000          -
2368.87/146.50	c *     146            641         642        20      -10620.0000     -231641.0000          -
2372.80/146.69	c *     147           1150         345        20      -10628.0000     -231641.0000          -
2376.68/146.88	c *     147            863         539        20      -10654.0000     -231641.0000          -
2381.57/147.10	c *     147            863         539        20      -10793.0000     -231641.0000          -
2384.36/147.29	c *     147            863         539        20      -10801.0000     -231641.0000          -
2388.23/147.47	c *     147            863         539        20      -10841.0000     -231641.0000          -
2392.16/147.65	c *     148            863         539        20      -10849.0000     -231641.0000          -
2396.07/147.84	c *     148            863         539        20      -10850.0000     -231641.0000          -
2400.68/148.05	c *     148            863         539        20      -10865.0000     -231641.0000          -
2403.74/148.23	c *     148            863         539        20      -10873.0000     -231641.0000          -
2405.71/148.38	c *     148            863         539        20      -11267.0000     -231641.0000          -
2409.45/148.59	c *     149            863         539        20      -11745.0000     -231641.0000          -
2413.28/148.79	c *     149            863         539        20      -11753.0000     -231641.0000          -
2417.25/148.95	c *     149            863         539        20      -11874.0000     -231641.0000          -
2422.06/149.19	c *     149            686         620        20      -11882.0000     -231641.0000          -
2426.94/149.43	c *     149            686         620        20      -11931.0000     -231641.0000          -
2430.92/149.62	c *     150            686         620        20      -11939.0000     -231641.0000          -
2432.90/149.73	c       150            686         620        20      -11939.0000     -231641.0000          -
2442.80/150.21	c *     150            686         620        20      -12051.0000     -231641.0000          -
2448.76/150.54	c *     151            686         620        20      -12056.0000     -231641.0000          -
2452.74/150.78	c *     151            686         620        20      -12070.0000     -231641.0000          -
2456.67/151.02	c *     151            686         620        20      -12078.0000     -231641.0000          -
2462.50/151.25	c *     151            686         620        20      -12169.0000     -231641.0000          -
2466.44/151.44	c *     151            686         620        20      -12199.0000     -231641.0000          -
2466.44/151.50	c *     152            686         620        20      -12200.0000     -231641.0000          -
2478.78/152.06	c *     152            893         559        20      -12207.0000     -231641.0000          -
2482.13/152.23	c *     152            893         559        20      -12289.0000     -231641.0000          -
2486.12/152.48	c *     152            893         559        20      -12297.0000     -231641.0000          -
2490.07/152.67	c *     153            893         559        20      -12312.0000     -231641.0000          -
2494.07/152.86	c *     153            893         559        20      -12320.0000     -231641.0000          -
2496.02/152.98	c *     153            893         559        20      -12386.0000     -231641.0000          -
2498.78/153.09	c *     153            893         559        20      -12426.0000     -231641.0000          -
2501.80/153.21	c *     153            893         559        20      -12438.0000     -231641.0000          -
2505.69/153.44	c *     153            893         559        20      -12550.0000     -231641.0000          -
2507.76/153.56	c *     154            893         559        20      -12565.0000     -231641.0000          -
2511.63/153.74	c *     154            893         559        20      -12573.0000     -231641.0000          -
2515.54/153.94	c *     154            770         580        20      -12614.0000     -231641.0000          -
2518.56/154.12	c *     154            770         580        20      -12622.0000     -231641.0000          -
2523.38/154.32	c *     154           1612         342        20      -12637.0000     -231641.0000          -
2525.37/154.50	c *     155           1612         342        20      -12645.0000     -231641.0000          -
2529.28/154.67	c *     155           1612         342        20      -12751.0000     -231641.0000          -
2531.30/154.77	c       155           1612         342        20      -12751.0000     -231641.0000          -
2533.14/154.85	c *     155           1612         342        20      -12759.0000     -231641.0000          -
2537.68/155.04	c *     155           1007         641        20      -12890.0000     -231641.0000          -
2540.93/155.23	c *     155           1007         641        20      -12898.0000     -231641.0000          -
2540.93/155.29	c *     155           1007         641        20      -12932.0000     -231641.0000          -
2544.82/155.47	c *     155           1007         641        20      -13019.0000     -231641.0000          -
2548.69/155.66	c *     156           1007         641        20      -13027.0000     -231641.0000          -
2552.61/155.82	c *     156           1007         641        20      -13028.0000     -231641.0000          -
2554.63/156.02	c *     156           1007         641        20      -13036.0000     -231641.0000          -
2560.49/156.27	c *     156            849         579        20      -13112.0000     -231641.0000          -
2564.30/156.46	c *     156           1776         333        20      -13120.0000     -231641.0000          -
2568.18/156.63	c *     157           1776         333        20      -13251.0000     -231641.0000          -
2572.11/156.82	c *     157           1776         333        20      -13259.0000     -231641.0000          -
2574.09/157.01	c *     157           1776         333        20      -13274.0000     -231641.0000          -
2578.48/157.19	c *     157           1776         333        20      -13282.0000     -231641.0000          -
2583.69/157.40	c *     157            948         581        20      -13388.0000     -231641.0000          -
2585.71/157.57	c *     158           1098         548        20      -13396.0000     -231641.0000          -
2589.57/157.76	c *     158           1098         548        20      -13527.0000     -231641.0000          -
2593.43/157.96	c *     158           1098         548        20      -13535.0000     -231641.0000          -
2596.42/158.14	c *     158           1098         548        20      -13576.0000     -231641.0000          -
2601.20/158.33	c *     158           1098         548        20      -13584.0000     -231641.0000          -
2605.10/158.56	c *     159           1098         548        20      -13599.0000     -231641.0000          -
2609.07/158.75	c *     159           1098         548        20      -13607.0000     -231641.0000          -
2612.88/158.92	c *     159           1098         548        20      -13713.0000     -231641.0000          -
2615.55/159.11	c *     159           1098         548        20      -13721.0000     -231641.0000          -
2620.74/159.30	c *     159           1930         341        20      -13852.0000     -231641.0000          -
2624.59/159.51	c *     160           1930         341        20      -13860.0000     -231641.0000          -
2626.58/159.66	c *     160           1151         540        20      -13989.0000     -231641.0000          -
2630.28/159.81	c       160           1151         540        20      -13989.0000     -231641.0000          -
2630.28/159.82	c *     160           1151         540        20      -14023.0000     -231641.0000          -
2632.20/159.97	c *     160           1151         540        20      -14096.0000     -231641.0000          -
2651.94/160.95	c *     161           2003         329        20      -14099.0000     -231641.0000          -
2654.65/161.13	c *     161           1252         526        20      -14107.0000     -231641.0000          -
2659.70/161.32	c *     161           1252         526        20      -14238.0000     -231641.0000          -
2661.66/161.50	c *     162           1252         526        20      -14246.0000     -231641.0000          -
2667.45/161.73	c *     162           1273         639        20      -14261.0000     -231641.0000          -
2671.37/161.93	c *     162           1273         639        20      -14269.0000     -231641.0000          -
2674.47/162.12	c *     162           2048         344        20      -14375.0000     -231641.0000          -
2679.06/162.34	c *     162           1339         613        20      -14383.0000     -231641.0000          -
2679.06/162.39	c *     162           1339         613        20      -14470.0000     -231641.0000          -
2682.85/162.57	c *     163           1339         613        20      -14514.0000     -231641.0000          -
2686.65/162.76	c *     163           1338         704        20      -14522.0000     -231641.0000          -
2690.43/162.94	c *     163           1338         704        20      -14563.0000     -231641.0000          -
2692.96/163.07	c *     163           1338         704        20      -14626.0000     -231641.0000          -
2698.03/163.40	c *     163           1427         558        20      -14627.0000     -231641.0000          -
2703.86/163.69	c *     164           1427         558        20      -14700.0000     -231641.0000          -
2709.49/163.97	c *     164           1427         558        20      -14708.0000     -231641.0000          -
2714.47/164.16	c *     164           1427         558        20      -14839.0000     -231641.0000          -
2717.30/164.35	c *     164           1427         558        20      -14847.0000     -231641.0000          -
2721.14/164.54	c *     165           1427         558        20      -14976.0000     -231641.0000          -
2725.09/164.76	c *     165           2234         340        20      -15014.0000     -231641.0000          -
2728.88/164.94	c *     165           2234         340        20      -15022.0000     -231641.0000          -
2728.88/164.94	c       165           2234         340        20      -15022.0000     -231641.0000          -
2731.64/165.12	c *     165           2234         340        20      -15037.0000     -231641.0000          -
2736.50/165.31	c *     165           2234         340        20      -15045.0000     -231641.0000          -
2738.49/165.49	c *     166           1455         573        20      -15151.0000     -231641.0000          -
2742.39/165.68	c *     166           1455         573        20      -15159.0000     -231641.0000          -
2746.36/165.87	c *     166           1455         573        20      -15290.0000     -231641.0000          -
2751.10/166.05	c *     166           1455         573        20      -15298.0000     -231641.0000          -
2754.26/166.26	c *     166           1455         573        20      -15339.0000     -231641.0000          -
2756.18/166.32	c *     166           1455         573        20      -17355.0000     -231641.0000          -
2762.08/166.60	c *     167           1455         573        20      -17469.0000     -231641.0000          -
2766.06/166.88	c *     167           1455         573        20      -17564.0000     -231641.0000          -
2770.97/167.07	c *     167           1455         573        20      -17572.0000     -231641.0000          -
2790.60/168.04	c *     168           1455         573        20      -17613.0000     -231641.0000          -
2793.73/168.24	c *     168           1455         573        20      -17621.0000     -231641.0000          -
2797.69/168.43	c *     168           1716         600        20      -17636.0000     -231641.0000          -
2801.68/168.62	c *     169           1716         600        20      -17644.0000     -231641.0000          -
2805.60/168.81	c *     169           1716         600        20      -17750.0000     -231641.0000          -
2807.59/169.00	c *     169           1716         600        20      -17758.0000     -231641.0000          -
2812.28/169.19	c *     169           1716         600        20      -17889.0000     -231641.0000          -
2815.36/169.38	c *     169           1716         600        20      -17897.0000     -231641.0000          -
2819.28/169.57	c *     170           1716         600        20      -18018.0000     -231641.0000          -
2823.20/169.74	c *     170           1716         600        20      -18026.0000     -231641.0000          -
2827.12/169.94	c *     170           1716         600        20      -18141.0000     -231641.0000          -
2827.12/169.94	c       170           1716         600        20      -18141.0000     -231641.0000          -
2829.97/170.13	c *     170           1716         600        20      -18149.0000     -231641.0000          -
2834.98/170.32	c *     170           1716         600        20      -18270.0000     -231641.0000          -
2838.86/170.50	c *     170           1716         600        20      -18278.0000     -231641.0000          -
2926.04/174.93	c *     175           1835         721        20      -18282.0000     -231641.0000          -
2929.05/175.13	c *     175           1835         721        20      -18290.0000     -231641.0000          -
2929.05/175.13	c       175           1835         721        20      -18290.0000     -231641.0000          -
2933.83/175.31	c *     175           1835         721        20      -18305.0000     -231641.0000          -
2935.82/175.49	c *     175           1835         721        20      -18313.0000     -231641.0000          -
2939.74/175.68	c *     176           1835         721        20      -18314.0000     -231641.0000          -
2943.70/175.84	c *     176           1835         721        20      -18566.0000     -231641.0000          -
2948.21/176.06	c *     176           1835         721        20      -18687.0000     -231641.0000          -
2953.52/176.34	c *     176           2710         316        20      -18844.0000     -231641.0000          -
2957.30/176.53	c *     177           2710         316        20      -18852.0000     -231641.0000          -
2961.25/176.75	c *     177           2710         316        20      -18912.0000     -231641.0000          -
2965.08/176.90	c *     177           2710         316        20      -19164.0000     -231641.0000          -
2967.82/177.05	c *     177           1836         720        20      -19340.0000     -231641.0000          -
2970.90/177.22	c *     177           1836         720        20      -19592.0000     -231641.0000          -
2972.89/177.39	c *     177           1654         525        20      -19698.0000     -231641.0000          -
2976.70/177.55	c *     178           1654         525        20      -19706.0000     -231641.0000          -
2978.67/177.68	c *     178           1654         525        20      -19837.0000     -231641.0000          -
2982.52/177.83	c *     178           1654         525        20      -19845.0000     -231641.0000          -
2984.46/177.98	c *     178           2766         315        20      -19848.0000     -231641.0000          -
2988.89/178.18	c *     178           1900         558        20      -19856.0000     -231641.0000          -
2992.14/178.33	c *     178           1900         558        20      -19948.0000     -231641.0000          -
2996.12/178.56	c *     179           1672         485        20      -19979.0000     -231641.0000          -
3000.06/178.75	c *     179           1672         485        20      -19987.0000     -231641.0000          -
3003.85/178.92	c *     179           1672         485        20      -19988.0000     -231641.0000          -
3006.80/179.08	c *     179           1672         485        20      -19996.0000     -231641.0000          -
3009.71/179.25	c *     179           1672         485        20      -20126.0000     -231641.0000          -
3013.67/179.41	c *     179           2865         314        20      -20134.0000     -231641.0000          -
3015.65/179.56	c *     180           2865         314        20      -20265.0000     -231641.0000          -
3019.52/179.74	c *     180           2865         314        20      -20273.0000     -231641.0000          -
3023.33/179.96	c *     180           2865         314        20      -20378.0000     -231641.0000          -
3026.29/180.10	c *     180           2865         314        20      -20386.0000     -231641.0000          -
3029.14/180.25	c *     180           1679         480        20      -20517.0000     -231641.0000          -
3029.14/180.25	c       180           1679         480        20      -20517.0000     -231641.0000          -
3045.74/181.06	c *     181           2947         313        20      -20582.0000     -231641.0000          -
3048.89/181.21	c *     181           2947         313        20      -20590.0000     -231641.0000          -
3050.87/181.36	c *     181           2014         520        20      -20721.0000     -231641.0000          -
3054.78/181.50	c *     182           2014         520        20      -20729.0000     -231641.0000          -
3058.70/181.70	c *     182           3007         314        20      -20868.0000     -231641.0000          -
3060.67/181.85	c *     182           3007         314        20      -20876.0000     -231641.0000          -
3062.59/182.00	c *     182           3007         314        20      -21007.0000     -231641.0000          -
3065.66/182.15	c *     182           3007         314        20      -21015.0000     -231641.0000          -
3070.39/182.36	c *     182           1857         530        20      -21120.0000     -231641.0000          -
3080.30/182.89	c *     183           1857         530        20      -21184.0000     -231641.0000          -
3085.15/183.11	c *     183           1857         530        20      -21315.0000     -231641.0000          -
3107.94/184.24	c *     184           1927         507        20      -21462.0000     -231641.0000          -
3124.71/185.14	c *     185           3124         314        20      -21514.0000     -231641.0000          -
3127.63/185.29	c       185           2014         526        20      -21514.0000     -231641.0000          -
3240.68/191.00	c       191           3278         313        20      -21514.0000     -231641.0000          -
3345.72/196.24	c       196           3278         313        20      -21514.0000     -231641.0000          -
3452.84/201.68	c       202           2285         505        20      -21514.0000     -231641.0000          -
3553.85/206.75	c       207           2643         881        20      -21514.0000     -231641.0000          -
3653.06/211.80	c       212           2643         881        20      -21514.0000     -231641.0000          -
3756.27/216.99	c       217           3935         235        20      -21514.0000     -231641.0000          -
3855.51/222.03	c       222           3935         235        20      -21514.0000     -231641.0000          -
3960.65/227.27	c       227           3913        2147        20      -21514.0000     -231641.0000          -
4063.86/232.46	c       232           4066        2153        20      -21514.0000     -231641.0000          -
4165.19/237.54	c       238           3191         514        20      -21514.0000     -231641.0000          -
4266.22/242.67	c       243           3195           1        20      -21514.0000     -231641.0000          -
4367.43/247.76	c       248           4262        1995        20      -21514.0000     -231641.0000          -
4466.68/252.79	c       253           5178         372        20      -21514.0000     -231641.0000          -
4567.84/257.81	c       258           5178         372        20      -21514.0000     -231641.0000          -
4667.06/262.86	c       263           5209           1        20      -21514.0000     -231641.0000          -
4768.24/267.97	c       268           5493        1194        20      -21514.0000     -231641.0000          -
4872.46/273.19	c       273           5782         227        20      -21514.0000     -231641.0000          -
4974.52/278.32	c       278           6082         227        20      -21514.0000     -231641.0000          -
5073.74/283.34	c       283           5383         553        20      -21514.0000     -231641.0000          -
5176.91/288.53	c       289           5777         944        20      -21514.0000     -231641.0000          -
5278.09/293.65	c       294           6874         224        20      -21514.0000     -231641.0000          -
5379.29/298.78	c       299           7085         224        20      -21514.0000     -231641.0000          -
5488.44/304.22	c       304           7085         224        20      -21514.0000     -231641.0000          -
5595.62/309.60	c       310           7085         224        20      -21514.0000     -231641.0000          -
5694.85/314.63	c       315           7175          61        20      -21514.0000     -231641.0000          -
5796.04/319.72	c       320           6926         530        20      -21514.0000     -231641.0000          -
5895.23/324.75	c       325           7207         690        20      -21514.0000     -231641.0000          -
5998.42/329.92	c       330           7512         528        20      -21514.0000     -231641.0000          -
6100.38/335.06	c       335           7541         677        20      -21514.0000     -231641.0000          -
6204.77/340.33	c       340           8792         376        20      -21514.0000     -231641.0000          -
6305.97/345.45	c       345           8116         567        20      -21514.0000     -231641.0000          -
6405.19/350.47	c       350           9370         377        20      -21514.0000     -231641.0000          -
6506.37/355.56	c       356           9624         376        20      -21514.0000     -231641.0000          -
6609.54/360.77	c       361           8560         860        20      -21514.0000     -231641.0000          -
6712.70/365.94	c       366          10188         378        20      -21514.0000     -231641.0000          -
6814.88/371.07	c       371          10458         379        20      -21514.0000     -231641.0000          -
6916.12/376.18	c       376          10517         384        20      -21514.0000     -231641.0000          -
7026.17/381.71	c       382          10517         384        20      -21514.0000     -231641.0000          -
7134.11/387.14	c       387          10530         377        20      -21514.0000     -231641.0000          -
7240.47/392.52	c       393           9662         733        20      -21514.0000     -231641.0000          -
7341.66/397.61	c       398          10291         534        20      -21514.0000     -231641.0000          -
7442.86/402.79	c       403           9978         700        20      -21514.0000     -231641.0000          -
7546.05/407.94	c       408          11051         383        20      -21514.0000     -231641.0000          -
7645.29/412.99	c       413          11051         383        20      -21514.0000     -231641.0000          -
7747.36/418.06	c       418          11063           1        20      -21514.0000     -231641.0000          -
7851.64/423.37	c       423          11304         538        20      -21514.0000     -231641.0000          -
7954.82/428.51	c       429          11516         267        20      -21514.0000     -231641.0000          -
8055.99/433.64	c       434          11392          65        20      -21514.0000     -231641.0000          -
8157.17/438.78	c       439          11702         360        20      -21514.0000     -231641.0000          -
8260.33/443.92	c       444          12058         525        20      -21514.0000     -231641.0000          -
8359.52/449.02	c       449          12365         524        20      -21514.0000     -231641.0000          -
8463.75/454.16	c       454          12800         528        20      -21514.0000     -231641.0000          -
8563.90/459.23	c       459          13234         527        20      -21514.0000     -231641.0000          -
8669.06/464.56	c       465          14045         682        20      -21514.0000     -231641.0000          -
8770.24/469.70	c       470          14071           0        20      -21514.0000     -231641.0000          -
8871.42/474.80	c       475          14409         526        20      -21514.0000     -231641.0000          -
8974.60/480.00	c       480          14816         527        20      -21514.0000     -231641.0000          -
9079.73/485.21	c       485          14549         266        20      -21514.0000     -231641.0000          -
9186.90/490.61	c       491          14810         266        20      -21514.0000     -231641.0000          -
9290.09/495.80	c       496          15990         526        20      -21514.0000     -231641.0000          -
9391.27/501.01	c       501          15275         619        20      -21514.0000     -231641.0000          -
9496.42/506.20	c       506          15514         264        20      -21514.0000     -231641.0000          -
9599.58/511.43	c       511          15570         619        20      -21514.0000     -231641.0000          -
9702.76/516.64	c       517          17491         525        20      -21514.0000     -231641.0000          -
9803.96/521.74	c       522          16153         266        20      -21514.0000     -231641.0000          -
9905.16/526.87	c       527          16327         265        20      -21514.0000     -231641.0000          -
10009.10/532.07	c       532          18305         523        20      -21514.0000     -231641.0000          -
10108.45/537.13	c       537          18305         523        20      -21514.0000     -231641.0000          -
10212.61/542.31	c       542          18419          48        20      -21514.0000     -231641.0000          -
10311.79/547.35	c       547          17441         267        20      -21514.0000     -231641.0000          -
10416.90/552.62	c       553          19024         553        20      -21514.0000     -231641.0000          -
10518.11/557.78	c       558          17767         266        20      -21514.0000     -231641.0000          -
10619.28/562.86	c       563          17767         266        20      -21514.0000     -231641.0000          -
10723.19/568.11	c       568          17767         266        20      -21514.0000     -231641.0000          -
10825.60/573.22	c       573          17891          61        20      -21514.0000     -231641.0000          -
10926.80/578.32	c       578          18203         268        20      -21514.0000     -231641.0000          -
11027.92/583.43	c       583          18159         693        20      -21514.0000     -231641.0000          -
11129.12/588.59	c       589          18658         268        20      -21514.0000     -231641.0000          -
11230.29/593.67	c       594          21609         523        20      -21514.0000     -231641.0000          -
11331.46/598.76	c       599          18604         688        20      -21514.0000     -231641.0000          -
11432.57/603.82	c       604          22360         525        20      -21514.0000     -231641.0000          -
11531.78/608.89	c       609          22707         524        20      -21514.0000     -231641.0000          -
11635.93/614.12	c       614          23055         524        20      -21514.0000     -231641.0000          -
11737.98/619.25	c       619          23433         523        20      -21514.0000     -231641.0000          -
11839.11/624.35	c       624          23818         525        20      -21514.0000     -231641.0000          -
11942.37/629.51	c       630          19548         669        20      -21514.0000     -231641.0000          -
12043.39/634.62	c       635          20324         267        20      -21514.0000     -231641.0000          -
12144.56/639.72	c       640          24871         526        20      -21514.0000     -231641.0000          -
12245.72/644.83	c       645          25200         525        20      -21514.0000     -231641.0000          -
12346.87/649.96	c       650          20117         676        20      -21514.0000     -231641.0000          -
12448.84/655.06	c       655          25898         525        20      -21514.0000     -231641.0000          -
12551.13/660.22	c       660          26163         524        20      -21514.0000     -231641.0000          -
12652.31/665.30	c       665          26535         527        20      -21514.0000     -231641.0000          -
12753.48/670.46	c       670          26897         524        20      -21514.0000     -231641.0000          -
12854.66/675.55	c       676          27161         524        20      -21514.0000     -231641.0000          -
12953.87/680.55	c       681          27563         523        20      -21514.0000     -231641.0000          -
13055.08/685.60	c       686          27995         523        20      -21514.0000     -231641.0000          -
13154.30/690.67	c       691          21754         656        20      -21514.0000     -231641.0000          -
13257.49/695.81	c       696          28701         525        20      -21514.0000     -231641.0000          -
13358.71/700.99	c       701          21987         647        20      -21514.0000     -231641.0000          -
13460.81/706.09	c       706          23268         267        20      -21514.0000     -231641.0000          -
13565.04/711.37	c       711          23491         267        20      -21514.0000     -231641.0000          -
13670.19/716.60	c       717          29910         525        20      -21514.0000     -231641.0000          -
13771.36/721.78	c       722          22804         801        20      -21514.0000     -231641.0000          -
13874.44/726.95	c       727          23024        1021        20      -21514.0000     -231641.0000          -
13979.54/732.24	c       732          30653         525        20      -21514.0000     -231641.0000          -
14086.68/737.61	c       738          30723         525        20      -21514.0000     -231641.0000          -
14187.90/742.78	c       743          30723         525        20      -21514.0000     -231641.0000          -
14293.99/748.06	c       748          23794         740        20      -21514.0000     -231641.0000          -
14395.16/753.16	c       753          24142        1070        20      -21514.0000     -231641.0000          -
14499.31/758.48	c       758          25385         265        20      -21514.0000     -231641.0000          -
14602.43/763.65	c       764          31584         526        20      -21514.0000     -231641.0000          -
14703.51/768.70	c       769          25833         266        20      -21514.0000     -231641.0000          -
14809.66/774.10	c       774          25922         268        20      -21514.0000     -231641.0000          -
14910.94/779.19	c       779          25751        1041        20      -21514.0000     -231641.0000          -
15016.87/784.56	c       785          32627         993        20      -21514.0000     -231641.0000          -
15119.84/789.71	c       790          32763        1031        20      -21514.0000     -231641.0000          -
15219.05/794.78	c       795          33057        1029        20      -21514.0000     -231641.0000          -
15320.23/799.84	c       800          26931         266        20      -21514.0000     -231641.0000          -
15421.38/805.00	c       805          27137         266        20      -21514.0000     -231641.0000          -
15520.44/810.03	c       810          27263         267        20      -21514.0000     -231641.0000          -
15624.30/815.18	c       815          27478         265        20      -21514.0000     -231641.0000          -
15726.51/820.32	c       820          27725         265        20      -21514.0000     -231641.0000          -
15827.69/825.49	c       825          27928         265        20      -21514.0000     -231641.0000          -
15928.83/830.60	c       831          28169         264        20      -21514.0000     -231641.0000          -
16031.94/835.73	c       836          34849        1026        20      -21514.0000     -231641.0000          -
16135.06/840.96	c       841          35089        1025        20      -21514.0000     -231641.0000          -
16236.98/846.09	c       846          29667        1043        20      -21514.0000     -231641.0000          -
16339.20/851.21	c       851          29975        1046        20      -21514.0000     -231641.0000          -
16440.37/856.36	c       856          30303        1044        20      -21514.0000     -231641.0000          -
16541.55/861.47	c       861          30647        1044        20      -21514.0000     -231641.0000          -
16642.56/866.58	c       867          31000        1042        20      -21514.0000     -231641.0000          -
16743.73/871.67	c       872          31314        1044        20      -21514.0000     -231641.0000          -
16846.90/876.82	c       877          36219        1008        20      -21514.0000     -231641.0000          -
16948.10/881.93	c       882          30182         267        20      -21514.0000     -231641.0000          -
17050.34/887.07	c       887          32162        1042        20      -21514.0000     -231641.0000          -
17151.36/892.14	c       892          30366         267        20      -21514.0000     -231641.0000          -
17251.66/897.22	c       897          30366         267        20      -21514.0000     -231641.0000          -
17352.83/902.38	c       902          30366         267        20      -21514.0000     -231641.0000          -
17453.91/907.49	c       907          30366         267        20      -21514.0000     -231641.0000          -
17557.04/912.62	c       913          33649        1046        20      -21514.0000     -231641.0000          -
17656.23/917.69	c       918          33928        1045        20      -21514.0000     -231641.0000          -
17757.43/922.70	c       923          34258        1045        20      -21514.0000     -231641.0000          -
17858.58/927.85	c       928          34509        1044        20      -21514.0000     -231641.0000          -
17959.73/932.99	c       933          34550        1049        20      -21514.0000     -231641.0000          -
18064.12/938.17	c       938          31425         266        20      -21514.0000     -231641.0000          -
18165.94/943.31	c       943          39142        1012        20      -21514.0000     -231641.0000          -
18269.03/948.55	c       949          31713         266        20      -21514.0000     -231641.0000          -
18370.21/953.67	c       954          31713         266        20      -21514.0000     -231641.0000          -
18453.52/957.87	c *     958          31713         266        20      -21645.0000     -231641.0000          -
18473.14/958.86	c       959          31713         266        20      -21645.0000     -231641.0000          -
18584.20/964.44	c       964          31713         266        20      -21645.0000     -231641.0000          -
18596.66/965.05	c *     965          40110        1007        20      -22995.0000     -231641.0000          -
18689.16/969.72	c       970          40110        1007        20      -22995.0000     -231641.0000          -
18795.13/975.07	c       975          40110        1007        20      -22995.0000     -231641.0000          -
18896.28/980.17	c       980          40110        1007        20      -22995.0000     -231641.0000          -
18998.40/985.31	c       985          40110        1007        20      -22995.0000     -231641.0000          -
19097.56/990.39	c       990          35687        1036        20      -22995.0000     -231641.0000          -
19200.65/995.53	c       996          35687        1036        20      -22995.0000     -231641.0000          -
19299.76/1000.58	c      1001          35687        1036        20      -22995.0000     -231641.0000          -
19402.80/1005.71	c      1006          35687        1036        20      -22995.0000     -231641.0000          -
19504.04/1010.82	c      1011          35687        1036        20      -22995.0000     -231641.0000          -
19605.05/1015.98	c      1016          35688        1035        20      -22995.0000     -231641.0000          -
19707.26/1021.07	c      1021          35769        1048        20      -22995.0000     -231641.0000          -
19809.22/1026.25	c      1026          35769        1048        20      -22995.0000     -231641.0000          -
19910.34/1031.38	c      1031          41183        1008        20      -22995.0000     -231641.0000          -
20011.56/1036.46	c      1036          35097         206        20      -22995.0000     -231641.0000          -
20114.73/1041.68	c      1042          36155        1041        20      -22995.0000     -231641.0000          -
20215.89/1046.76	c      1047          36192           0        20      -22995.0000     -231641.0000          -
20317.07/1051.86	c      1052          36273          81        20      -22995.0000     -231641.0000          -
20421.29/1057.09	c      1057          36109         206        20      -22995.0000     -231641.0000          -
20522.10/1062.15	c      1062          36375         207        20      -22995.0000     -231641.0000          -
20622.33/1067.24	c      1067          37579        1040        20      -22995.0000     -231641.0000          -
20725.41/1072.43	c      1072          36924         205        20      -22995.0000     -231641.0000          -
20826.67/1077.56	c      1078          43328        1004        20      -22995.0000     -231641.0000          -
20929.59/1082.71	c      1083          43512        1003        20      -22995.0000     -231641.0000          -
21030.77/1087.84	c      1088          43711        1009        20      -22995.0000     -231641.0000          -
21131.92/1092.95	c      1093          43964        1004        20      -22995.0000     -231641.0000          -
21231.16/1098.01	c      1098          40701        1305        20      -22995.0000     -231641.0000          -
21336.21/1103.23	c      1103          44393        1005        20      -22995.0000     -231641.0000          -
21437.35/1108.35	c      1108          38367         206        20      -22995.0000     -231641.0000          -
21538.52/1113.50	c      1114          38552         204        20      -22995.0000     -231641.0000          -
21641.69/1118.68	c      1119          42610        1307        20      -22995.0000     -231641.0000          -
21742.72/1123.79	c      1124          43040        1304        20      -22995.0000     -231641.0000          -
21843.86/1128.89	c      1129          45580        1002        20      -22995.0000     -231641.0000          -
21944.98/1134.00	c      1134          43902        1305        20      -22995.0000     -231641.0000          -
22055.89/1139.53	c      1140          44303        1306        20      -22995.0000     -231641.0000          -
22157.00/1144.63	c      1145          44778        1304        20      -22995.0000     -231641.0000          -
22258.13/1149.74	c      1150          45209        1305        20      -22995.0000     -231641.0000          -
22359.29/1154.89	c      1155          40607         203        20      -22995.0000     -231641.0000          -
22460.40/1159.94	c      1160          46048        1307        20      -22995.0000     -231641.0000          -
22559.48/1165.02	c      1165          46483        1304        20      -22995.0000     -231641.0000          -
22663.27/1170.15	c      1170          47468        1003        20      -22995.0000     -231641.0000          -
22763.44/1175.28	c      1175          47733        1009        20      -22995.0000     -231641.0000          -
22866.33/1180.47	c      1180          47970        1010        20      -22995.0000     -231641.0000          -
22967.53/1185.53	c      1186          48193        1005        20      -22995.0000     -231641.0000          -
23068.20/1190.65	c      1191          42297         204        20      -22995.0000     -231641.0000          -
23171.08/1195.89	c      1196          42566         205        20      -22995.0000     -231641.0000          -
23272.25/1200.99	c      1201          42815         202        20      -22995.0000     -231641.0000          -
23374.37/1206.07	c      1206          42897         205        20      -22995.0000     -231641.0000          -
23475.61/1211.18	c      1211          43169         204        20      -22995.0000     -231641.0000          -
23581.64/1216.53	c      1217          49703        1004        20      -22995.0000     -231641.0000          -
23684.68/1221.72	c      1222          49978        1006        20      -22995.0000     -231641.0000          -
23785.79/1226.86	c      1227          51253        1304        20      -22995.0000     -231641.0000          -
23889.76/1232.05	c      1232          51516        1304        20      -22995.0000     -231641.0000          -
23990.94/1237.20	c      1237          51835        1307        20      -22995.0000     -231641.0000          -
24091.10/1242.27	c      1242          50772        1005        20      -22995.0000     -231641.0000          -
24192.20/1247.34	c      1247          44959         204        20      -22995.0000     -231641.0000          -
24293.34/1252.49	c      1252          52918        1307        20      -22995.0000     -231641.0000          -
24394.67/1257.58	c      1258          53300        1304        20      -22995.0000     -231641.0000          -
24495.69/1262.68	c      1263          53640        1305        20      -22995.0000     -231641.0000          -
24600.81/1267.98	c      1268          46109         206        20      -22995.0000     -231641.0000          -
24702.88/1273.10	c      1273          54454        1308        20      -22995.0000     -231641.0000          -
24803.97/1278.20	c      1278          46509         205        20      -22995.0000     -231641.0000          -
24904.14/1283.26	c      1283          54962        1307        20      -22995.0000     -231641.0000          -
25005.30/1288.37	c      1288          52697        1008        20      -22995.0000     -231641.0000          -
25108.53/1293.51	c      1294          52953        1009        20      -22995.0000     -231641.0000          -
25213.50/1298.84	c      1299          53175        1006        20      -22995.0000     -231641.0000          -
25314.68/1303.92	c      1304          56084        1305        20      -22995.0000     -231641.0000          -
25413.83/1308.96	c      1309          48053         204        20      -22995.0000     -231641.0000          -
25517.90/1314.15	c      1314          48367         203        20      -22995.0000     -231641.0000          -
25618.05/1319.23	c      1319          48662         204        20      -22995.0000     -231641.0000          -
25719.25/1324.33	c      1324          57425        1302        20      -22995.0000     -231641.0000          -
25818.45/1329.39	c      1329          49116         206        20      -22995.0000     -231641.0000          -
25921.56/1334.55	c      1335          49407         205        20      -22995.0000     -231641.0000          -
26026.62/1339.82	c      1340          54987        1003        20      -22995.0000     -231641.0000          -
26127.78/1344.97	c      1345          54987        1003        20      -22995.0000     -231641.0000          -
26229.90/1350.13	c      1350          50278         205        20      -22995.0000     -231641.0000          -
26329.09/1355.15	c      1355          59862        1306        20      -22995.0000     -231641.0000          -
26435.08/1360.40	c      1360          60105        1308        20      -22995.0000     -231641.0000          -
26534.28/1365.49	c      1365          60129        1309        20      -22995.0000     -231641.0000          -
26635.42/1370.59	c      1371          60129        1309        20      -22995.0000     -231641.0000          -
26742.50/1375.91	c      1376          56176        1001        20      -22995.0000     -231641.0000          -
26841.63/1380.97	c      1381          56456        1002        20      -22995.0000     -231641.0000          -
26940.79/1386.01	c      1386          60964        1303        20      -22995.0000     -231641.0000          -
27047.84/1391.36	c      1391          56840        1008        20      -22995.0000     -231641.0000          -
27148.96/1396.49	c      1396          56840        1008        20      -22995.0000     -231641.0000          -
27250.27/1401.53	c      1402          52626         203        20      -22995.0000     -231641.0000          -
27353.18/1406.75	c      1407          61467         300        20      -22995.0000     -231641.0000          -
27456.10/1411.98	c      1412          57619         760        20      -22995.0000     -231641.0000          -
27555.25/1417.04	c      1417          57822         680        20      -22995.0000     -231641.0000          -
27660.34/1422.23	c      1422          62336         415        20      -22995.0000     -231641.0000          -
27761.49/1427.37	c      1427          62667         539        20      -22995.0000     -231641.0000          -
27864.66/1432.50	c      1433          63199         896        20      -22995.0000     -231641.0000          -
27965.90/1437.60	c      1438          63502         895        20      -22995.0000     -231641.0000          -
28067.10/1442.76	c      1443          63806         896        20      -22995.0000     -231641.0000          -
28168.24/1447.82	c      1448          64140         897        20      -22995.0000     -231641.0000          -
28269.34/1452.96	c      1453          55099         204        20      -22995.0000     -231641.0000          -
28371.47/1458.12	c      1458          55125         205        20      -22995.0000     -231641.0000          -
28473.60/1463.28	c      1463          55125         205        20      -22995.0000     -231641.0000          -
28576.61/1468.44	c      1468          55125         205        20      -22995.0000     -231641.0000          -
28679.71/1473.64	c      1474          65884         898        20      -22995.0000     -231641.0000          -
28782.79/1478.81	c      1479          66252         895        20      -22995.0000     -231641.0000          -
28883.85/1483.96	c      1484          66589         896        20      -22995.0000     -231641.0000          -
28985.84/1489.10	c      1489          55892         203        20      -22995.0000     -231641.0000          -
29088.02/1494.23	c      1494          67258         897        20      -22995.0000     -231641.0000          -
29191.19/1499.44	c      1499          63478         679        20      -22995.0000     -231641.0000          -
29292.38/1504.58	c      1505          63857         678        20      -22995.0000     -231641.0000          -
29395.49/1509.73	c      1510          68365         898        20      -22995.0000     -231641.0000          -
29496.63/1514.80	c      1515          68723         899        20      -22995.0000     -231641.0000          -
29595.78/1519.84	c      1520          65052         676        20      -22995.0000     -231641.0000          -
29696.93/1524.92	c      1525          57655         204        20      -22995.0000     -231641.0000          -
29799.11/1530.11	c      1530          57950         204        20      -22995.0000     -231641.0000          -
29898.12/1535.13	c      1535          66136         680        20      -22995.0000     -231641.0000          -
30002.43/1540.31	c      1540          66536         679        20      -22995.0000     -231641.0000          -
30103.61/1545.48	c      1545          66950         683        20      -22995.0000     -231641.0000          -
30204.80/1550.51	c      1551          67356         683        20      -22995.0000     -231641.0000          -
30305.97/1555.68	c      1556          59191         203        20      -22995.0000     -231641.0000          -
30411.11/1560.96	c      1561          59191         203        20      -22995.0000     -231641.0000          -
30513.17/1566.07	c      1566          59191         203        20      -22995.0000     -231641.0000          -
30614.41/1571.17	c      1571          59191         203        20      -22995.0000     -231641.0000          -
30714.44/1576.26	c      1576          59267          58        20      -22995.0000     -231641.0000          -
30815.35/1581.34	c      1581          73451         896        20      -22995.0000     -231641.0000          -
30916.35/1586.49	c      1586          73745         898        20      -22995.0000     -231641.0000          -
31017.49/1591.58	c      1592          74083         896        20      -22995.0000     -231641.0000          -
31118.64/1596.65	c      1597          70617         681        20      -22995.0000     -231641.0000          -
31219.78/1601.78	c      1602          70966         681        20      -22995.0000     -231641.0000          -
31322.90/1606.97	c      1607          61258         199        20      -22995.0000     -231641.0000          -
31424.98/1612.07	c      1612          61608         199        20      -22995.0000     -231641.0000          -
31526.09/1617.16	c      1617              2           1        20      -22995.0000      -54076.3970    135.17%
31626.32/1622.28	c      1622              2           1        20      -22995.0000      -54076.3970    135.17%
31727.40/1627.38	c      1627              2           1        20      -22995.0000      -54076.3970    135.17%
31828.46/1632.45	c      1632              2           1        20      -22995.0000      -54076.3970    135.17%
31929.68/1637.54	c      1638              2           1        20      -22995.0000      -54076.3970    135.17%
32028.49/1642.60	c      1643              2           1        20      -22995.0000      -54076.3970    135.17%
32133.55/1647.81	c      1648              2           1        20      -22995.0000      -54076.3970    135.17%
32234.63/1652.93	c      1653              2           1        20      -22995.0000      -54076.3970    135.17%
32336.70/1658.09	c      1658              2           1        20      -22995.0000      -53931.3019    134.53%
32438.68/1663.25	c      1663              3           2        20      -22995.0000      -53931.3019    134.53%
32539.79/1668.31	c      1668              3           2        20      -22995.0000      -53931.3019    134.53%
32640.87/1673.42	c      1673              3           2        20      -22995.0000      -53931.3019    134.53%
32739.94/1678.42	c      1678              3           2        20      -22995.0000      -53931.3019    134.53%
32839.09/1683.48	c      1683              3           2        20      -22995.0000      -53931.3019    134.53%
32942.16/1688.65	c      1689              3           2        20      -22995.0000      -53931.3019    134.53%
33043.11/1693.76	c      1694              3           2        20      -22995.0000      -53931.3019    134.53%
33144.13/1698.85	c      1699              3           2        20      -22995.0000      -53931.3019    134.53%
33245.27/1703.99	c      1704              3           2        20      -22995.0000      -53931.3019    134.53%
33347.33/1709.13	c      1709              4           3        20      -22995.0000      -53931.3019    134.53%
33449.50/1714.25	c      1714              4           3        20      -22995.0000      -53931.3019    134.53%
33550.61/1719.35	c      1719              4           3        20      -22995.0000      -53931.3019    134.53%
33608.04/1722.26	c *    1722              5           4        20      -34648.0000      -53931.3019     55.65%
33653.34/1724.53	c      1725              6           5        20      -34648.0000      -53931.3019     55.65%
33675.12/1725.63	c *    1726              6           5        20      -34862.0000      -53931.3019     54.70%
33679.02/1725.84	c *    1726              6           5        20      -35173.0000      -53931.3019     53.33%
33760.23/1729.97	c      1730              7           3        20      -35173.0000      -53931.3019     53.33%
33862.25/1735.12	c      1735              7           3        20      -35173.0000      -53931.3019     53.33%
33964.46/1740.27	c      1740              7           3        20      -35173.0000      -53931.3019     53.33%
34075.57/1745.89	c      1746              7           3        20      -35173.0000      -53931.3019     53.33%
34179.67/1751.14	c      1751              7           3        20      -35173.0000      -53931.3019     53.33%
34343.35/1759.36	c      1759              7           3        20      -35173.0000      -53931.3019     53.33%
34454.47/1764.91	c      1765              7           3        20      -35173.0000      -53931.3019     53.33%
34563.57/1770.43	c      1770              7           3        20      -35173.0000      -53931.3019     53.33%
34670.71/1775.84	c      1776              7           3        20      -35173.0000      -53931.3019     53.33%
34771.80/1781.04	c      1781              7           3        20      -35173.0000      -53931.3019     53.33%
34876.89/1786.28	c      1786              7           3        20      -35173.0000      -53931.3019     53.33%
34982.06/1791.51	c      1792              7           3        20      -35173.0000      -53931.3019     53.33%
35081.28/1796.54	c      1797              7           3        20      -35173.0000      -53931.3019     53.33%
35180.67/1801.56	c      1802              7           3        20      -35173.0000      -53931.3019     53.33%
35287.68/1806.93	c      1807              7           3        20      -35173.0000      -53931.3019     53.33%
35389.90/1812.10	c      1812              7           3        20      -35173.0000      -53931.3019     53.33%
35491.99/1817.20	c      1817              7           3        20      -35173.0000      -53931.3019     53.33%
35592.98/1822.34	c      1822              7           3        20      -35173.0000      -53931.3019     53.33%
35694.17/1827.43	c      1827              7           3        20      -35173.0000      -53931.3019     53.33%
35795.32/1832.56	c      1833              7           3        20      -35173.0000      -53931.3019     53.33%
35896.56/1837.65	c      1838              7           3        20      -35173.0000      -53931.3019     53.33%
36001.65/1842.90	c      1843              7           3        20      -35173.0000      -53931.3019     53.33%
36110.74/1848.43	c      1848              7           3        20      -35173.0000      -53931.3019     53.33%
36213.90/1853.62	c      1854              7           3        20      -35173.0000      -53931.3019     53.33%
36315.07/1858.75	c      1859              7           3        20      -35173.0000      -53931.3019     53.33%
36414.25/1863.77	c      1864              7           3        20      -35173.0000      -53931.3019     53.33%
36517.42/1868.96	c      1869              7           3        20      -35173.0000      -53931.3019     53.33%
36619.54/1874.07	c      1874              7           3        20      -35173.0000      -53931.3019     53.33%
36720.64/1879.16	c      1879              7           3        20      -35173.0000      -53931.3019     53.33%
36822.63/1884.34	c      1884              7           3        20      -35173.0000      -53931.3019     53.33%
36923.70/1889.45	c      1889              7           3        20      -35173.0000      -53931.3019     53.33%
37024.78/1894.56	c      1895              7           3        20      -35173.0000      -53931.3019     53.33%
37125.83/1899.68	c      1900              7           3        20      -35173.0000      -53931.3019     53.33%
37230.42/1904.96	c      1905              7           3        20      -35173.0000      -53931.3019     53.33%
37335.44/1910.24	c      1910              7           3        20      -35173.0000      -53931.3019     53.33%
37436.59/1915.39	c      1915              7           3        20      -35173.0000      -53931.3019     53.33%
37543.82/1920.72	c      1921              7           3        20      -35173.0000      -53931.3019     53.33%
37644.89/1925.81	c      1926              7           3        20      -35173.0000      -53931.3019     53.33%
37744.09/1930.89	c      1931              7           3        20      -35173.0000      -53931.3019     53.33%
37845.26/1935.97	c      1936              7           3        20      -35173.0000      -53931.3019     53.33%
37947.46/1941.13	c      1941              7           3        20      -35173.0000      -53931.3019     53.33%
38053.42/1946.41	c      1946              7           3        20      -35173.0000      -53931.3019     53.33%
38154.50/1951.57	c      1952              7           3        20      -35173.0000      -53931.3019     53.33%
38174.37/1952.59	c *    1953              7           3        20      -36165.0000      -53931.3019     49.13%
38255.38/1956.62	c      1957              7           3        20      -36165.0000      -53931.3019     49.13%
38348.46/1961.31	c *    1961              7           3        20      -37341.0000      -53931.3019     44.43%
38358.39/1961.85	c      1962              7           3        20      -37341.0000      -53931.3019     44.43%
38465.37/1967.20	c      1967              7           3        20      -37341.0000      -53931.3019     44.43%
38572.54/1972.68	c      1973              7           3        20      -37341.0000      -53931.3019     44.43%
38673.49/1977.79	c      1978              7           3        20      -37341.0000      -53931.3019     44.43%
38776.68/1982.90	c      1983             10           2        20      -37341.0000      -53931.3019     44.43%
38878.89/1988.07	c      1988             10           2        20      -37341.0000      -53931.3019     44.43%
38979.70/1993.20	c      1993             10           2        20      -37341.0000      -53931.3019     44.43%
39079.76/1998.29	c      1998             10           2        20      -37341.0000      -53931.3019     44.43%
39182.91/2003.40	c      2003             10           2        20      -37341.0000      -53931.3019     44.43%
39297.92/2009.29	c      2009             10           2        20      -37341.0000      -53931.3019     44.43%
39401.10/2014.43	c      2014             10           2        20      -37341.0000      -53931.3019     44.43%
39502.26/2019.58	c      2020             10           2        20      -37341.0000      -53931.3019     44.43%
39605.41/2024.72	c      2025             10           2        20      -37341.0000      -53931.3019     44.43%
39706.43/2029.84	c      2030             10           2        20      -37341.0000      -53931.3019     44.43%
39807.60/2034.92	c      2035             10           2        20      -37341.0000      -53931.3019     44.43%
39909.37/2040.06	c      2040             10           2        20      -37341.0000      -53931.3019     44.43%
40010.43/2045.20	c      2045             10           2        20      -37341.0000      -53931.3019     44.43%
40112.64/2050.36	c      2050             10           2        20      -37341.0000      -53931.3019     44.43%
40217.78/2055.62	c      2056             10           2        20      -37341.0000      -53931.3019     44.43%
40318.97/2060.73	c      2061             10           2        20      -37341.0000      -53931.3019     44.43%
40422.13/2065.95	c      2066             10           2        20      -37341.0000      -53931.3019     44.43%
40524.07/2071.08	c      2071             10           2        20      -37341.0000      -53931.3019     44.43%
40628.33/2076.39	c      2076             10           2        20      -37341.0000      -53931.3019     44.43%
40729.52/2081.49	c      2082             10           2        20      -37341.0000      -53931.3019     44.43%
40832.69/2086.69	c      2087             10           2        20      -37341.0000      -53931.3019     44.43%
40935.84/2091.85	c      2092             10           2        20      -37341.0000      -53931.3019     44.43%
41040.01/2097.11	c      2097             10           2        20      -37341.0000      -53931.3019     44.43%
41143.94/2102.37	c      2102             10           2        20      -37341.0000      -53931.3019     44.43%
41244.94/2107.47	c      2107             10           2        20      -37341.0000      -53931.3019     44.43%
41345.97/2112.60	c      2113             10           2        20      -37341.0000      -53931.3019     44.43%
41448.98/2117.71	c      2118             10           2        20      -37341.0000      -53931.3019     44.43%
41551.79/2122.91	c      2123             10           2        20      -37341.0000      -53931.3019     44.43%
41653.81/2128.13	c      2128             10           2        20      -37341.0000      -53931.3019     44.43%
41755.98/2133.26	c      2133             10           2        20      -37341.0000      -53931.3019     44.43%
41861.17/2138.51	c      2139             10           2        20      -37341.0000      -53931.3019     44.43%
41962.37/2143.60	c      2144             10           2        20      -37341.0000      -53931.3019     44.43%
42012.91/2146.19	c *    2146             10           2        20      -38143.0000      -53931.3019     41.39%
42065.25/2148.83	c      2149             10           2        20      -38143.0000      -53931.3019     41.39%
42166.36/2153.94	c      2154             10           2        20      -38143.0000      -53931.3019     41.39%
42268.22/2159.07	c      2159             10           2        20      -38143.0000      -53931.3019     41.39%
42369.52/2164.16	c      2164             10           2        20      -38143.0000      -53931.3019     41.39%
42473.59/2169.44	c      2169             10           2        20      -38143.0000      -53931.3019     41.39%
42580.64/2174.81	c      2175             10           2        20      -38143.0000      -53931.3019     41.39%
42681.73/2179.93	c      2180             10           2        20      -38143.0000      -53931.3019     41.39%
42758.95/2183.88	c *    2184             10           2        20      -40039.0000      -53931.3019     34.70%
42812.36/2186.59	c      2187             10           2        20      -40039.0000      -53931.3019     34.70%
42939.36/2192.92	c      2193             10           2        20      -40039.0000      -53931.3019     34.70%
43048.18/2198.45	c      2198             10           2        20      -40039.0000      -53931.3019     34.70%
43147.22/2203.48	c      2203             10           2        20      -40039.0000      -53931.3019     34.70%
43262.36/2209.20	c      2209             10           2        20      -40039.0000      -53931.3019     34.70%
43369.45/2214.68	c      2215             10           2        20      -40039.0000      -53931.3019     34.70%
43468.61/2219.69	c      2220             10           2        20      -40039.0000      -53931.3019     34.70%
43569.78/2224.74	c      2225             10           2        20      -40039.0000      -53931.3019     34.70%
43668.82/2229.76	c      2230             10           2        20      -40039.0000      -53931.3019     34.70%
43768.02/2234.78	c      2235             10           2        20      -40039.0000      -53931.3019     34.70%
43874.02/2240.09	c      2240             10           2        20      -40039.0000      -53931.3019     34.70%
43978.29/2245.36	c      2245             10           2        20      -40039.0000      -53931.3019     34.70%
44077.48/2250.40	c      2250             10           2        20      -40039.0000      -53931.3019     34.70%
44178.63/2255.48	c      2255             10           2        20      -40039.0000      -53931.3019     34.70%
44281.74/2260.63	c      2261             10           2        20      -40039.0000      -53931.3019     34.70%
44380.96/2265.69	c      2266             10           2        20      -40039.0000      -53931.3019     34.70%
44482.14/2270.72	c      2271             10           2        20      -40039.0000      -53931.3019     34.70%
44583.34/2275.83	c      2276             10           2        20      -40039.0000      -53931.3019     34.70%
44684.52/2281.02	c      2281             10           2        20      -40039.0000      -53931.3019     34.70%
44789.62/2286.20	c      2286             10           2        20      -40039.0000      -53931.3019     34.70%
44888.77/2291.29	c      2291             10           2        20      -40039.0000      -53931.3019     34.70%
44989.92/2296.32	c      2296             10           2        20      -40039.0000      -53931.3019     34.70%
45091.07/2301.42	c      2301             10           2        20      -40039.0000      -53931.3019     34.70%
45192.18/2306.50	c      2306             36          31        20      -40039.0000      -53918.2098     34.66%
45297.29/2311.81	c      2312             36          31        20      -40039.0000      -53918.2098     34.66%
45398.29/2316.92	c      2317             36          31        20      -40039.0000      -53918.2098     34.66%
45500.28/2322.06	c      2322             36          31        20      -40039.0000      -53918.2098     34.66%
45602.13/2327.26	c      2327             37          32        20      -40039.0000      -53918.2098     34.66%
45705.25/2332.42	c      2332             38          33        20      -40039.0000      -53918.2098     34.66%
45804.40/2337.50	c      2338             40          35        20      -40039.0000      -53918.2098     34.66%
45907.44/2342.60	c      2343             41          36        20      -40039.0000      -53918.2098     34.66%
46010.50/2347.82	c      2348             12           4        20      -40039.0000      -53865.5533     34.53%
46109.65/2352.89	c      2353             12           4        20      -40039.0000      -53865.5533     34.53%
46218.37/2358.32	c      2358             12           4        20      -40039.0000      -53865.5533     34.53%
46319.41/2363.47	c      2363             12           4        20      -40039.0000      -53865.5533     34.53%
46422.53/2368.65	c      2369             12           4        20      -40039.0000      -53865.5533     34.53%
46523.69/2373.77	c      2374             12           4        20      -40039.0000      -53865.5533     34.53%
46624.83/2378.87	c      2379             12           4        20      -40039.0000      -53865.5533     34.53%
46723.98/2383.89	c      2384             12           4        20      -40039.0000      -53865.5533     34.53%
46825.12/2388.97	c      2389             12           4        20      -40039.0000      -53865.5533     34.53%
46927.25/2394.08	c      2394             13           5        20      -40039.0000      -53865.5533     34.53%
47029.38/2399.23	c      2399             13           5        20      -40039.0000      -53865.5533     34.53%
47132.54/2404.45	c      2404             13           5        20      -40039.0000      -53865.5533     34.53%
47246.43/2410.17	c      2410             13           5        20      -40039.0000      -53865.5533     34.53%
47348.69/2415.31	c      2415             13           5        20      -40039.0000      -53865.5533     34.53%
47388.32/2417.34	c *    2417             13           5        20      -40369.0000      -53865.5533     33.43%
47447.65/2420.38	c      2420             13           5        20      -40369.0000      -53865.5533     33.43%
47552.79/2425.62	c      2426             13           5        20      -40369.0000      -53865.5533     33.43%
47653.88/2430.70	c      2431             13           5        20      -40369.0000      -53865.5533     33.43%
47662.86/2431.18	c *    2431             13           5        20      -41528.0000      -53865.5533     29.71%
47675.47/2431.87	c *    2432             13           5        20      -41545.0000      -53865.5533     29.66%
47754.73/2435.85	c      2436             13           5        20      -41545.0000      -53865.5533     29.66%
47871.74/2441.72	c      2442             13           5        20      -41545.0000      -53865.5533     29.66%
48034.13/2450.01	c      2450             14           6        20      -41545.0000      -53865.5533     29.66%
48157.70/2456.19	c      2456             14           6        20      -41545.0000      -53865.5533     29.66%
48274.54/2462.13	c      2462             14           6        20      -41545.0000      -53865.5533     29.66%
48380.63/2467.45	c      2467             14           6        20      -41545.0000      -53865.5533     29.66%
48492.71/2473.08	c      2473             14           6        20      -41545.0000      -53865.5533     29.66%
48596.58/2478.34	c      2478             14           6        20      -41545.0000      -53865.5533     29.66%
48703.63/2483.76	c      2484             14           6        20      -41545.0000      -53865.5533     29.66%
48809.69/2489.12	c      2489             14           6        20      -41545.0000      -53865.5533     29.66%
48910.88/2494.17	c      2494             14           6        20      -41545.0000      -53865.5533     29.66%
49018.95/2499.62	c      2500             15           7        20      -41545.0000      -53865.5533     29.66%
49124.10/2504.94	c      2505             15           7        20      -41545.0000      -53865.5533     29.66%
49228.30/2510.16	c      2510             15           7        20      -41545.0000      -53865.5533     29.66%
49328.38/2515.26	c      2515              2           1        20      -41545.0000      -53613.1711     29.05%
49433.51/2520.52	c      2521              2           1        20      -41545.0000      -53613.1711     29.05%
49536.65/2525.79	c      2526              2           1        20      -41545.0000      -53613.1711     29.05%
49639.81/2530.92	c      2531              2           1        20      -41545.0000      -53613.1711     29.05%
49738.97/2535.95	c      2536              2           1        20      -41545.0000      -53613.1711     29.05%
49838.13/2541.04	c      2541              2           1        20      -41545.0000      -53613.1711     29.05%
49940.23/2546.06	c      2546              2           1        20      -41545.0000      -53613.1711     29.05%
50046.38/2551.46	c      2551              2           1        20      -41545.0000      -53613.1711     29.05%
50149.16/2556.62	c      2557              2           1        20      -41545.0000      -53613.1711     29.05%
50250.24/2561.74	c      2562              2           1        20      -41545.0000      -53613.1711     29.05%
50351.15/2566.82	c      2567              3           2        20      -41545.0000      -53613.1711     29.05%
50452.18/2571.98	c      2572              3           2        20      -41545.0000      -53613.1711     29.05%
50554.11/2577.07	c      2577              3           2        20      -41545.0000      -53613.1711     29.05%
50653.47/2582.14	c      2582              3           2        20      -41545.0000      -53613.1711     29.05%
50754.53/2587.18	c      2587              3           2        20      -41545.0000      -53613.1711     29.05%
50854.45/2592.21	c      2592              3           2        20      -41545.0000      -53613.1711     29.05%
50955.65/2597.34	c      2597              3           2        20      -41545.0000      -53613.1711     29.05%
51056.89/2602.43	c      2602              3           2        20      -41545.0000      -53613.1711     29.05%
51158.01/2607.57	c      2608              3           2        20      -41545.0000      -53613.1711     29.05%
51259.19/2612.61	c      2613              3           2        20      -41545.0000      -53613.1711     29.05%
51360.35/2617.75	c      2618              3           2        20      -41545.0000      -53613.1711     29.05%
51461.55/2622.86	c      2623              3           2        20      -41545.0000      -53613.1711     29.05%
51565.84/2628.07	c      2628              3           2        20      -41545.0000      -53613.1711     29.05%
51669.83/2633.31	c      2633              3           2        20      -41545.0000      -53613.1711     29.05%
51769.04/2638.37	c      2638              3           2        20      -41545.0000      -53613.1711     29.05%
51872.21/2643.55	c      2644              3           2        20      -41545.0000      -53613.1711     29.05%
51971.27/2648.58	c      2649              3           2        20      -41545.0000      -53613.1711     29.05%
52072.45/2653.64	c      2654              3           2        20      -41545.0000      -53613.1711     29.05%
52173.46/2658.73	c      2659              3           2        20      -41545.0000      -53613.1711     29.05%
52274.54/2663.86	c      2664              3           2        20      -41545.0000      -53613.1711     29.05%
52375.54/2669.01	c      2669              3           2        20      -41545.0000      -53613.1711     29.05%
52477.50/2674.11	c      2674              3           2        20      -41545.0000      -53613.1711     29.05%
52578.81/2679.15	c      2679              3           2        20      -41545.0000      -53613.1711     29.05%
52683.06/2684.47	c      2684              3           2        20      -41545.0000      -53613.1711     29.05%
52792.22/2689.93	c      2690              3           2        20      -41545.0000      -53613.1711     29.05%
52891.44/2695.01	c      2695              3           2        20      -41545.0000      -53613.1711     29.05%
52993.53/2700.09	c      2700              3           2        20      -41545.0000      -53613.1711     29.05%
53094.62/2705.17	c      2705              3           2        20      -41545.0000      -53613.1711     29.05%
53196.97/2710.32	c      2710              3           2        20      -41545.0000      -53613.1711     29.05%
53298.07/2715.42	c      2715              3           2        20      -41545.0000      -53613.1711     29.05%
53399.28/2720.55	c      2721              3           2        20      -41545.0000      -53613.1711     29.05%
53502.46/2725.74	c      2726              3           2        20      -41545.0000      -53613.1711     29.05%
53601.68/2730.80	c      2731              3           2        20      -41545.0000      -53613.1711     29.05%
53704.82/2735.97	c      2736              3           2        20      -41545.0000      -53613.1711     29.05%
53804.03/2741.04	c      2741              3           2        20      -41545.0000      -53613.1711     29.05%
53906.19/2746.11	c      2746              3           2        20      -41545.0000      -53613.1711     29.05%
54007.48/2751.19	c      2751              3           2        20      -41545.0000      -53613.1711     29.05%
54107.60/2756.26	c      2756              3           2        20      -41545.0000      -53613.1711     29.05%
54208.80/2761.30	c      2761              3           2        20      -41545.0000      -53613.1711     29.05%
54280.25/2765.02	c *    2765              3           2        20      -41667.0000      -53613.1711     28.67%
54285.89/2765.26	c *    2765              3           2        20      -41681.0000      -53613.1711     28.63%
54309.60/2766.45	c      2766              3           2        20      -41681.0000      -53613.1711     28.63%
54410.63/2771.52	c      2772              3           2        20      -41681.0000      -53613.1711     28.63%
54509.84/2776.57	c      2777              3           2        20      -41681.0000      -53613.1711     28.63%
54609.21/2781.60	c      2782              3           2        20      -41681.0000      -53613.1711     28.63%
54712.24/2786.73	c      2787              3           2        20      -41681.0000      -53613.1711     28.63%
54811.46/2791.79	c      2792              3           2        20      -41681.0000      -53613.1711     28.63%
54914.64/2796.92	c      2797              3           2        20      -41681.0000      -53613.1711     28.63%
55013.85/2802.05	c      2802              3           2        20      -41681.0000      -53613.1711     28.63%
55118.02/2807.17	c      2807              3           2        20      -41681.0000      -53613.1711     28.63%
55218.18/2812.29	c      2812              3           2        20      -41681.0000      -53613.1711     28.63%
55321.37/2817.45	c      2817              3           2        20      -41681.0000      -53613.1711     28.63%
55422.56/2822.53	c      2823              3           2        20      -41681.0000      -53613.1711     28.63%
55523.77/2827.65	c      2828              3           2        20      -41681.0000      -53613.1711     28.63%
55624.96/2832.76	c      2833              3           2        20      -41681.0000      -53613.1711     28.63%
55728.14/2837.90	c      2838              3           2        20      -41681.0000      -53613.1711     28.63%
55827.33/2842.96	c      2843              3           2        20      -41681.0000      -53613.1711     28.63%
55929.41/2848.06	c      2848              3           2        20      -41681.0000      -53613.1711     28.63%
56028.43/2853.11	c      2853              3           2        20      -41681.0000      -53613.1711     28.63%
56129.60/2858.18	c      2858              3           2        20      -41681.0000      -53613.1711     28.63%
56231.87/2863.33	c      2863              3           2        20      -41681.0000      -53613.1711     28.63%
56333.05/2868.40	c      2868              3           2        20      -41681.0000      -53613.1711     28.63%
56434.40/2873.52	c      2874              3           2        20      -41681.0000      -53613.1711     28.63%
56533.43/2878.56	c      2879              3           2        20      -41681.0000      -53613.1711     28.63%
56634.49/2883.67	c      2884              3           2        20      -41681.0000      -53613.1711     28.63%
56737.67/2888.85	c      2889              4           3        20      -41681.0000      -53601.4607     28.60%
56838.88/2893.93	c      2894              4           3        20      -41681.0000      -53601.4607     28.60%
56940.86/2899.06	c      2899              4           3        20      -41681.0000      -53601.4607     28.60%
57041.98/2904.16	c      2904              4           3        20      -41681.0000      -53601.4607     28.60%
57142.28/2909.24	c      2909              4           3        20      -41681.0000      -53601.4607     28.60%
57243.45/2914.32	c      2914              4           3        20      -41681.0000      -53601.4607     28.60%
57342.67/2919.40	c      2919              4           3        20      -41681.0000      -53601.4607     28.60%
57445.86/2924.50	c      2924              4           3        20      -41681.0000      -53601.4607     28.60%
57447.70/2924.62	c *    2925              4           3        20      -41707.0000      -53601.4607     28.52%
57456.39/2925.08	c *    2925              4           3        20      -41721.0000      -53601.4607     28.48%
57544.85/2929.59	c      2930              4           3        20      -41721.0000      -53601.4607     28.48%
57645.90/2934.66	c      2935              4           3        20      -41721.0000      -53601.4607     28.48%
57747.07/2939.77	c      2940              4           3        20      -41721.0000      -53601.4607     28.48%
57822.40/2943.53	c *    2944              4           3        20      -41741.0000      -53601.4607     28.41%
57826.14/2943.79	c *    2944              4           3        20      -41755.0000      -53601.4607     28.37%
57847.71/2944.86	c      2945              4           3        20      -41755.0000      -53601.4607     28.37%
57869.68/2946.01	c *    2946              4           3        20      -41973.0000      -53601.4607     27.70%
57948.59/2949.91	c      2950              4           3        20      -41973.0000      -53601.4607     27.70%
58047.80/2955.04	c      2955              4           3        20      -41973.0000      -53601.4607     27.70%
58150.03/2960.08	c      2960              4           3        20      -41973.0000      -53601.4607     27.70%
58248.99/2965.10	c      2965              4           3        20      -41973.0000      -53601.4607     27.70%
58351.35/2970.25	c      2970              4           3        20      -41973.0000      -53601.4607     27.70%
58452.57/2975.32	c      2975              4           3        20      -41973.0000      -53601.4607     27.70%
58553.77/2980.42	c      2980              4           3        20      -41973.0000      -53601.4607     27.70%
58653.01/2985.47	c      2985              4           3        20      -41973.0000      -53601.4607     27.70%
58756.20/2990.61	c      2991              4           3        20      -41973.0000      -53601.4607     27.70%
58857.39/2995.73	c      2996              4           3        20      -41973.0000      -53601.4607     27.70%
58958.58/3000.84	c      3001              4           3        20      -41973.0000      -53601.4607     27.70%
59059.80/3005.97	c      3006              4           3        20      -41973.0000      -53601.4607     27.70%
59161.83/3011.11	c      3011              4           3        20      -41973.0000      -53601.4607     27.70%
59264.00/3016.20	c      3016              4           3        20      -41973.0000      -53601.4607     27.70%
59365.21/3021.31	c      3021              4           3        20      -41973.0000      -53601.4607     27.70%
59464.44/3026.35	c      3026              4           3        20      -41973.0000      -53601.4607     27.70%
59567.62/3031.56	c      3032              4           3        20      -41973.0000      -53601.4607     27.70%
59668.80/3036.65	c      3037              4           3        20      -41973.0000      -53601.4607     27.70%
59770.00/3041.74	c      3042              4           3        20      -41973.0000      -53601.4607     27.70%
59869.19/3046.79	c      3047              4           3        20      -41973.0000      -53601.4607     27.70%
59972.38/3051.94	c      3052              4           3        20      -41973.0000      -53601.4607     27.70%
60071.47/3056.99	c      3057              4           3        20      -41973.0000      -53601.4607     27.70%
60173.64/3062.12	c      3062              4           3        20      -41973.0000      -53601.4607     27.70%
60274.85/3067.17	c      3067              4           3        20      -41973.0000      -53601.4607     27.70%
60375.02/3072.26	c      3072              4           3        20      -41973.0000      -53601.4607     27.70%
60478.18/3077.45	c      3077              4           3        20      -41973.0000      -53601.4607     27.70%
60579.37/3082.58	c      3083              4           3        20      -41973.0000      -53601.4607     27.70%
60680.50/3087.68	c      3088              4           3        20      -41973.0000      -53601.4607     27.70%
60783.67/3092.80	c      3093              5           4        20      -41973.0000      -53601.4607     27.70%
60882.87/3097.90	c      3098              5           4        20      -41973.0000      -53601.4607     27.70%
60984.05/3102.96	c      3103              6           5        20      -41973.0000      -53601.4604     27.70%
61085.98/3108.07	c      3108              6           5        20      -41973.0000      -53601.4604     27.70%
61187.25/3113.17	c      3113              6           5        20      -41973.0000      -53601.4604     27.70%
61287.50/3118.28	c      3118              6           5        20      -41973.0000      -53601.4604     27.70%
61388.68/3123.36	c      3123              6           5        20      -41973.0000      -53601.4604     27.70%
61489.88/3128.44	c      3128              6           5        20      -41973.0000      -53601.4604     27.70%
61591.24/3133.59	c      3134              6           5        20      -41973.0000      -53601.4604     27.70%
61681.46/3138.12	c *    3138              6           5        20      -42123.0000      -53601.4604     27.25%
61691.96/3138.66	c      3139              6           5        20      -42123.0000      -53601.4604     27.25%
61695.94/3138.87	c *    3139              6           5        20      -42138.0000      -53601.4604     27.20%
61705.63/3139.40	c *    3139              6           5        20      -42153.0000      -53601.4604     27.16%
61794.76/3143.84	c      3144              6           5        20      -42153.0000      -53601.4604     27.16%
61895.95/3148.99	c      3149              6           5        20      -42153.0000      -53601.4604     27.16%
61998.17/3154.13	c      3154              6           5        20      -42153.0000      -53601.4604     27.16%
62100.25/3159.28	c      3159              6           5        20      -42153.0000      -53601.4604     27.16%
62203.38/3164.43	c      3164              6           5        20      -42153.0000      -53601.4604     27.16%
62304.67/3169.53	c      3170              6           5        20      -42153.0000      -53601.4604     27.16%
62405.69/3174.62	c      3175              6           5        20      -42153.0000      -53601.4604     27.16%
62506.87/3179.74	c      3180              6           5        20      -42153.0000      -53601.4604     27.16%
62606.05/3184.76	c      3185              6           5        20      -42153.0000      -53601.4604     27.16%
62707.17/3189.85	c      3190              6           5        20      -42153.0000      -53601.4604     27.16%
62808.22/3194.94	c      3195              6           5        20      -42153.0000      -53601.4604     27.16%
62910.44/3200.10	c      3200              6           5        20      -42153.0000      -53601.4604     27.16%
63014.56/3205.30	c      3205              6           5        20      -42153.0000      -53601.4604     27.16%
63115.75/3210.41	c      3210              6           5        20      -42153.0000      -53601.4604     27.16%
63214.95/3215.43	c      3215              6           5        20      -42153.0000      -53601.4604     27.16%
63318.13/3220.68	c      3221              6           5        20      -42153.0000      -53601.4604     27.16%
63419.32/3225.77	c      3226              6           5        20      -42153.0000      -53601.4604     27.16%
63520.51/3230.90	c      3231              6           5        20      -42153.0000      -53601.4604     27.16%
63621.58/3235.91	c      3236              6           5        20      -42153.0000      -53601.4604     27.16%
63725.52/3241.15	c      3241              6           5        20      -42153.0000      -53601.4604     27.16%
63824.90/3246.17	c      3246              6           5        20      -42153.0000      -53601.4604     27.16%
63927.00/3251.36	c      3251              6           5        20      -42153.0000      -53601.4604     27.16%
64028.18/3256.48	c      3256              6           5        20      -42153.0000      -53601.4604     27.16%
64131.33/3261.66	c      3262              6           5        20      -42153.0000      -53601.4604     27.16%
64232.51/3266.74	c      3267              6           5        20      -42153.0000      -53601.4604     27.16%
64333.69/3271.80	c      3272              6           5        20      -42153.0000      -53601.4604     27.16%
64434.87/3276.92	c      3277              6           5        20      -42153.0000      -53601.4604     27.16%
64534.06/3282.05	c      3282              6           5        20      -42153.0000      -53601.4604     27.16%
64638.29/3287.18	c      3287              6           5        20      -42153.0000      -53601.4604     27.16%
64750.31/3292.80	c      3293              6           5        20      -42153.0000      -53601.4604     27.16%
64851.44/3297.97	c      3298              6           5        20      -42153.0000      -53601.4604     27.16%
64953.58/3303.05	c      3303              6           5        20      -42153.0000      -53601.4604     27.16%
65052.96/3308.12	c      3308              6           5        20      -42153.0000      -53601.4604     27.16%
65155.00/3313.20	c      3313              6           5        20      -42153.0000      -53601.4604     27.16%
65254.21/3318.24	c      3318              6           5        20      -42153.0000      -53601.4604     27.16%
65355.37/3323.32	c      3323              6           5        20      -42153.0000      -53601.4604     27.16%
65464.53/3328.85	c      3329              6           5        20      -42153.0000      -53601.4604     27.16%
65565.72/3333.95	c      3334              6           5        20      -42153.0000      -53601.4604     27.16%
65664.91/3338.99	c      3339              6           5        20      -42153.0000      -53601.4604     27.16%
65772.02/3344.34	c      3344              6           5        20      -42153.0000      -53601.4604     27.16%
65873.22/3349.49	c      3349              6           5        20      -42153.0000      -53601.4604     27.16%
65976.41/3354.61	c      3355              6           5        20      -42153.0000      -53601.4604     27.16%
66077.58/3359.72	c      3360              6           5        20      -42153.0000      -53601.4604     27.16%
66178.79/3364.80	c      3365              6           5        20      -42153.0000      -53601.4604     27.16%
66280.00/3369.93	c      3370              6           5        20      -42153.0000      -53601.4604     27.16%
66382.21/3375.10	c      3375              6           5        20      -42153.0000      -53601.4604     27.16%
66484.34/3380.23	c      3380              6           5        20      -42153.0000      -53601.4604     27.16%
66585.55/3385.33	c      3385              6           5        20      -42153.0000      -53601.4604     27.16%
66686.67/3390.43	c      3390              6           5        20      -42153.0000      -53601.4604     27.16%
66787.66/3395.51	c      3396              6           5        20      -42153.0000      -53601.4604     27.16%
66888.66/3400.66	c      3401              6           5        20      -42153.0000      -53601.4604     27.16%
66989.80/3405.73	c      3406              6           5        20      -42153.0000      -53601.4604     27.16%
67089.01/3410.75	c      3411              6           5        20      -42153.0000      -53601.4604     27.16%
67190.21/3415.82	c      3416              6           5        20      -42153.0000      -53601.4604     27.16%
67291.41/3420.91	c      3421              7           6        20      -42153.0000      -53601.4604     27.16%
67390.61/3426.01	c      3426              8           7        20      -42153.0000      -53601.4604     27.16%
67492.86/3431.11	c      3431              8           7        20      -42153.0000      -53601.4604     27.16%
67515.46/3432.23	c *    3432              8           7        20      -42357.0000      -53601.4604     26.55%
67562.84/3434.66	c *    3435              8           7        20      -42551.0000      -53601.4604     25.97%
67568.41/3434.92	c *    3435              8           7        20      -42560.0000      -53601.4604     25.94%
67598.09/3436.40	c      3436              8           7        20      -42560.0000      -53601.4604     25.94%
67697.30/3441.48	c      3441              8           7        20      -42560.0000      -53601.4604     25.94%
67798.41/3446.54	c      3447              8           7        20      -42560.0000      -53601.4604     25.94%
67897.64/3451.55	c      3452              8           7        20      -42560.0000      -53601.4604     25.94%
68000.77/3456.73	c      3457              8           7        20      -42560.0000      -53601.4604     25.94%
68101.96/3461.84	c      3462              8           7        20      -42560.0000      -53601.4604     25.94%
68203.16/3466.98	c      3467              8           7        20      -42560.0000      -53601.4604     25.94%
68305.27/3472.06	c      3472              8           7        20      -42560.0000      -53601.4604     25.94%
68404.51/3477.12	c      3477              8           7        20      -42560.0000      -53601.4604     25.94%
68506.72/3482.27	c      3482              8           7        20      -42560.0000      -53601.4604     25.94%
68605.87/3487.28	c      3487              8           7        20      -42560.0000      -53601.4604     25.94%
68709.04/3492.42	c      3492              8           7        20      -42560.0000      -53601.4604     25.94%
68823.07/3498.17	c      3498              8           7        20      -42560.0000      -53601.4604     25.94%
68923.26/3503.28	c      3503              8           7        20      -42560.0000      -53601.4604     25.94%
69028.39/3508.55	c      3509              8           7        20      -42560.0000      -53601.4604     25.94%
69129.51/3513.66	c      3514              8           7        20      -42560.0000      -53601.4604     25.94%
69230.67/3518.75	c      3519              8           7        20      -42560.0000      -53601.4604     25.94%
69331.84/3523.81	c      3524              8           7        20      -42560.0000      -53601.4604     25.94%
69431.00/3528.85	c      3529              9           8        20      -42560.0000      -53601.4604     25.94%
69534.96/3534.12	c      3534              9           8        20      -42560.0000      -53601.4604     25.94%
69637.23/3539.22	c      3539              9           8        20      -42560.0000      -53601.4604     25.94%
69738.37/3544.32	c      3544              9           8        20      -42560.0000      -53601.4604     25.94%
69839.52/3549.41	c      3549              9           8        20      -42560.0000      -53601.4604     25.94%
69940.68/3554.55	c      3555              9           8        20      -42560.0000      -53601.4604     25.94%
70047.80/3560.02	c      3560              9           8        20      -42560.0000      -53601.4604     25.94%
70149.90/3565.12	c      3565              9           8        20      -42560.0000      -53601.4604     25.94%
70254.06/3570.30	c      3570              9           8        20      -42560.0000      -53601.4604     25.94%
70337.35/3574.54	c *    3575              9           8        20      -42581.0000      -53601.4604     25.88%
70343.11/3574.86	c *    3575              9           8        20      -42959.0000      -53601.4604     24.77%
70350.77/3575.21	c *    3575              9           8        20      -43148.0000      -53601.4604     24.23%
70356.70/3575.56	c      3576              9           8        20      -43148.0000      -53601.4604     24.23%
70367.55/3576.10	c *    3576              9           8        20      -43283.0000      -53601.4604     23.84%
70374.48/3576.48	c *    3576              9           8        20      -43343.0000      -53601.4604     23.67%
70457.72/3580.66	c      3581             11          10        20      -43343.0000      -53601.4604     23.67%
70560.75/3585.86	c      3586             11          10        20      -43343.0000      -53601.4604     23.67%
70661.91/3590.98	c      3591             11          10        20      -43343.0000      -53601.4604     23.67%
70766.06/3596.15	c      3596             11          10        20      -43343.0000      -53601.4604     23.67%
70868.27/3601.32	c      3601             11          10        20      -43343.0000      -53601.4604     23.67%
70969.45/3606.43	c      3606             11          10        20      -43343.0000      -53601.4604     23.67%
71070.64/3611.58	c      3612             11          10        20      -43343.0000      -53601.4604     23.67%
71173.84/3616.70	c      3617             11          10        20      -43343.0000      -53601.4604     23.67%
71273.05/3621.78	c      3622             11          10        20      -43343.0000      -53601.4604     23.67%
71374.24/3626.89	c      3627             11          10        20      -43343.0000      -53601.4604     23.67%
71475.41/3631.93	c      3632             11          10        20      -43343.0000      -53601.4604     23.67%
71579.70/3637.16	c      3637             11          10        20      -43343.0000      -53601.4604     23.67%
71679.81/3642.24	c      3642             11          10        20      -43343.0000      -53601.4604     23.67%
71779.04/3647.25	c      3647             11          10        20      -43343.0000      -53601.4604     23.67%
71882.21/3652.43	c      3652             11          10        20      -43343.0000      -53601.4604     23.67%
71983.55/3657.51	c      3658             11          10        20      -43343.0000      -53601.4604     23.67%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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


[startup+0.100107 s]*
/proc/loadavg: 5.60 6.81 20.15 7/864 733371
/proc/meminfo: memFree=780626988/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=98220 memory=86736 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) R 733361 733364 733298 0 -1 4194304 19560 0 0 0 8 3 0 0 20 0 1 0 124755541 100577280 21684 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 24555 21684 2347 3035 0 20951 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 98220 KiB
Current children cumulated memory: 86736 KiB

[startup+0.222765 s]*
/proc/loadavg: 5.60 6.81 20.15 7/864 733371
/proc/meminfo: memFree=780366400/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=151568 memory=140072 CPUtime=0.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) R 733361 733364 733298 0 -1 4194304 32892 0 0 0 19 5 0 0 20 0 1 0 124755541 155205632 35018 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 37892 35018 2347 3035 0 34288 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 151568 KiB
Current children cumulated memory: 140072 KiB

[startup+0.325611 s]*
/proc/loadavg: 5.60 6.81 20.15 7/864 733371
/proc/meminfo: memFree=780216852/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=239412 memory=228124 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) R 733361 733364 733298 0 -1 4194304 55327 0 0 0 26 8 0 0 20 0 1 0 124755541 245157888 57031 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 59853 57031 2555 3035 0 56249 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 239412 KiB
Current children cumulated memory: 228124 KiB

[startup+0.700242 s]
/proc/loadavg: 5.60 6.81 20.15 8/864 733371
/proc/meminfo: memFree=779906952/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=347620 memory=333152 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) R 733361 733364 733298 0 -1 4194304 81531 0 0 0 56 13 0 0 20 0 1 0 124755541 355962880 83288 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 86905 83288 2614 3035 0 83301 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 347620 KiB
Current children cumulated memory: 333152 KiB

[startup+1.50025 s]
/proc/loadavg: 5.60 6.81 20.15 7/864 733371
/proc/meminfo: memFree=779630840/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=458484 memory=442456 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) R 733361 733364 733298 0 -1 4194304 99411 0 0 0 132 17 0 0 20 0 1 0 124755541 469487616 110614 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 114621 110614 2694 3035 0 111017 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 458484 KiB
Current children cumulated memory: 442456 KiB

[startup+3.12336 s]
/proc/loadavg: 5.60 6.81 20.15 7/904 733411
/proc/meminfo: memFree=777418484/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=458484 memory=442456 CPUtime=3.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) R 733361 733364 733298 0 -1 4194304 99428 0 0 0 294 17 0 0 20 0 1 0 124755541 469487616 110614 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 114621 110614 2694 3035 0 111017 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 458484 KiB
Current children cumulated memory: 442456 KiB

[startup+6.30025 s]
/proc/loadavg: 8.67 7.43 20.28 45/944 733451
/proc/meminfo: memFree=770141868/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=459524 memory=442832 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) R 733361 733364 733298 0 -1 4194304 99505 0 0 0 610 17 0 0 20 0 1 0 124755541 470552576 110708 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 114881 110708 2742 3035 0 111277 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 459524 KiB
Current children cumulated memory: 442832 KiB

[startup+12.7003 s]
/proc/loadavg: 11.34 8.01 20.40 45/944 733452
/proc/meminfo: memFree=758675384/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=469820 memory=454016 CPUtime=12.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) R 733361 733364 733298 0 -1 4194304 111417 0 0 0 1245 20 0 0 20 0 1 0 124755541 481095680 113504 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 117455 113504 2774 3035 0 113851 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 469820 KiB
Current children cumulated memory: 454016 KiB

[startup+25.5005 s]
/proc/loadavg: 18.21 9.69 20.75 45/964 733474
/proc/meminfo: memFree=757105552/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=2790644 memory=1694164 CPUtime=25.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) S 733361 733364 733298 0 -1 1077936128 410225 0 0 0 2477 64 0 0 20 0 21 0 124755541 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 697661 423541 2806 3035 0 485902 0
[pid=733364/tid=733455] ppid=733361 vsize=2790644 memory=2316 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733455/stat : 733455 (fscip) S 733361 733364 733298 0 -1 1077936192 30499 0 0 0 16 3 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733456] ppid=733361 vsize=2790644 memory=534964 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733456/stat : 733456 (fscip) S 733361 733364 733298 0 -1 1077936192 30499 0 0 0 15 4 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733457] ppid=733361 vsize=2790644 memory=487012 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733457/stat : 733457 (fscip) S 733361 733364 733298 0 -1 1077936192 30499 0 0 0 15 4 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733458] ppid=733361 vsize=2790644 memory=683620 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733458/stat : 733458 (fscip) S 733361 733364 733298 0 -1 1077936192 30499 0 0 0 15 4 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733459] ppid=733361 vsize=2790644 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733459/stat : 733459 (fscip) S 733361 733364 733298 0 -1 1077936192 30498 0 0 0 15 4 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733460] ppid=733361 vsize=2790644 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733460/stat : 733460 (fscip) S 733361 733364 733298 0 -1 1077936192 30500 0 0 0 14 4 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733461] ppid=733361 vsize=2790644 memory=631360 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733461/stat : 733461 (fscip) S 733361 733364 733298 0 -1 1077936192 30499 0 0 0 16 3 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733462] ppid=733361 vsize=2790644 memory=3151950199654634 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733462/stat : 733462 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733463] ppid=733361 vsize=2790644 memory=11448 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733463/stat : 733463 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733464] ppid=733361 vsize=2790644 memory=10544 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733464/stat : 733464 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733465] ppid=733361 vsize=2790644 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733465/stat : 733465 (fscip) S 733361 733364 733298 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733466] ppid=733361 vsize=2790644 memory=5512 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733466/stat : 733466 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733467] ppid=733361 vsize=2790644 memory=16164 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733467/stat : 733467 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733468] ppid=733361 vsize=2790644 memory=2316 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733468/stat : 733468 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733469] ppid=733361 vsize=2790644 memory=4404 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733469/stat : 733469 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733470] ppid=733361 vsize=2790644 memory=139799440867664 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733470/stat : 733470 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733471] ppid=733361 vsize=2790644 memory=51344 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733471/stat : 733471 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733472] ppid=733361 vsize=2790644 memory=104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733472/stat : 733472 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733473] ppid=733361 vsize=2790644 memory=25932 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733473/stat : 733473 (fscip) S 733361 733364 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733474] ppid=733361 vsize=2790644 memory=21392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733474/stat : 733474 (fscip) R 733361 733364 733298 0 -1 4194368 14122 0 0 0 1 2 0 0 20 0 21 0 124757923 2857619456 423541 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2790644 KiB
Current children cumulated memory: 1694164 KiB

[startup+51.152 s]
/proc/loadavg: 37.96 14.95 22.20 84/1024 733539
/proc/meminfo: memFree=717352584/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=14947652 memory=13663152 CPUtime=483.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) S 733361 733364 733298 0 -1 1077936128 3852493 0 0 0 47227 1124 0 0 20 0 41 0 124755541 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 3736913 3415788 2966 3035 0 3656980 0
[pid=733364/tid=733455] ppid=733361 vsize=14947652 memory=11448 CPUtime=23.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733455/stat : 733455 (fscip) R 733361 733364 733298 0 -1 4194368 107200 0 0 0 2291 21 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733456] ppid=733361 vsize=14947652 memory=13762264 CPUtime=22.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733456/stat : 733456 (fscip) R 733361 733364 733298 0 -1 4194368 244675 0 0 0 2184 105 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733457] ppid=733361 vsize=14947652 memory=14046296 CPUtime=23.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733457/stat : 733457 (fscip) R 733361 733364 733298 0 -1 4194368 202249 0 0 0 2269 36 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733458] ppid=733361 vsize=14947652 memory=11448 CPUtime=23.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733458/stat : 733458 (fscip) R 733361 733364 733298 0 -1 4194368 107900 0 0 0 2289 22 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733459] ppid=733361 vsize=14947652 memory=279598882508560 CPUtime=22.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733459/stat : 733459 (fscip) R 733361 733364 733298 0 -1 4194368 237155 0 0 0 2190 98 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733460] ppid=733361 vsize=14947652 memory=18446660 CPUtime=23.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733460/stat : 733460 (fscip) R 733361 733364 733298 0 -1 4194368 213929 0 0 0 2265 40 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733461] ppid=733361 vsize=14947652 memory=0 CPUtime=23.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733461/stat : 733461 (fscip) R 733361 733364 733298 0 -1 4194368 109346 0 0 0 2289 22 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733462] ppid=733361 vsize=14947652 memory=0 CPUtime=22.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733462/stat : 733462 (fscip) R 733361 733364 733298 0 -1 4194368 233586 0 0 0 2184 102 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733463] ppid=733361 vsize=14947652 memory=-6298118513636850533 CPUtime=22.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733463/stat : 733463 (fscip) R 733361 733364 733298 0 -1 4194368 201808 0 0 0 2185 38 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733464] ppid=733361 vsize=14947652 memory=0 CPUtime=23.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733464/stat : 733464 (fscip) R 733361 733364 733298 0 -1 4194368 106783 0 0 0 2292 20 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733465] ppid=733361 vsize=14947652 memory=631360 CPUtime=22.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733465/stat : 733465 (fscip) R 733361 733364 733298 0 -1 4194368 240519 0 0 0 2181 101 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733466] ppid=733361 vsize=14947652 memory=1616620 CPUtime=23.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733466/stat : 733466 (fscip) R 733361 733364 733298 0 -1 4194368 211774 0 0 0 2267 38 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733467] ppid=733361 vsize=14947652 memory=5792580633865971555 CPUtime=23.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733467/stat : 733467 (fscip) R 733361 733364 733298 0 -1 4194368 107139 0 0 0 2289 23 0 0 20 0 41 0 124757923 15306395648 3415788 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0

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

[pid=733364/tid=733478] ppid=733361 vsize=104996784 memory=6655300316396806240 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733478/stat : 733478 (fscip) S 733361 733364 733298 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 124758344 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733479] ppid=733361 vsize=104996784 memory=164 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733479/stat : 733479 (fscip) S 733361 733364 733298 0 -1 1077936192 205 0 0 0 4 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733480] ppid=733361 vsize=104996784 memory=29836794214613092 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733480/stat : 733480 (fscip) S 733361 733364 733298 0 -1 1077936192 626 0 0 0 5 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733481] ppid=733361 vsize=104996784 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733481/stat : 733481 (fscip) S 733361 733364 733298 0 -1 1077936192 190 0 0 0 4 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733482] ppid=733361 vsize=104996784 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733482/stat : 733482 (fscip) S 733361 733364 733298 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733483] ppid=733361 vsize=104996784 memory=25333125866717268 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733483/stat : 733483 (fscip) S 733361 733364 733298 0 -1 1077936192 533 0 0 0 5 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733484] ppid=733361 vsize=104996784 memory=31900188 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733484/stat : 733484 (fscip) S 733361 733364 733298 0 -1 1077936192 227 0 0 0 3 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733485] ppid=733361 vsize=104996784 memory=30913584 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733485/stat : 733485 (fscip) S 733361 733364 733298 0 -1 1077936192 330 0 0 0 4 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733486] ppid=733361 vsize=104996784 memory=30877944 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733486/stat : 733486 (fscip) S 733361 733364 733298 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733487] ppid=733361 vsize=104996784 memory=38272 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733487/stat : 733487 (fscip) S 733361 733364 733298 0 -1 1077936192 214 0 0 0 4 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733488] ppid=733361 vsize=104996784 memory=10544 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733488/stat : 733488 (fscip) S 733361 733364 733298 0 -1 1077936192 280 0 0 0 4 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733489] ppid=733361 vsize=104996784 memory=5512 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733489/stat : 733489 (fscip) S 733361 733364 733298 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733490] ppid=733361 vsize=104996784 memory=28188 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733490/stat : 733490 (fscip) S 733361 733364 733298 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733491] ppid=733361 vsize=104996784 memory=33864 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733491/stat : 733491 (fscip) S 733361 733364 733298 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733492] ppid=733361 vsize=104996784 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733492/stat : 733492 (fscip) S 733361 733364 733298 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733493] ppid=733361 vsize=104996784 memory=3776 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733493/stat : 733493 (fscip) S 733361 733364 733298 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733494] ppid=733361 vsize=104996784 memory=40480 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733494/stat : 733494 (fscip) S 733361 733364 733298 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 124758345 107516706816 7905682 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
Current children cumulated CPU time: 71681.8 s
Current children cumulated vsize: 104996784 KiB
Current children cumulated memory: 31622728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3658.4 s]
/proc/loadavg: 77.71 79.65 78.98 82/1023 735559
/proc/meminfo: memFree=696703648/790760804 swapFree=131071996/131071996
[pid=733364] ppid=733361 vsize=105193392 memory=31858788 CPUtime=72001.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/stat : 733364 (fscip) S 733361 733364 733298 0 -1 1077936128 81302215 0 0 0 7189497 10627 0 0 20 0 41 0 124755541 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
/proc/733364/statm: 26298348 7964697 3334 3035 0 25867889 0
[pid=733364/tid=733455] ppid=733361 vsize=105193392 memory=31830276 CPUtime=3599.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733455/stat : 733455 (fscip) R 733361 733364 733298 0 -1 4194368 3636277 0 0 0 359558 430 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733456] ppid=733361 vsize=105193392 memory=31847020 CPUtime=3606.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733456/stat : 733456 (fscip) R 733361 733364 733298 0 -1 4194368 2124517 0 0 0 360298 348 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733457] ppid=733361 vsize=105193392 memory=11044 CPUtime=3594.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733457/stat : 733457 (fscip) R 733361 733364 733298 0 -1 4194368 7095355 0 0 0 358608 886 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733458] ppid=733361 vsize=105193392 memory=13252 CPUtime=3590.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733458/stat : 733458 (fscip) R 733361 733364 733298 0 -1 4194368 2469149 0 0 0 358337 690 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733459] ppid=733361 vsize=105193392 memory=6720661056282377579 CPUtime=3604.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733459/stat : 733459 (fscip) R 733361 733364 733298 0 -1 4194368 2181277 0 0 0 360174 313 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733460] ppid=733361 vsize=105193392 memory=31823924 CPUtime=3595.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733460/stat : 733460 (fscip) R 733361 733364 733298 0 -1 4194368 6580551 0 0 0 358746 835 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733461] ppid=733361 vsize=105193392 memory=19044 CPUtime=3601.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733461/stat : 733461 (fscip) R 733361 733364 733298 0 -1 4194368 2877781 0 0 0 359870 277 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733462] ppid=733361 vsize=105193392 memory=28648 CPUtime=3600.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733462/stat : 733462 (fscip) R 733361 733364 733298 0 -1 4194368 2156684 0 0 0 359750 333 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733463] ppid=733361 vsize=105193392 memory=25333125866717268 CPUtime=3591.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733463/stat : 733463 (fscip) R 733361 733364 733298 0 -1 4194368 7430075 0 0 0 358233 912 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733464] ppid=733361 vsize=105193392 memory=64250 CPUtime=3603.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733464/stat : 733464 (fscip) R 733361 733364 733298 0 -1 4194368 3394148 0 0 0 359980 357 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733465] ppid=733361 vsize=105193392 memory=6720661056282377579 CPUtime=3600.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733465/stat : 733465 (fscip) R 733361 733364 733298 0 -1 4194368 2087008 0 0 0 359747 349 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733466] ppid=733361 vsize=105193392 memory=6720661056282377579 CPUtime=3591.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733466/stat : 733466 (fscip) R 733361 733364 733298 0 -1 4194368 7523249 0 0 0 358316 868 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733467] ppid=733361 vsize=105193392 memory=1668 CPUtime=3600.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733467/stat : 733467 (fscip) R 733361 733364 733298 0 -1 4194368 2639766 0 0 0 359814 260 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733468] ppid=733361 vsize=105193392 memory=19044 CPUtime=3608.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733468/stat : 733468 (fscip) R 733361 733364 733298 0 -1 4194368 2027518 0 0 0 360449 380 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733469] ppid=733361 vsize=105193392 memory=28648 CPUtime=3581.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733469/stat : 733469 (fscip) R 733361 733364 733298 0 -1 4194368 7848679 0 0 0 357178 958 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733470] ppid=733361 vsize=105193392 memory=32792 CPUtime=3600.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733470/stat : 733470 (fscip) R 733361 733364 733298 0 -1 4194368 4233715 0 0 0 359634 441 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733471] ppid=733361 vsize=105193392 memory=7068 CPUtime=3605.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733471/stat : 733471 (fscip) R 733361 733364 733298 0 -1 4194368 1794953 0 0 0 360139 367 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733472] ppid=733361 vsize=105193392 memory=6720661056282377579 CPUtime=3592.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733472/stat : 733472 (fscip) R 733361 733364 733298 0 -1 4194368 7666929 0 0 0 358332 897 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733473] ppid=733361 vsize=105193392 memory=51344 CPUtime=3597.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733473/stat : 733473 (fscip) R 733361 733364 733298 0 -1 4194368 3390598 0 0 0 359375 331 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733474] ppid=733361 vsize=105193392 memory=104 CPUtime=3606.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733474/stat : 733474 (fscip) R 733361 733364 733298 0 -1 4194368 1920155 0 0 0 360299 329 0 0 20 0 41 0 124757923 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733475] ppid=733361 vsize=105193392 memory=25932 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733475/stat : 733475 (fscip) S 733361 733364 733298 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 124758344 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733476] ppid=733361 vsize=105193392 memory=21392 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733476/stat : 733476 (fscip) S 733361 733364 733298 0 -1 1077936192 247 0 0 0 4 0 0 0 20 0 41 0 124758344 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733477] ppid=733361 vsize=105193392 memory=2208 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733477/stat : 733477 (fscip) S 733361 733364 733298 0 -1 1077936192 211 0 0 0 2 2 0 0 20 0 41 0 124758344 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733478] ppid=733361 vsize=105193392 memory=2036 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733478/stat : 733478 (fscip) S 733361 733364 733298 0 -1 1077936192 163 0 0 0 4 0 0 0 20 0 41 0 124758344 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733479] ppid=733361 vsize=105193392 memory=6369896733133066338 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733479/stat : 733479 (fscip) S 733361 733364 733298 0 -1 1077936192 205 0 0 0 4 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733480] ppid=733361 vsize=105193392 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733480/stat : 733480 (fscip) S 733361 733364 733298 0 -1 1077936192 629 0 0 0 5 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733481] ppid=733361 vsize=105193392 memory=6080812053608558441 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733481/stat : 733481 (fscip) S 733361 733364 733298 0 -1 1077936192 190 0 0 0 4 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733482] ppid=733361 vsize=105193392 memory=6655300316396806240 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733482/stat : 733482 (fscip) S 733361 733364 733298 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733483] ppid=733361 vsize=105193392 memory=6285434543518673212 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733483/stat : 733483 (fscip) S 733361 733364 733298 0 -1 1077936192 533 0 0 0 5 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733484] ppid=733361 vsize=105193392 memory=7378673457055949651 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733484/stat : 733484 (fscip) S 733361 733364 733298 0 -1 1077936192 227 0 0 0 3 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733485] ppid=733361 vsize=105193392 memory=43347799258300564 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733485/stat : 733485 (fscip) S 733361 733364 733298 0 -1 1077936192 330 0 0 0 4 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733486] ppid=733361 vsize=105193392 memory=31572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733486/stat : 733486 (fscip) S 733361 733364 733298 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733487] ppid=733361 vsize=105193392 memory=28568 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733487/stat : 733487 (fscip) S 733361 733364 733298 0 -1 1077936192 214 0 0 0 4 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733488] ppid=733361 vsize=105193392 memory=7312 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733488/stat : 733488 (fscip) S 733361 733364 733298 0 -1 1077936192 280 0 0 0 4 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733489] ppid=733361 vsize=105193392 memory=26988 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733489/stat : 733489 (fscip) S 733361 733364 733298 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733490] ppid=733361 vsize=105193392 memory=3776 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733490/stat : 733490 (fscip) S 733361 733364 733298 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733491] ppid=733361 vsize=105193392 memory=40480 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733491/stat : 733491 (fscip) S 733361 733364 733298 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733492] ppid=733361 vsize=105193392 memory=8196 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733492/stat : 733492 (fscip) S 733361 733364 733298 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733493] ppid=733361 vsize=105193392 memory=6720661056282377579 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733493/stat : 733493 (fscip) S 733361 733364 733298 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
[pid=733364/tid=733494] ppid=733361 vsize=105193392 memory=6720661056282377579 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/733364/task/733494/stat : 733494 (fscip) S 733361 733364 733298 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 124758345 107718033408 7964697 809668444160 4194304 16623229 140736581435472 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 37781504 140736581444614 140736581444732 140736581444732 140736581451760 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 105193392 KiB
Current children cumulated memory: 31858788 KiB

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

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

# cumulated CPU time of all completed processes:  user=71895.2 s, system=107.283 s

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

[startup+3659.2 s]
/proc/loadavg: 77.71 79.65 78.98 63/984 735559
/proc/meminfo: memFree=716295704/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3659.4 s]
/proc/loadavg: 77.71 79.65 78.98 63/984 735559
/proc/meminfo: memFree=716295704/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3659.43
CPU time (s): 72002.5
CPU user time (s): 71895.2
CPU system time (s): 107.283
CPU usage (%): 1967.59
Max. virtual memory (cumulated for all children) (KiB): 105455536
Max. memory (cumulated for all children) (KiB): 31950740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71895.2
system time used= 107.283
maximum resident set size= 31950740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81302217
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= 795111
involuntary context switches= 250925


# summary of solver processes directly reported to runsolver:
#   pid: 733364
#   total CPU time (s): 72002.5
#   total CPU user time (s): 71895.2
#   total CPU system time (s): 107.283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.9802 second user time and 108.273 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-13 22:42:04
IDJOB=4465117
IDBENCH=146066
IDSOLVER=3094
FILE ID=nodeD105/4465117-1723581724
RUNJOBID= nodeD105-1723581724-733310
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622864 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX180_K67_cod2_pbEq1_newVersion_product.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-4465117-1723581724/watcher-4465117-1723581724 -o /tmp/evaluation-result-4465117-1723581724/solver-4465117-1723581724 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733310 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465117-1723581724.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 53c68bf7d19d7287f2cd1e2b2d097a69
RANDOM SEED=1241491334

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        780825504 kB
MemAvailable:   783657292 kB
Buffers:         1166172 kB
Cached:          4982428 kB
SwapCached:            0 kB
Active:          1568572 kB
Inactive:        4988688 kB
Active(anon):       2076 kB
Inactive(anon):   445996 kB
Active(file):    1566496 kB
Inactive(file):  4542692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            128516 kB
Writeback:             0 kB
AnonPages:        409272 kB
Mapped:           100820 kB
Shmem:             38920 kB
KReclaimable:     284608 kB
Slab:             712300 kB
SReclaimable:     284608 kB
SUnreclaim:       427692 kB
KernelStack:       14656 kB
PageTables:        11592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1001796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1107840 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1085440 kB
DirectMap2M:    133629952 kB
DirectMap1G:    671088640 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD105 at 2024-08-13 23:43:04