Trace number 4468625

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-08-12SAT17 71215.2 3604.16

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUMb4b357048b7fd6a2befaa81502734110
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 benchmark15
Best CPU time to get the best result obtained on this benchmark3600.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
Number of bits of the biggest sum of numbers13
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: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22794240, getVmSize() = 22794240, SCIPgetMemUsed() = 1088450, SCIPgetMemTotal() = 1367946, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 15313578, getVmSize() = 26492928, SCIPgetMemUsed() = 2041506, SCIPgetMemTotal() = 3983634, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4468625-1723490093
0.00/0.01	c   Variables        : 198 (198 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 16
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 198 (198 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 14
0.00/0.01	c Constraints        : Number
0.00/0.01	c   linear           : 9 
0.00/0.01	c   logicor          : 5 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.07	c *       0              0           1        20        1502.0000                -          -
0.00/0.10	c *       0              0           1        20        1118.0000                -          -
1.29/0.18	c *       0              0           1        20         437.0000                -          -
1.29/0.19	c *       0              0           1        20         349.0000                -          -
3.87/0.28	c *       0              2           1        20         257.0000           0.0000          -
14.07/0.83	c *       1              2           1        20         250.0000           0.0000          -
14.07/0.89	c *       1              2           1        20         246.0000           0.0000          -
16.03/0.99	c *       1              2           1        20         141.0000           0.0000          -
16.03/1.03	c *       1              2           1        20         137.0000           0.0000          -
20.97/1.18	c *       1              2           1        20         135.0000           0.0000          -
29.88/1.64	c *       2              2           1        20         103.0000           0.0000          -
98.04/5.10	c         5            569         566        20         103.0000           0.0000          -
139.26/7.20	c *       7           3303        3252        20          72.0000           0.0000          -
146.46/7.50	c *       8           2646        2609        20          70.0000           0.0000          -
198.39/10.18	c        10           3995        3946        20          70.0000           0.0000          -
241.18/12.34	c *      12           6441        6328        20          54.0000           0.0000          -
243.14/12.47	c *      12           6441        6328        20          52.0000           0.0000          -
244.90/12.58	c *      13           4597        4386        20          50.0000           0.0000          -
298.28/15.23	c        15           8584        8025        20          50.0000           0.0000          -
308.17/15.73	c *      16           6533        5830        20          49.0000           0.0000          -
308.17/15.73	c *      16           6533        5830        20          47.0000           0.0000          -
324.16/16.51	c *      17           9429        8806        20          45.0000           0.0000          -
324.16/16.60	c *      17           8437        8013        20          41.0000           0.0000          -
397.30/20.25	c        20          12427       11285        20          41.0000           0.0000          -
401.15/20.41	c *      20          12427       11285        20          40.0000           0.0000          -
496.12/25.28	c        25          15546       13830        20          40.0000           0.0000          -
594.97/30.29	c        30          28667       24565        20          40.0000           0.0000          -
695.85/35.37	c        35          17033       13518        20          40.0000           0.0000          -
796.62/40.46	c        40          42796       34830        20          40.0000           0.0000          -
895.56/45.49	c        45          45426       36600        20          40.0000           0.0000          -
925.28/46.95	c *      47          29729       24571        20          38.0000           0.0000          -
951.08/48.29	c *      48          30496       24963        20          36.0000           0.0000          -
998.44/50.63	c        51          50050       39633        20          36.0000           0.0000          -
1093.33/55.43	c *      55          36695       27508        20          34.0000           0.0000          -
1099.32/55.71	c        56          32436       26533        20          34.0000           0.0000          -
1197.96/60.73	c        61          35283       28473        20          34.0000           0.0000          -
1296.86/65.79	c        66          38374       30892        20          34.0000           0.0000          -
1397.71/70.85	c        71          41428       33350        20          34.0000           0.0000          -
1419.46/71.90	c *      72          41988       33778        20          32.0000           0.0000          -
1498.66/75.98	c        76          44560       34390        20          32.0000           0.0000          -
1600.24/81.09	c        81          48385       36871        20          32.0000           0.0000          -
1704.06/86.31	c        86          88854       61313        20          32.0000           0.0000          -
1802.87/91.37	c        91          52615       38415        20          32.0000           0.0000          -
1903.80/96.43	c        96         101642       69631        20          32.0000           0.0000          -
2002.62/101.48	c       101         103818       71229        20          32.0000           0.0000          -
2103.48/106.53	c       107          60087       43765        20          32.0000           0.0000          -
2202.32/111.58	c       112          62261       45266        20          32.0000           0.0000          -
2303.18/116.63	c       117          62583       38802        20          32.0000           0.0000          -
2402.05/121.68	c       122          66237       40886        20          32.0000           0.0000          -
2503.01/126.71	c       127         127352       86745        20          32.0000           0.0000          -
2601.84/131.71	c       132          92065       61878        20          32.0000           0.0000          -
2700.69/136.78	c       137         140183       94190        20          32.0000           0.0000          -
2801.41/141.83	c       142         146848       98607        20          32.0000           0.0000          -
2900.26/146.89	c       147         152794      102609        20          32.0000           0.0000          -
3001.11/151.98	c       152          80001       56657        20          32.0000           0.0000          -
3100.00/157.03	c       157          81784       58004        20          32.0000           0.0000          -
3113.99/157.65	c *     158          87502       62358        20          31.0000           0.0000          -
3139.69/159.01	c *     159          82408       58334        20          26.0000           0.0000          -
3157.41/159.81	c *     160         168099      111640        20          22.0000           0.0000          -
3201.94/162.06	c       162         168099      111640        20          22.0000           0.0000          -
3302.89/167.18	c       167         168194      106947        20          22.0000           0.0000          -
3402.82/172.20	c       172          95041       64705        20          22.0000           0.0000          -
3501.77/177.23	c       177          98182       66563        20          22.0000           0.0000          -
3600.78/182.28	c       182         100837       56544        20          22.0000           0.0000          -
3701.57/187.39	c       187         103562       70061        20          22.0000           0.0000          -
3802.25/192.42	c       192         202009      123868        20          22.0000           0.0000          -
3901.30/197.48	c       197         205911      125331        20          22.0000           0.0000          -
4002.37/202.56	c       203         141858       86896        20          22.0000           0.0000          -
4103.11/207.63	c       208         146080       89346        20          22.0000           0.0000          -
4201.85/212.68	c       213         216948      131325        20          22.0000           0.0000          -
4302.88/217.73	c       218         123563       68094        20          22.0000           0.0000          -
4401.86/222.78	c       223         126480       69615        20          22.0000           0.0000          -
4502.60/227.83	c       228         121823       75309        20          22.0000           0.0000          -
4601.59/232.88	c       233         246556      144531        20          22.0000           0.0000          -
4702.60/237.91	c       238         126975       78463        20          22.0000           0.0000          -
4720.37/238.81	c *     239         132002       84803        20          21.0000           0.0000          -
4801.52/242.95	c       243         257316      148765        20          21.0000           0.0000          -
4900.41/248.04	c       248         139766       87686        20          21.0000           0.0000          -
5001.99/253.10	c       253         144851       89829        20          21.0000           0.0000          -
5102.74/258.15	c       258         268314      152268        20          21.0000           0.0000          -
5201.42/263.20	c       263         278651      155980        20          21.0000           0.0000          -
5301.51/268.25	c       268         210043      117246        20          21.0000           0.0000          -
5400.42/273.27	c       273         212745      118798        20          21.0000           0.0000          -
5501.28/278.35	c       278         152917       90835        20          21.0000           0.0000          -
5600.33/283.40	c       283         306755      166186        20          21.0000           0.0000          -
5701.18/288.41	c       288         173889      103288        20          21.0000           0.0000          -
5800.37/293.47	c       293         186056       94767        20          21.0000           0.0000          -
5901.18/298.52	c       299         190238       96404        20          21.0000           0.0000          -
6000.20/303.60	c       304         229404      128120        20          21.0000           0.0000          -
6101.03/308.65	c       309         231940      129452        20          21.0000           0.0000          -
6200.08/313.70	c       314         234387      130777        20          21.0000           0.0000          -
6301.21/318.72	c       319         354640      186252        20          21.0000           0.0000          -
6399.83/323.73	c       324         196479      115147        20          21.0000           0.0000          -
6498.75/328.76	c       329         200007      116858        20          21.0000           0.0000          -
6597.92/333.77	c       334         243526      135076        20          21.0000           0.0000          -
6696.61/338.80	c       339         246828      136249        20          21.0000           0.0000          -
6797.67/343.85	c       344         197013      113523        20          21.0000           0.0000          -
6898.59/349.00	c       349         200450      115324        20          21.0000           0.0000          -
6991.77/353.63	c *     354         396056      205867        20          20.0000           0.0000          -
7000.43/354.08	c       354         204304      117138        20          20.0000           0.0000          -
7102.61/359.22	c       359         260826      141013        20          20.0000           0.0000          -
7203.63/364.33	c       364         263925      142360        20          20.0000           0.0000          -
7302.55/369.34	c       369         397214      205295        20          20.0000           0.0000          -
7403.37/374.41	c       374         217654      122540        20          20.0000           0.0000          -
7504.36/379.60	c       380         241584      120025        20          20.0000           0.0000          -
7605.34/384.65	c       385         245129      121633        20          20.0000           0.0000          -
7704.30/389.70	c       390         410721      212372        20          20.0000           0.0000          -
7805.35/394.75	c       395         253898      138841        20          20.0000           0.0000          -
7904.28/399.80	c       400         415245      214463        20          20.0000           0.0000          -
8005.38/404.82	c       405         239358      132084        20          20.0000           0.0000          -
8104.02/409.90	c       410         291512      154033        20          20.0000           0.0000          -
8204.97/414.95	c       415         266564      144361        20          20.0000           0.0000          -
8303.84/420.00	c       420         269988      145566        20          20.0000           0.0000          -
8402.92/425.05	c       425         274317      146870        20          20.0000           0.0000          -
8504.38/430.09	c       430         278289      148144        20          20.0000           0.0000          -
8605.29/435.14	c       435         455211      232131        20          20.0000           0.0000          -
8704.19/440.18	c       440         462110      234760        20          20.0000           0.0000          -
8803.14/445.20	c       445         272507      145366        20          20.0000           0.0000          -
8903.05/450.21	c       450         278490      147501        20          20.0000           0.0000          -
9001.86/455.28	c       455         302968      157468        20          20.0000           0.0000          -
9102.78/460.39	c       460         307632      159276        20          20.0000           0.0000          -
9203.75/465.45	c       465         325006      167059        20          20.0000           0.0000          -
9302.74/470.50	c       470         294786      153852        20          20.0000           0.0000          -
9403.72/475.55	c       476         510434      253658        20          20.0000           0.0000          -
9502.57/480.56	c       481         518287      256693        20          20.0000           0.0000          -
9603.83/485.65	c       486         524143      259231        20          20.0000           0.0000          -
9702.31/490.70	c       491         311595      160509        20          20.0000           0.0000          -
9803.40/495.75	c       496         325502      154541        20          20.0000           0.0000          -
9902.44/500.80	c       501         344810      174885        20          20.0000           0.0000          -
10003.33/505.84	c       506         349673      176712        20          20.0000           0.0000          -
10102.35/510.89	c       511         352481      177762        20          20.0000           0.0000          -
10203.27/515.92	c       516         574397      276352        20          20.0000           0.0000          -
10302.23/521.00	c       521         582503      279234        20          20.0000           0.0000          -
10403.98/526.06	c       526         339014      171442        20          20.0000           0.0000          -
10503.12/531.11	c       531         367216      183253        20          20.0000           0.0000          -
10519.92/532.02	c *     532         359132      166958        20          18.0000           0.0000          -
10603.81/536.17	c       536         601265      285955        20          18.0000           0.0000          -
10702.85/541.19	c       541         602226      282492        20          18.0000           0.0000          -
10802.82/546.22	c       546         392149      188213        20          18.0000           0.0000          -
10903.62/551.32	c       551         602249      282501        20          18.0000           0.0000          -
11002.56/556.34	c       556         363350      178736        20          18.0000           0.0000          -
11103.45/561.42	c       561         386920      173951        20          18.0000           0.0000          -
11202.69/566.43	c       566         613523      286395        20          18.0000           0.0000          -
11303.65/571.52	c       572         396579      177421        20          18.0000           0.0000          -
11402.54/576.57	c       577         399688      191942        20          18.0000           0.0000          -
11503.37/581.63	c       582         401524      192677        20          18.0000           0.0000          -
11602.32/586.67	c       587         410338      182378        20          18.0000           0.0000          -
11703.26/591.76	c       592         652551      299658        20          18.0000           0.0000          -
11802.26/596.79	c       597         660215      302312        20          18.0000           0.0000          -
11903.21/601.86	c       602         434591      204752        20          18.0000           0.0000          -
12002.26/606.87	c       607         426338      187963        20          18.0000           0.0000          -
12102.88/611.97	c       612         430739      189435        20          18.0000           0.0000          -
12201.85/616.98	c       617         690781      312212        20          18.0000           0.0000          -
12300.82/621.99	c       622         424672      201623        20          18.0000           0.0000          -
12399.78/627.00	c       627         418701      200213        20          18.0000           0.0000          -
12501.78/632.07	c       632         702491      317708        20          18.0000           0.0000          -
12603.67/637.22	c       637         707292      319969        20          18.0000           0.0000          -
12702.75/642.27	c       642         712595      322285        20          18.0000           0.0000          -
12803.70/647.32	c       647         718349      324643        20          18.0000           0.0000          -
12902.74/652.36	c       652         442679      208403        20          18.0000           0.0000          -
13003.76/657.41	c       657         445342      209395        20          18.0000           0.0000          -
13102.53/662.43	c       662         447112      210210        20          18.0000           0.0000          -
13203.39/667.52	c       668         443057      210911        20          18.0000           0.0000          -
13302.59/672.57	c       673         477739      206982        20          18.0000           0.0000          -
13403.48/677.61	c       678         481370      223156        20          18.0000           0.0000          -
13502.43/682.63	c       683         452880      214725        20          18.0000           0.0000          -
13603.37/687.72	c       688         767144      343178        20          18.0000           0.0000          -
13702.35/692.77	c       693         773772      345457        20          18.0000           0.0000          -
13803.29/697.82	c       698         472845      219611        20          18.0000           0.0000          -
13902.37/702.87	c       703         496286      228854        20          18.0000           0.0000          -
14003.43/707.93	c       708         792765      352280        20          18.0000           0.0000          -
14102.34/712.98	c       713         793632      352562        20          18.0000           0.0000          -
14204.24/718.04	c       718         480644      223829        20          18.0000           0.0000          -
14241.04/720.03	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
14241.04/720.03	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
14241.04/720.03	Racing ramp-up finished after 720.0300 seconds. Selected strategy 1.
14261.45/723.88	c       724         482091      224570         1          18.0000           0.0000          -           0.0000          -
14360.21/729.00	c       729        1033385      249943        20          18.0000           0.0000          -           0.0000          -
14461.68/734.05	c       734        1727411      314594        20          18.0000           0.0000          -           0.0000          -
14560.26/739.10	c       739        2457420      386043        20          18.0000           0.0000          -           0.0000          -
14659.15/744.15	c       744        3174185      450375        20          18.0000           0.0000          -           0.0000          -
14760.66/749.20	c       749        3879249      514616        20          18.0000           0.0000          -           0.0000          -
14859.51/754.25	c       754        4558597      578973        20          18.0000           0.0000          -           0.0000          -
14958.17/759.29	c       759        5255772      641739        20          18.0000           0.0000          -           0.0000          -
15058.92/764.31	c       764        5914449      693005        20          18.0000           0.0000          -           0.0000          -
15157.63/769.36	c       769        6607157      756481        20          18.0000           0.0000          -           0.0000          -
15258.33/774.42	c       774        7300528      819777        20          18.0000           0.0000          -           0.0000          -
15357.13/779.45	c       779        7996709      872724        20          18.0000           0.0000          -           0.0000          -
15457.93/784.53	c       785        8708359      934884        20          18.0000           0.0000          -           0.0000          -
15556.71/789.58	c       790        9404336      993179        20          18.0000           0.0000          -           0.0000          -
15657.43/794.65	c       795       10064901     1034538        20          18.0000           0.0000          -           0.0000          -
15758.34/799.71	c       800       10748187     1081208        20          18.0000           0.0000          -           0.0000          -
15857.19/804.71	c       805       11445220     1137100        20          18.0000           0.0000          -           0.0000          -
15955.89/809.77	c       810       12152393     1192179        20          18.0000           0.0000          -           0.0000          -
16056.53/814.82	c       815       12874789     1248226        20          18.0000           0.0000          -           0.0000          -
16155.27/819.88	c       820       13579482     1298224        20          18.0000           0.0000          -           0.0000          -
16256.05/824.93	c       825       14302605     1351777        20          18.0000           0.0000          -           0.0000          -
16354.89/829.97	c       830       15034523     1400759        20          18.0000           0.0000          -           0.0000          -
16456.31/835.04	c       835       15718362     1451829        20          18.0000           0.0000          -           0.0000          -
16555.20/840.10	c       840       16468451     1503932        20          18.0000           0.0000          -           0.0000          -
16655.94/845.15	c       845       17206978     1556356        20          18.0000           0.0000          -           0.0000          -
16754.66/850.19	c       850       17937778     1607298        20          18.0000           0.0000          -           0.0000          -
16854.44/855.21	c       855       18666822     1656594        20          18.0000           0.0000          -           0.0000          -
16955.22/860.31	c       860       19345527     1700492        20          18.0000           0.0000          -           0.0000          -
17054.23/865.36	c       865       20026821     1740598        20          18.0000           0.0000          -           0.0000          -
17152.98/870.38	c       870       20618809     1782521        20          18.0000           0.0000          -           0.0000          -
17251.92/875.39	c       875       21303024     1822994        20          18.0000           0.0000          -           0.0000          -
17352.90/880.42	c       880       22027928     1867509        20          18.0000           0.0000          -           0.0000          -
17451.53/885.44	c       885       22748391     1912029        20          18.0000           0.0000          -           0.0000          -
17552.26/890.50	c       890       23471361     1956879        20          18.0000           0.0000          -           0.0000          -
17651.13/895.57	c       896       24196204     2002742        20          18.0000           0.0000          -           0.0000          -
17752.06/900.66	c       901       24876879     2047993        20          18.0000           0.0000          -           0.0000          -
17850.98/905.69	c       906       25595702     2087867        20          18.0000           0.0000          -           0.0000          -
17951.81/910.74	c       911       26312005     2126944        20          18.0000           0.0000          -           0.0000          -
18052.76/915.83	c       916       27047129     2169395        20          18.0000           0.0000          -           0.0000          -
18153.33/920.90	c       921       27783121     2214395        20          18.0000           0.0000          -           0.0000          -
18252.23/925.96	c       926       28533099     2258476        20          18.0000           0.0000          -           0.0000          -
18351.09/930.97	c       931       29248066     2301770        20          18.0000           0.0000          -           0.0000          -
18452.80/936.07	c       936       29972699     2341326        20          18.0000           0.0000          -           0.0000          -
18551.57/941.11	c       941       30682716     2384242        20          18.0000           0.0000          -           0.0000          -
18650.28/946.13	c       946       31384613     2425726        20          18.0000           0.0000          -           0.0000          -
18752.29/951.21	c       951       32113647     2464665        20          18.0000           0.0000          -           0.0000          -
18851.26/956.24	c       956       32796648     2503646        20          18.0000           0.0000          -           0.0000          -
18950.15/961.30	c       961       33519848     2543481        20          18.0000           0.0000          -           0.0000          -
19050.86/966.33	c       966       34232525     2583738        20          18.0000           0.0000          -           0.0000          -
19149.69/971.39	c       971       34945193     2624034        20          18.0000           0.0000          -           0.0000          -
19250.51/976.44	c       976       35658663     2664410        20          18.0000           0.0000          -           0.0000          -
19349.37/981.49	c       982       36358232     2704306        20          18.0000           0.0000          -           0.0000          -
19450.14/986.55	c       987       37059787     2743037        20          18.0000           0.0000          -           0.0000          -
19549.00/991.57	c       992       37780431     2782510        20          18.0000           0.0000          -           0.0000          -
19649.88/996.66	c       997       38527479     2821475        20          18.0000           0.0000          -           0.0000          -
19750.83/1001.71	c      1002       39247855     2861944        20          18.0000           0.0000          -           0.0000          -
19849.57/1006.76	c      1007       39959567     2900965        20          18.0000           0.0000          -           0.0000          -
19950.42/1011.81	c      1012       40670594     2940358        20          18.0000           0.0000          -           0.0000          -
20049.41/1016.86	c      1017       41380234     2977542        20          18.0000           0.0000          -           0.0000          -
20150.11/1021.91	c      1022       42089669     3015602        20          18.0000           0.0000          -           0.0000          -
20248.86/1026.95	c      1027       42794388     3050232        20          18.0000           0.0000          -           0.0000          -
20347.84/1031.98	c      1032       43473933     3086770        20          18.0000           0.0000          -           0.0000          -
20446.63/1037.00	c      1037       44116513     3123647        20          18.0000           0.0000          -           0.0000          -
20545.35/1042.02	c      1042       44802526     3157431        20          18.0000           0.0000          -           0.0000          -
20646.85/1047.07	c      1047       45502045     3193341        20          18.0000           0.0000          -           0.0000          -
20745.85/1052.12	c      1052       46206471     3226585        20          18.0000           0.0000          -           0.0000          -
20846.54/1057.18	c      1057       46906879     3260579        20          18.0000           0.0000          -           0.0000          -
20946.73/1062.24	c      1062       47628897     3297098        20          18.0000           0.0000          -           0.0000          -
21045.63/1067.29	c      1067       48330413     3332792        20          18.0000           0.0000          -           0.0000          -
21146.46/1072.32	c      1072       48986247     3366330        20          18.0000           0.0000          -           0.0000          -
21245.49/1077.35	c      1077       49695507     3402071        20          18.0000           0.0000          -           0.0000          -
21344.21/1082.36	c      1082       50396050     3435285        20          18.0000           0.0000          -           0.0000          -
21445.09/1087.41	c      1087       51091623     3468198        20          18.0000           0.0000          -           0.0000          -
21546.20/1092.54	c      1093       51777514     3500480        20          18.0000           0.0000          -           0.0000          -
21644.90/1097.58	c      1098       52461010     3534690        20          18.0000           0.0000          -           0.0000          -
21745.76/1102.63	c      1103       53130938     3568779        20          18.0000           0.0000          -           0.0000          -
21844.74/1107.67	c      1108       53786446     3597752        20          18.0000           0.0000          -           0.0000          -
21945.56/1112.77	c      1113       54465330     3630084        20          18.0000           0.0000          -           0.0000          -
22046.40/1117.83	c      1118       55168030     3664983        20          18.0000           0.0000          -           0.0000          -
22145.36/1122.86	c      1123       55846782     3698018        20          18.0000           0.0000          -           0.0000          -
22246.30/1127.95	c      1128       56545062     3730773        20          18.0000           0.0000          -           0.0000          -
22345.02/1133.00	c      1133       57245963     3765707        20          18.0000           0.0000          -           0.0000          -
22446.60/1138.05	c      1138       57933848     3797323        20          18.0000           0.0000          -           0.0000          -
22545.51/1143.09	c      1143       58615056     3829771        20          18.0000           0.0000          -           0.0000          -
22646.46/1148.14	c      1148       59311660     3862567        20          18.0000           0.0000          -           0.0000          -
22745.23/1153.15	c      1153       60022967     3893261        20          18.0000           0.0000          -           0.0000          -
22845.35/1158.24	c      1158       60677209     3925473        20          18.0000           0.0000          -           0.0000          -
22944.24/1163.29	c      1163       61405426     3956910        20          18.0000           0.0000          -           0.0000          -
23045.29/1168.35	c      1168       62111832     3987468        20          18.0000           0.0000          -           0.0000          -
23143.99/1173.40	c      1173       62821308     4018977        20          18.0000           0.0000          -           0.0000          -
23244.90/1178.45	c      1178       63526281     4049432        20          18.0000           0.0000          -           0.0000          -
23343.72/1183.48	c      1183       64205794     4079600        20          18.0000           0.0000          -           0.0000          -
23444.61/1188.54	c      1189       64911056     4108024        20          18.0000           0.0000          -           0.0000          -
23543.49/1193.60	c      1194       65641777     4135937        20          18.0000           0.0000          -           0.0000          -
23644.47/1198.65	c      1199       66344113     4165216        20          18.0000           0.0000          -           0.0000          -
23743.29/1203.67	c      1204       67016875     4193246        20          18.0000           0.0000          -           0.0000          -
23844.15/1208.75	c      1209       67755625     4223418        20          18.0000           0.0000          -           0.0000          -
23943.07/1213.80	c      1214       68472939     4254922        20          18.0000           0.0000          -           0.0000          -
24043.91/1218.82	c      1219       69160606     4284843        20          18.0000           0.0000          -           0.0000          -
24142.83/1223.86	c      1224       69827337     4314840        20          18.0000           0.0000          -           0.0000          -
24243.77/1228.91	c      1229       70531041     4345137        20          18.0000           0.0000          -           0.0000          -
24342.68/1234.00	c      1234       71272584     4376621        20          18.0000           0.0000          -           0.0000          -
24441.48/1239.05	c      1239       71982105     4406425        20          18.0000           0.0000          -           0.0000          -
24543.54/1244.08	c      1244       72687703     4436189        20          18.0000           0.0000          -           0.0000          -
24642.09/1249.10	c      1249       73410015     4466162        20          18.0000           0.0000          -           0.0000          -
24741.21/1254.12	c      1254       74138591     4495865        20          18.0000           0.0000          -           0.0000          -
24842.01/1259.17	c      1259       74862351     4524395        20          18.0000           0.0000          -           0.0000          -
24941.96/1264.23	c      1264       75578640     4553177        20          18.0000           0.0000          -           0.0000          -
25040.99/1269.26	c      1269       76284812     4581704        20          18.0000           0.0000          -           0.0000          -
25141.89/1274.33	c      1274       76988524     4609216        20          18.0000           0.0000          -           0.0000          -
25240.78/1279.36	c      1279       77702258     4637712        20          18.0000           0.0000          -           0.0000          -
25341.76/1284.43	c      1284       78409492     4665950        20          18.0000           0.0000          -           0.0000          -
25440.71/1289.47	c      1289       79121257     4694525        20          18.0000           0.0000          -           0.0000          -
25541.52/1294.60	c      1295       79848661     4721792        20          18.0000           0.0000          -           0.0000          -
25642.52/1299.61	c      1300       80535414     4751023        20          18.0000           0.0000          -           0.0000          -
25741.41/1304.63	c      1305       81244171     4780257        20          18.0000           0.0000          -           0.0000          -
25840.36/1309.70	c      1310       81942042     4807588        20          18.0000           0.0000          -           0.0000          -
25941.48/1314.80	c      1315       82666696     4836857        20          18.0000           0.0000          -           0.0000          -
26042.32/1319.83	c      1320       83348408     4863626        20          18.0000           0.0000          -           0.0000          -
26141.10/1324.90	c      1325       84084361     4891336        20          18.0000           0.0000          -           0.0000          -
26242.03/1329.95	c      1330       84775859     4918140        20          18.0000           0.0000          -           0.0000          -
26341.08/1335.00	c      1335       85474512     4943605        20          18.0000           0.0000          -           0.0000          -
26442.92/1340.05	c      1340       86181903     4968410        20          18.0000           0.0000          -           0.0000          -
26542.05/1345.10	c      1345       86890317     4993649        20          18.0000           0.0000          -           0.0000          -
26642.63/1350.15	c      1350       87593376     5021632        20          18.0000           0.0000          -           0.0000          -
26741.65/1355.20	c      1355       88300882     5048691        20          18.0000           0.0000          -           0.0000          -
26841.82/1360.23	c      1360       88932680     5077786        20          18.0000           0.0000          -           0.0000          -
26940.91/1365.26	c      1365       89638098     5104739        20          18.0000           0.0000          -           0.0000          -
27041.74/1370.35	c      1370       90377845     5133200        20          18.0000           0.0000          -           0.0000          -
27140.66/1375.39	c      1375       91069453     5162903        20          18.0000           0.0000          -           0.0000          -
27241.71/1380.42	c      1380       91787245     5191836        20          18.0000           0.0000          -           0.0000          -
27340.73/1385.48	c      1385       92510187     5221033        20          18.0000           0.0000          -           0.0000          -
27441.70/1390.54	c      1391       93230014     5248230        20          18.0000           0.0000          -           0.0000          -
27540.53/1395.60	c      1396       93970817     5275422        20          18.0000           0.0000          -           0.0000          -
27641.65/1400.65	c      1401       94679234     5302978        20          18.0000           0.0000          -           0.0000          -
27740.53/1405.70	c      1406       95392745     5332490        20          18.0000           0.0000          -           0.0000          -
27841.33/1410.72	c      1411       96071076     5360273        20          18.0000           0.0000          -           0.0000          -
27940.15/1415.79	c      1416       96769530     5386634        20          18.0000           0.0000          -           0.0000          -
28041.16/1420.85	c      1421       97492377     5414036        20          18.0000           0.0000          -           0.0000          -
28140.17/1425.90	c      1426       98192501     5441684        20          18.0000           0.0000          -           0.0000          -
28241.04/1430.93	c      1431       98865464     5468315        20          18.0000           0.0000          -           0.0000          -
28339.86/1436.00	c      1436       99576145     5494996        20          18.0000           0.0000          -           0.0000          -
28438.77/1441.04	c      1441      100248255     5521121        20          18.0000           0.0000          -           0.0000          -
28540.49/1446.10	c      1446      100959184     5547501        20          18.0000           0.0000          -           0.0000          -
28641.31/1451.14	c      1451      101634644     5573412        20          18.0000           0.0000          -           0.0000          -
28740.71/1456.17	c      1456      102332609     5600742        20          18.0000           0.0000          -           0.0000          -
28839.29/1461.20	c      1461      103034510     5629505        20          18.0000           0.0000          -           0.0000          -
28939.55/1466.21	c      1466      103727266     5652598        20          18.0000           0.0000          -           0.0000          -
29040.38/1471.34	c      1471      104422329     5676989        20          18.0000           0.0000          -           0.0000          -
29139.34/1476.39	c      1476      105119489     5701631        20          18.0000           0.0000          -           0.0000          -
29240.26/1481.40	c      1481      105801891     5726382        20          18.0000           0.0000          -           0.0000          -
29339.26/1486.50	c      1486      106517446     5751552        20          18.0000           0.0000          -           0.0000          -
29440.22/1491.52	c      1492      107186790     5777060        20          18.0000           0.0000          -           0.0000          -
29539.17/1496.53	c      1497      107875039     5802090        20          18.0000           0.0000          -           0.0000          -
29638.35/1501.56	c      1502      108566611     5826126        20          18.0000           0.0000          -           0.0000          -
29737.17/1506.56	c      1507      109263617     5851765        20          18.0000           0.0000          -           0.0000          -
29838.10/1511.62	c      1512      109952020     5874609        20          18.0000           0.0000          -           0.0000          -
29938.96/1516.75	c      1517      110636437     5899050        20          18.0000           0.0000          -           0.0000          -
30039.69/1521.85	c      1522      111342903     5923203        20          18.0000           0.0000          -           0.0000          -
30138.89/1526.90	c      1527      112027054     5946218        20          18.0000           0.0000          -           0.0000          -
30239.86/1531.94	c      1532      112693885     5969908        20          18.0000           0.0000          -           0.0000          -
30338.74/1536.97	c      1537      113377695     5994346        20          18.0000           0.0000          -           0.0000          -
30437.93/1542.01	c      1542      114057093     6017825        20          18.0000           0.0000          -           0.0000          -
30536.90/1547.03	c      1547      114733234     6039523        20          18.0000           0.0000          -           0.0000          -
30640.37/1552.15	c      1552      115439380     6064856        20          18.0000           0.0000          -           0.0000          -
30739.28/1557.19	c      1557      116123452     6088556        20          18.0000           0.0000          -           0.0000          -
30839.60/1562.21	c      1562      116793812     6111072        20          18.0000           0.0000          -           0.0000          -
30938.45/1567.30	c      1567      117508947     6133769        20          18.0000           0.0000          -           0.0000          -
31039.35/1572.35	c      1572      118198494     6156294        20          18.0000           0.0000          -           0.0000          -
31138.32/1577.36	c      1577      118872927     6179094        20          18.0000           0.0000          -           0.0000          -
31237.47/1582.37	c      1582      119580877     6201203        20          18.0000           0.0000          -           0.0000          -
31338.25/1587.41	c      1587      120277266     6224339        20          18.0000           0.0000          -           0.0000          -
31439.17/1592.55	c      1593      121001261     6246139        20          18.0000           0.0000          -           0.0000          -
31538.35/1597.60	c      1598      121712930     6268375        20          18.0000           0.0000          -           0.0000          -
31639.07/1602.65	c      1603      122421294     6290121        20          18.0000           0.0000          -           0.0000          -
31738.04/1607.70	c      1608      123127338     6312030        20          18.0000           0.0000          -           0.0000          -
31838.99/1612.75	c      1613      123836953     6333066        20          18.0000           0.0000          -           0.0000          -
31938.17/1617.80	c      1618      124541311     6354132        20          18.0000           0.0000          -           0.0000          -
32038.97/1622.85	c      1623      125245743     6375960        20          18.0000           0.0000          -           0.0000          -
32138.09/1627.90	c      1628      125953453     6398317        20          18.0000           0.0000          -           0.0000          -
32238.95/1632.93	c      1633      126622529     6417881        20          18.0000           0.0000          -           0.0000          -
32337.97/1637.97	c      1638      127218359     6436376        20          18.0000           0.0000          -           0.0000          -
32437.00/1643.04	c      1643      127825854     6457205        20          18.0000           0.0000          -           0.0000          -
32538.81/1648.11	c      1648      128520731     6479198        20          18.0000           0.0000          -           0.0000          -
32637.61/1653.12	c      1653      129200319     6501964        20          18.0000           0.0000          -           0.0000          -
32736.71/1658.14	c      1658      129894660     6524612        20          18.0000           0.0000          -           0.0000          -
32837.89/1663.17	c      1663      130547837     6547618        20          18.0000           0.0000          -           0.0000          -
32937.94/1668.27	c      1668      131240400     6568062        20          18.0000           0.0000          -           0.0000          -
33036.85/1673.30	c      1673      131937389     6589890        20          18.0000           0.0000          -           0.0000          -
33137.92/1678.31	c      1678      132630263     6610248        20          18.0000           0.0000          -           0.0000          -
33238.87/1683.45	c      1683      133345527     6631932        20          18.0000           0.0000          -           0.0000          -
33339.94/1688.50	c      1689      134047871     6654058        20          18.0000           0.0000          -           0.0000          -
33439.02/1693.55	c      1694      134738268     6675107        20          18.0000           0.0000          -           0.0000          -
33539.84/1698.60	c      1699      135413686     6696876        20          18.0000           0.0000          -           0.0000          -
33638.84/1703.65	c      1704      136132835     6717755        20          18.0000           0.0000          -           0.0000          -
33739.78/1708.72	c      1709      136830129     6738332        20          18.0000           0.0000          -           0.0000          -
33838.95/1713.75	c      1714      137524268     6758324        20          18.0000           0.0000          -           0.0000          -
33937.85/1718.77	c      1719      138196109     6779365        20          18.0000           0.0000          -           0.0000          -
34038.89/1723.85	c      1724      138911012     6798899        20          18.0000           0.0000          -           0.0000          -
34139.92/1728.91	c      1729      139608566     6820630        20          18.0000           0.0000          -           0.0000          -
34238.93/1733.96	c      1734      140305526     6840390        20          18.0000           0.0000          -           0.0000          -
34337.68/1738.98	c      1739      140976991     6861125        20          18.0000           0.0000          -           0.0000          -
34436.57/1744.02	c      1744      141677677     6881890        20          18.0000           0.0000          -           0.0000          -
34535.60/1749.03	c      1749      142391503     6902963        20          18.0000           0.0000          -           0.0000          -
34634.80/1754.05	c      1754      143098474     6924118        20          18.0000           0.0000          -           0.0000          -
34736.67/1759.05	c      1759      143793280     6943166        20          18.0000           0.0000          -           0.0000          -
34835.46/1764.07	c      1764      144461941     6963161        20          18.0000           0.0000          -           0.0000          -
34934.55/1769.12	c      1769      145160441     6984046        20          18.0000           0.0000          -           0.0000          -
35035.60/1774.15	c      1774      145839001     7004201        20          18.0000           0.0000          -           0.0000          -
35135.77/1779.22	c      1779      146568330     7024639        20          18.0000           0.0000          -           0.0000          -
35234.89/1784.23	c      1784      147244183     7044094        20          18.0000           0.0000          -           0.0000          -
35333.94/1789.28	c      1789      147922827     7064841        20          18.0000           0.0000          -           0.0000          -
35435.06/1794.37	c      1794      148593748     7084851        20          18.0000           0.0000          -           0.0000          -
35534.00/1799.40	c      1799      149264565     7103850        20          18.0000           0.0000          -           0.0000          -
35635.11/1804.47	c      1804      149981528     7121235        20          18.0000           0.0000          -           0.0000          -
35736.21/1809.52	c      1810      150682613     7138960        20          18.0000           0.0000          -           0.0000          -
35835.02/1814.56	c      1815      151393964     7160029        20          18.0000           0.0000          -           0.0000          -
35936.01/1819.61	c      1820      152066050     7181679        20          18.0000           0.0000          -           0.0000          -
36035.18/1824.62	c      1825      152764829     7203468        20          18.0000           0.0000          -           0.0000          -
36134.18/1829.70	c      1830      153475779     7227689        20          18.0000           0.0000          -           0.0000          -
36235.04/1834.71	c      1835      154174795     7249428        20          18.0000           0.0000          -           0.0000          -
36334.11/1839.75	c      1840      154889227     7273782        20          18.0000           0.0000          -           0.0000          -
36433.16/1844.76	c      1845      155592482     7296183        20          18.0000           0.0000          -           0.0000          -
36532.20/1849.79	c      1850      156300123     7318222        20          18.0000           0.0000          -           0.0000          -
36635.12/1854.96	c      1855      157007622     7340160        20          18.0000           0.0000          -           0.0000          -
36734.08/1859.99	c      1860      157703451     7359700        20          18.0000           0.0000          -           0.0000          -
36833.04/1865.01	c      1865      158410526     7381865        20          18.0000           0.0000          -           0.0000          -
36934.78/1870.10	c      1870      159116256     7404126        20          18.0000           0.0000          -           0.0000          -
37033.61/1875.13	c      1875      159800934     7422862        20          18.0000           0.0000          -           0.0000          -
37135.80/1880.21	c      1880      160418027     7443694        20          18.0000           0.0000          -           0.0000          -
37234.86/1885.24	c      1885      161043654     7464528        20          18.0000           0.0000          -           0.0000          -
37335.90/1890.32	c      1890      161664952     7484223        20          18.0000           0.0000          -           0.0000          -
37435.01/1895.37	c      1895      162274659     7505242        20          18.0000           0.0000          -           0.0000          -
37535.94/1900.42	c      1900      162884953     7526747        20          18.0000           0.0000          -           0.0000          -
37635.05/1905.47	c      1905      163494466     7547753        20          18.0000           0.0000          -           0.0000          -
37736.13/1910.52	c      1911      164106190     7567868        20          18.0000           0.0000          -           0.0000          -
37835.20/1915.57	c      1916      164718415     7587897        20          18.0000           0.0000          -           0.0000          -
37936.10/1920.61	c      1921      165314993     7607904        20          18.0000           0.0000          -           0.0000          -
38035.18/1925.67	c      1926      165961252     7628496        20          18.0000           0.0000          -           0.0000          -
38134.25/1930.70	c      1931      166566581     7647979        20          18.0000           0.0000          -           0.0000          -
38235.28/1935.74	c      1936      167180824     7667038        20          18.0000           0.0000          -           0.0000          -
38334.50/1940.76	c      1941      167790271     7686610        20          18.0000           0.0000          -           0.0000          -
38435.32/1945.86	c      1946      168407223     7706379        20          18.0000           0.0000          -           0.0000          -
38536.36/1950.91	c      1951      168990954     7725115        20          18.0000           0.0000          -           0.0000          -
38635.44/1955.95	c      1956      169587950     7744043        20          18.0000           0.0000          -           0.0000          -
38734.63/1960.96	c      1961      170212968     7763239        20          18.0000           0.0000          -           0.0000          -
38833.66/1966.03	c      1966      170805746     7780629        20          18.0000           0.0000          -           0.0000          -
38935.47/1971.11	c      1971      171435794     7800474        20          18.0000           0.0000          -           0.0000          -
39036.52/1976.16	c      1976      172045742     7819138        20          18.0000           0.0000          -           0.0000          -
39136.64/1981.20	c      1981      172670133     7838487        20          18.0000           0.0000          -           0.0000          -
39235.69/1986.23	c      1986      173320951     7858363        20          18.0000           0.0000          -           0.0000          -
39334.80/1991.24	c      1991      173979653     7875844        20          18.0000           0.0000          -           0.0000          -
39435.92/1996.33	c      1996      174672440     7895370        20          18.0000           0.0000          -           0.0000          -
39534.90/2001.36	c      2001      175367572     7915255        20          18.0000           0.0000          -           0.0000          -
39635.91/2006.41	c      2006      176060617     7935799        20          18.0000           0.0000          -           0.0000          -
39736.92/2011.51	c      2012      176778868     7954736        20          18.0000           0.0000          -           0.0000          -
39835.96/2016.56	c      2017      177465952     7974388        20          18.0000           0.0000          -           0.0000          -
39935.19/2021.59	c      2022      178139035     7993021        20          18.0000           0.0000          -           0.0000          -
40034.00/2026.60	c      2027      178837683     8012082        20          18.0000           0.0000          -           0.0000          -
40135.04/2031.68	c      2032      179522111     8030894        20          18.0000           0.0000          -           0.0000          -
40236.12/2036.77	c      2037      180228826     8050103        20          18.0000           0.0000          -           0.0000          -
40337.10/2041.82	c      2042      180906273     8068679        20          18.0000           0.0000          -           0.0000          -
40436.09/2046.84	c      2047      181563030     8086078        20          18.0000           0.0000          -           0.0000          -
40537.04/2051.90	c      2052      182265349     8104467        20          18.0000           0.0000          -           0.0000          -
40636.07/2056.96	c      2057      182934708     8122118        20          18.0000           0.0000          -           0.0000          -
40735.14/2061.97	c      2062      183590821     8139402        20          18.0000           0.0000          -           0.0000          -
40834.25/2067.03	c      2067      184269005     8158026        20          18.0000           0.0000          -           0.0000          -
40935.92/2072.11	c      2072      184949428     8175160        20          18.0000           0.0000          -           0.0000          -
41036.76/2077.14	c      2077      185623843     8191980        20          18.0000           0.0000          -           0.0000          -
41137.22/2082.21	c      2082      186311562     8207706        20          18.0000           0.0000          -           0.0000          -
41236.16/2087.26	c      2087      186982876     8224660        20          18.0000           0.0000          -           0.0000          -
41337.07/2092.30	c      2092      187639323     8243122        20          18.0000           0.0000          -           0.0000          -
41436.06/2097.36	c      2097      188331649     8260808        20          18.0000           0.0000          -           0.0000          -
41537.09/2102.41	c      2102      189003911     8277548        20          18.0000           0.0000          -           0.0000          -
41636.16/2107.43	c      2107      189664986     8295600        20          18.0000           0.0000          -           0.0000          -
41735.19/2112.49	c      2112      190351397     8314406        20          18.0000           0.0000          -           0.0000          -
41836.23/2117.51	c      2118      191030443     8330935        20          18.0000           0.0000          -           0.0000          -
41935.16/2122.59	c      2123      191702108     8348640        20          18.0000           0.0000          -           0.0000          -
42036.13/2127.66	c      2128      192386696     8365008        20          18.0000           0.0000          -           0.0000          -
42135.17/2132.67	c      2133      193048140     8382649        20          18.0000           0.0000          -           0.0000          -
42236.17/2137.71	c      2138      193723889     8399665        20          18.0000           0.0000          -           0.0000          -
42335.04/2142.73	c      2143      194412964     8416105        20          18.0000           0.0000          -           0.0000          -
42436.26/2147.82	c      2148      195087039     8433703        20          18.0000           0.0000          -           0.0000          -
42535.27/2152.88	c      2153      195762855     8451001        20          18.0000           0.0000          -           0.0000          -
42636.20/2157.96	c      2158      196454922     8468918        20          18.0000           0.0000          -           0.0000          -
42735.34/2163.01	c      2163      197137966     8486247        20          18.0000           0.0000          -           0.0000          -
42837.21/2168.06	c      2168      197817594     8502817        20          18.0000           0.0000          -           0.0000          -
42936.03/2173.11	c      2173      198483422     8518305        20          18.0000           0.0000          -           0.0000          -
43037.23/2178.15	c      2178      199158700     8535510        20          18.0000           0.0000          -           0.0000          -
43137.27/2183.20	c      2183      199832832     8552422        20          18.0000           0.0000          -           0.0000          -
43236.28/2188.22	c      2188      200480215     8569342        20          18.0000           0.0000          -           0.0000          -
43335.31/2193.28	c      2193      201155806     8586776        20          18.0000           0.0000          -           0.0000          -
43436.31/2198.36	c      2198      201847708     8602159        20          18.0000           0.0000          -           0.0000          -
43535.38/2203.38	c      2203      202510326     8619300        20          18.0000           0.0000          -           0.0000          -
43636.36/2208.46	c      2208      203215115     8637575        20          18.0000           0.0000          -           0.0000          -
43737.51/2213.51	c      2214      203890301     8654739        20          18.0000           0.0000          -           0.0000          -
43836.64/2218.56	c      2219      204570306     8671492        20          18.0000           0.0000          -           0.0000          -
43937.57/2223.61	c      2224      205244948     8689015        20          18.0000           0.0000          -           0.0000          -
44036.70/2228.66	c      2229      205918950     8706391        20          18.0000           0.0000          -           0.0000          -
44137.43/2233.71	c      2234      206603009     8723240        20          18.0000           0.0000          -           0.0000          -
44236.37/2238.76	c      2239      207297639     8741321        20          18.0000           0.0000          -           0.0000          -
44337.47/2243.81	c      2244      207982063     8756479        20          18.0000           0.0000          -           0.0000          -
44436.40/2248.85	c      2249      208650754     8772410        20          18.0000           0.0000          -           0.0000          -
44537.36/2253.91	c      2254      209364811     8789388        20          18.0000           0.0000          -           0.0000          -
44636.31/2258.96	c      2259      210059258     8806358        20          18.0000           0.0000          -           0.0000          -
44735.41/2263.97	c      2264      210733747     8822011        20          18.0000           0.0000          -           0.0000          -
44834.33/2268.99	c      2269      211420690     8838635        20          18.0000           0.0000          -           0.0000          -
44936.22/2274.12	c      2274      212142781     8854897        20          18.0000           0.0000          -           0.0000          -
45037.35/2279.17	c      2279      212850456     8871285        20          18.0000           0.0000          -           0.0000          -
45137.23/2284.21	c      2284      213516358     8888498        20          18.0000           0.0000          -           0.0000          -
45236.30/2289.27	c      2289      214219205     8904951        20          18.0000           0.0000          -           0.0000          -
45337.32/2294.32	c      2294      214907428     8921982        20          18.0000           0.0000          -           0.0000          -
45436.28/2299.37	c      2299      215554367     8938373        20          18.0000           0.0000          -           0.0000          -
45537.33/2304.40	c      2304      216214930     8956103        20          18.0000           0.0000          -           0.0000          -
45636.51/2309.47	c      2309      216926978     8972523        20          18.0000           0.0000          -           0.0000          -
45735.40/2314.50	c      2314      217591337     8989266        20          18.0000           0.0000          -           0.0000          -
45836.44/2319.54	c      2320      218257418     9004337        20          18.0000           0.0000          -           0.0000          -
45937.42/2324.62	c      2325      218951304     9021896        20          18.0000           0.0000          -           0.0000          -
46036.27/2329.67	c      2330      219625909     9038057        20          18.0000           0.0000          -           0.0000          -
46137.36/2334.72	c      2335      220300428     9054002        20          18.0000           0.0000          -           0.0000          -
46236.35/2339.76	c      2340      220955513     9070197        20          18.0000           0.0000          -           0.0000          -
46337.36/2344.82	c      2345      221655509     9085493        20          18.0000           0.0000          -           0.0000          -
46436.43/2349.84	c      2350      222317352     9102823        20          18.0000           0.0000          -           0.0000          -
46537.27/2354.92	c      2355      223020922     9118689        20          18.0000           0.0000          -           0.0000          -
46636.22/2359.97	c      2360      223697779     9135303        20          18.0000           0.0000          -           0.0000          -
46735.38/2365.02	c      2365      224395560     9153374        20          18.0000           0.0000          -           0.0000          -
46837.12/2370.06	c      2370      225064814     9168930        20          18.0000           0.0000          -           0.0000          -
46936.09/2375.09	c      2375      225754611     9185667        20          18.0000           0.0000          -           0.0000          -
47035.09/2380.10	c      2380      226452519     9200773        20          18.0000           0.0000          -           0.0000          -
47134.27/2385.11	c      2385      227126254     9215983        20          18.0000           0.0000          -           0.0000          -
47236.46/2390.24	c      2390      227807148     9231870        20          18.0000           0.0000          -           0.0000          -
47337.40/2395.32	c      2395      228509310     9248634        20          18.0000           0.0000          -           0.0000          -
47436.61/2400.37	c      2400      229196616     9264222        20          18.0000           0.0000          -           0.0000          -
47537.47/2405.42	c      2405      229874960     9279168        20          18.0000           0.0000          -           0.0000          -
47636.48/2410.47	c      2410      230546642     9293638        20          18.0000           0.0000          -           0.0000          -
47735.51/2415.49	c      2415      231193685     9309599        20          18.0000           0.0000          -           0.0000          -
47836.53/2420.52	c      2421      231872127     9326130        20          18.0000           0.0000          -           0.0000          -
47923.75/2424.94	c *    2425      232493395     9338899        20          17.0000           0.0000          -           0.0000          -
47934.98/2425.59	c      2426      232558441     9332567        20          17.0000           0.0000          -           0.0000          -
48035.94/2430.67	c      2431      233255944     9309396        20          17.0000           0.0000          -           0.0000          -
48136.94/2435.72	c      2436      233924117     9325248        20          17.0000           0.0000          -           0.0000          -
48236.02/2440.77	c      2441      234589697     9341084        20          17.0000           0.0000          -           0.0000          -
48337.19/2445.82	c      2446      235257941     9356615        20          17.0000           0.0000          -           0.0000          -
48436.03/2450.87	c      2451      235915611     9372595        20          17.0000           0.0000          -           0.0000          -
48537.21/2455.92	c      2456      236571498     9388290        20          17.0000           0.0000          -           0.0000          -
48635.98/2460.94	c      2461      237209191     9404333        20          17.0000           0.0000          -           0.0000          -
48734.98/2465.98	c      2466      237864559     9419574        20          17.0000           0.0000          -           0.0000          -
48836.72/2471.06	c      2471      238523675     9434987        20          17.0000           0.0000          -           0.0000          -
48935.79/2476.11	c      2476      239193487     9449238        20          17.0000           0.0000          -           0.0000          -
49036.96/2481.17	c      2481      239870487     9463899        20          17.0000           0.0000          -           0.0000          -
49136.94/2486.22	c      2486      240529125     9479226        20          17.0000           0.0000          -           0.0000          -
49236.15/2491.27	c      2491      241184383     9494320        20          17.0000           0.0000          -           0.0000          -
49337.04/2496.31	c      2496      241847439     9509727        20          17.0000           0.0000          -           0.0000          -
49436.16/2501.34	c      2501      242529286     9524671        20          17.0000           0.0000          -           0.0000          -
49537.10/2506.42	c      2506      243224288     9539931        20          17.0000           0.0000          -           0.0000          -
49636.22/2511.44	c      2511      243880285     9554664        20          17.0000           0.0000          -           0.0000          -
49735.29/2516.46	c      2516      244556913     9570570        20          17.0000           0.0000          -           0.0000          -
49836.52/2521.54	c      2522      245238844     9584621        20          17.0000           0.0000          -           0.0000          -
49935.30/2526.55	c      2527      245902458     9600775        20          17.0000           0.0000          -           0.0000          -
50036.24/2531.65	c      2532      246574177     9615069        20          17.0000           0.0000          -           0.0000          -
50135.30/2536.67	c      2537      247246019     9630315        20          17.0000           0.0000          -           0.0000          -
50236.36/2541.77	c      2542      247940253     9643746        20          17.0000           0.0000          -           0.0000          -
50337.36/2546.82	c      2547      248614319     9659623        20          17.0000           0.0000          -           0.0000          -
50436.38/2551.83	c      2552      249265954     9675733        20          17.0000           0.0000          -           0.0000          -
50535.42/2556.86	c      2557      249940944     9689773        20          17.0000           0.0000          -           0.0000          -
50636.40/2561.98	c      2562      250634018     9705385        20          17.0000           0.0000          -           0.0000          -
50735.52/2567.03	c      2567      251299582     9720771        20          17.0000           0.0000          -           0.0000          -
50837.17/2572.05	c      2572      251949954     9735527        20          17.0000           0.0000          -           0.0000          -
50936.29/2577.11	c      2577      252623260     9750605        20          17.0000           0.0000          -           0.0000          -
51037.46/2582.18	c      2582      253333235     9764168        20          17.0000           0.0000          -           0.0000          -
51137.51/2587.22	c      2587      253977959     9779850        20          17.0000           0.0000          -           0.0000          -
51236.58/2592.26	c      2592      254645738     9795699        20          17.0000           0.0000          -           0.0000          -
51337.69/2597.33	c      2597      255331813     9810035        20          17.0000           0.0000          -           0.0000          -
51436.72/2602.37	c      2602      256002208     9825466        20          17.0000           0.0000          -           0.0000          -
51537.80/2607.41	c      2607      256649017     9840699        20          17.0000           0.0000          -           0.0000          -
51636.73/2612.42	c      2612      257304926     9854795        20          17.0000           0.0000          -           0.0000          -
51737.90/2617.52	c      2618      257993126     9869592        20          17.0000           0.0000          -           0.0000          -
51836.79/2622.58	c      2623      258657953     9883845        20          17.0000           0.0000          -           0.0000          -
51937.80/2627.63	c      2628      259338932     9898918        20          17.0000           0.0000          -           0.0000          -
52036.81/2632.64	c      2633      259995082     9913394        20          17.0000           0.0000          -           0.0000          -
52135.85/2637.69	c      2638      260666188     9929233        20          17.0000           0.0000          -           0.0000          -
52236.78/2642.78	c      2643      261340521     9943768        20          17.0000           0.0000          -           0.0000          -
52337.76/2647.80	c      2648      261980065     9959729        20          17.0000           0.0000          -           0.0000          -
52436.87/2652.87	c      2653      262632343     9974371        20          17.0000           0.0000          -           0.0000          -
52538.02/2657.93	c      2658      263314436     9988668        20          17.0000           0.0000          -           0.0000          -
52637.01/2662.98	c      2663      263976389    10002673        20          17.0000           0.0000          -           0.0000          -
52736.11/2668.03	c      2668      264633885    10017844        20          17.0000           0.0000          -           0.0000          -
52838.06/2673.07	c      2673      265269006    10034310        20          17.0000           0.0000          -           0.0000          -
52937.03/2678.09	c      2678      265925042    10048250        20          17.0000           0.0000          -           0.0000          -
53035.97/2683.13	c      2683      266582333    10062749        20          17.0000           0.0000          -           0.0000          -
53138.08/2688.22	c      2688      267229377    10077849        20          17.0000           0.0000          -           0.0000          -
53237.05/2693.28	c      2693      267892931    10091490        20          17.0000           0.0000          -           0.0000          -
53338.03/2698.32	c      2698      268538689    10105700        20          17.0000           0.0000          -           0.0000          -
53437.09/2703.38	c      2703      269194506    10119765        20          17.0000           0.0000          -           0.0000          -
53538.05/2708.43	c      2708      269848550    10134174        20          17.0000           0.0000          -           0.0000          -
53637.19/2713.44	c      2713      270486634    10149424        20          17.0000           0.0000          -           0.0000          -
53738.31/2718.53	c      2719      271163670    10163806        20          17.0000           0.0000          -           0.0000          -
53837.21/2723.58	c      2724      271816226    10177611        20          17.0000           0.0000          -           0.0000          -
53938.16/2728.63	c      2729      272471719    10192507        20          17.0000           0.0000          -           0.0000          -
54037.19/2733.68	c      2734      273119135    10206414        20          17.0000           0.0000          -           0.0000          -
54136.40/2738.69	c      2739      273744639    10221609        20          17.0000           0.0000          -           0.0000          -
54237.25/2743.73	c      2744      274386557    10234339        20          17.0000           0.0000          -           0.0000          -
54338.22/2748.83	c      2749      275063323    10248313        20          17.0000           0.0000          -           0.0000          -
54437.35/2753.84	c      2754      275691365    10262938        20          17.0000           0.0000          -           0.0000          -
54536.35/2758.85	c      2759      276327525    10276236        20          17.0000           0.0000          -           0.0000          -
54635.45/2763.86	c      2764      276980361    10290526        20          17.0000           0.0000          -           0.0000          -
54734.49/2768.89	c      2769      277634626    10305421        20          17.0000           0.0000          -           0.0000          -
54835.52/2773.91	c      2774      278294297    10320305        20          17.0000           0.0000          -           0.0000          -
54937.38/2779.05	c      2779      278941963    10333893        20          17.0000           0.0000          -           0.0000          -
55036.34/2784.06	c      2784      279599271    10348570        20          17.0000           0.0000          -           0.0000          -
55138.60/2789.21	c      2789      280239680    10362654        20          17.0000           0.0000          -           0.0000          -
55237.64/2794.24	c      2794      280889196    10376969        20          17.0000           0.0000          -           0.0000          -
55336.56/2799.27	c      2799      281542202    10390582        20          17.0000           0.0000          -           0.0000          -
55435.66/2804.28	c      2804      282199910    10404550        20          17.0000           0.0000          -           0.0000          -
55534.69/2809.29	c      2809      282859112    10418046        20          17.0000           0.0000          -           0.0000          -
55635.83/2814.31	c      2814      283522656    10433307        20          17.0000           0.0000          -           0.0000          -
55734.78/2819.37	c      2819      284180984    10447915        20          17.0000           0.0000          -           0.0000          -
55833.97/2824.38	c      2824      284831114    10462450        20          17.0000           0.0000          -           0.0000          -
55934.90/2829.48	c      2829      285493651    10477455        20          17.0000           0.0000          -           0.0000          -
56033.90/2834.49	c      2834      286153825    10490913        20          17.0000           0.0000          -           0.0000          -
56133.03/2839.50	c      2840      286804708    10504501        20          17.0000           0.0000          -           0.0000          -
56233.94/2844.58	c      2845      287455034    10518154        20          17.0000           0.0000          -           0.0000          -
56334.94/2849.65	c      2850      288106850    10532046        20          17.0000           0.0000          -           0.0000          -
56435.99/2854.72	c      2855      288755763    10544919        20          17.0000           0.0000          -           0.0000          -
56537.05/2859.84	c      2860      289414198    10559609        20          17.0000           0.0000          -           0.0000          -
56636.04/2864.88	c      2865      290069163    10573521        20          17.0000           0.0000          -           0.0000          -
56737.12/2869.93	c      2870      290712618    10586314        20          17.0000           0.0000          -           0.0000          -
56836.09/2874.94	c      2875      291360428    10600603        20          17.0000           0.0000          -           0.0000          -
56935.07/2879.99	c      2880      291999537    10614397        20          17.0000           0.0000          -           0.0000          -
57034.27/2885.03	c      2885      292642226    10628171        20          17.0000           0.0000          -           0.0000          -
57133.22/2890.04	c      2890      293295120    10642058        20          17.0000           0.0000          -           0.0000          -
57237.10/2895.18	c      2895      293948210    10655522        20          17.0000           0.0000          -           0.0000          -
57336.00/2900.20	c      2900      294609619    10669123        20          17.0000           0.0000          -           0.0000          -
57438.42/2905.31	c      2905      295274546    10682413        20          17.0000           0.0000          -           0.0000          -
57537.35/2910.36	c      2910      295937304    10696528        20          17.0000           0.0000          -           0.0000          -
57638.39/2915.47	c      2915      296602676    10709981        20          17.0000           0.0000          -           0.0000          -
57737.47/2920.49	c      2920      297266562    10722888        20          17.0000           0.0000          -           0.0000          -
57836.61/2925.51	c      2926      297916538    10736042        20          17.0000           0.0000          -           0.0000          -
57937.75/2930.52	c      2931      298575900    10749146        20          17.0000           0.0000          -           0.0000          -
58036.74/2935.57	c      2936      299223566    10763084        20          17.0000           0.0000          -           0.0000          -
58137.83/2940.61	c      2941      299878205    10776007        20          17.0000           0.0000          -           0.0000          -
58238.67/2945.78	c      2946      300558925    10789050        20          17.0000           0.0000          -           0.0000          -
58339.61/2950.82	c      2951      301213851    10802085        20          17.0000           0.0000          -           0.0000          -
58438.68/2955.85	c      2956      301850512    10816115        20          17.0000           0.0000          -           0.0000          -
58537.71/2960.88	c      2961      302510446    10829931        20          17.0000           0.0000          -           0.0000          -
58638.76/2965.92	c      2966      303172374    10843807        20          17.0000           0.0000          -           0.0000          -
58737.84/2971.03	c      2971      303847574    10857405        20          17.0000           0.0000          -           0.0000          -
58836.62/2976.04	c      2976      304476278    10872206        20          17.0000           0.0000          -           0.0000          -
58938.10/2981.07	c      2981      305122782    10883951        20          17.0000           0.0000          -           0.0000          -
59037.37/2986.11	c      2986      305779214    10897419        20          17.0000           0.0000          -           0.0000          -
59139.55/2991.23	c      2991      306468501    10910936        20          17.0000           0.0000          -           0.0000          -
59238.51/2996.24	c      2996      307115584    10924187        20          17.0000           0.0000          -           0.0000          -
59337.60/3001.26	c      3001      307802601    10938376        20          17.0000           0.0000          -           0.0000          -
59438.65/3006.35	c      3006      308465371    10951985        20          17.0000           0.0000          -           0.0000          -
59537.54/3011.37	c      3011      309124863    10965807        20          17.0000           0.0000          -           0.0000          -
59638.60/3016.48	c      3016      309814732    10978948        20          17.0000           0.0000          -           0.0000          -
59739.78/3021.53	c      3022      310475499    10992232        20          17.0000           0.0000          -           0.0000          -
59838.62/3026.57	c      3027      311117980    11005490        20          17.0000           0.0000          -           0.0000          -
59939.54/3031.63	c      3032      311799894    11019057        20          17.0000           0.0000          -           0.0000          -
60038.66/3036.68	c      3037      312461188    11032448        20          17.0000           0.0000          -           0.0000          -
60139.77/3041.71	c      3042      313097568    11046344        20          17.0000           0.0000          -           0.0000          -
60238.90/3046.76	c      3047      313755691    11060323        20          17.0000           0.0000          -           0.0000          -
60339.69/3051.83	c      3052      314433693    11072993        20          17.0000           0.0000          -           0.0000          -
60438.72/3056.88	c      3057      315094160    11086964        20          17.0000           0.0000          -           0.0000          -
60539.59/3061.92	c      3062      315737170    11100194        20          17.0000           0.0000          -           0.0000          -
60638.69/3066.98	c      3067      316405834    11111982        20          17.0000           0.0000          -           0.0000          -
60737.67/3072.02	c      3072      317039045    11124738        20          17.0000           0.0000          -           0.0000          -
60839.26/3077.08	c      3077      317723267    11138235        20          17.0000           0.0000          -           0.0000          -
60938.72/3082.13	c      3082      318387012    11150742        20          17.0000           0.0000          -           0.0000          -
61039.69/3087.18	c      3087      319049802    11164534        20          17.0000           0.0000          -           0.0000          -
61139.80/3092.23	c      3092      319713106    11176880        20          17.0000           0.0000          -           0.0000          -
61238.79/3097.27	c      3097      320377354    11190440        20          17.0000           0.0000          -           0.0000          -
61339.92/3102.33	c      3102      321040615    11202284        20          17.0000           0.0000          -           0.0000          -
61438.86/3107.34	c      3107      321671167    11215784        20          17.0000           0.0000          -           0.0000          -
61539.99/3112.42	c      3112      322351210    11228741        20          17.0000           0.0000          -           0.0000          -
61639.17/3117.46	c      3117      322992188    11242339        20          17.0000           0.0000          -           0.0000          -
61738.21/3122.47	c      3122      323660406    11255863        20          17.0000           0.0000          -           0.0000          -
61839.07/3127.52	c      3128      324344806    11269012        20          17.0000           0.0000          -           0.0000          -
61938.18/3132.53	c      3133      325024342    11283113        20          17.0000           0.0000          -           0.0000          -
62037.36/3137.56	c      3138      325701777    11295225        20          17.0000           0.0000          -           0.0000          -
62138.27/3142.63	c      3143      326369226    11308912        20          17.0000           0.0000          -           0.0000          -
62239.24/3147.78	c      3148      327063717    11321307        20          17.0000           0.0000          -           0.0000          -
62340.20/3152.83	c      3153      327735306    11334623        20          17.0000           0.0000          -           0.0000          -
62439.17/3157.88	c      3158      328365136    11346801        20          17.0000           0.0000          -           0.0000          -
62540.20/3162.93	c      3163      329029601    11358912        20          17.0000           0.0000          -           0.0000          -
62639.30/3167.95	c      3168      329671914    11371294        20          17.0000           0.0000          -           0.0000          -
62738.31/3173.03	c      3173      330353469    11383703        20          17.0000           0.0000          -           0.0000          -
62840.43/3178.07	c      3178      331001028    11396599        20          17.0000           0.0000          -           0.0000          -
62939.26/3183.10	c      3183      331661122    11409319        20          17.0000           0.0000          -           0.0000          -
63038.50/3188.13	c      3188      332302993    11421503        20          17.0000           0.0000          -           0.0000          -
63139.18/3193.18	c      3193      332954270    11434792        20          17.0000           0.0000          -           0.0000          -
63239.44/3198.27	c      3198      333626936    11447792        20          17.0000           0.0000          -           0.0000          -
63340.58/3203.31	c      3203      334257278    11460244        20          17.0000           0.0000          -           0.0000          -
63439.77/3208.33	c      3208      334910820    11473456        20          17.0000           0.0000          -           0.0000          -
63538.69/3213.39	c      3213      335567837    11485325        20          17.0000           0.0000          -           0.0000          -
63639.72/3218.42	c      3218      336232931    11498425        20          17.0000           0.0000          -           0.0000          -
63738.76/3223.44	c      3223      336892611    11510880        20          17.0000           0.0000          -           0.0000          -
63840.03/3228.52	c      3229      337545428    11524171        20          17.0000           0.0000          -           0.0000          -
63940.85/3233.62	c      3234      338226997    11537214        20          17.0000           0.0000          -           0.0000          -
64039.93/3238.68	c      3239      338887353    11550253        20          17.0000           0.0000          -           0.0000          -
64140.95/3243.73	c      3244      339530976    11563008        20          17.0000           0.0000          -           0.0000          -
64240.03/3248.78	c      3249      340185730    11576088        20          17.0000           0.0000          -           0.0000          -
64341.00/3253.83	c      3254      340849642    11589220        20          17.0000           0.0000          -           0.0000          -
64440.06/3258.84	c      3259      341505092    11603156        20          17.0000           0.0000          -           0.0000          -
64539.14/3263.90	c      3264      342175962    11616587        20          17.0000           0.0000          -           0.0000          -
64640.20/3268.97	c      3269      342810375    11629779        20          17.0000           0.0000          -           0.0000          -
64739.29/3274.03	c      3274      343478033    11643288        20          17.0000           0.0000          -           0.0000          -
64841.25/3279.08	c      3279      344120342    11655401        20          17.0000           0.0000          -           0.0000          -
64940.35/3284.13	c      3284      344771064    11667032        20          17.0000           0.0000          -           0.0000          -
65041.46/3289.18	c      3289      345427883    11679119        20          17.0000           0.0000          -           0.0000          -
65141.55/3294.23	c      3294      346080368    11690556        20          17.0000           0.0000          -           0.0000          -
65240.60/3299.24	c      3299      346720105    11703347        20          17.0000           0.0000          -           0.0000          -
65341.68/3304.31	c      3304      347374473    11716747        20          17.0000           0.0000          -           0.0000          -
65440.84/3309.38	c      3309      348054892    11729202        20          17.0000           0.0000          -           0.0000          -
65541.68/3314.40	c      3314      348673479    11741074        20          17.0000           0.0000          -           0.0000          -
65640.80/3319.48	c      3319      349330113    11752259        20          17.0000           0.0000          -           0.0000          -
65741.66/3324.53	c      3325      349974778    11764683        20          17.0000           0.0000          -           0.0000          -
65840.88/3329.58	c      3330      350634774    11777441        20          17.0000           0.0000          -           0.0000          -
65941.74/3334.63	c      3335      351295106    11789577        20          17.0000           0.0000          -           0.0000          -
66040.92/3339.68	c      3340      351957788    11802172        20          17.0000           0.0000          -           0.0000          -
66141.73/3344.73	c      3345      352606257    11814443        20          17.0000           0.0000          -           0.0000          -
66240.84/3349.75	c      3350      353237951    11827327        20          17.0000           0.0000          -           0.0000          -
66341.74/3354.83	c      3355      353910246    11839684        20          17.0000           0.0000          -           0.0000          -
66440.68/3359.88	c      3360      354567696    11852767        20          17.0000           0.0000          -           0.0000          -
66541.61/3364.93	c      3365      355219397    11864502        20          17.0000           0.0000          -           0.0000          -
66640.77/3369.98	c      3370      355864992    11876704        20          17.0000           0.0000          -           0.0000          -
66739.68/3375.03	c      3375      356498429    11888423        20          17.0000           0.0000          -           0.0000          -
66841.74/3380.08	c      3380      357151251    11900576        20          17.0000           0.0000          -           0.0000          -
66940.50/3385.13	c      3385      357800448    11911785        20          17.0000           0.0000          -           0.0000          -
67041.57/3390.16	c      3390      358436262    11923981        20          17.0000           0.0000          -           0.0000          -
67141.84/3395.23	c      3395      359105126    11937779        20          17.0000           0.0000          -           0.0000          -
67241.00/3400.27	c      3400      359720462    11950010        20          17.0000           0.0000          -           0.0000          -
67342.07/3405.33	c      3405      360371562    11962405        20          17.0000           0.0000          -           0.0000          -
67441.11/3410.37	c      3410      361021880    11974798        20          17.0000           0.0000          -           0.0000          -
67542.20/3415.42	c      3415      361661028    11986794        20          17.0000           0.0000          -           0.0000          -
67641.21/3420.47	c      3420      362311913    11998520        20          17.0000           0.0000          -           0.0000          -
67742.32/3425.52	c      3426      362965945    12010505        20          17.0000           0.0000          -           0.0000          -
67841.32/3430.57	c      3431      363622611    12022538        20          17.0000           0.0000          -           0.0000          -
67940.34/3435.59	c      3436      364246169    12034209        20          17.0000           0.0000          -           0.0000          -
68041.43/3440.66	c      3441      364904697    12046540        20          17.0000           0.0000          -           0.0000          -
68142.55/3445.73	c      3446      365585445    12057734        20          17.0000           0.0000          -           0.0000          -
68241.57/3450.78	c      3451      366235589    12069878        20          17.0000           0.0000          -           0.0000          -
68342.53/3455.83	c      3456      366887825    12082188        20          17.0000           0.0000          -           0.0000          -
68441.62/3460.88	c      3461      367540142    12094795        20          17.0000           0.0000          -           0.0000          -
68542.47/3465.93	c      3466      368173327    12106424        20          17.0000           0.0000          -           0.0000          -
68641.54/3470.94	c      3471      368805839    12118611        20          17.0000           0.0000          -           0.0000          -
68740.55/3476.01	c      3476      369463919    12131043        20          17.0000           0.0000          -           0.0000          -
68842.38/3481.07	c      3481      370140825    12143399        20          17.0000           0.0000          -           0.0000          -
68941.58/3486.12	c      3486      370804940    12156842        20          17.0000           0.0000          -           0.0000          -
69042.58/3491.17	c      3491      371454490    12169210        20          17.0000           0.0000          -           0.0000          -
69142.51/3496.22	c      3496      372127413    12182524        20          17.0000           0.0000          -           0.0000          -
69241.62/3501.28	c      3501      372803482    12194457        20          17.0000           0.0000          -           0.0000          -
69342.60/3506.33	c      3506      373448700    12207565        20          17.0000           0.0000          -           0.0000          -
69441.67/3511.38	c      3511      374079488    12220134        20          17.0000           0.0000          -           0.0000          -
69542.73/3516.43	c      3516      374723010    12231583        20          17.0000           0.0000          -           0.0000          -
69641.85/3521.48	c      3521      375361343    12243440        20          17.0000           0.0000          -           0.0000          -
69742.89/3526.53	c      3527      376001474    12255531        20          17.0000           0.0000          -           0.0000          -
69841.90/3531.58	c      3532      376641798    12266960        20          17.0000           0.0000          -           0.0000          -
69942.94/3536.63	c      3537      377260482    12279223        20          17.0000           0.0000          -           0.0000          -
70041.93/3541.64	c      3542      377880530    12289830        20          17.0000           0.0000          -           0.0000          -
70141.09/3546.68	c      3547      378524472    12302547        20          17.0000           0.0000          -           0.0000          -
70242.04/3551.77	c      3552      379161003    12313844        20          17.0000           0.0000          -           0.0000          -
70343.28/3556.83	c      3557      379825945    12325492        20          17.0000           0.0000          -           0.0000          -
70442.27/3561.88	c      3562      380461656    12336572        20          17.0000           0.0000          -           0.0000          -
70543.25/3566.93	c      3567      381093521    12348271        20          17.0000           0.0000          -           0.0000          -
70642.31/3571.94	c      3572      381725169    12361456        20          17.0000           0.0000          -           0.0000          -
70741.34/3576.99	c      3577      382368084    12374451        20          17.0000           0.0000          -           0.0000          -
70840.40/3582.02	c      3582      382981964    12384890        20          17.0000           0.0000          -           0.0000          -
70942.19/3587.11	c      3587      383656515    12396351        20          17.0000           0.0000          -           0.0000          -
71041.59/3592.16	c      3592      384310275    12407540        20          17.0000           0.0000          -           0.0000          -
71143.43/3597.21	c      3597      384961870    12419627        20          17.0000           0.0000          -           0.0000          -
71214.22/3603.28	c SCIP Status        : c solving was interrupted [hard time limit reached]
71214.22/3603.28	c Total Time         : 3603.2800
71214.22/3603.28	c   solving          : 3603.2800
71214.22/3603.28	c   presolving       : 0.0056 (included in solving)
71214.22/3603.28	c B&B Tree           :
71214.22/3603.28	c   nodes (total)    : 385138013
71214.22/3603.28	c Solution           :
71214.22/3603.28	c   Solutions found  : 32
71214.22/3603.28	c   Primal Bound     : +1.70000000000000e+01
71214.22/3603.28	c   Dual Bound       : +0.00000000000000e+00
71214.22/3603.28	c Gap                :   infinite
71214.22/3603.28	c * Warning: final gap: 1.00000000000000e+20 is greater than SCIPepsilon: 1.00000000000000e-09
71214.93/3604.00	o 17
71214.93/3604.00	s SATISFIABLE
71214.93/3604.00	v -x143 -x198 x197 x196 x195 x194 -x193 -x192 x191 -x190 x189 x188 x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 x179 -x178 -x177 
71214.93/3604.00	v -x176 x175 x174 x173 -x172 x171 x170 x169 x168 -x167 x166 x165 -x164 x163 -x162 x161 -x160 -x159 x158 x157 -x156 x155 x154 x153 
71214.93/3604.00	v x152 -x151 -x150 x149 -x148 -x147 -x146 -x145 -x144 -x142 -x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 x132 -x131 x130 
71214.93/3604.00	v x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 
71214.93/3604.00	v -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 
71214.93/3604.00	v -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 
71214.93/3604.00	v -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 x51 x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 
71214.93/3604.00	v x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 
71214.93/3604.00	v -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 

Verifier Data

OK	17

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 (171232 MiB free)
  memory of node 1: 193531 MiB (183104 MiB free)
  memory of node 2: 193531 MiB (175341 MiB free)
  memory of node 3: 193493 MiB (177032 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-4468625-1723490093/watcher-4468625-1723490093 -o /tmp/evaluation-result-4468625-1723490093/solver-4468625-1723490093 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723490093-688414 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468625-1723490093.opb -qsol -t 3600 -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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=688462, runsolver pid=688457
Current StackSize limit: 8192 KiB


[startup+0.100761 s]*
/proc/loadavg: 44.11 66.55 75.34 84/1025 688636
/proc/meminfo: memFree=723166484/790760800 swapFree=131071996/131071996
[pid=688462] ppid=688457 vsize=1671520 memory=184224 CPUtime=1.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/stat : 688462 (fscip) S 688457 688462 688402 0 -1 1077936128 42606 0 0 0 100 29 0 0 20 0 41 0 115588741 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 17 58 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
/proc/688462/statm: 417880 46056 2966 3035 0 134976 0
[pid=688462/tid=688513] ppid=688457 vsize=1671520 memory=7681063409702499091 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688513/stat : 688513 (fscip) D 688457 688462 688402 0 -1 4194368 2141 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688516] ppid=688457 vsize=1671520 memory=6944656592387989600 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688516/stat : 688516 (fscip) D 688457 688462 688402 0 -1 4194368 1915 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688517] ppid=688457 vsize=1671520 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/688462/task/688517/stat : 688517 (fscip) D 688457 688462 688402 0 -1 4194368 1876 0 0 0 4 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688519] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688519/stat : 688519 (fscip) D 688457 688462 688402 0 -1 4194368 2113 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688521] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688521/stat : 688521 (fscip) R 688457 688462 688402 0 -1 4194368 2248 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688522] ppid=688457 vsize=1671520 memory=0 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/688462/task/688522/stat : 688522 (fscip) D 688457 688462 688402 0 -1 4194368 1725 0 0 0 2 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688523] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688523/stat : 688523 (fscip) D 688457 688462 688402 0 -1 4194368 2216 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688524] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688524/stat : 688524 (fscip) D 688457 688462 688402 0 -1 4194368 2229 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688525] ppid=688457 vsize=1671520 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/688462/task/688525/stat : 688525 (fscip) R 688457 688462 688402 0 -1 4194368 1831 0 0 0 4 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688526] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688526/stat : 688526 (fscip) R 688457 688462 688402 0 -1 4194368 2251 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688527] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688527/stat : 688527 (fscip) D 688457 688462 688402 0 -1 4194368 1901 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688528] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688528/stat : 688528 (fscip) R 688457 688462 688402 0 -1 4194368 2243 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688529] ppid=688457 vsize=1671520 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/688462/task/688529/stat : 688529 (fscip) R 688457 688462 688402 0 -1 4194368 2152 0 0 0 4 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688530] ppid=688457 vsize=1671520 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/688462/task/688530/stat : 688530 (fscip) R 688457 688462 688402 0 -1 4194368 2087 0 0 0 4 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688531] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688531/stat : 688531 (fscip) D 688457 688462 688402 0 -1 4194368 1906 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688532] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688532/stat : 688532 (fscip) R 688457 688462 688402 0 -1 4194368 2254 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688533] ppid=688457 vsize=1671520 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/688462/task/688533/stat : 688533 (fscip) D 688457 688462 688402 0 -1 4194368 1791 0 0 0 5 0 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688534] ppid=688457 vsize=1671520 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/688462/task/688534/stat : 688534 (fscip) D 688457 688462 688402 0 -1 4194368 1994 0 0 0 4 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688535] ppid=688457 vsize=1671520 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688535/stat : 688535 (fscip) D 688457 688462 688402 0 -1 4194368 2117 0 0 0 5 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688536] ppid=688457 vsize=1671520 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/688462/task/688536/stat : 688536 (fscip) D 688457 688462 688402 0 -1 4194368 1883 0 0 0 4 1 0 0 20 0 41 0 115588742 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688597] ppid=688457 vsize=1671520 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/688462/task/688597/stat : 688597 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688598] ppid=688457 vsize=1671520 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/688462/task/688598/stat : 688598 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688599] ppid=688457 vsize=1671520 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/688462/task/688599/stat : 688599 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46056 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688600] ppid=688457 vsize=1671520 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/688462/task/688600/stat : 688600 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688601] ppid=688457 vsize=1671520 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/688462/task/688601/stat : 688601 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688602] ppid=688457 vsize=1671520 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/688462/task/688602/stat : 688602 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688603] ppid=688457 vsize=1671520 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/688462/task/688603/stat : 688603 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688604] ppid=688457 vsize=1671520 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/688462/task/688604/stat : 688604 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688605] ppid=688457 vsize=1671520 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/688462/task/688605/stat : 688605 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688606] ppid=688457 vsize=1671520 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/688462/task/688606/stat : 688606 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688607] ppid=688457 vsize=1671520 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/688462/task/688607/stat : 688607 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688608] ppid=688457 vsize=1671520 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/688462/task/688608/stat : 688608 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688609] ppid=688457 vsize=1671520 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/688462/task/688609/stat : 688609 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688610] ppid=688457 vsize=1671520 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/688462/task/688610/stat : 688610 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688611] ppid=688457 vsize=1671520 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/688462/task/688611/stat : 688611 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688612] ppid=688457 vsize=1671520 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/688462/task/688612/stat : 688612 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688613] ppid=688457 vsize=1671520 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/688462/task/688613/stat : 688613 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688614] ppid=688457 vsize=1671520 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/688462/task/688614/stat : 688614 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688615] ppid=688457 vsize=1671520 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/688462/task/688615/stat : 688615 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688616] ppid=688457 vsize=1671520 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/688462/task/688616/stat : 688616 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 46122 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 1671520 KiB
Current children cumulated memory: 184224 KiB

[startup+0.244917 s]*
/proc/loadavg: 44.11 66.55 75.34 70/1025 688636
/proc/meminfo: memFree=722683728/790760800 swapFree=131071996/131071996
[pid=688462] ppid=688457 vsize=1671520 memory=322452 CPUtime=3.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/stat : 688462 (fscip) R 688457 688462 688402 0 -1 1077936128 77229 0 0 0 350 37 0 0 20 0 41 0 115588741 1711636480 80613 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 17 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
/proc/688462/statm: 417880 80613 2966 3035 0 172307 0
[pid=688462/tid=688513] ppid=688457 vsize=1671520 memory=7681063409702499091 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/688462/task/688513/stat : 688513 (fscip) R 688457 688462 688402 0 -1 4194368 5440 0 0 0 17 2 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688516] ppid=688457 vsize=1671520 memory=6944656592455360604 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/688462/task/688516/stat : 688516 (fscip) R 688457 688462 688402 0 -1 4194368 2846 0 0 0 17 1 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688517] ppid=688457 vsize=1671520 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/688462/task/688517/stat : 688517 (fscip) R 688457 688462 688402 0 -1 4194368 2824 0 0 0 17 1 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688519] ppid=688457 vsize=1671520 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/688462/task/688519/stat : 688519 (fscip) R 688457 688462 688402 0 -1 4194368 5556 0 0 0 17 1 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688521] ppid=688457 vsize=1671520 memory=0 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688521/stat : 688521 (fscip) R 688457 688462 688402 0 -1 4194368 2894 0 0 0 19 1 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688522] ppid=688457 vsize=1671520 memory=0 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688522/stat : 688522 (fscip) R 688457 688462 688402 0 -1 4194368 2753 0 0 0 14 1 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688523] ppid=688457 vsize=1671520 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/688462/task/688523/stat : 688523 (fscip) R 688457 688462 688402 0 -1 4194368 5448 0 0 0 17 2 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688524] ppid=688457 vsize=1671520 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/688462/task/688524/stat : 688524 (fscip) R 688457 688462 688402 0 -1 4194368 2935 0 0 0 18 1 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688525] ppid=688457 vsize=1671520 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688525/stat : 688525 (fscip) R 688457 688462 688402 0 -1 4194368 2813 0 0 0 16 1 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688526] ppid=688457 vsize=1671520 memory=0 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688526/stat : 688526 (fscip) R 688457 688462 688402 0 -1 4194368 5535 0 0 0 18 2 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688527] ppid=688457 vsize=1671520 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/688462/task/688527/stat : 688527 (fscip) S 688457 688462 688402 0 -1 1077936192 2794 0 0 0 18 1 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688528] ppid=688457 vsize=1671520 memory=0 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688528/stat : 688528 (fscip) R 688457 688462 688402 0 -1 4194368 2926 0 0 0 19 1 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688529] ppid=688457 vsize=1671520 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/688462/task/688529/stat : 688529 (fscip) R 688457 688462 688402 0 -1 4194368 5537 0 0 0 17 2 0 0 20 0 41 0 115588742 1711636480 80679 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688530] ppid=688457 vsize=1671520 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/688462/task/688530/stat : 688530 (fscip) R 688457 688462 688402 0 -1 4194368 2844 0 0 0 17 1 0 0 20 0 41 0 115588742 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688531] ppid=688457 vsize=1671520 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688531/stat : 688531 (fscip) R 688457 688462 688402 0 -1 4194368 2760 0 0 0 16 1 0 0 20 0 41 0 115588742 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688532] ppid=688457 vsize=1671520 memory=0 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688532/stat : 688532 (fscip) R 688457 688462 688402 0 -1 4194368 5646 0 0 0 18 2 0 0 20 0 41 0 115588742 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688533] ppid=688457 vsize=1671520 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688533/stat : 688533 (fscip) R 688457 688462 688402 0 -1 4194368 2755 0 0 0 17 0 0 0 20 0 41 0 115588742 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688534] ppid=688457 vsize=1671520 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/688462/task/688534/stat : 688534 (fscip) R 688457 688462 688402 0 -1 4194368 2866 0 0 0 16 2 0 0 20 0 41 0 115588742 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688535] ppid=688457 vsize=1671520 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/688462/task/688535/stat : 688535 (fscip) R 688457 688462 688402 0 -1 4194368 5566 0 0 0 17 2 0 0 20 0 41 0 115588742 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688536] ppid=688457 vsize=1671520 memory=0 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688536/stat : 688536 (fscip) R 688457 688462 688402 0 -1 4194368 2839 0 0 0 14 1 0 0 20 0 41 0 115588742 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688597] ppid=688457 vsize=1671520 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/688462/task/688597/stat : 688597 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688598] ppid=688457 vsize=1671520 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/688462/task/688598/stat : 688598 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688599] ppid=688457 vsize=1671520 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/688462/task/688599/stat : 688599 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688600] ppid=688457 vsize=1671520 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/688462/task/688600/stat : 688600 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688601] ppid=688457 vsize=1671520 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/688462/task/688601/stat : 688601 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688602] ppid=688457 vsize=1671520 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/688462/task/688602/stat : 688602 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688603] ppid=688457 vsize=1671520 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/688462/task/688603/stat : 688603 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688604] ppid=688457 vsize=1671520 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/688462/task/688604/stat : 688604 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688605] ppid=688457 vsize=1671520 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/688462/task/688605/stat : 688605 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688606] ppid=688457 vsize=1671520 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/688462/task/688606/stat : 688606 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688607] ppid=688457 vsize=1671520 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/688462/task/688607/stat : 688607 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688608] ppid=688457 vsize=1671520 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/688462/task/688608/stat : 688608 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688609] ppid=688457 vsize=1671520 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/688462/task/688609/stat : 688609 (fscip) S 688457 688462 688402 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115588746 1711636480 80745 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0

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

/proc/loadavg: 78.01 79.93 80.26 51/968 690656
/proc/meminfo: memFree=644685780/790760800 swapFree=131071996/131071996
[pid=688462] ppid=688457 vsize=25545164 memory=24276040 CPUtime=71187.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/stat : 688462 (fscip) S 688457 688462 688402 0 -1 1077936128 85807178 0 0 0 7059564 59199 0 0 20 0 29 0 115588741 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
/proc/688462/statm: 6386291 6069010 3334 3035 0 6269123 0
[pid=688462/tid=688513] ppid=688457 vsize=25545164 memory=6720667627649778278 CPUtime=3567.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688513/stat : 688513 (fscip) R 688457 688462 688402 0 -1 4194368 7365822 0 0 0 355426 1332 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688516] ppid=688457 vsize=25545164 memory=-6735598041583221190 CPUtime=3566.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688516/stat : 688516 (fscip) R 688457 688462 688402 0 -1 4194368 5741887 0 0 0 355280 1337 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688519] ppid=688457 vsize=25545164 memory=17652 CPUtime=3564 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688519/stat : 688519 (fscip) R 688457 688462 688402 0 -1 4194368 5833658 0 0 0 355216 1184 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688521] ppid=688457 vsize=25545164 memory=28716 CPUtime=3562.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688521/stat : 688521 (fscip) R 688457 688462 688402 0 -1 4194368 5380786 0 0 0 354800 1431 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688523] ppid=688457 vsize=25545164 memory=32884 CPUtime=3565.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688523/stat : 688523 (fscip) R 688457 688462 688402 0 -1 4194368 6959177 0 0 0 355367 1143 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688524] ppid=688457 vsize=25545164 memory=6988 CPUtime=3566.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688524/stat : 688524 (fscip) R 688457 688462 688402 0 -1 4194368 5343901 0 0 0 355247 1390 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688526] ppid=688457 vsize=25545164 memory=36276 CPUtime=3564.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688526/stat : 688526 (fscip) R 688457 688462 688402 0 -1 4194368 7126492 0 0 0 355272 1205 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688527] ppid=688457 vsize=25545164 memory=2244 CPUtime=3564.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688527/stat : 688527 (fscip) R 688457 688462 688402 0 -1 4194368 5321597 0 0 0 355165 1319 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688529] ppid=688457 vsize=25545164 memory=31488 CPUtime=3560.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688529/stat : 688529 (fscip) R 688457 688462 688402 0 -1 4194368 5704928 0 0 0 354321 1693 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688530] ppid=688457 vsize=25545164 memory=28656 CPUtime=3559.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688530/stat : 688530 (fscip) R 688457 688462 688402 0 -1 4194368 5822091 0 0 0 354416 1545 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688532] ppid=688457 vsize=25545164 memory=7492 CPUtime=3565.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688532/stat : 688532 (fscip) R 688457 688462 688402 0 -1 4194368 6656015 0 0 0 355393 1172 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688533] ppid=688457 vsize=25545164 memory=26980 CPUtime=3563.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688533/stat : 688533 (fscip) R 688457 688462 688402 0 -1 4194368 5554400 0 0 0 354634 1702 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688535] ppid=688457 vsize=25545164 memory=3664 CPUtime=3560.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688535/stat : 688535 (fscip) R 688457 688462 688402 0 -1 4194368 6464757 0 0 0 353907 2155 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688536] ppid=688457 vsize=25545164 memory=40296 CPUtime=3561.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688536/stat : 688536 (fscip) R 688457 688462 688402 0 -1 4194368 5498345 0 0 0 354283 1831 0 0 20 0 29 0 115588742 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688597] ppid=688457 vsize=25545164 memory=8776 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688597/stat : 688597 (fscip) S 688457 688462 688402 0 -1 1077936192 67 0 0 0 0 2 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688598] ppid=688457 vsize=25545164 memory=6712 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688598/stat : 688598 (fscip) S 688457 688462 688402 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688600] ppid=688457 vsize=25545164 memory=24332020 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688600/stat : 688600 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688601] ppid=688457 vsize=25545164 memory=25357908 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688601/stat : 688601 (fscip) S 688457 688462 688402 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688604] ppid=688457 vsize=25545164 memory=9250160 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688604/stat : 688604 (fscip) S 688457 688462 688402 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688605] ppid=688457 vsize=25545164 memory=2728 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688605/stat : 688605 (fscip) S 688457 688462 688402 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688606] ppid=688457 vsize=25545164 memory=6736 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688606/stat : 688606 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688607] ppid=688457 vsize=25545164 memory=26413164 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688607/stat : 688607 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688608] ppid=688457 vsize=25545164 memory=28656 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688608/stat : 688608 (fscip) S 688457 688462 688402 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688609] ppid=688457 vsize=25545164 memory=6720667649074283112 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688609/stat : 688609 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 1 0 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688611] ppid=688457 vsize=25545164 memory=1744 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688611/stat : 688611 (fscip) S 688457 688462 688402 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688612] ppid=688457 vsize=25545164 memory=17652 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688612/stat : 688612 (fscip) S 688457 688462 688402 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688615] ppid=688457 vsize=25545164 memory=28716 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688615/stat : 688615 (fscip) S 688457 688462 688402 0 -1 1077936192 133 0 0 0 0 1 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688616] ppid=688457 vsize=25545164 memory=32884 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688616/stat : 688616 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 29 0 115588746 26158247936 6069010 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
Current children cumulated CPU time: 71187.6 s
Current children cumulated vsize: 25545164 KiB
Current children cumulated memory: 24276040 KiB

[startup+3601.6 s]
/proc/loadavg: 78.01 79.93 80.26 48/955 690673
/proc/meminfo: memFree=648722856/790760800 swapFree=131071996/131071996
[pid=688462] ppid=688457 vsize=24188776 memory=23016316 CPUtime=71207.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/stat : 688462 (fscip) S 688457 688462 688402 0 -1 1077936128 86404148 0 0 0 7061487 59256 0 0 20 0 21 0 115588741 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
/proc/688462/statm: 6047194 5754079 3334 3035 0 5935404 0
[pid=688462/tid=688513] ppid=688457 vsize=24188776 memory=6096 CPUtime=3569.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688513/stat : 688513 (fscip) R 688457 688462 688402 0 -1 4194368 7398983 0 0 0 355575 1335 0 0 20 0 21 0 115588742 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688516] ppid=688457 vsize=24188776 memory=24351808 CPUtime=3567.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688516/stat : 688516 (fscip) R 688457 688462 688402 0 -1 4194368 5780969 0 0 0 355428 1341 0 0 20 0 21 0 115588742 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688521] ppid=688457 vsize=24188776 memory=24307312 CPUtime=3563.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688521/stat : 688521 (fscip) R 688457 688462 688402 0 -1 4194368 5420959 0 0 0 354948 1435 0 0 20 0 21 0 115588742 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688523] ppid=688457 vsize=24188776 memory=24276040 CPUtime=3566.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688523/stat : 688523 (fscip) R 688457 688462 688402 0 -1 4194368 6982406 0 0 0 355518 1145 0 0 20 0 21 0 115588742 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688524] ppid=688457 vsize=24188776 memory=8776 CPUtime=3567.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688524/stat : 688524 (fscip) R 688457 688462 688402 0 -1 4194368 5379445 0 0 0 355397 1393 0 0 20 0 21 0 115588742 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688526] ppid=688457 vsize=24188776 memory=6712 CPUtime=3566.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688526/stat : 688526 (fscip) R 688457 688462 688402 0 -1 4194368 7147818 0 0 0 355422 1207 0 0 20 0 21 0 115588742 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688527] ppid=688457 vsize=24188776 memory=24276040 CPUtime=3566.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688527/stat : 688527 (fscip) R 688457 688462 688402 0 -1 4194368 5359103 0 0 0 355313 1322 0 0 20 0 21 0 115588742 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688530] ppid=688457 vsize=24188776 memory=-8316900901535099443 CPUtime=3561.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688530/stat : 688530 (fscip) R 688457 688462 688402 0 -1 4194368 5866222 0 0 0 354563 1550 0 0 20 0 21 0 115588742 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688532] ppid=688457 vsize=24188776 memory=26980 CPUtime=3567.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688532/stat : 688532 (fscip) R 688457 688462 688402 0 -1 4194368 6674575 0 0 0 355544 1173 0 0 20 0 21 0 115588742 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688597] ppid=688457 vsize=24188776 memory=2244 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688597/stat : 688597 (fscip) S 688457 688462 688402 0 -1 1077936192 67 0 0 0 0 2 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688598] ppid=688457 vsize=24188776 memory=31488 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688598/stat : 688598 (fscip) S 688457 688462 688402 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688600] ppid=688457 vsize=24188776 memory=6720667649074283112 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688600/stat : 688600 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688601] ppid=688457 vsize=24188776 memory=25988 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688601/stat : 688601 (fscip) S 688457 688462 688402 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688605] ppid=688457 vsize=24188776 memory=2244 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688605/stat : 688605 (fscip) S 688457 688462 688402 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688607] ppid=688457 vsize=24188776 memory=31488 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688607/stat : 688607 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688608] ppid=688457 vsize=24188776 memory=26480588 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688608/stat : 688608 (fscip) S 688457 688462 688402 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688609] ppid=688457 vsize=24188776 memory=6720667627649778278 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688609/stat : 688609 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 1 0 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688611] ppid=688457 vsize=24188776 memory=-6735598041583221190 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688611/stat : 688611 (fscip) S 688457 688462 688402 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688612] ppid=688457 vsize=24188776 memory=6608 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688612/stat : 688612 (fscip) S 688457 688462 688402 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688616] ppid=688457 vsize=24188776 memory=6720667649074283112 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688616/stat : 688616 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 21 0 115588746 24769306624 5754079 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
Current children cumulated CPU time: 71207.4 s
Current children cumulated vsize: 24188776 KiB
Current children cumulated memory: 23016316 KiB

[startup+3603.2 s]
/proc/loadavg: 78.01 79.93 80.26 44/951 690742
/proc/meminfo: memFree=659472732/790760800 swapFree=131071996/131071996
[pid=688462] ppid=688457 vsize=21508752 memory=20472552 CPUtime=71214.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/stat : 688462 (fscip) S 688457 688462 688402 0 -1 1077936128 86618339 0 0 0 7062141 59281 0 0 20 0 5 0 115588741 22024962048 5118138 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
/proc/688462/statm: 5377188 5118138 3334 3035 0 5292670 0
[pid=688462/tid=688513] ppid=688457 vsize=21508752 memory=10824 CPUtime=3570.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688513/stat : 688513 (fscip) R 688457 688462 688402 0 -1 4194368 7431620 0 0 0 355726 1338 0 0 20 0 5 0 115588742 22024962048 5118138 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688598] ppid=688457 vsize=21508752 memory=28656 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688598/stat : 688598 (fscip) S 688457 688462 688402 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 5 0 115588746 22024962048 5118138 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688600] ppid=688457 vsize=21508752 memory=30399726987509844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688600/stat : 688600 (fscip) S 688457 688462 688402 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 5 0 115588746 22024962048 5118138 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
[pid=688462/tid=688612] ppid=688457 vsize=21508752 memory=36112 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688612/stat : 688612 (fscip) S 688457 688462 688402 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 5 0 115588746 22024962048 5118138 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
Current children cumulated CPU time: 71214.2 s
Current children cumulated vsize: 21508752 KiB
Current children cumulated memory: 20472552 KiB

[startup+3603.6 s]
/proc/loadavg: 78.01 79.93 80.26 44/951 690742
/proc/meminfo: memFree=659472732/790760800 swapFree=131071996/131071996
[pid=688462] ppid=688457 vsize=15241564 memory=14355808 CPUtime=71214.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/stat : 688462 (fscip) R 688457 688462 688402 0 -1 4194304 86631878 0 0 0 7062148 59315 0 0 20 0 2 0 115588741 15607361536 3588952 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
/proc/688462/statm: 3810391 3588952 3334 3035 0 3746106 0
[pid=688462/tid=688598] ppid=688457 vsize=15241564 memory=22863456 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/688462/task/688598/stat : 688598 (fscip) S 688457 688462 688402 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 2 0 115588746 15607361536 3588952 809668444160 4194304 16622685 140728606166688 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54972416 140728606168042 140728606168157 140728606168157 140728606175183 0
Current children cumulated CPU time: 71214.6 s
Current children cumulated vsize: 15241564 KiB
Current children cumulated memory: 14355808 KiB

[startup+3604 s]*
/proc/loadavg: 78.01 79.93 80.26 22/899 690770
/proc/meminfo: memFree=692694376/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3604.12 s]
/proc/loadavg: 78.01 79.93 80.26 22/899 690770
/proc/meminfo: memFree=692694376/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3604.16
CPU time (s): 71215.2
CPU user time (s): 70621.5
CPU system time (s): 593.708
CPU usage (%): 1975.92
Max. virtual memory (cumulated for all children) (KiB): 25561556
Max. memory (cumulated for all children) (KiB): 24354756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70621.5
system time used= 593.708
maximum resident set size= 24355332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86632122
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= 4617027
involuntary context switches= 203001


# summary of solver processes directly reported to runsolver:
#   pid: 688462
#   total CPU time (s): 71215.2
#   total CPU user time (s): 70621.5
#   total CPU system time (s): 593.708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.5411 second user time and 108.534 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-12 21:14:53
IDJOB=4468625
IDBENCH=147578
IDSOLVER=3099
FILE ID=nodeD104/4468625-1723490093
RUNJOBID= nodeD104-1723490093-688414
SLURM_JOB_ID= 8267558
Free space on /tmp= 8587984 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_1.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468625-1723490093/watcher-4468625-1723490093 -o /tmp/evaluation-result-4468625-1723490093/solver-4468625-1723490093 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723490093-688414 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468625-1723490093.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= b4b357048b7fd6a2befaa81502734110
RANDOM SEED=833781997

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        723673184 kB
MemAvailable:   783069008 kB
Buffers:         1114992 kB
Cached:         61053708 kB
SwapCached:            0 kB
Active:          2614736 kB
Inactive:       59971904 kB
Active(anon):       2096 kB
Inactive(anon):   454772 kB
Active(file):    2612640 kB
Inactive(file): 59517132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            111772 kB
Writeback:             0 kB
AnonPages:        417972 kB
Mapped:           100036 kB
Shmem:             38920 kB
KReclaimable:    1371536 kB
Slab:            1914264 kB
SReclaimable:    1371536 kB
SUnreclaim:       542728 kB
KernelStack:       14560 kB
PageTables:        10156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1100856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1016064 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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:     1105920 kB
DirectMap2M:    177649664 kB
DirectMap1G:    627048448 kB

Free space on /tmp at the end= 8587888 MiB
End job on nodeD104 at 2024-08-12 22:14:58