Trace number 4468621

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-12SAT34 71117.8 3601.23

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-unif-100_100.08.opb
MD5SUM12086b8d20dd7cc54e02491e5e8188a1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark1.19123
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9457
Total number of constraints449183
Number of constraints which are clauses446880
Number of constraints which are cardinality constraints (but not clauses)2303
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
Number of terms in the objective function 98
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 98
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 96
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 194
Number of bits of the biggest sum of numbers8
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)
1.19/1.21	c Default LC presolving (default).
1.19/1.22	c ** Before presolving: virtualMemUsedAtLc = 1010615505, getVmSize() = 608333824, SCIPgetMemUsed() = 515994172, SCIPgetMemTotal() = 553188932, SCIPgetMemExternEstim() = 457426573
1.19/1.22	c ** set memory limit for presolving in LC to 8.79291e+12 for SCIP **
3.88/3.95	c ** Estimated virtualMemUsedAtSolver = 665673940, getVmSize() = 681201664, SCIPgetMemUsed() = 370385234, SCIPgetMemTotal() = 541084338, SCIPgetMemExternEstim() = 457426573
3.88/3.95	c ** set memory limit for solvers to 4.18652e+11 for each SCIP **
3.88/3.95	c Original Problem   :
3.88/3.95	c   Problem name     : instance-4468621-1723572736
3.88/3.95	c   Variables        : 9457 (9457 binary, 0 integer, 0 implicit integer, 0 continuous)
3.88/3.95	c   Constraints      : 449183
3.88/3.95	c   Objective sense  : minimize
3.88/3.95	c Presolved Problem  :
3.88/3.95	c   Variables        : 4050 (4050 binary, 0 integer, 0 implicit integer, 0 continuous)
3.88/3.95	c   Constraints      : 48044
3.88/3.95	c Constraints        : Number
3.88/3.95	c   setppc           : 32844 
3.88/3.95	c   linear           : 6 
3.88/3.95	c   logicor          : 15194 
3.88/3.95	c ** Instance transfer method used: 0
3.88/4.01	c ** ParaScipInstance copy does not increase the number of variables. **
5.09/5.17	c LC is working with racing ramp-up and with rebuilding tree after racing.
5.09/5.17	c                                Nodes    Active                                            
5.09/5.17	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.61/5.30	c *       5              0           1        20          97.0000                -          -
5.61/5.30	c         5              0           1        20          97.0000                -          -
97.17/10.00	c *      10              0           1        20          87.0000                -          -
99.64/10.10	c *      10              0           1        20          57.0000                -          -
104.89/10.31	c *      10              0           1        20          55.0000                -          -
104.89/10.31	c        10              0           1        20          55.0000                -          -
143.43/12.39	c *      12              0           1        20          54.0000                -          -
2119.50/112.17	c       112              2           1        20          54.0000          27.0000    100.00%
3167.77/165.34	c       165              2           1        20          54.0000          27.0000    100.00%
3347.17/174.43	c       174              5           4        20          54.0000          27.0000    100.00%
3550.65/184.77	c       185              9           8        20          54.0000          27.0000    100.00%
3710.69/192.83	c       193             12          11        20          54.0000          27.0000    100.00%
3811.62/197.99	c       198             13          12        20          54.0000          27.0000    100.00%
3997.96/207.30	c       207             13          12        20          54.0000          27.0000    100.00%
4153.36/215.16	c       215             14          13        20          54.0000          27.0000    100.00%
4202.35/217.60	c *     218             14          13        20          53.0000          27.0000     96.30%
4312.14/223.15	c       223             14          13        20          53.0000          27.0000     96.30%
4466.25/230.92	c       231             14          13        20          53.0000          27.0000     96.30%
4565.49/236.03	c       236             14          13        20          53.0000          27.0000     96.30%
4763.96/245.98	c       246             15          14        20          53.0000          27.0000     96.30%
5037.66/259.72	c       260             15          14        20          53.0000          27.0000     96.30%
5138.77/264.86	c       265             15          14        20          53.0000          27.0000     96.30%
5317.16/273.85	c       274             15          14        20          53.0000          27.0000     96.30%
5443.95/280.27	c       280             15          14        20          53.0000          27.0000     96.30%
5592.59/287.77	c       288             15          14        20          53.0000          27.0000     96.30%
5616.37/288.94	c *     289             15          14        20          52.0000          27.0000     92.59%
5743.12/295.31	c       295             15          14        20          52.0000          27.0000     92.59%
5911.37/303.87	c       304             15          14        20          52.0000          27.0000     92.59%
6034.87/310.08	c       310             15          14        20          52.0000          27.0000     92.59%
6133.90/315.13	c       315             15          14        20          52.0000          27.0000     92.59%
6246.02/320.78	c       321             15          14        20          52.0000          27.0000     92.59%
6411.17/329.06	c       329             15          14        20          52.0000          27.0000     92.59%
6512.20/334.18	c       334             15          14        20          52.0000          27.0000     92.59%
6653.94/341.30	c       341             15          14        20          52.0000          27.0000     92.59%
6770.78/347.24	c       347             16          15        20          52.0000          27.0000     92.59%
6869.76/352.27	c       352             16          15        20          52.0000          27.0000     92.59%
7014.21/359.50	c       360             17          16        20          52.0000          27.0000     92.59%
7145.48/366.16	c       366             17          16        20          52.0000          27.0000     92.59%
7265.31/372.26	c       372             18          17        20          52.0000          27.0000     92.59%
7279.17/372.90	c *     373             18          17        20          50.0000          27.0000     85.19%
7308.79/374.42	c *     374             18          17        20          49.0000          27.0000     81.48%
7524.00/385.31	c       385             18          17        20          49.0000          27.0000     81.48%
7753.05/397.02	c       397             19          18        20          49.0000          27.0000     81.48%
7876.26/403.18	c       403             19          18        20          49.0000          27.0000     81.48%
8003.79/409.66	c       410             22          21        20          49.0000          27.0000     81.48%
8108.42/414.93	c       415             22          21        20          49.0000          27.0000     81.48%
8207.11/420.00	c       420             22          21        20          49.0000          27.0000     81.48%
8357.08/427.59	c       428             22          21        20          49.0000          27.0000     81.48%
8495.19/434.59	c       435             25          24        20          49.0000          27.0000     81.48%
8556.38/437.68	c *     438             25          24        20          48.0000          27.0000     77.78%
8597.88/439.74	c       440             25          24        20          48.0000          27.0000     77.78%
8723.15/446.06	c       446             27          26        20          48.0000          27.0000     77.78%
8846.94/452.33	c       452             27          26        20          48.0000          27.0000     77.78%
8960.27/458.11	c       458             27          26        20          48.0000          27.0000     77.78%
9072.51/463.71	c       464             27          26        20          48.0000          27.0000     77.78%
9180.12/469.17	c       469             27          26        20          48.0000          27.0000     77.78%
9369.70/478.71	c       479             28          27        20          48.0000          27.0000     77.78%
9477.37/484.13	c       484             29          28        20          48.0000          27.0000     77.78%
9536.85/487.14	c *     487             29          28        20          47.0000          27.0000     74.07%
9597.56/490.27	c       490             29          28        20          47.0000          27.0000     74.07%
9700.59/495.47	c       495             29          28        20          47.0000          27.0000     74.07%
9801.64/500.50	c       501             29          28        20          47.0000          27.0000     74.07%
9934.38/507.27	c       507             29          28        20          47.0000          27.0000     74.07%
10041.31/512.65	c       513             29          28        20          47.0000          27.0000     74.07%
10154.19/518.33	c       518             29          28        20          47.0000          27.0000     74.07%
10201.74/520.73	c *     521             30          29        20          46.0000          27.0000     70.37%
10259.17/523.61	c       524             30          29        20          46.0000          27.0000     70.37%
10368.87/529.14	c       529             30          29        20          46.0000          27.0000     70.37%
10502.69/536.00	c       536             32          31        20          46.0000          27.0000     70.37%
10604.36/541.08	c       541             32          31        20          46.0000          27.0000     70.37%
10680.74/545.01	c *     545             32          31        20          45.0000          27.0000     66.67%
10703.06/546.09	c *     546             32          31        20          44.0000          27.0000     62.96%
10703.06/546.09	c       546             32          31        20          44.0000          27.0000     62.96%
10726.20/547.30	c *     547             32          31        20          43.0000          27.0000     59.26%
10809.28/551.45	c       551             32          31        20          43.0000          27.0000     59.26%
10980.14/560.14	c       560             32          31        20          43.0000          27.0000     59.26%
11105.83/566.48	c       566             32          31        20          43.0000          27.0000     59.26%
11194.79/571.01	c *     571             33          32        20          42.0000          27.0000     55.56%
11217.12/572.06	c       572             33          32        20          42.0000          27.0000     55.56%
11337.65/578.16	c       578             33          32        20          42.0000          27.0000     55.56%
11503.11/586.58	c       587             33          32        20          42.0000          27.0000     55.56%
11629.65/592.90	c       593             34          33        20          42.0000          27.0000     55.56%
11760.13/599.53	c       600             35          34        20          42.0000          27.0000     55.56%
11914.52/607.37	c       607             35          34        20          42.0000          27.0000     55.56%
12015.50/612.46	c       612             35          34        20          42.0000          27.0000     55.56%
12118.40/617.61	c       618             35          34        20          42.0000          27.0000     55.56%
12217.35/622.69	c       623             35          34        20          42.0000          27.0000     55.56%
12318.30/627.75	c       628             35          34        20          42.0000          27.0000     55.56%
12417.27/632.77	c       633             37          36        20          42.0000          27.0000     55.56%
12557.84/639.84	c       640             37          36        20          42.0000          27.0000     55.56%
12666.70/645.36	c       645             37          36        20          42.0000          27.0000     55.56%
12773.54/650.73	c       651             39          38        20          42.0000          27.0000     55.56%
12884.38/656.33	c       656             39          38        20          42.0000          27.0000     55.56%
12985.32/661.46	c       661             40          39        20          42.0000          27.0000     55.56%
13086.28/666.52	c       667             40          39        20          42.0000          27.0000     55.56%
13212.97/672.95	c       673             40          39        20          42.0000          27.0000     55.56%
13325.73/678.69	c       679             40          39        20          42.0000          27.0000     55.56%
13426.65/683.77	c       684             40          39        20          42.0000          27.0000     55.56%
13535.43/689.28	c       689             40          39        20          42.0000          27.0000     55.56%
13646.28/694.82	c       695             40          39        20          42.0000          27.0000     55.56%
13774.89/701.35	c       701             40          39        20          42.0000          27.0000     55.56%
13943.06/709.81	c       710             41          40        20          42.0000          27.0000     55.56%
14057.83/715.62	c       716             41          40        20          42.0000          27.0000     55.56%
14162.69/720.94	c       721             45          44        20          42.0000          27.0000     55.56%
14162.69/720.94	Racing ramp-up finished after 720.94 seconds. Selected strategy 10.
14241.27/726.63	c       727              0          44         1          42.0000          27.0000     55.56%          27.0000     55.56%
14365.11/734.65	c       735             91          46        14          42.0000          27.0000     55.56%          27.0000     55.56%
14806.69/756.95	c       757             91          46        17          42.0000          27.0000     55.56%          27.0000     55.56%
16357.17/835.24	c       835             91          46        18          42.0000          27.0000     55.56%          27.0000     55.56%
17298.74/882.61	c       883             91          46        19          42.0000          27.0000     55.56%          27.0000     55.56%
17507.63/893.15	c       893            102          53        20          42.0000          27.0000     55.56%          27.0000     55.56%
17737.28/904.70	c       905            118          69        20          42.0000          27.0000     55.56%          27.0000     55.56%
17882.89/912.12	c       912            123          72        20          42.0000          27.0000     55.56%          27.0000     55.56%
18007.12/918.39	c       918            125          72        20          42.0000          27.0000     55.56%          27.0000     55.56%
18140.64/925.09	c       925            141          86        20          42.0000          27.0000     55.56%          27.0000     55.56%
18255.07/930.83	c       931            153          96        20          42.0000          27.0000     55.56%          27.0000     55.56%
18384.06/937.38	c       937            158         101        20          42.0000          27.0000     55.56%          27.0000     55.56%
18485.34/942.40	c       942            171         112        20          42.0000          27.0000     55.56%          27.0000     55.56%
18590.53/947.77	c       948            185         122        20          42.0000          27.0000     55.56%          27.0000     55.56%
18701.62/953.33	c       953            192         129        20          42.0000          27.0000     55.56%          27.0000     55.56%
18810.75/958.80	c       959            206         143        20          42.0000          27.0000     55.56%          27.0000     55.56%
18919.83/964.36	c       964            210         145        20          42.0000          27.0000     55.56%          27.0000     55.56%
19038.75/970.33	c       970            229         162        20          42.0000          27.0000     55.56%          27.0000     55.56%
19137.85/975.37	c       975            363         253        20          42.0000          27.0000     55.56%          27.0000     55.56%
19238.94/980.43	c       980           1418         250        20          42.0000          27.0000     55.56%          27.0000     55.56%
19338.00/985.49	c       986           2949         258        20          42.0000          27.0000     55.56%          27.0000     55.56%
19439.09/990.51	c       991           4216         361        20          42.0000          27.0000     55.56%          27.0000     55.56%
19540.18/995.66	c       996           6024         346        20          42.0000          27.0000     55.56%          27.0000     55.56%
19641.18/1000.71	c      1001          10456         409        20          42.0000          27.0000     55.56%          27.0000     55.56%
19740.19/1005.79	c      1006          14264         415        20          42.0000          27.0000     55.56%          27.0000     55.56%
19841.25/1010.85	c      1011          19493         469        20          42.0000          27.0000     55.56%          27.0000     55.56%
19942.30/1015.90	c      1016          24627         510        20          42.0000          27.0000     55.56%          27.0000     55.56%
20041.36/1021.01	c      1021          31473         498        20          42.0000          27.0000     55.56%          27.0000     55.56%
20142.97/1026.10	c      1026          36793         510        20          42.0000          27.0000     55.56%          27.0000     55.56%
20243.92/1031.17	c      1031          41130         511        20          42.0000          27.0000     55.56%          27.0000     55.56%
20344.24/1036.24	c      1036          45830         516        20          42.0000          27.0000     55.56%          27.0000     55.56%
20445.19/1041.37	c      1041          50562         537        20          42.0000          27.0000     55.56%          27.0000     55.56%
20546.14/1046.41	c      1046          56091         542        20          42.0000          27.0000     55.56%          27.0000     55.56%
20645.08/1051.48	c      1051          62367         553        20          42.0000          27.0000     55.56%          27.0000     55.56%
20746.00/1056.54	c      1057          67345         576        20          42.0000          27.0000     55.56%          27.0000     55.56%
20846.93/1061.61	c      1062          73417         580        20          42.0000          27.0000     55.56%          27.0000     55.56%
20945.95/1066.67	c      1067          77714         587        20          42.0000          27.0000     55.56%          27.0000     55.56%
21046.74/1071.75	c      1072          81980         590        20          42.0000          27.0000     55.56%          27.0000     55.56%
21147.61/1076.80	c      1077          86393         597        20          42.0000          27.0000     55.56%          27.0000     55.56%
21246.52/1081.86	c      1082          91270         613        20          42.0000          27.0000     55.56%          27.0000     55.56%
21347.42/1086.91	c      1087          96061         623        20          42.0000          27.0000     55.56%          27.0000     55.56%
21446.41/1091.97	c      1092         101269         631        20          42.0000          27.0000     55.56%          27.0000     55.56%
21550.05/1097.19	c      1097         107094         644        20          42.0000          27.0000     55.56%          27.0000     55.56%
21650.27/1102.27	c      1102         112630         651        20          42.0000          27.0000     55.56%          27.0000     55.56%
21751.22/1107.32	c      1107         119041         656        20          42.0000          27.0000     55.56%          27.0000     55.56%
21850.23/1112.38	c      1112         124775         661        20          42.0000          27.0000     55.56%          27.0000     55.56%
21951.18/1117.47	c      1117         130780         676        20          42.0000          27.0000     55.56%          27.0000     55.56%
22052.21/1122.57	c      1123         136259         682        20          42.0000          27.0000     55.56%          27.0000     55.56%
22155.19/1127.72	c      1128         140686         687        20          42.0000          27.0000     55.56%          27.0000     55.56%
22256.17/1132.81	c      1133         145166         701        20          42.0000          27.0000     55.56%          27.0000     55.56%
22355.15/1137.88	c      1138         149131         726        20          42.0000          27.0000     55.56%          27.0000     55.56%
22456.12/1142.98	c      1143         153260         758        20          42.0000          27.0000     55.56%          27.0000     55.56%
22557.54/1148.08	c      1148         158523         805        20          42.0000          27.0000     55.56%          27.0000     55.56%
22661.88/1153.35	c      1153         163067         821        20          42.0000          27.0000     55.56%          27.0000     55.56%
22762.89/1158.43	c      1158         167455         855        20          42.0000          27.0000     55.56%          27.0000     55.56%
22861.99/1163.48	c      1163         171789         872        20          42.0000          27.0000     55.56%          27.0000     55.56%
22962.98/1168.56	c      1169         176039         894        20          42.0000          27.0000     55.56%          27.0000     55.56%
23066.00/1173.77	c      1174         180516         920        20          42.0000          27.0000     55.56%          27.0000     55.56%
23167.03/1178.82	c      1179         185351         917        20          42.0000          27.0000     55.56%          27.0000     55.56%
23268.09/1183.90	c      1184         190434         941        20          42.0000          27.0000     55.56%          27.0000     55.56%
23367.19/1188.95	c      1189         195102         937        20          42.0000          27.0000     55.56%          27.0000     55.56%
23462.36/1193.76	c *    1194         199633         942        20          41.0000          27.0000     51.85%          27.0000     51.85%
23466.22/1194.02	c      1194         199791         939        20          41.0000          27.0000     51.85%          27.0000     51.85%
23484.06/1194.83	c *    1195         200379         950        20          40.0000          27.0000     48.15%          27.0000     48.15%
23570.05/1199.14	c      1199         204832         949        20          40.0000          27.0000     48.15%          27.0000     48.15%
23669.05/1204.19	c      1204         210659         971        20          40.0000          27.0000     48.15%          27.0000     48.15%
23769.49/1209.26	c      1209         216926         997        20          40.0000          27.0000     48.15%          27.0000     48.15%
23870.59/1214.31	c      1214         222768        1011        20          40.0000          27.0000     48.15%          27.0000     48.15%
23969.75/1219.36	c      1219         229612        1023        20          40.0000          27.0000     48.15%          27.0000     48.15%
24070.91/1224.44	c      1224         237385        1033        20          40.0000          27.0000     48.15%          27.0000     48.15%
24176.02/1229.74	c      1230         244128        1048        20          40.0000          27.0000     48.15%          27.0000     48.15%
24275.14/1234.79	c      1235         250534        1042        20          40.0000          27.0000     48.15%          27.0000     48.15%
24378.22/1240.03	c      1240         257489        1069        20          40.0000          27.0000     48.15%          27.0000     48.15%
24482.20/1245.16	c      1245         264561        1083        20          40.0000          27.0000     48.15%          27.0000     48.15%
24584.29/1250.34	c      1250         271244        1070        20          40.0000          27.0000     48.15%          27.0000     48.15%
24685.27/1255.40	c      1255         277513        1087        20          40.0000          27.0000     48.15%          27.0000     48.15%
24784.23/1260.47	c      1260         283582        1094        20          40.0000          27.0000     48.15%          27.0000     48.15%
24885.22/1265.53	c      1266         289666        1119        20          40.0000          27.0000     48.15%          27.0000     48.15%
24984.21/1270.58	c      1271         295659        1132        20          40.0000          27.0000     48.15%          27.0000     48.15%
25085.09/1275.65	c      1276         300460        1145        20          40.0000          27.0000     48.15%          27.0000     48.15%
25186.04/1280.72	c      1281         305023        1156        20          40.0000          27.0000     48.15%          27.0000     48.15%
25285.02/1285.77	c      1286         308848        1151        20          40.0000          27.0000     48.15%          27.0000     48.15%
25386.04/1290.84	c      1291         314467        1164        20          40.0000          27.0000     48.15%          27.0000     48.15%
25487.07/1296.02	c      1296         318501        1172        20          40.0000          27.0000     48.15%          27.0000     48.15%
25588.83/1301.07	c      1301         322791        1176        20          40.0000          27.0000     48.15%          27.0000     48.15%
25689.80/1306.17	c      1306         326538        1194        20          40.0000          27.0000     48.15%          27.0000     48.15%
25790.06/1311.21	c      1311         330655        1206        20          40.0000          27.0000     48.15%          27.0000     48.15%
25889.09/1316.28	c      1316         334460        1216        20          40.0000          27.0000     48.15%          27.0000     48.15%
25990.12/1321.36	c      1321         338495        1199        20          40.0000          27.0000     48.15%          27.0000     48.15%
26091.14/1326.43	c      1326         342626        1218        20          40.0000          27.0000     48.15%          27.0000     48.15%
26192.18/1331.56	c      1332         346405        1221        20          40.0000          27.0000     48.15%          27.0000     48.15%
26293.16/1336.62	c      1337         350608        1238        20          40.0000          27.0000     48.15%          27.0000     48.15%
26392.18/1341.69	c      1342         355476        1250        20          40.0000          27.0000     48.15%          27.0000     48.15%
26495.24/1346.81	c      1347         361114        1246        20          40.0000          27.0000     48.15%          27.0000     48.15%
26594.40/1351.88	c      1352         368021        1244        20          40.0000          27.0000     48.15%          27.0000     48.15%
26695.51/1356.92	c      1357         373888        1256        20          40.0000          27.0000     48.15%          27.0000     48.15%
26794.64/1362.00	c      1362         380275        1266        20          40.0000          27.0000     48.15%          27.0000     48.15%
26896.39/1367.08	c      1367         386864        1278        20          40.0000          27.0000     48.15%          27.0000     48.15%
26998.71/1372.29	c      1372         393154        1275        20          40.0000          27.0000     48.15%          27.0000     48.15%
27099.67/1377.36	c      1377         398927        1290        20          40.0000          27.0000     48.15%          27.0000     48.15%
27200.68/1382.42	c      1382         405518        1306        20          40.0000          27.0000     48.15%          27.0000     48.15%
27299.68/1387.47	c      1387         411695        1316        20          40.0000          27.0000     48.15%          27.0000     48.15%
27402.61/1392.66	c      1393         417945        1330        20          40.0000          27.0000     48.15%          27.0000     48.15%
27503.49/1397.72	c      1398         423547        1347        20          40.0000          27.0000     48.15%          27.0000     48.15%
27602.37/1402.79	c      1403         428398        1349        20          40.0000          27.0000     48.15%          27.0000     48.15%
27705.20/1407.94	c      1408         432967        1377        20          40.0000          27.0000     48.15%          27.0000     48.15%
27806.93/1413.06	c      1413         438780        1392        20          40.0000          27.0000     48.15%          27.0000     48.15%
27905.79/1418.10	c      1418         444440        1414        20          40.0000          27.0000     48.15%          27.0000     48.15%
28006.91/1423.19	c      1423         450029        1439        20          40.0000          27.0000     48.15%          27.0000     48.15%
28107.24/1428.28	c      1428         454785        1435        20          40.0000          27.0000     48.15%          27.0000     48.15%
28210.30/1433.43	c      1433         458683        1451        20          40.0000          27.0000     48.15%          27.0000     48.15%
28309.43/1438.44	c      1438         461502        1454        20          40.0000          27.0000     48.15%          27.0000     48.15%
28412.57/1443.60	c      1444         465175        1477        20          40.0000          27.0000     48.15%          27.0000     48.15%
28513.67/1448.75	c      1449         468832        1499        20          40.0000          27.0000     48.15%          27.0000     48.15%
28616.75/1453.91	c      1454         472585        1517        20          40.0000          27.0000     48.15%          27.0000     48.15%
28715.78/1458.99	c      1459         475462        1554        20          40.0000          27.0000     48.15%          27.0000     48.15%
28817.62/1464.07	c      1464         478711        1599        20          40.0000          27.0000     48.15%          27.0000     48.15%
28918.72/1469.15	c      1469         481957        1588        20          40.0000          27.0000     48.15%          27.0000     48.15%
29019.01/1474.21	c      1474         484718        1610        20          40.0000          27.0000     48.15%          27.0000     48.15%
29118.18/1479.26	c      1479         487619        1623        20          40.0000          27.0000     48.15%          27.0000     48.15%
29219.20/1484.30	c      1484         489965        1638        20          40.0000          27.0000     48.15%          27.0000     48.15%
29318.32/1489.38	c      1489         493106        1646        20          40.0000          27.0000     48.15%          27.0000     48.15%
29419.33/1494.46	c      1494         495681        1659        20          40.0000          27.0000     48.15%          27.0000     48.15%
29520.24/1499.55	c      1500         498406        1705        20          40.0000          27.0000     48.15%          27.0000     48.15%
29621.23/1504.63	c      1505         500802        1741        20          40.0000          27.0000     48.15%          27.0000     48.15%
29728.87/1510.09	c      1510         501965        1788        20          40.0000          27.0000     48.15%          27.0000     48.15%
29837.13/1515.56	c      1516         503192        1809        20          40.0000          27.0000     48.15%          27.0000     48.15%
29936.17/1520.58	c      1521         504131        1846        20          40.0000          27.0000     48.15%          27.0000     48.15%
30037.18/1525.68	c      1526         505124        1892        20          40.0000          27.0000     48.15%          27.0000     48.15%
30140.11/1530.83	c      1531         506528        1912        20          40.0000          27.0000     48.15%          27.0000     48.15%
30239.10/1535.89	c      1536         507309        1943        20          40.0000          27.0000     48.15%          27.0000     48.15%
30340.09/1540.95	c      1541         508665        1949        20          40.0000          27.0000     48.15%          27.0000     48.15%
30441.91/1546.06	c      1546         509858        1957        20          40.0000          27.0000     48.15%          27.0000     48.15%
30542.69/1551.14	c      1551         510831        1984        20          40.0000          27.0000     48.15%          27.0000     48.15%
30557.92/1551.94	c *    1552         510849        1988        20          38.0000          27.0000     40.74%          27.0000     40.74%
30643.07/1556.20	c      1556         512581        1959        20          38.0000          27.0000     40.74%          27.0000     40.74%
30742.06/1561.24	c      1561         514123        1971        20          38.0000          27.0000     40.74%          27.0000     40.74%
30843.05/1566.33	c      1566         516253        1986        20          38.0000          27.0000     40.74%          27.0000     40.74%
30942.10/1571.39	c      1571         518453        1972        20          38.0000          27.0000     40.74%          27.0000     40.74%
31043.14/1576.44	c      1576         520086        1986        20          38.0000          27.0000     40.74%          27.0000     40.74%
31144.18/1581.51	c      1582         522161        2003        20          38.0000          27.0000     40.74%          27.0000     40.74%
31245.32/1586.64	c      1587         524649        1997        20          38.0000          27.0000     40.74%          27.0000     40.74%
31348.18/1591.81	c      1592         526811        2009        20          38.0000          27.0000     40.74%          27.0000     40.74%
31369.97/1592.95	c *    1593         527644        2016        20          37.0000          27.0000     37.04%          27.0000     37.04%
31449.17/1596.90	c      1597         530056        2013        20          37.0000          27.0000     37.04%          27.0000     37.04%
31548.22/1601.96	c      1602         534111        2030        20          37.0000          27.0000     37.04%          27.0000     37.04%
31647.32/1607.02	c      1607         538369        2052        20          37.0000          27.0000     37.04%          27.0000     37.04%
31751.00/1612.14	c      1612         540789        2059        20          37.0000          27.0000     37.04%          27.0000     37.04%
31850.15/1617.15	c      1617         543116        2079        20          37.0000          27.0000     37.04%          27.0000     37.04%
31952.47/1622.30	c      1622         546068        2103        20          37.0000          27.0000     37.04%          27.0000     37.04%
32055.52/1627.51	c      1628         547445        2124        20          37.0000          27.0000     37.04%          27.0000     37.04%
32116.96/1630.66	c *    1631         548180        2140        20          36.0000          27.0000     33.33%          27.0000     33.33%
32156.55/1632.63	c      1633         549972        2124        20          36.0000          27.0000     33.33%          27.0000     33.33%
32257.55/1637.71	c      1638         554089        2106        20          36.0000          27.0000     33.33%          27.0000     33.33%
32358.50/1642.86	c      1643         557789        2116        20          36.0000          27.0000     33.33%          27.0000     33.33%
32459.46/1647.94	c      1648         561789        2116        20          36.0000          27.0000     33.33%          27.0000     33.33%
32560.97/1653.11	c      1653         564909        2143        20          36.0000          27.0000     33.33%          27.0000     33.33%
32663.30/1658.22	c      1658         566561        2142        20          36.0000          27.0000     33.33%          27.0000     33.33%
32762.33/1663.23	c      1663         567339        2157        20          36.0000          27.0000     33.33%          27.0000     33.33%
32861.39/1668.28	c      1668         568946        2179        20          36.0000          27.0000     33.33%          27.0000     33.33%
32974.29/1673.98	c      1674         571779        2207        20          36.0000          27.0000     33.33%          27.0000     33.33%
33103.03/1680.43	c      1680         571820        2224        20          36.0000          27.0000     33.33%          27.0000     33.33%
33207.98/1685.72	c      1686         571860        2244        20          36.0000          27.0000     33.33%          27.0000     33.33%
33306.99/1690.75	c      1691         571899        2253        20          36.0000          27.0000     33.33%          27.0000     33.33%
33405.96/1695.79	c      1696         571913        2261        20          36.0000          27.0000     33.33%          27.0000     33.33%
33506.93/1700.82	c      1701         571995        2277        20          36.0000          27.0000     33.33%          27.0000     33.33%
33605.98/1705.84	c      1706         572048        2304        20          36.0000          27.0000     33.33%          27.0000     33.33%
33720.82/1711.68	c      1712         572145        2334        20          36.0000          27.0000     33.33%          27.0000     33.33%
33821.87/1716.71	c      1717         572251        2361        20          36.0000          27.0000     33.33%          27.0000     33.33%
33930.83/1722.27	c      1722         572269        2371        20          36.0000          27.0000     33.33%          27.0000     33.33%
34031.87/1727.32	c      1727         572312        2387        20          36.0000          27.0000     33.33%          27.0000     33.33%
34150.75/1733.30	c      1733         572342        2414        20          36.0000          27.0000     33.33%          27.0000     33.33%
34255.91/1738.67	c      1739         572395        2426        20          36.0000          27.0000     33.33%          27.0000     33.33%
34356.90/1743.78	c      1744         572427        2442        20          36.0000          27.0000     33.33%          27.0000     33.33%
34455.96/1748.80	c      1749         572786        2457        20          36.0000          27.0000     33.33%          27.0000     33.33%
34561.69/1754.08	c      1754         576766        2468        20          36.0000          27.0000     33.33%          27.0000     33.33%
34662.88/1759.20	c      1759         579014        2493        20          36.0000          27.0000     33.33%          27.0000     33.33%
34763.09/1764.28	c      1764         581431        2539        20          36.0000          27.0000     33.33%          27.0000     33.33%
34862.03/1769.29	c      1769         584589        2586        20          36.0000          27.0000     33.33%          27.0000     33.33%
34964.89/1774.41	c      1774         589021        2626        20          36.0000          27.0000     33.33%          27.0000     33.33%
35063.79/1779.46	c      1779         593448        2639        20          36.0000          27.0000     33.33%          27.0000     33.33%
35164.66/1784.51	c      1785         598801        2664        20          36.0000          27.0000     33.33%          27.0000     33.33%
35263.63/1789.60	c      1790         603747        2696        20          36.0000          27.0000     33.33%          27.0000     33.33%
35368.61/1794.84	c      1795         607773        2729        20          36.0000          27.0000     33.33%          27.0000     33.33%
35469.68/1799.91	c      1800         610651        2744        20          36.0000          27.0000     33.33%          27.0000     33.33%
35568.78/1804.96	c      1805         615138        2780        20          36.0000          27.0000     33.33%          27.0000     33.33%
35667.89/1810.01	c      1810         618308        2799        20          36.0000          27.0000     33.33%          27.0000     33.33%
35769.54/1815.07	c      1815         620452        2810        20          36.0000          27.0000     33.33%          27.0000     33.33%
35868.73/1820.09	c      1820         623909        2821        20          36.0000          27.0000     33.33%          27.0000     33.33%
35969.74/1825.18	c      1825         626331        2857        20          36.0000          27.0000     33.33%          27.0000     33.33%
36071.92/1830.31	c      1830         628495        2874        20          36.0000          27.0000     33.33%          27.0000     33.33%
36172.86/1835.48	c      1835         632099        2889        20          36.0000          27.0000     33.33%          27.0000     33.33%
36273.83/1840.55	c      1841         634233        2916        20          36.0000          27.0000     33.33%          27.0000     33.33%
36374.76/1845.62	c      1846         636452        2934        20          36.0000          27.0000     33.33%          27.0000     33.33%
36473.91/1850.66	c      1851         638667        2964        20          36.0000          27.0000     33.33%          27.0000     33.33%
36576.82/1855.84	c      1856         642359        2993        20          36.0000          27.0000     33.33%          27.0000     33.33%
36675.88/1860.90	c      1861         644618        3016        20          36.0000          27.0000     33.33%          27.0000     33.33%
36776.87/1865.94	c      1866         646466        3025        20          36.0000          27.0000     33.33%          27.0000     33.33%
36875.86/1870.99	c      1871         648341        3069        20          36.0000          27.0000     33.33%          27.0000     33.33%
36977.40/1876.04	c      1876         650316        3078        20          36.0000          27.0000     33.33%          27.0000     33.33%
37076.56/1881.09	c      1881         651574        3100        20          36.0000          27.0000     33.33%          27.0000     33.33%
37178.67/1886.27	c      1886         653918        3115        20          36.0000          27.0000     33.33%          27.0000     33.33%
37279.59/1891.33	c      1891         656787        3136        20          36.0000          27.0000     33.33%          27.0000     33.33%
37378.57/1896.38	c      1896         659409        3168        20          36.0000          27.0000     33.33%          27.0000     33.33%
37481.50/1901.54	c      1902         662038        3178        20          36.0000          27.0000     33.33%          27.0000     33.33%
37598.24/1907.47	c      1907         663495        3192        20          36.0000          27.0000     33.33%          27.0000     33.33%
37697.17/1912.49	c      1912         664652        3217        20          36.0000          27.0000     33.33%          27.0000     33.33%
37798.10/1917.55	c      1918         667739        3239        20          36.0000          27.0000     33.33%          27.0000     33.33%
37904.96/1922.96	c      1923         668390        3277        20          36.0000          27.0000     33.33%          27.0000     33.33%
38013.76/1928.44	c      1928         668442        3294        20          36.0000          27.0000     33.33%          27.0000     33.33%
38114.65/1933.53	c      1934         668470        3320        20          36.0000          27.0000     33.33%          27.0000     33.33%
38213.54/1938.54	c      1939         668531        3340        20          36.0000          27.0000     33.33%          27.0000     33.33%
38316.43/1943.74	c      1944         668586        3377        20          36.0000          27.0000     33.33%          27.0000     33.33%
38419.38/1948.91	c      1949         668610        3384        20          36.0000          27.0000     33.33%          27.0000     33.33%
38520.88/1954.10	c      1954         668648        3406        20          36.0000          27.0000     33.33%          27.0000     33.33%
38664.86/1961.38	c      1961         668697        3424        20          36.0000          27.0000     33.33%          27.0000     33.33%
38775.88/1966.99	c      1967         668731        3454        20          36.0000          27.0000     33.33%          27.0000     33.33%
38890.79/1972.77	c      1973         668829        3482        20          36.0000          27.0000     33.33%          27.0000     33.33%
38991.81/1977.88	c      1978         668933        3497        20          36.0000          27.0000     33.33%          27.0000     33.33%
39100.72/1983.30	c      1983         669215        3523        20          36.0000          27.0000     33.33%          27.0000     33.33%
39203.67/1988.51	c      1989         669307        3546        20          36.0000          27.0000     33.33%          27.0000     33.33%
39308.57/1993.86	c      1994         671773        3563        20          36.0000          27.0000     33.33%          27.0000     33.33%
39409.50/1999.02	c      1999         674820        3573        20          36.0000          27.0000     33.33%          27.0000     33.33%
39513.02/2004.17	c      2004         677174        3583        20          36.0000          27.0000     33.33%          27.0000     33.33%
39613.21/2009.26	c      2009         679036        3612        20          36.0000          27.0000     33.33%          27.0000     33.33%
39714.10/2014.31	c      2014         680712        3637        20          36.0000          27.0000     33.33%          27.0000     33.33%
39812.99/2019.36	c      2019         684112        3653        20          36.0000          27.0000     33.33%          27.0000     33.33%
39913.95/2024.41	c      2024         686824        3677        20          36.0000          27.0000     33.33%          27.0000     33.33%
40012.97/2029.46	c      2029         688899        3700        20          36.0000          27.0000     33.33%          27.0000     33.33%
40113.96/2034.58	c      2035         691109        3737        20          36.0000          27.0000     33.33%          27.0000     33.33%
40215.01/2039.62	c      2040         693988        3748        20          36.0000          27.0000     33.33%          27.0000     33.33%
40314.11/2044.67	c      2045         697641        3777        20          36.0000          27.0000     33.33%          27.0000     33.33%
40415.10/2049.71	c      2050         701121        3788        20          36.0000          27.0000     33.33%          27.0000     33.33%
40514.14/2054.78	c      2055         704122        3814        20          36.0000          27.0000     33.33%          27.0000     33.33%
40615.26/2059.87	c      2060         707421        3838        20          36.0000          27.0000     33.33%          27.0000     33.33%
40716.34/2064.92	c      2065         710933        3849        20          36.0000          27.0000     33.33%          27.0000     33.33%
40815.40/2069.98	c      2070         712630        3874        20          36.0000          27.0000     33.33%          27.0000     33.33%
40917.12/2075.04	c      2075         716029        3886        20          36.0000          27.0000     33.33%          27.0000     33.33%
41016.32/2080.10	c      2080         719393        3922        20          36.0000          27.0000     33.33%          27.0000     33.33%
41117.22/2085.15	c      2085         722062        3947        20          36.0000          27.0000     33.33%          27.0000     33.33%
41217.62/2090.21	c      2090         724567        3959        20          36.0000          27.0000     33.33%          27.0000     33.33%
41316.68/2095.23	c      2095         726422        3968        20          36.0000          27.0000     33.33%          27.0000     33.33%
41417.77/2100.30	c      2100         729573        4010        20          36.0000          27.0000     33.33%          27.0000     33.33%
41518.79/2105.41	c      2105         732655        4037        20          36.0000          27.0000     33.33%          27.0000     33.33%
41617.85/2110.46	c      2110         734620        4065        20          36.0000          27.0000     33.33%          27.0000     33.33%
41718.85/2115.51	c      2116         736826        4117        20          36.0000          27.0000     33.33%          27.0000     33.33%
41817.82/2120.56	c      2121         738856        4145        20          36.0000          27.0000     33.33%          27.0000     33.33%
41916.84/2125.59	c      2126         741718        4157        20          36.0000          27.0000     33.33%          27.0000     33.33%
42021.80/2130.80	c      2131         746476        4182        20          36.0000          27.0000     33.33%          27.0000     33.33%
42122.76/2136.02	c      2136         750348        4215        20          36.0000          27.0000     33.33%          27.0000     33.33%
42224.44/2141.11	c      2141         753292        4241        20          36.0000          27.0000     33.33%          27.0000     33.33%
42325.24/2146.16	c      2146         756821        4259        20          36.0000          27.0000     33.33%          27.0000     33.33%
42427.49/2151.34	c      2151         759656        4276        20          36.0000          27.0000     33.33%          27.0000     33.33%
42526.43/2156.38	c      2156         762511        4292        20          36.0000          27.0000     33.33%          27.0000     33.33%
42627.43/2161.43	c      2161         765778        4311        20          36.0000          27.0000     33.33%          27.0000     33.33%
42730.36/2166.64	c      2167         770583        4328        20          36.0000          27.0000     33.33%          27.0000     33.33%
42829.34/2171.68	c      2172         772789        4344        20          36.0000          27.0000     33.33%          27.0000     33.33%
42892.67/2174.81	c *    2175         774633        4362        20          35.0000          27.0000     29.63%          27.0000     29.63%
42930.28/2176.72	c      2177         775803        4263        20          35.0000          27.0000     29.63%          27.0000     29.63%
43031.29/2181.88	c      2182         779208        4185        20          35.0000          27.0000     29.63%          27.0000     29.63%
43132.37/2186.93	c      2187         782294        4205        20          35.0000          27.0000     29.63%          27.0000     29.63%
43231.44/2191.98	c      2192         786127        4211        20          35.0000          27.0000     29.63%          27.0000     29.63%
43330.49/2197.03	c      2197         789361        4215        20          35.0000          27.0000     29.63%          27.0000     29.63%
43432.19/2202.08	c      2202         792584        4229        20          35.0000          27.0000     29.63%          27.0000     29.63%
43533.12/2207.14	c      2207         795966        4256        20          35.0000          27.0000     29.63%          27.0000     29.63%
43632.32/2212.18	c      2212         800422        4266        20          35.0000          27.0000     29.63%          27.0000     29.63%
43732.76/2217.23	c      2217         805763        4272        20          35.0000          27.0000     29.63%          27.0000     29.63%
43831.87/2222.28	c      2222         811873        4275        20          35.0000          27.0000     29.63%          27.0000     29.63%
43933.06/2227.37	c      2227         817335        4286        20          35.0000          27.0000     29.63%          27.0000     29.63%
44036.18/2232.53	c      2233         821867        4302        20          35.0000          27.0000     29.63%          27.0000     29.63%
44135.28/2237.58	c      2238         826045        4311        20          35.0000          27.0000     29.63%          27.0000     29.63%
44238.40/2242.73	c      2243         829823        4334        20          35.0000          27.0000     29.63%          27.0000     29.63%
44337.52/2247.77	c      2248         836034        4356        20          35.0000          27.0000     29.63%          27.0000     29.63%
44438.58/2252.81	c      2253         845124        4352        20          35.0000          27.0000     29.63%          27.0000     29.63%
44539.63/2257.99	c      2258         851560        4367        20          35.0000          27.0000     29.63%          27.0000     29.63%
44641.33/2263.05	c      2263         858920        4382        20          35.0000          27.0000     29.63%          27.0000     29.63%
44740.39/2268.13	c      2268         869568        4394        20          35.0000          27.0000     29.63%          27.0000     29.63%
44842.68/2273.24	c      2273         875110        4424        20          35.0000          27.0000     29.63%          27.0000     29.63%
44955.61/2278.94	c      2279         879166        4440        20          35.0000          27.0000     29.63%          27.0000     29.63%
45060.58/2284.22	c      2284         884045        4463        20          35.0000          27.0000     29.63%          27.0000     29.63%
45161.62/2289.34	c      2289         890671        4483        20          35.0000          27.0000     29.63%          27.0000     29.63%
45262.70/2294.44	c      2294         898285        4497        20          35.0000          27.0000     29.63%          27.0000     29.63%
45367.71/2299.70	c      2300         904249        4514        20          35.0000          27.0000     29.63%          27.0000     29.63%
45466.79/2304.75	c      2305         910060        4541        20          35.0000          27.0000     29.63%          27.0000     29.63%
45569.80/2309.91	c      2310         914598        4561        20          35.0000          27.0000     29.63%          27.0000     29.63%
45668.87/2314.99	c      2315         917415        4571        20          35.0000          27.0000     29.63%          27.0000     29.63%
45767.95/2320.03	c      2320         920046        4597        20          35.0000          27.0000     29.63%          27.0000     29.63%
45873.01/2325.24	c      2325         922540        4615        20          35.0000          27.0000     29.63%          27.0000     29.63%
45972.12/2330.29	c      2330         924895        4650        20          35.0000          27.0000     29.63%          27.0000     29.63%
46075.18/2335.42	c      2335         928532        4675        20          35.0000          27.0000     29.63%          27.0000     29.63%
46180.26/2340.73	c      2341         932324        4712        20          35.0000          27.0000     29.63%          27.0000     29.63%
46279.33/2345.79	c      2346         936015        4751        20          35.0000          27.0000     29.63%          27.0000     29.63%
46380.39/2350.83	c      2351         939934        4770        20          35.0000          27.0000     29.63%          27.0000     29.63%
46479.51/2355.88	c      2356         944403        4814        20          35.0000          27.0000     29.63%          27.0000     29.63%
46583.25/2361.03	c      2361         952266        4844        20          35.0000          27.0000     29.63%          27.0000     29.63%
46682.37/2366.08	c      2366         956748        4847        20          35.0000          27.0000     29.63%          27.0000     29.63%
46784.83/2371.28	c      2371         960977        4903        20          35.0000          27.0000     29.63%          27.0000     29.63%
46885.96/2376.32	c      2376         965403        4943        20          35.0000          27.0000     29.63%          27.0000     29.63%
46985.13/2381.38	c      2381         970328        4971        20          35.0000          27.0000     29.63%          27.0000     29.63%
47086.31/2386.44	c      2386         978824        4946        20          35.0000          27.0000     29.63%          27.0000     29.63%
47185.55/2391.49	c      2392         988726        4984        20          35.0000          27.0000     29.63%          27.0000     29.63%
47286.77/2396.54	c      2397         996818        5013        20          35.0000          27.0000     29.63%          27.0000     29.63%
47388.00/2401.61	c      2402        1004017        5034        20          35.0000          27.0000     29.63%          27.0000     29.63%
47487.22/2406.62	c      2407        1012373        5064        20          35.0000          27.0000     29.63%          27.0000     29.63%
47588.39/2411.75	c      2412        1019193        5099        20          35.0000          27.0000     29.63%          27.0000     29.63%
47687.59/2416.80	c      2417        1027701        5152        20          35.0000          27.0000     29.63%          27.0000     29.63%
47793.33/2422.13	c      2422        1037598        5189        20          35.0000          27.0000     29.63%          27.0000     29.63%
47894.46/2427.19	c      2427        1044599        5207        20          35.0000          27.0000     29.63%          27.0000     29.63%
47994.94/2432.26	c      2432        1052004        5224        20          35.0000          27.0000     29.63%          27.0000     29.63%
48095.97/2437.30	c      2437        1058002        5235        20          35.0000          27.0000     29.63%          27.0000     29.63%
48196.99/2442.42	c      2442        1065579        5242        20          35.0000          27.0000     29.63%          27.0000     29.63%
48296.00/2447.45	c      2447        1071368        5276        20          35.0000          27.0000     29.63%          27.0000     29.63%
48398.96/2452.62	c      2453        1077645        5291        20          35.0000          27.0000     29.63%          27.0000     29.63%
48497.92/2457.69	c      2458        1085777        5298        20          35.0000          27.0000     29.63%          27.0000     29.63%
48598.91/2462.72	c      2463        1092429        5322        20          35.0000          27.0000     29.63%          27.0000     29.63%
48698.01/2467.79	c      2468        1099647        5348        20          35.0000          27.0000     29.63%          27.0000     29.63%
48799.23/2472.84	c      2473        1106603        5373        20          35.0000          27.0000     29.63%          27.0000     29.63%
48900.41/2477.98	c      2478        1112008        5380        20          35.0000          27.0000     29.63%          27.0000     29.63%
48999.63/2483.02	c      2483        1118203        5406        20          35.0000          27.0000     29.63%          27.0000     29.63%
49103.48/2488.15	c      2488        1124580        5419        20          35.0000          27.0000     29.63%          27.0000     29.63%
49202.64/2493.15	c      2493        1129538        5448        20          35.0000          27.0000     29.63%          27.0000     29.63%
49303.07/2498.21	c      2498        1134871        5467        20          35.0000          27.0000     29.63%          27.0000     29.63%
49402.24/2503.25	c      2503        1141071        5468        20          35.0000          27.0000     29.63%          27.0000     29.63%
49503.37/2508.30	c      2508        1146180        5482        20          35.0000          27.0000     29.63%          27.0000     29.63%
49604.46/2513.48	c      2513        1151098        5495        20          35.0000          27.0000     29.63%          27.0000     29.63%
49707.54/2518.62	c      2519        1160343        5513        20          35.0000          27.0000     29.63%          27.0000     29.63%
49808.60/2523.75	c      2524        1170446        5521        20          35.0000          27.0000     29.63%          27.0000     29.63%
49909.67/2528.82	c      2529        1180363        5557        20          35.0000          27.0000     29.63%          27.0000     29.63%
50008.74/2533.87	c      2534        1190189        5574        20          35.0000          27.0000     29.63%          27.0000     29.63%
50109.84/2538.92	c      2539        1199274        5609        20          35.0000          27.0000     29.63%          27.0000     29.63%
50208.95/2543.97	c      2544        1206711        5639        20          35.0000          27.0000     29.63%          27.0000     29.63%
50310.77/2549.04	c      2549        1212873        5671        20          35.0000          27.0000     29.63%          27.0000     29.63%
50409.75/2554.06	c      2554        1218601        5689        20          35.0000          27.0000     29.63%          27.0000     29.63%
50510.89/2559.14	c      2559        1224840        5703        20          35.0000          27.0000     29.63%          27.0000     29.63%
50613.47/2564.31	c      2564        1231836        5723        20          35.0000          27.0000     29.63%          27.0000     29.63%
50712.72/2569.36	c      2569        1238391        5782        20          35.0000          27.0000     29.63%          27.0000     29.63%
50813.97/2574.44	c      2574        1244582        5774        20          35.0000          27.0000     29.63%          27.0000     29.63%
50917.19/2579.68	c      2580        1251118        5812        20          35.0000          27.0000     29.63%          27.0000     29.63%
51018.33/2584.78	c      2585        1257134        5833        20          35.0000          27.0000     29.63%          27.0000     29.63%
51119.59/2589.83	c      2590        1263068        5842        20          35.0000          27.0000     29.63%          27.0000     29.63%
51220.85/2594.93	c      2595        1268885        5847        20          35.0000          27.0000     29.63%          27.0000     29.63%
51324.61/2600.17	c      2600        1275225        5839        20          35.0000          27.0000     29.63%          27.0000     29.63%
51425.27/2605.22	c      2605        1281020        5855        20          35.0000          27.0000     29.63%          27.0000     29.63%
51524.48/2610.28	c      2610        1287152        5887        20          35.0000          27.0000     29.63%          27.0000     29.63%
51627.61/2615.49	c      2616        1292611        5896        20          35.0000          27.0000     29.63%          27.0000     29.63%
51728.72/2620.51	c      2621        1296738        5922        20          35.0000          27.0000     29.63%          27.0000     29.63%
51829.79/2625.62	c      2626        1301750        5952        20          35.0000          27.0000     29.63%          27.0000     29.63%
51928.90/2630.67	c      2631        1307354        5978        20          35.0000          27.0000     29.63%          27.0000     29.63%
52029.95/2635.72	c      2636        1313717        6024        20          35.0000          27.0000     29.63%          27.0000     29.63%
52129.00/2640.77	c      2641        1320930        6030        20          35.0000          27.0000     29.63%          27.0000     29.63%
52232.04/2645.96	c      2646        1327366        6069        20          35.0000          27.0000     29.63%          27.0000     29.63%
52331.17/2651.01	c      2651        1333833        6106        20          35.0000          27.0000     29.63%          27.0000     29.63%
52432.86/2656.12	c      2656        1342704        6112        20          35.0000          27.0000     29.63%          27.0000     29.63%
52535.27/2661.28	c      2661        1352822        6156        20          35.0000          27.0000     29.63%          27.0000     29.63%
52636.33/2666.34	c      2666        1361156        6208        20          35.0000          27.0000     29.63%          27.0000     29.63%
52737.41/2671.41	c      2671        1370434        6254        20          35.0000          27.0000     29.63%          27.0000     29.63%
52836.53/2676.49	c      2676        1377816        6239        20          35.0000          27.0000     29.63%          27.0000     29.63%
52937.63/2681.54	c      2682        1386403        6252        20          35.0000          27.0000     29.63%          27.0000     29.63%
53038.70/2686.69	c      2687        1393860        6266        20          35.0000          27.0000     29.63%          27.0000     29.63%
53139.80/2691.74	c      2692        1402366        6310        20          35.0000          27.0000     29.63%          27.0000     29.63%
53238.96/2696.79	c      2697        1410214        6328        20          35.0000          27.0000     29.63%          27.0000     29.63%
53340.12/2701.80	c      2702        1416988        6341        20          35.0000          27.0000     29.63%          27.0000     29.63%
53441.22/2707.00	c      2707        1425032        6349        20          35.0000          27.0000     29.63%          27.0000     29.63%
53542.96/2712.07	c      2712        1434559        6375        20          35.0000          27.0000     29.63%          27.0000     29.63%
53643.98/2717.12	c      2717        1445003        6374        20          35.0000          27.0000     29.63%          27.0000     29.63%
53743.27/2722.15	c      2722        1455242        6410        20          35.0000          27.0000     29.63%          27.0000     29.63%
53843.85/2727.22	c      2727        1467949        6414        20          35.0000          27.0000     29.63%          27.0000     29.63%
53943.04/2732.27	c      2732        1481327        6446        20          35.0000          27.0000     29.63%          27.0000     29.63%
54044.20/2737.34	c      2737        1491744        6455        20          35.0000          27.0000     29.63%          27.0000     29.63%
54143.31/2742.39	c      2742        1503180        6462        20          35.0000          27.0000     29.63%          27.0000     29.63%
54244.46/2747.44	c      2747        1514004        6492        20          35.0000          27.0000     29.63%          27.0000     29.63%
54343.64/2752.49	c      2752        1525465        6503        20          35.0000          27.0000     29.63%          27.0000     29.63%
54444.72/2757.52	c      2758        1536379        6532        20          35.0000          27.0000     29.63%          27.0000     29.63%
54543.82/2762.52	c      2763        1547533        6556        20          35.0000          27.0000     29.63%          27.0000     29.63%
54642.84/2767.58	c      2768        1557055        6604        20          35.0000          27.0000     29.63%          27.0000     29.63%
54743.85/2772.64	c      2773        1563185        6639        20          35.0000          27.0000     29.63%          27.0000     29.63%
54842.92/2777.65	c      2778        1570757        6662        20          35.0000          27.0000     29.63%          27.0000     29.63%
54942.01/2782.67	c      2783        1577355        6664        20          35.0000          27.0000     29.63%          27.0000     29.63%
55041.09/2787.67	c      2788        1584085        6690        20          35.0000          27.0000     29.63%          27.0000     29.63%
55144.15/2792.85	c      2793        1592208        6710        20          35.0000          27.0000     29.63%          27.0000     29.63%
55245.25/2797.95	c      2798        1599562        6732        20          35.0000          27.0000     29.63%          27.0000     29.63%
55346.96/2803.13	c      2803        1608032        6796        20          35.0000          27.0000     29.63%          27.0000     29.63%
55451.41/2808.31	c      2808        1615909        6817        20          35.0000          27.0000     29.63%          27.0000     29.63%
55550.52/2813.36	c      2813        1623256        6854        20          35.0000          27.0000     29.63%          27.0000     29.63%
55651.59/2818.41	c      2818        1630668        6874        20          35.0000          27.0000     29.63%          27.0000     29.63%
55750.71/2823.47	c      2823        1638935        6912        20          35.0000          27.0000     29.63%          27.0000     29.63%
55851.77/2828.52	c      2829        1646213        6947        20          35.0000          27.0000     29.63%          27.0000     29.63%
55954.85/2833.74	c      2834        1654757        6976        20          35.0000          27.0000     29.63%          27.0000     29.63%
56053.98/2838.79	c      2839        1661768        7017        20          35.0000          27.0000     29.63%          27.0000     29.63%
56155.11/2843.84	c      2844        1669538        7061        20          35.0000          27.0000     29.63%          27.0000     29.63%
56254.21/2848.89	c      2849        1677973        7060        20          35.0000          27.0000     29.63%          27.0000     29.63%
56357.97/2854.12	c      2854        1684965        7073        20          35.0000          27.0000     29.63%          27.0000     29.63%
56459.25/2859.17	c      2859        1692158        7093        20          35.0000          27.0000     29.63%          27.0000     29.63%
56559.66/2864.22	c      2864        1700389        7124        20          35.0000          27.0000     29.63%          27.0000     29.63%
56658.93/2869.27	c      2869        1709668        7148        20          35.0000          27.0000     29.63%          27.0000     29.63%
56759.87/2874.33	c      2874        1719080        7166        20          35.0000          27.0000     29.63%          27.0000     29.63%
56858.94/2879.38	c      2879        1728201        7192        20          35.0000          27.0000     29.63%          27.0000     29.63%
56960.01/2884.43	c      2884        1735492        7194        20          35.0000          27.0000     29.63%          27.0000     29.63%
57059.05/2889.49	c      2890        1741794        7229        20          35.0000          27.0000     29.63%          27.0000     29.63%
57160.09/2894.54	c      2895        1749633        7268        20          35.0000          27.0000     29.63%          27.0000     29.63%
57259.14/2899.59	c      2900        1758637        7277        20          35.0000          27.0000     29.63%          27.0000     29.63%
57360.21/2904.64	c      2905        1766761        7307        20          35.0000          27.0000     29.63%          27.0000     29.63%
57459.25/2909.66	c      2910        1773438        7333        20          35.0000          27.0000     29.63%          27.0000     29.63%
57560.30/2914.78	c      2915        1781918        7363        20          35.0000          27.0000     29.63%          27.0000     29.63%
57661.35/2919.85	c      2920        1790262        7373        20          35.0000          27.0000     29.63%          27.0000     29.63%
57762.41/2924.95	c      2925        1798000        7395        20          35.0000          27.0000     29.63%          27.0000     29.63%
57864.02/2930.03	c      2930        1805922        7407        20          35.0000          27.0000     29.63%          27.0000     29.63%
57963.40/2935.09	c      2935        1814561        7420        20          35.0000          27.0000     29.63%          27.0000     29.63%
58064.44/2940.16	c      2940        1824523        7451        20          35.0000          27.0000     29.63%          27.0000     29.63%
58164.75/2945.23	c      2945        1833552        7484        20          35.0000          27.0000     29.63%          27.0000     29.63%
58263.84/2950.28	c      2950        1843003        7508        20          35.0000          27.0000     29.63%          27.0000     29.63%
58365.02/2955.36	c      2955        1849737        7518        20          35.0000          27.0000     29.63%          27.0000     29.63%
58466.05/2960.42	c      2960        1857752        7554        20          35.0000          27.0000     29.63%          27.0000     29.63%
58565.16/2965.49	c      2966        1866151        7560        20          35.0000          27.0000     29.63%          27.0000     29.63%
58672.19/2970.81	c      2971        1873372        7582        20          35.0000          27.0000     29.63%          27.0000     29.63%
58771.30/2975.88	c      2976        1879726        7605        20          35.0000          27.0000     29.63%          27.0000     29.63%
58872.32/2980.93	c      2981        1889426        7618        20          35.0000          27.0000     29.63%          27.0000     29.63%
58971.37/2985.98	c      2986        1900599        7646        20          35.0000          27.0000     29.63%          27.0000     29.63%
59074.97/2991.15	c      2991        1913281        7656        20          35.0000          27.0000     29.63%          27.0000     29.63%
59175.43/2996.20	c      2996        1924443        7695        20          35.0000          27.0000     29.63%          27.0000     29.63%
59276.49/3001.34	c      3001        1937182        7721        20          35.0000          27.0000     29.63%          27.0000     29.63%
59379.52/3006.50	c      3007        1949835        7747        20          35.0000          27.0000     29.63%          27.0000     29.63%
59478.55/3011.55	c      3012        1962276        7777        20          35.0000          27.0000     29.63%          27.0000     29.63%
59579.61/3016.60	c      3017        1975232        7798        20          35.0000          27.0000     29.63%          27.0000     29.63%
59678.65/3021.65	c      3022        1986443        7844        20          35.0000          27.0000     29.63%          27.0000     29.63%
59777.78/3026.69	c      3027        1997781        7836        20          35.0000          27.0000     29.63%          27.0000     29.63%
59878.66/3031.78	c      3032        2007170        7863        20          35.0000          27.0000     29.63%          27.0000     29.63%
59981.64/3036.91	c      3037        2017937        7900        20          35.0000          27.0000     29.63%          27.0000     29.63%
60080.70/3041.96	c      3042        2027769        7911        20          35.0000          27.0000     29.63%          27.0000     29.63%
60179.77/3046.98	c      3047        2037820        7954        20          35.0000          27.0000     29.63%          27.0000     29.63%
60281.50/3052.09	c      3052        2050261        7993        20          35.0000          27.0000     29.63%          27.0000     29.63%
60383.85/3057.22	c      3057        2061944        8008        20          35.0000          27.0000     29.63%          27.0000     29.63%
60482.91/3062.29	c      3062        2073095        8066        20          35.0000          27.0000     29.63%          27.0000     29.63%
60585.97/3067.45	c      3067        2085442        8112        20          35.0000          27.0000     29.63%          27.0000     29.63%
60685.02/3072.50	c      3073        2099098        8130        20          35.0000          27.0000     29.63%          27.0000     29.63%
60786.34/3077.52	c      3078        2112299        8145        20          35.0000          27.0000     29.63%          27.0000     29.63%
60885.30/3082.56	c      3083        2125049        8141        20          35.0000          27.0000     29.63%          27.0000     29.63%
60988.42/3087.73	c      3088        2137381        8170        20          35.0000          27.0000     29.63%          27.0000     29.63%
61087.56/3092.79	c      3093        2149308        8191        20          35.0000          27.0000     29.63%          27.0000     29.63%
61190.68/3097.91	c      3098        2161523        8222        20          35.0000          27.0000     29.63%          27.0000     29.63%
61289.74/3103.00	c      3103        2172245        8255        20          35.0000          27.0000     29.63%          27.0000     29.63%
61391.43/3108.08	c      3108        2184214        8302        20          35.0000          27.0000     29.63%          27.0000     29.63%
61414.60/3109.25	c *    3109        2187271        8306        20          34.0000          27.0000     25.93%          27.0000     25.93%
61492.41/3113.13	c      3113        2198531        8028        20          34.0000          27.0000     25.93%          27.0000     25.93%
61592.85/3118.24	c      3118        2213413        7936        20          34.0000          27.0000     25.93%          27.0000     25.93%
61693.88/3123.31	c      3123        2226581        7977        20          34.0000          27.0000     25.93%          27.0000     25.93%
61792.93/3128.39	c      3128        2240170        8023        20          34.0000          27.0000     25.93%          27.0000     25.93%
61893.96/3133.46	c      3133        2252299        8031        20          34.0000          27.0000     25.93%          27.0000     25.93%
61995.07/3138.51	c      3139        2264647        8034        20          34.0000          27.0000     25.93%          27.0000     25.93%
62094.17/3143.57	c      3144        2275142        8072        20          34.0000          27.0000     25.93%          27.0000     25.93%
62195.00/3148.61	c      3149        2287688        8095        20          34.0000          27.0000     25.93%          27.0000     25.93%
62298.00/3153.82	c      3154        2302339        8124        20          34.0000          27.0000     25.93%          27.0000     25.93%
62399.03/3158.92	c      3159        2316534        8165        20          34.0000          27.0000     25.93%          27.0000     25.93%
62498.05/3164.03	c      3164        2329890        8214        20          34.0000          27.0000     25.93%          27.0000     25.93%
62601.61/3169.13	c      3169        2342063        8269        20          34.0000          27.0000     25.93%          27.0000     25.93%
62700.89/3174.16	c      3174        2354841        8306        20          34.0000          27.0000     25.93%          27.0000     25.93%
62803.10/3179.37	c      3179        2368290        8343        20          34.0000          27.0000     25.93%          27.0000     25.93%
62904.15/3184.43	c      3184        2380552        8367        20          34.0000          27.0000     25.93%          27.0000     25.93%
63005.21/3189.52	c      3190        2392776        8396        20          34.0000          27.0000     25.93%          27.0000     25.93%
63104.27/3194.59	c      3195        2403329        8454        20          34.0000          27.0000     25.93%          27.0000     25.93%
63205.32/3199.64	c      3200        2416209        8491        20          34.0000          27.0000     25.93%          27.0000     25.93%
63306.39/3204.71	c      3205        2429004        8546        20          34.0000          27.0000     25.93%          27.0000     25.93%
63405.49/3209.75	c      3210        2441844        8574        20          34.0000          27.0000     25.93%          27.0000     25.93%
63506.57/3214.87	c      3215        2455139        8606        20          34.0000          27.0000     25.93%          27.0000     25.93%
63607.67/3219.96	c      3220        2467997        8635        20          34.0000          27.0000     25.93%          27.0000     25.93%
63709.25/3225.07	c      3225        2480537        8665        20          34.0000          27.0000     25.93%          27.0000     25.93%
63810.46/3230.18	c      3230        2493213        8702        20          34.0000          27.0000     25.93%          27.0000     25.93%
63910.68/3235.24	c      3235        2505715        8721        20          34.0000          27.0000     25.93%          27.0000     25.93%
64009.69/3240.29	c      3240        2517170        8719        20          34.0000          27.0000     25.93%          27.0000     25.93%
64110.73/3245.32	c      3245        2529922        8735        20          34.0000          27.0000     25.93%          27.0000     25.93%
64211.78/3250.40	c      3250        2543690        8755        20          34.0000          27.0000     25.93%          27.0000     25.93%
64310.83/3255.48	c      3255        2558254        8788        20          34.0000          27.0000     25.93%          27.0000     25.93%
64413.81/3260.69	c      3261        2573327        8779        20          34.0000          27.0000     25.93%          27.0000     25.93%
64516.84/3265.89	c      3266        2588407        8812        20          34.0000          27.0000     25.93%          27.0000     25.93%
64617.89/3271.00	c      3271        2602817        8847        20          34.0000          27.0000     25.93%          27.0000     25.93%
64719.64/3276.05	c      3276        2617523        8872        20          34.0000          27.0000     25.93%          27.0000     25.93%
64820.78/3281.14	c      3281        2633091        8888        20          34.0000          27.0000     25.93%          27.0000     25.93%
64921.09/3286.28	c      3286        2649316        8922        20          34.0000          27.0000     25.93%          27.0000     25.93%
65022.16/3291.32	c      3291        2663500        8947        20          34.0000          27.0000     25.93%          27.0000     25.93%
65123.24/3296.41	c      3296        2678536        8981        20          34.0000          27.0000     25.93%          27.0000     25.93%
65222.35/3301.47	c      3301        2692909        9007        20          34.0000          27.0000     25.93%          27.0000     25.93%
65323.44/3306.54	c      3307        2706586        9021        20          34.0000          27.0000     25.93%          27.0000     25.93%
65422.54/3311.58	c      3312        2720947        9053        20          34.0000          27.0000     25.93%          27.0000     25.93%
65525.61/3316.78	c      3317        2736226        9083        20          34.0000          27.0000     25.93%          27.0000     25.93%
65628.68/3321.91	c      3322        2751567        9127        20          34.0000          27.0000     25.93%          27.0000     25.93%
65727.75/3326.95	c      3327        2766679        9160        20          34.0000          27.0000     25.93%          27.0000     25.93%
65826.83/3332.00	c      3332        2780290        9214        20          34.0000          27.0000     25.93%          27.0000     25.93%
65928.59/3337.12	c      3337        2795304        9246        20          34.0000          27.0000     25.93%          27.0000     25.93%
66029.80/3342.18	c      3342        2809663        9267        20          34.0000          27.0000     25.93%          27.0000     25.93%
66130.11/3347.29	c      3347        2822254        9273        20          34.0000          27.0000     25.93%          27.0000     25.93%
66231.24/3352.38	c      3352        2836836        9286        20          34.0000          27.0000     25.93%          27.0000     25.93%
66332.23/3357.47	c      3357        2849222        9305        20          34.0000          27.0000     25.93%          27.0000     25.93%
66431.34/3362.49	c      3362        2861928        9342        20          34.0000          27.0000     25.93%          27.0000     25.93%
66536.41/3367.71	c      3368        2875878        9365        20          34.0000          27.0000     25.93%          27.0000     25.93%
66635.50/3372.78	c      3373        2889244        9391        20          34.0000          27.0000     25.93%          27.0000     25.93%
66736.57/3377.87	c      3378        2903709        9420        20          34.0000          27.0000     25.93%          27.0000     25.93%
66837.76/3382.92	c      3383        2918706        9445        20          34.0000          27.0000     25.93%          27.0000     25.93%
66936.70/3387.97	c      3388        2932187        9478        20          34.0000          27.0000     25.93%          27.0000     25.93%
67035.75/3393.02	c      3393        2945610        9525        20          34.0000          27.0000     25.93%          27.0000     25.93%
67139.46/3398.19	c      3398        2958938        9548        20          34.0000          27.0000     25.93%          27.0000     25.93%
67239.85/3403.24	c      3403        2972530        9562        20          34.0000          27.0000     25.93%          27.0000     25.93%
67338.97/3408.29	c      3408        2989037        9598        20          34.0000          27.0000     25.93%          27.0000     25.93%
67440.09/3413.36	c      3413        3005727        9606        20          34.0000          27.0000     25.93%          27.0000     25.93%
67541.23/3418.45	c      3418        3023630        9634        20          34.0000          27.0000     25.93%          27.0000     25.93%
67642.37/3423.51	c      3424        3039269        9648        20          34.0000          27.0000     25.93%          27.0000     25.93%
67741.48/3428.56	c      3429        3052693        9670        20          34.0000          27.0000     25.93%          27.0000     25.93%
67842.63/3433.60	c      3434        3066640        9668        20          34.0000          27.0000     25.93%          27.0000     25.93%
67941.75/3438.67	c      3439        3081430        9656        20          34.0000          27.0000     25.93%          27.0000     25.93%
68040.88/3443.70	c      3444        3094427        9701        20          34.0000          27.0000     25.93%          27.0000     25.93%
68142.03/3448.77	c      3449        3108550        9725        20          34.0000          27.0000     25.93%          27.0000     25.93%
68243.18/3453.80	c      3454        3122021        9744        20          34.0000          27.0000     25.93%          27.0000     25.93%
68342.31/3458.85	c      3459        3134732        9774        20          34.0000          27.0000     25.93%          27.0000     25.93%
68443.45/3463.93	c      3464        3148913        9806        20          34.0000          27.0000     25.93%          27.0000     25.93%
68542.59/3468.96	c      3469        3164096        9799        20          34.0000          27.0000     25.93%          27.0000     25.93%
68644.26/3474.11	c      3474        3177962        9823        20          34.0000          27.0000     25.93%          27.0000     25.93%
68746.84/3479.24	c      3479        3191348        9873        20          34.0000          27.0000     25.93%          27.0000     25.93%
68845.99/3484.29	c      3484        3204219        9893        20          34.0000          27.0000     25.93%          27.0000     25.93%
68947.12/3489.35	c      3489        3218280        9901        20          34.0000          27.0000     25.93%          27.0000     25.93%
69046.30/3494.39	c      3494        3231744        9916        20          34.0000          27.0000     25.93%          27.0000     25.93%
69147.47/3499.43	c      3499        3245217        9937        20          34.0000          27.0000     25.93%          27.0000     25.93%
69248.67/3504.50	c      3505        3259321        9976        20          34.0000          27.0000     25.93%          27.0000     25.93%
69347.82/3509.55	c      3510        3274092       10010        20          34.0000          27.0000     25.93%          27.0000     25.93%
69447.00/3514.60	c      3515        3288494       10025        20          34.0000          27.0000     25.93%          27.0000     25.93%
69548.14/3519.67	c      3520        3303944       10072        20          34.0000          27.0000     25.93%          27.0000     25.93%
69649.27/3524.72	c      3525        3317791       10095        20          34.0000          27.0000     25.93%          27.0000     25.93%
69750.39/3529.87	c      3530        3332052       10091        20          34.0000          27.0000     25.93%          27.0000     25.93%
69851.57/3534.92	c      3535        3345027       10143        20          34.0000          27.0000     25.93%          27.0000     25.93%
69950.76/3539.94	c      3540        3359381       10158        20          34.0000          27.0000     25.93%          27.0000     25.93%
70049.97/3544.98	c      3545        3374481       10188        20          34.0000          27.0000     25.93%          27.0000     25.93%
70149.17/3550.00	c      3550        3389015       10193        20          34.0000          27.0000     25.93%          27.0000     25.93%
70248.42/3555.01	c      3555        3402731       10237        20          34.0000          27.0000     25.93%          27.0000     25.93%
70352.29/3560.15	c      3560        3415181       10247        20          34.0000          27.0000     25.93%          27.0000     25.93%
70451.32/3565.18	c      3565        3427906       10280        20          34.0000          27.0000     25.93%          27.0000     25.93%
70551.78/3570.23	c      3570        3441214       10300        20          34.0000          27.0000     25.93%          27.0000     25.93%
70650.93/3575.23	c      3575        3455444       10340        20          34.0000          27.0000     25.93%          27.0000     25.93%
70750.05/3580.28	c      3580        3468809       10409        20          34.0000          27.0000     25.93%          27.0000     25.93%
70851.13/3585.35	c      3585        3483186       10429        20          34.0000          27.0000     25.93%          27.0000     25.93%
70950.20/3590.40	c      3590        3495557       10453        20          34.0000          27.0000     25.93%          27.0000     25.93%
71051.29/3595.45	c      3595        3506756       10490        20          34.0000          27.0000     25.93%          27.0000     25.93%
71116.91/3600.36	c SCIP Status        : c solving was interrupted [hard time limit reached]
71116.91/3600.36	c Total Time         : 3600.37
71116.91/3600.36	c   solving          : 3600.37
71116.91/3600.36	c   presolving       : 2.73 (included in solving)
71116.91/3600.36	c B&B Tree           :
71116.91/3600.36	c   nodes (total)    : 3513991
71116.91/3600.36	c Solution           :
71116.91/3600.36	c   Solutions found  : 23
71116.91/3600.36	c   Primal Bound     : +3.40000000000000e+01
71116.91/3600.36	c   Dual Bound       : +2.70000000000002e+01
71116.91/3600.36	c Gap                : 25.92593 %
71116.91/3600.36	c * Warning: final gap: 2.59259e-01 is greater than SCIPepsilon: 1.00000e-09
71116.99/3600.45	o 34
71116.99/3600.45	s SATISFIABLE
71116.99/3600.45	v x4664 x4663 x4661 x4658 x4654 x4649 x4643 x4636 -x4538 x4529 x4519 x4508 x4496 x4483 x4469 x4454 x4438 x4421 x4312 x4293 x4273 
71116.99/3600.45	v x4252 x4230 x4207 x4183 x4158 x4132 x4105 x3985 x3956 x3926 x3895 x3863 x3830 x3796 x3761 x3725 x3688 x3557 x3518 x3478 x3437 
71116.99/3600.45	v x3395 x3352 x3308 x3263 x3217 x3170 x3028 x2979 x2929 x2878 x2826 x2773 x2719 x2664 x2608 x2551 x2398 x2339 x2279 x2218 x2156 
71116.99/3600.45	v x2093 x2029 x1964 x1898 x1831 x1667 x1598 x1528 x1457 x1385 x1312 x1238 x1163 x1087 x1010 x835 x756 x676 x595 x513 x430 x346 
71116.99/3600.45	v x261 x175 x88 x4753 x4628 x4403 x4077 x3650 x3122 x2493 x1763 x932 x4662 x4660 x4657 x4653 x4648 x4642 x4635 x4537 x4528 x4518 
71116.99/3600.45	v x4507 x4495 x4482 x4468 x4453 x4437 x4420 x4311 x4292 x4272 x4251 x4229 x4206 x4182 x4157 x4131 x4104 x3984 x3955 x3925 x3894 
71116.99/3600.45	v x3862 x3829 x3795 x3760 x3724 x3687 x3556 x3517 x3477 x3436 x3394 x3351 x3307 x3262 x3216 x3169 x3027 x2978 x2928 x2877 
71116.99/3600.45	v x2825 x2772 x2718 x2663 x2607 x2550 x2397 x2338 x2278 x2217 x2155 x2092 x2028 x1963 x1897 -x1830 x1666 x1597 x1527 x1456 x1384 
71116.99/3600.45	v x1311 x1237 x1162 x1086 x1009 x834 x755 x675 x594 x512 x429 x345 x260 x174 x87 x4752 x4627 x4402 x4076 x3649 x3121 x2492 x1762 
71116.99/3600.45	v x931 x4659 x4656 x4652 -x4647 x4641 x4634 x4536 x4527 x4517 x4506 x4494 x4481 x4467 x4452 x4436 x4419 x4310 x4291 x4271 x4250 
71116.99/3600.45	v x4228 x4205 x4181 x4156 x4130 x4103 x3983 x3954 x3924 x3893 x3861 x3828 x3794 x3759 x3723 x3686 x3555 x3516 x3476 x3435 
71116.99/3600.45	v x3393 x3350 x3306 x3261 x3215 x3168 x3026 x2977 x2927 x2876 x2824 x2771 x2717 x2662 x2606 x2549 x2396 x2337 x2277 x2216 x2154 
71116.99/3600.45	v x2091 x2027 x1962 x1896 x1829 x1665 x1596 x1526 x1455 x1383 x1310 x1236 x1161 x1085 x1008 x833 x754 x674 x593 x511 x428 x344 
71116.99/3600.45	v x259 x173 x86 x4751 x4626 x4401 x4075 x3648 x3120 x2491 x1761 x930 x4655 x4651 x4646 x4640 x4633 x4535 x4526 x4516 x4505 x4493 
71116.99/3600.45	v x4480 x4466 x4451 x4435 x4418 x4309 x4290 x4270 x4249 x4227 x4204 x4180 x4155 x4129 x4102 x3982 x3953 x3923 x3892 x3860 x3827 
71116.99/3600.45	v x3793 x3758 x3722 x3685 x3554 x3515 x3475 x3434 x3392 x3349 x3305 x3260 x3214 x3167 x3025 x2976 x2926 x2875 x2823 x2770 x2716 
71116.99/3600.45	v x2661 x2605 x2548 x2395 x2336 x2276 x2215 x2153 x2090 x2026 x1961 x1895 x1828 x1664 x1595 x1525 x1454 x1382 x1309 x1235 
71116.99/3600.45	v x1160 x1084 x1007 x832 x753 x673 x592 x510 x427 x343 x258 x172 x85 x4750 x4625 x4400 x4074 x3647 x3119 x2490 x1760 x929 x4650 
71116.99/3600.45	v -x4645 x4639 x4632 x4534 x4525 x4515 x4504 x4492 x4479 x4465 x4450 x4434 x4417 x4308 x4289 x4269 x4248 x4226 x4203 x4179 x4154 
71116.99/3600.45	v x4128 x4101 x3981 x3952 x3922 x3891 x3859 x3826 x3792 x3757 x3721 x3684 x3553 x3514 x3474 x3433 x3391 x3348 x3304 x3259 x3213 
71116.99/3600.45	v x3166 x3024 x2975 x2925 x2874 x2822 x2769 x2715 x2660 x2604 x2547 x2394 x2335 x2275 x2214 x2152 x2089 x2025 x1960 x1894 x1827 
71116.99/3600.45	v x1663 x1594 x1524 x1453 x1381 x1308 x1234 x1159 x1083 x1006 x831 x752 x672 x591 x509 x426 x342 x257 x171 x84 x4749 x4624 
71116.99/3600.45	v x4399 x4073 x3646 x3118 x2489 x1759 x928 x4644 x4638 x4631 x4533 x4524 x4514 x4503 x4491 x4478 x4464 x4449 x4433 x4416 x4307 
71116.99/3600.45	v x4288 x4268 x4247 x4225 x4202 x4178 x4153 x4127 x4100 x3980 x3951 x3921 x3890 x3858 x3825 x3791 x3756 x3720 x3683 x3552 x3513 
71116.99/3600.45	v x3473 x3432 x3390 x3347 x3303 x3258 x3212 x3165 x3023 x2974 x2924 x2873 x2821 x2768 x2714 x2659 x2603 -x2546 x2393 x2334 x2274 
71116.99/3600.45	v x2213 x2151 x2088 x2024 x1959 x1893 x1826 x1662 x1593 x1523 x1452 x1380 x1307 x1233 x1158 x1082 x1005 x830 x751 x671 x590 
71116.99/3600.45	v x508 x425 x341 x256 x170 x83 x4748 x4623 x4398 x4072 x3645 x3117 x2488 x1758 x927 x4637 x4630 -x4532 x4523 x4513 x4502 x4490 
71116.99/3600.45	v x4477 x4463 x4448 x4432 x4415 x4306 x4287 x4267 x4246 x4224 x4201 x4177 x4152 x4126 x4099 x3979 x3950 x3920 x3889 x3857 x3824 
71116.99/3600.45	v x3790 x3755 x3719 x3682 x3551 x3512 x3472 x3431 x3389 x3346 x3302 x3257 x3211 x3164 x3022 x2973 x2923 x2872 x2820 x2767 x2713 
71116.99/3600.45	v x2658 x2602 x2545 x2392 x2333 x2273 x2212 x2150 x2087 x2023 x1958 x1892 x1825 x1661 x1592 x1522 x1451 x1379 x1306 x1232 x1157 
71116.99/3600.45	v x1081 x1004 x829 x750 x670 x589 x507 x424 x340 x255 x169 x82 x4747 x4622 x4397 x4071 x3644 x3116 x2487 x1757 x926 x4629 x4531 
71116.99/3600.45	v x4522 x4512 x4501 x4489 x4476 x4462 x4447 x4431 x4414 x4305 x4286 x4266 x4245 x4223 x4200 x4176 x4151 x4125 x4098 x3978 
71116.99/3600.45	v x3949 x3919 x3888 x3856 x3823 x3789 x3754 x3718 x3681 x3550 x3511 x3471 x3430 x3388 x3345 x3301 x3256 x3210 x3163 x3021 x2972 
71116.99/3600.45	v x2922 x2871 x2819 x2766 x2712 x2657 x2601 x2544 x2391 x2332 x2272 x2211 x2149 x2086 x2022 x1957 x1891 x1824 x1660 x1591 x1521 
71116.99/3600.45	v x1450 x1378 x1305 x1231 x1156 x1080 x1003 x828 x749 x669 x588 x506 x423 x339 x254 x168 x81 x4746 x4621 x4396 x4070 x3643 -x3115 
71116.99/3600.45	v x2486 x1756 x925 x4530 x4521 x4511 x4500 x4488 x4475 x4461 x4446 x4430 x4413 x4304 x4285 x4265 x4244 x4222 x4199 x4175 x4150 
71116.99/3600.45	v x4124 x4097 x3977 x3948 x3918 x3887 x3855 x3822 x3788 x3753 x3717 x3680 x3549 x3510 x3470 x3429 x3387 x3344 x3300 x3255 
71116.99/3600.45	v x3209 x3162 x3020 x2971 x2921 x2870 x2818 x2765 x2711 x2656 x2600 x2543 x2390 x2331 x2271 x2210 x2148 x2085 x2021 x1956 x1890 
71116.99/3600.45	v x1823 x1659 x1590 x1520 x1449 x1377 x1304 x1230 x1155 x1079 x1002 x827 x748 x668 x587 x505 x422 x338 x253 x167 x80 x4745 x4620 
71116.99/3600.45	v x4395 x4069 x3642 x3114 x2485 x1755 x924 x4520 x4510 x4499 x4487 x4474 x4460 x4445 x4429 x4412 x4303 x4284 x4264 x4243 x4221 
71116.99/3600.45	v x4198 x4174 x4149 x4123 x4096 x3976 x3947 x3917 x3886 x3854 x3821 x3787 x3752 x3716 x3679 x3548 x3509 x3469 x3428 x3386 x3343 
71116.99/3600.45	v x3299 x3254 x3208 x3161 x3019 x2970 x2920 x2869 x2817 x2764 x2710 x2655 x2599 x2542 x2389 x2330 x2270 x2209 x2147 x2084 x2020 
71116.99/3600.45	v x1955 x1889 x1822 x1658 x1589 x1519 x1448 x1376 x1303 x1229 x1154 x1078 x1001 x826 x747 x667 x586 x504 x421 x337 x252 x166 
71116.99/3600.45	v x79 x4744 x4619 x4394 x4068 x3641 x3113 x2484 x1754 x923 x4509 x4498 x4486 x4473 x4459 x4444 x4428 x4411 x4302 x4283 x4263 
71116.99/3600.45	v x4242 x4220 x4197 x4173 x4148 x4122 x4095 x3975 x3946 x3916 x3885 x3853 x3820 x3786 x3751 x3715 x3678 x3547 x3508 x3468 x3427 
71116.99/3600.45	v x3385 x3342 x3298 x3253 -x3207 x3160 x3018 x2969 x2919 x2868 x2816 x2763 x2709 x2654 x2598 x2541 x2388 x2329 x2269 x2208 x2146 
71116.99/3600.45	v x2083 x2019 x1954 x1888 x1821 x1657 x1588 x1518 x1447 x1375 x1302 x1228 x1153 x1077 x1000 x825 x746 x666 x585 x503 x420 x336 
71116.99/3600.45	v x251 x165 x78 x4743 x4618 x4393 x4067 x3640 x3112 x2483 x1753 x922 -x4497 x4485 x4472 x4458 x4443 x4427 x4410 x4301 x4282 
71116.99/3600.45	v x4262 x4241 x4219 x4196 x4172 x4147 x4121 x4094 x3974 x3945 x3915 x3884 x3852 x3819 x3785 x3750 x3714 x3677 x3546 x3507 x3467 
71116.99/3600.45	v x3426 x3384 x3341 x3297 x3252 x3206 x3159 x3017 x2968 x2918 x2867 x2815 x2762 x2708 x2653 x2597 x2540 x2387 x2328 x2268 x2207 
71116.99/3600.45	v x2145 x2082 x2018 x1953 x1887 x1820 x1656 x1587 x1517 x1446 x1374 x1301 x1227 x1152 x1076 x999 x824 x745 x665 x584 x502 x419 
71116.99/3600.45	v x335 x250 x164 x77 x4742 x4617 x4392 x4066 x3639 x3111 x2482 x1752 x921 x4484 x4471 x4457 x4442 x4426 x4409 x4300 x4281 x4261 
71116.99/3600.45	v x4240 x4218 x4195 x4171 x4146 x4120 x4093 x3973 x3944 x3914 x3883 x3851 x3818 x3784 x3749 x3713 x3676 x3545 x3506 x3466 x3425 
71116.99/3600.45	v x3383 x3340 x3296 x3251 x3205 x3158 x3016 x2967 x2917 x2866 x2814 x2761 x2707 x2652 x2596 x2539 x2386 x2327 x2267 x2206 
71116.99/3600.45	v x2144 x2081 x2017 x1952 x1886 x1819 x1655 x1586 x1516 x1445 x1373 x1300 x1226 x1151 x1075 x998 x823 x744 x664 x583 x501 x418 
71116.99/3600.45	v x334 x249 x163 x76 x4741 x4616 x4391 x4065 x3638 x3110 x2481 x1751 x920 x4470 x4456 x4441 x4425 x4408 x4299 x4280 x4260 x4239 
71116.99/3600.45	v x4217 x4194 x4170 x4145 x4119 x4092 x3972 x3943 x3913 x3882 x3850 -x3817 x3783 x3748 x3712 x3675 x3544 x3505 x3465 x3424 x3382 
71116.99/3600.45	v x3339 x3295 x3250 x3204 x3157 x3015 x2966 x2916 x2865 x2813 x2760 x2706 x2651 x2595 x2538 x2385 x2326 x2266 x2205 x2143 x2080 
71116.99/3600.45	v x2016 x1951 x1885 x1818 x1654 x1585 x1515 x1444 x1372 x1299 x1225 x1150 x1074 x997 x822 x743 x663 x582 x500 x417 x333 x248 
71116.99/3600.45	v x162 x75 x4740 x4615 x4390 x4064 x3637 x3109 x2480 x1750 x919 x4455 x4440 x4424 x4407 x4298 x4279 x4259 x4238 x4216 x4193 x4169 
71116.99/3600.45	v x4144 x4118 x4091 x3971 x3942 x3912 x3881 x3849 x3816 x3782 x3747 x3711 x3674 x3543 -x3504 x3464 x3423 x3381 x3338 x3294 
71116.99/3600.45	v x3249 x3203 x3156 x3014 x2965 x2915 x2864 x2812 x2759 x2705 x2650 x2594 x2537 x2384 x2325 x2265 x2204 x2142 x2079 x2015 x1950 
71116.99/3600.45	v x1884 x1817 x1653 x1584 x1514 x1443 x1371 x1298 x1224 x1149 x1073 x996 x821 x742 x662 x581 x499 x416 x332 x247 x161 x74 x4739 
71116.99/3600.45	v x4614 x4389 x4063 x3636 x3108 x2479 x1749 x918 -x4439 x4423 x4406 x4297 x4278 x4258 x4237 x4215 x4192 x4168 x4143 x4117 x4090 
71116.99/3600.45	v x3970 x3941 x3911 x3880 x3848 x3815 x3781 x3746 x3710 x3673 x3542 x3503 x3463 x3422 x3380 x3337 x3293 x3248 x3202 x3155 x3013 
71116.99/3600.45	v x2964 x2914 x2863 x2811 x2758 x2704 x2649 x2593 x2536 x2383 x2324 x2264 x2203 x2141 x2078 x2014 x1949 x1883 x1816 x1652 
71116.99/3600.45	v x1583 x1513 x1442 x1370 x1297 x1223 x1148 x1072 x995 x820 x741 x661 x580 x498 x415 x331 x246 x160 x73 x4738 x4613 x4388 x4062 
71116.99/3600.45	v x3635 x3107 x2478 x1748 x917 x4422 x4405 x4296 -x4277 x4257 x4236 x4214 x4191 x4167 x4142 x4116 x4089 x3969 x3940 x3910 x3879 
71116.99/3600.45	v x3847 x3814 x3780 x3745 x3709 x3672 x3541 x3502 x3462 x3421 x3379 x3336 x3292 x3247 x3201 x3154 x3012 x2963 x2913 x2862 x2810 
71116.99/3600.45	v x2757 x2703 x2648 x2592 x2535 x2382 x2323 x2263 x2202 x2140 x2077 x2013 x1948 x1882 x1815 x1651 x1582 x1512 x1441 x1369 x1296 
71116.99/3600.45	v x1222 x1147 x1071 x994 x819 x740 x660 x579 x497 x414 x330 x245 x159 x72 x4737 x4612 x4387 x4061 x3634 x3106 x2477 x1747 x916 
71116.99/3600.45	v x4404 x4295 x4276 x4256 x4235 x4213 x4190 x4166 x4141 x4115 x4088 x3968 x3939 x3909 x3878 x3846 x3813 x3779 x3744 x3708 x3671 
71116.99/3600.45	v x3540 x3501 x3461 x3420 x3378 x3335 x3291 x3246 x3200 -x3153 x3011 x2962 x2912 x2861 x2809 x2756 x2702 x2647 x2591 x2534 
71116.99/3600.45	v x2381 x2322 x2262 x2201 x2139 x2076 x2012 x1947 x1881 x1814 x1650 x1581 x1511 x1440 x1368 x1295 x1221 x1146 x1070 x993 x818 
71116.99/3600.45	v x739 x659 x578 x496 x413 x329 x244 x158 x71 x4736 x4611 x4386 x4060 x3633 x3105 x2476 x1746 x915 x4294 -x4275 x4255 x4234 x4212 
71116.99/3600.45	v x4189 x4165 x4140 x4114 x4087 x3967 x3938 x3908 x3877 x3845 x3812 x3778 x3743 x3707 x3670 x3539 x3500 x3460 x3419 x3377 x3334 
71116.99/3600.45	v x3290 x3245 x3199 x3152 x3010 x2961 x2911 x2860 x2808 x2755 x2701 x2646 x2590 x2533 x2380 x2321 x2261 x2200 x2138 x2075 x2011 
71116.99/3600.45	v x1946 x1880 x1813 x1649 x1580 x1510 x1439 x1367 x1294 x1220 x1145 x1069 x992 x817 x738 x658 x577 x495 x412 x328 x243 x157 
71116.99/3600.45	v x70 x4735 x4610 x4385 x4059 x3632 x3104 x2475 x1745 x914 x4274 x4254 x4233 x4211 x4188 x4164 x4139 x4113 -x4086 x3966 x3937 
71116.99/3600.45	v x3907 x3876 x3844 x3811 x3777 x3742 x3706 x3669 x3538 x3499 x3459 x3418 -x3376 x3333 x3289 x3244 x3198 x3151 x3009 x2960 x2910 
71116.99/3600.45	v x2859 x2807 x2754 x2700 x2645 x2589 x2532 x2379 x2320 x2260 x2199 x2137 x2074 x2010 x1945 x1879 x1812 x1648 x1579 x1509 x1438 
71116.99/3600.45	v x1366 x1293 x1219 x1144 x1068 x991 x816 x737 x657 x576 x494 x411 x327 x242 x156 x69 x4734 x4609 x4384 x4058 x3631 x3103 x2474 
71116.99/3600.45	v x1744 x913 x4253 x4232 x4210 x4187 x4163 x4138 x4112 x4085 x3965 x3936 x3906 x3875 x3843 x3810 x3776 x3741 x3705 x3668 x3537 
71116.99/3600.45	v x3498 x3458 x3417 x3375 x3332 x3288 x3243 x3197 x3150 x3008 x2959 x2909 x2858 x2806 x2753 x2699 x2644 x2588 x2531 x2378 
71116.99/3600.45	v x2319 x2259 x2198 x2136 x2073 x2009 x1944 x1878 x1811 x1647 x1578 x1508 x1437 x1365 x1292 x1218 x1143 x1067 x990 x815 x736 x656 
71116.99/3600.45	v x575 x493 x410 x326 x241 x155 x68 x4733 x4608 x4383 x4057 x3630 x3102 x2473 x1743 x912 x4231 x4209 x4186 x4162 x4137 x4111 
71116.99/3600.45	v x4084 x3964 x3935 x3905 x3874 x3842 x3809 x3775 x3740 x3704 x3667 x3536 x3497 x3457 x3416 x3374 x3331 x3287 x3242 x3196 x3149 
71116.99/3600.45	v x3007 x2958 x2908 -x2857 x2805 x2752 x2698 x2643 x2587 x2530 x2377 x2318 x2258 x2197 x2135 x2072 x2008 x1943 x1877 x1810 x1646 
71116.99/3600.45	v x1577 x1507 x1436 x1364 x1291 x1217 x1142 x1066 x989 x814 x735 x655 x574 x492 x409 x325 x240 x154 x67 x4732 x4607 x4382 x4056 
71116.99/3600.45	v x3629 x3101 x2472 x1742 x911 x4208 x4185 x4161 x4136 x4110 x4083 x3963 x3934 x3904 x3873 x3841 x3808 x3774 x3739 x3703 x3666 
71116.99/3600.45	v x3535 x3496 x3456 x3415 x3373 x3330 x3286 x3241 x3195 x3148 x3006 x2957 x2907 x2856 x2804 x2751 x2697 x2642 x2586 x2529 
71116.99/3600.45	v x2376 x2317 x2257 x2196 x2134 x2071 x2007 x1942 x1876 x1809 x1645 x1576 x1506 x1435 x1363 x1290 x1216 x1141 x1065 x988 x813 x734 
71116.99/3600.45	v x654 x573 x491 x408 x324 x239 x153 x66 x4731 x4606 x4381 x4055 x3628 x3100 x2471 x1741 x910 x4184 x4160 x4135 x4109 x4082 
71116.99/3600.45	v x3962 x3933 x3903 x3872 x3840 x3807 x3773 x3738 x3702 x3665 x3534 x3495 x3455 -x3414 x3372 x3329 -x3285 x3240 x3194 x3147 x3005 
71116.99/3600.45	v x2956 x2906 x2855 x2803 x2750 x2696 x2641 x2585 x2528 x2375 x2316 x2256 x2195 x2133 x2070 x2006 x1941 x1875 x1808 x1644 x1575 
71116.99/3600.45	v x1505 x1434 x1362 x1289 x1215 x1140 x1064 x987 x812 x733 x653 x572 x490 x407 x323 x238 x152 x65 x4730 x4605 x4380 x4054 
71116.99/3600.45	v x3627 x3099 x2470 x1740 x909 x4159 x4134 x4108 x4081 x3961 x3932 x3902 x3871 x3839 x3806 x3772 x3737 x3701 x3664 x3533 x3494 
71116.99/3600.45	v -x3454 x3413 x3371 x3328 x3284 x3239 x3193 x3146 x3004 x2955 x2905 x2854 x2802 x2749 x2695 x2640 x2584 x2527 x2374 x2315 x2255 
71116.99/3600.45	v x2194 x2132 x2069 x2005 x1940 x1874 x1807 x1643 x1574 x1504 x1433 x1361 x1288 x1214 x1139 x1063 x986 x811 x732 x652 x571 x489 
71116.99/3600.45	v x406 x322 x237 x151 x64 x4729 x4604 x4379 x4053 x3626 x3098 x2469 x1739 x908 x4133 x4107 x4080 x3960 x3931 -x3901 x3870 x3838 
71116.99/3600.45	v x3805 x3771 x3736 x3700 x3663 x3532 x3493 x3453 x3412 x3370 x3327 x3283 x3238 x3192 x3145 x3003 x2954 x2904 x2853 x2801 x2748 
71116.99/3600.45	v x2694 x2639 x2583 x2526 x2373 x2314 x2254 x2193 x2131 x2068 x2004 x1939 x1873 x1806 x1642 x1573 x1503 x1432 x1360 x1287 
71116.99/3600.45	v x1213 x1138 x1062 x985 x810 x731 x651 x570 x488 x405 x321 x236 x150 x63 x4728 x4603 x4378 x4052 x3625 x3097 x2468 x1738 x907 
71116.99/3600.45	v x4106 x4079 x3959 x3930 x3900 x3869 x3837 x3804 x3770 x3735 x3699 x3662 x3531 x3492 x3452 x3411 x3369 x3326 x3282 x3237 x3191 
71116.99/3600.45	v x3144 x3002 x2953 x2903 x2852 x2800 x2747 x2693 x2638 x2582 x2525 -x2372 x2313 x2253 x2192 x2130 x2067 x2003 x1938 x1872 x1805 
71116.99/3600.45	v x1641 x1572 x1502 x1431 x1359 x1286 x1212 x1137 x1061 x984 x809 x730 x650 x569 x487 x404 x320 x235 x149 x62 x4727 x4602 x4377 
71116.99/3600.45	v x4051 x3624 x3096 x2467 x1737 x906 x4078 x3958 x3929 x3899 x3868 -x3836 x3803 x3769 x3734 x3698 x3661 x3530 x3491 x3451 x3410 
71116.99/3600.45	v x3368 x3325 x3281 x3236 x3190 x3143 x3001 x2952 x2902 x2851 x2799 x2746 x2692 x2637 x2581 x2524 x2371 x2312 x2252 x2191 
71116.99/3600.45	v x2129 x2066 x2002 x1937 x1871 x1804 x1640 x1571 x1501 x1430 x1358 x1285 x1211 x1136 x1060 x983 x808 x729 x649 x568 x486 x403 
71116.99/3600.45	v x319 x234 x148 x61 x4726 x4601 x4376 x4050 x3623 x3095 x2466 x1736 x905 x3957 x3928 x3898 x3867 x3835 x3802 x3768 x3733 x3697 
71116.99/3600.45	v x3660 x3529 x3490 x3450 x3409 x3367 x3324 x3280 x3235 x3189 x3142 x3000 x2951 x2901 x2850 x2798 x2745 x2691 x2636 x2580 x2523 
71116.99/3600.45	v x2370 x2311 x2251 x2190 x2128 x2065 x2001 x1936 x1870 x1803 x1639 x1570 x1500 x1429 x1357 x1284 x1210 x1135 x1059 x982 x807 
71116.99/3600.45	v x728 -x648 x567 x485 x402 x318 x233 x147 x60 x4725 x4600 x4375 x4049 x3622 x3094 x2465 x1735 x904 x3927 x3897 x3866 x3834 x3801 
71116.99/3600.45	v x3767 x3732 -x3696 x3659 x3528 x3489 x3449 x3408 x3366 x3323 x3279 x3234 x3188 x3141 x2999 x2950 x2900 x2849 x2797 x2744 
71116.99/3600.45	v x2690 x2635 x2579 x2522 x2369 x2310 x2250 x2189 x2127 x2064 x2000 x1935 x1869 x1802 x1638 x1569 x1499 x1428 x1356 x1283 x1209 
71116.99/3600.45	v x1134 x1058 x981 x806 x727 x647 x566 x484 x401 x317 x232 x146 x59 x4724 x4599 x4374 x4048 x3621 x3093 x2464 x1734 x903 x3896 
71116.99/3600.45	v x3865 x3833 x3800 x3766 x3731 x3695 x3658 x3527 x3488 x3448 x3407 x3365 x3322 x3278 x3233 x3187 x3140 x2998 x2949 x2899 x2848 
71116.99/3600.45	v x2796 x2743 x2689 x2634 x2578 x2521 x2368 x2309 x2249 x2188 x2126 x2063 x1999 x1934 x1868 x1801 x1637 x1568 x1498 x1427 x1355 
71116.99/3600.45	v x1282 x1208 x1133 x1057 x980 x805 x726 x646 x565 x483 x400 x316 -x231 x145 x58 x4723 x4598 x4373 x4047 x3620 x3092 x2463 x1733 
71116.99/3600.45	v x902 x3864 x3832 x3799 x3765 x3730 x3694 x3657 -x3526 x3487 x3447 x3406 x3364 x3321 x3277 x3232 x3186 x3139 x2997 x2948 
71116.99/3600.45	v x2898 x2847 x2795 x2742 x2688 x2633 x2577 x2520 x2367 x2308 x2248 x2187 x2125 x2062 x1998 x1933 x1867 x1800 x1636 x1567 x1497 
71116.99/3600.45	v x1426 x1354 x1281 x1207 x1132 x1056 x979 x804 x725 x645 x564 x482 x399 x315 x230 x144 x57 x4722 x4597 x4372 x4046 x3619 x3091 
71116.99/3600.45	v x2462 x1732 x901 x3831 x3798 x3764 x3729 x3693 x3656 x3525 x3486 x3446 x3405 x3363 x3320 x3276 x3231 x3185 x3138 x2996 x2947 
71116.99/3600.45	v x2897 x2846 x2794 x2741 x2687 x2632 x2576 x2519 x2366 x2307 x2247 x2186 x2124 x2061 x1997 x1932 x1866 x1799 x1635 x1566 x1496 
71116.99/3600.45	v x1425 x1353 x1280 x1206 x1131 x1055 x978 x803 x724 x644 x563 x481 x398 x314 x229 -x143 x56 x4721 x4596 -x4371 x4045 x3618 
71116.99/3600.45	v x3090 x2461 x1731 x900 x3797 -x3763 x3728 x3692 x3655 x3524 x3485 x3445 x3404 x3362 x3319 x3275 x3230 x3184 x3137 x2995 x2946 
71116.99/3600.45	v x2896 x2845 x2793 x2740 x2686 x2631 x2575 x2518 x2365 x2306 x2246 x2185 x2123 x2060 x1996 x1931 x1865 x1798 x1634 x1565 x1495 
71116.99/3600.45	v x1424 x1352 x1279 x1205 x1130 x1054 x977 x802 x723 x643 x562 x480 x397 x313 x228 x142 x55 x4720 x4595 x4370 x4044 x3617 x3089 
71116.99/3600.45	v x2460 x1730 x899 x3762 x3727 x3691 x3654 x3523 x3484 x3444 x3403 x3361 x3318 x3274 x3229 x3183 x3136 x2994 x2945 x2895 x2844 
71116.99/3600.45	v x2792 x2739 x2685 x2630 x2574 x2517 x2364 x2305 x2245 x2184 x2122 x2059 x1995 x1930 x1864 x1797 x1633 x1564 x1494 x1423 x1351 
71116.99/3600.45	v x1278 x1204 x1129 x1053 x976 x801 x722 x642 x561 x479 x396 x312 x227 x141 x54 x4719 x4594 x4369 x4043 x3616 x3088 x2459 x1729 
71116.99/3600.45	v x898 x3726 x3690 x3653 x3522 x3483 x3443 x3402 x3360 x3317 x3273 x3228 x3182 x3135 x2993 x2944 x2894 x2843 x2791 x2738 x2684 
71116.99/3600.45	v x2629 x2573 x2516 x2363 x2304 x2244 x2183 x2121 x2058 x1994 x1929 x1863 x1796 x1632 x1563 x1493 x1422 x1350 x1277 x1203 
71116.99/3600.45	v x1128 x1052 x975 x800 x721 x641 x560 x478 x395 x311 x226 x140 x53 x4718 x4593 x4368 x4042 x3615 x3087 x2458 x1728 x897 x3689 
71116.99/3600.45	v x3652 x3521 x3482 x3442 x3401 x3359 x3316 x3272 x3227 x3181 x3134 x2992 x2943 -x2893 x2842 x2790 x2737 x2683 x2628 x2572 x2515 
71116.99/3600.45	v x2362 x2303 x2243 x2182 x2120 x2057 x1993 x1928 x1862 x1795 x1631 x1562 x1492 x1421 x1349 x1276 x1202 x1127 x1051 x974 x799 
71116.99/3600.45	v x720 x640 x559 x477 x394 x310 x225 x139 x52 x4717 x4592 x4367 x4041 x3614 x3086 x2457 x1727 x896 x3651 x3520 x3481 x3441 x3400 
71116.99/3600.45	v x3358 x3315 x3271 x3226 x3180 x3133 x2991 x2942 x2892 x2841 x2789 x2736 x2682 x2627 x2571 x2514 x2361 x2302 x2242 x2181 x2119 
71116.99/3600.45	v x2056 x1992 x1927 x1861 x1794 x1630 x1561 x1491 x1420 x1348 x1275 x1201 x1126 x1050 x973 x798 x719 x639 x558 x476 x393 x309 
71116.99/3600.45	v x224 x138 x51 x4716 x4591 x4366 x4040 x3613 x3085 x2456 x1726 x895 x3519 x3480 x3440 x3399 x3357 x3314 x3270 x3225 x3179 x3132 
71116.99/3600.45	v x2990 x2941 x2891 x2840 x2788 x2735 x2681 x2626 x2570 x2513 x2360 x2301 x2241 x2180 x2118 x2055 x1991 x1926 x1860 x1793 
71116.99/3600.45	v x1629 x1560 x1490 x1419 x1347 x1274 x1200 x1125 x1049 x972 x797 x718 x638 x557 x475 x392 x308 x223 x137 x50 x4715 x4590 x4365 
71116.99/3600.45	v x4039 x3612 x3084 x2455 x1725 x894 x3479 x3439 x3398 x3356 x3313 x3269 x3224 x3178 x3131 x2989 x2940 x2890 x2839 x2787 x2734 
71116.99/3600.45	v x2680 x2625 x2569 x2512 x2359 x2300 x2240 x2179 x2117 x2054 x1990 x1925 x1859 x1792 x1628 x1559 x1489 x1418 x1346 x1273 x1199 
71116.99/3600.45	v x1124 x1048 x971 x796 x717 x637 x556 x474 x391 x307 x222 x136 x49 x4714 x4589 x4364 x4038 x3611 x3083 x2454 x1724 x893 x3438 
71116.99/3600.45	v x3397 x3355 x3312 x3268 x3223 x3177 x3130 x2988 x2939 x2889 x2838 x2786 x2733 x2679 x2624 x2568 x2511 x2358 x2299 x2239 x2178 
71116.99/3600.45	v x2116 x2053 x1989 x1924 x1858 x1791 x1627 x1558 x1488 x1417 x1345 x1272 x1198 x1123 x1047 x970 x795 x716 x636 x555 x473 x390 
71116.99/3600.45	v x306 x221 x135 x48 x4713 x4588 x4363 x4037 x3610 x3082 x2453 x1723 x892 x3396 x3354 x3311 x3267 x3222 x3176 x3129 x2987 -x2938 
71116.99/3600.45	v x2888 x2837 x2785 x2732 x2678 x2623 x2567 x2510 x2357 x2298 x2238 x2177 x2115 x2052 x1988 x1923 x1857 x1790 x1626 x1557 
71116.99/3600.45	v x1487 x1416 x1344 x1271 x1197 x1122 x1046 x969 x794 x715 x635 x554 x472 x389 x305 x220 x134 x47 x4712 x4587 x4362 x4036 x3609 
71116.99/3600.45	v x3081 x2452 x1722 x891 x3353 x3310 -x3266 x3221 x3175 x3128 x2986 x2937 x2887 x2836 x2784 x2731 x2677 x2622 x2566 x2509 x2356 
71116.99/3600.45	v x2297 x2237 x2176 x2114 x2051 x1987 x1922 x1856 x1789 x1625 x1556 x1486 x1415 x1343 x1270 x1196 x1121 x1045 x968 x793 x714 
71116.99/3600.45	v x634 x553 x471 x388 x304 x219 x133 x46 x4711 x4586 x4361 x4035 x3608 x3080 x2451 x1721 x890 x3309 x3265 x3220 x3174 x3127 x2985 
71116.99/3600.45	v x2936 x2886 x2835 x2783 x2730 x2676 x2621 x2565 x2508 x2355 x2296 x2236 x2175 x2113 x2050 x1986 x1921 x1855 x1788 x1624 x1555 
71116.99/3600.45	v x1485 x1414 x1342 x1269 x1195 x1120 x1044 x967 x792 x713 -x633 x552 x470 x387 x303 x218 x132 x45 x4710 x4585 x4360 x4034 
71116.99/3600.45	v x3607 x3079 x2450 x1720 x889 x3264 x3219 x3173 x3126 x2984 x2935 x2885 x2834 x2782 x2729 x2675 x2620 x2564 x2507 x2354 x2295 
71116.99/3600.45	v x2235 x2174 x2112 x2049 x1985 x1920 x1854 x1787 x1623 x1554 x1484 x1413 -x1341 x1268 x1194 x1119 x1043 x966 x791 x712 x632 x551 
71116.99/3600.45	v x469 x386 x302 x217 x131 x44 x4709 x4584 x4359 x4033 x3606 x3078 x2449 x1719 x888 x3218 x3172 x3125 x2983 x2934 x2884 x2833 
71116.99/3600.45	v x2781 x2728 x2674 x2619 x2563 x2506 x2353 x2294 x2234 x2173 x2111 x2048 x1984 x1919 x1853 x1786 x1622 x1553 x1483 x1412 x1340 
71116.99/3600.45	v x1267 x1193 x1118 x1042 x965 x790 x711 x631 x550 x468 x385 x301 x216 x130 x43 x4708 x4583 x4358 x4032 x3605 x3077 x2448 x1718 
71116.99/3600.45	v x887 x3171 x3124 x2982 x2933 x2883 x2832 x2780 x2727 x2673 x2618 x2562 x2505 x2352 x2293 x2233 x2172 x2110 x2047 x1983 x1918 
71116.99/3600.45	v x1852 x1785 x1621 x1552 x1482 x1411 x1339 x1266 x1192 x1117 x1041 x964 x789 x710 x630 x549 -x467 x384 x300 x215 x129 x42 
71116.99/3600.45	v x4707 x4582 x4357 x4031 x3604 x3076 x2447 x1717 x886 x3123 x2981 x2932 x2882 x2831 x2779 x2726 x2672 x2617 x2561 x2504 x2351 
71116.99/3600.45	v -x2292 x2232 x2171 x2109 x2046 x1982 x1917 x1851 x1784 x1620 x1551 x1481 x1410 x1338 x1265 x1191 x1116 x1040 x963 x788 x709 x629 
71116.99/3600.45	v x548 x466 x383 x299 x214 x128 x41 x4706 x4581 x4356 x4030 x3603 x3075 x2446 x1716 x885 x2980 x2931 x2881 x2830 x2778 x2725 
71116.99/3600.45	v x2671 x2616 x2560 x2503 x2350 x2291 x2231 x2170 x2108 x2045 x1981 x1916 x1850 x1783 x1619 -x1550 x1480 x1409 x1337 x1264 x1190 
71116.99/3600.45	v x1115 x1039 x962 x787 x708 x628 x547 x465 x382 x298 x213 x127 x40 x4705 x4580 x4355 x4029 x3602 x3074 x2445 x1715 x884 x2930 
71116.99/3600.45	v x2880 x2829 x2777 x2724 x2670 x2615 x2559 x2502 x2349 -x2290 x2230 -x2169 x2107 x2044 x1980 x1915 x1849 x1782 x1618 x1549 
71116.99/3600.45	v x1479 x1408 x1336 x1263 x1189 x1114 x1038 x961 x786 x707 x627 x546 x464 x381 x297 x212 x126 x39 x4704 x4579 x4354 x4028 x3601 
71116.99/3600.45	v x3073 x2444 x1714 x883 x2879 x2828 x2776 x2723 x2669 x2614 x2558 x2501 x2348 x2289 x2229 x2168 x2106 x2043 x1979 x1914 x1848 
71116.99/3600.45	v x1781 x1617 x1548 x1478 x1407 x1335 x1262 x1188 x1113 x1037 x960 x785 x706 x626 x545 x463 x380 x296 x211 x125 x38 x4703 x4578 
71116.99/3600.45	v x4353 x4027 x3600 x3072 x2443 x1713 x882 x2827 x2775 x2722 x2668 x2613 x2557 x2500 x2347 x2288 x2228 x2167 x2105 x2042 x1978 
71116.99/3600.45	v x1913 x1847 x1780 x1616 x1547 x1477 x1406 x1334 x1261 x1187 x1112 x1036 x959 x784 -x705 x625 x544 x462 x379 x295 x210 x124 
71116.99/3600.45	v x37 x4702 x4577 x4352 x4026 x3599 x3071 x2442 x1712 x881 x2774 x2721 x2667 x2612 x2556 x2499 x2346 x2287 x2227 x2166 x2104 x2041 
71116.99/3600.45	v x1977 x1912 x1846 x1779 x1615 x1546 -x1476 x1405 x1333 x1260 x1186 x1111 x1035 x958 x783 x704 x624 x543 x461 x378 x294 x209 
71116.99/3600.45	v x123 x36 x4701 x4576 x4351 x4025 x3598 x3070 x2441 x1711 x880 x2720 -x2666 x2611 x2555 x2498 x2345 x2286 x2226 x2165 x2103 
71116.99/3600.45	v x2040 x1976 x1911 x1845 x1778 x1614 x1545 x1475 x1404 x1332 x1259 x1185 x1110 x1034 x957 x782 x703 x623 x542 x460 x377 x293 
71116.99/3600.45	v x208 x122 x35 x4700 x4575 x4350 x4024 x3597 x3069 x2440 x1710 x879 x2665 x2610 x2554 x2497 x2344 x2285 x2225 x2164 x2102 x2039 
71116.99/3600.45	v x1975 -x1910 x1844 x1777 x1613 x1544 x1474 x1403 x1331 x1258 x1184 x1109 x1033 x956 x781 x702 x622 x541 x459 x376 x292 x207 
71116.99/3600.45	v x121 x34 x4699 x4574 x4349 x4023 x3596 x3068 x2439 x1709 x878 x2609 x2553 x2496 x2343 x2284 x2224 x2163 -x2101 x2038 x1974 
71116.99/3600.45	v x1909 x1843 x1776 x1612 x1543 x1473 x1402 x1330 x1257 x1183 x1108 x1032 x955 x780 x701 x621 x540 x458 x375 x291 x206 x120 x33 
71116.99/3600.45	v x4698 x4573 x4348 x4022 x3595 x3067 x2438 x1708 x877 x2552 x2495 x2342 -x2283 x2223 x2162 x2100 x2037 x1973 x1908 x1842 x1775 
71116.99/3600.45	v x1611 x1542 x1472 x1401 x1329 x1256 x1182 x1107 x1031 x954 x779 x700 x620 x539 x457 x374 x290 x205 x119 x32 x4697 x4572 x4347 
71116.99/3600.45	v x4021 x3594 x3066 x2437 x1707 x876 x2494 x2341 x2282 x2222 x2161 x2099 x2036 x1972 x1907 x1841 x1774 x1610 x1541 x1471 x1400 
71116.99/3600.45	v x1328 x1255 x1181 x1106 x1030 x953 x778 x699 x619 x538 x456 x373 x289 x204 x118 x31 x4696 x4571 x4346 x4020 x3593 x3065 x2436 
71116.99/3600.45	v x1706 x875 x2340 x2281 x2221 x2160 x2098 x2035 x1971 x1906 x1840 x1773 x1609 x1540 x1470 x1399 x1327 x1254 x1180 x1105 -x1029 
71116.99/3600.45	v x952 x777 x698 x618 x537 x455 x372 x288 x203 x117 x30 x4695 x4570 x4345 x4019 x3592 x3064 x2435 x1705 x874 x2280 x2220 x2159 
71116.99/3600.45	v x2097 x2034 x1970 x1905 x1839 x1772 x1608 x1539 x1469 x1398 x1326 x1253 x1179 x1104 x1028 x951 x776 x697 x617 x536 x454 
71116.99/3600.45	v x371 x287 x202 x116 x29 x4694 x4569 x4344 x4018 x3591 x3063 x2434 x1704 x873 x2219 -x2158 x2096 x2033 x1969 x1904 x1838 x1771 
71116.99/3600.45	v x1607 x1538 x1468 x1397 x1325 x1252 x1178 x1103 x1027 x950 x775 x696 x616 x535 x453 x370 x286 x201 x115 x28 x4693 x4568 x4343 
71116.99/3600.45	v x4017 x3590 x3062 x2433 x1703 x872 x2157 x2095 x2032 x1968 x1903 x1837 x1770 x1606 x1537 x1467 x1396 x1324 x1251 x1177 x1102 
71116.99/3600.45	v x1026 x949 x774 x695 x615 x534 x452 x369 x285 x200 x114 x27 x4692 x4567 x4342 x4016 x3589 x3061 x2432 x1702 x871 x2094 x2031 
71116.99/3600.45	v x1967 x1902 x1836 x1769 x1605 x1536 x1466 x1395 x1323 x1250 x1176 x1101 x1025 x948 x773 x694 x614 x533 x451 x368 x284 x199 
71116.99/3600.45	v x113 x26 x4691 x4566 x4341 x4015 x3588 x3060 x2431 x1701 x870 x2030 x1966 x1901 x1835 x1768 x1604 x1535 x1465 x1394 x1322 x1249 
71116.99/3600.45	v x1175 x1100 x1024 x947 x772 x693 x613 x532 x450 x367 x283 x198 x112 x25 x4690 x4565 x4340 x4014 x3587 x3059 x2430 x1700 x869 
71116.99/3600.45	v x1965 x1900 x1834 x1767 x1603 x1534 x1464 x1393 x1321 x1248 x1174 x1099 x1023 x946 x771 x692 x612 x531 x449 x366 x282 x197 
71116.99/3600.45	v -x111 -x24 x4689 x4564 x4339 x4013 x3586 x3058 x2429 x1699 x868 x1899 x1833 x1766 x1602 -x1533 x1463 x1392 x1320 x1247 x1173 
71116.99/3600.45	v x1098 x1022 x945 x770 x691 x611 x530 x448 x365 x281 x196 x110 x23 x4688 x4563 x4338 x4012 x3585 x3057 x2428 x1698 x867 x1832 
71116.99/3600.45	v x1765 x1601 x1532 x1462 x1391 x1319 x1246 x1172 x1097 x1021 x944 x769 x690 x610 x529 x447 x364 x280 x195 x109 x22 x4687 x4562 
71116.99/3600.45	v x4337 x4011 x3584 x3056 x2427 x1697 x866 x1764 x1600 x1531 x1461 x1390 x1318 x1245 -x1171 x1096 x1020 x943 x768 x689 x609 x528 
71116.99/3600.45	v x446 x363 x279 x194 x108 x21 x4686 x4561 x4336 x4010 x3583 x3055 x2426 x1696 x865 x1599 x1530 x1460 x1389 x1317 x1244 x1170 
71116.99/3600.45	v x1095 x1019 x942 x767 x688 x608 x527 x445 x362 x278 -x193 x107 x20 x4685 x4560 x4335 x4009 x3582 x3054 x2425 x1695 x864 x1529 
71116.99/3600.45	v x1459 x1388 x1316 x1243 x1169 x1094 x1018 x941 x766 x687 x607 x526 -x444 x361 x277 x192 x106 x19 x4684 x4559 x4334 x4008 
71116.99/3600.45	v x3581 x3053 x2424 x1694 x863 x1458 x1387 x1315 x1242 x1168 x1093 x1017 x940 x765 x686 x606 x525 x443 x360 x276 x191 x105 x18 
71116.99/3600.45	v x4683 x4558 x4333 x4007 x3580 x3052 x2423 x1693 x862 -x1386 x1314 x1241 x1167 x1092 x1016 x939 x764 x685 x605 x524 x442 x359 
71116.99/3600.45	v x275 x190 x104 x17 x4682 x4557 x4332 x4006 x3579 x3051 x2422 x1692 x861 x1313 x1240 x1166 x1091 x1015 x938 x763 x684 x604 x523 
71116.99/3600.45	v x441 x358 x274 x189 x103 x16 x4681 x4556 x4331 x4005 -x3578 x3050 x2421 x1691 x860 x1239 x1165 -x1090 x1014 x937 x762 x683 
71116.99/3600.45	v x603 x522 x440 x357 x273 x188 x102 x15 x4680 x4555 x4330 x4004 x3577 x3049 x2420 x1690 x859 x1164 x1089 -x1013 x936 x761 x682 
71116.99/3600.45	v x602 x521 x439 x356 x272 x187 x101 x14 x4679 x4554 x4329 x4003 x3576 x3048 x2419 x1689 x858 x1088 x1012 x935 x760 x681 x601 
71116.99/3600.45	v x520 x438 x355 x271 x186 x100 x13 x4678 x4553 x4328 x4002 x3575 x3047 x2418 x1688 x857 x1011 x934 x759 x680 x600 x519 x437 x354 
71116.99/3600.45	v x270 x185 x99 x12 x4677 x4552 x4327 x4001 x3574 x3046 x2417 x1687 x856 -x933 x758 x679 x599 x518 x436 x353 x269 x184 x98 x11 
71116.99/3600.45	v x4676 x4551 x4326 x4000 x3573 x3045 x2416 x1686 x855 x757 x678 x598 x517 x435 x352 x268 x183 x97 x10 x4675 x4550 x4325 x3999 
71116.99/3600.45	v x3572 x3044 -x2415 x1685 x854 x677 x597 -x516 x434 x351 x267 x182 x96 x9 x4674 x4549 x4324 x3998 x3571 x3043 x2414 x1684 x853 
71116.99/3600.45	v x596 x515 x433 -x350 x266 x181 x95 x8 x4673 x4548 x4323 x3997 x3570 x3042 x2413 x1683 x852 x514 x432 x349 x265 x180 x94 x7 
71116.99/3600.45	v x4672 x4547 x4322 x3996 x3569 x3041 x2412 x1682 x851 x431 x348 x264 x179 x93 x6 x4671 x4546 x4321 x3995 x3568 x3040 x2411 x1681 
71116.99/3600.45	v x850 x347 x263 x178 x92 x5 x4670 x4545 x4320 x3994 x3567 x3039 x2410 x1680 x849 x262 x177 x91 x4 x4669 x4544 x4319 x3993 
71116.99/3600.45	v x3566 x3038 x2409 x1679 x848 x176 x90 x3 x4668 x4543 x4318 x3992 x3565 x3037 x2408 x1678 x847 x89 x2 x4667 x4542 x4317 -x3991 
71116.99/3600.45	v x3564 x3036 x2407 x1677 x846 x1 x4666 x4541 -x4316 x3990 x3563 x3035 x2406 x1676 x845 x4665 x4540 -x4315 x3989 x3562 x3034 
71116.99/3600.45	v x2405 x1675 x844 x4539 x4314 x3988 x3561 x3033 x2404 x1674 x843 x4313 x3987 x3560 x3032 -x2403 x1673 x842 x3986 x3559 x3031 x2402 
71116.99/3600.45	v x1672 x841 x3558 x3030 x2401 x1671 x840 x3029 x2400 x1670 x839 x2399 -x1669 x838 x1668 x837 -x836 -x9410 -x9363 -x9409 -x9362 
71116.99/3600.45	v -x9408 -x9361 -x9407 -x9360 -x9406 -x9359 -x9405 -x9358 -x9404 -x9357 -x9403 -x9356 -x9402 -x9355 -x9401 -x9354 -x9400 
71116.99/3600.45	v -x9353 -x9399 -x9352 -x9398 -x9351 -x9397 -x9350 -x9396 -x9349 -x9395 x9348 -x9394 -x9347 -x9393 -x9346 -x9392 -x9345 -x9391 
71116.99/3600.45	v -x9344 -x9390 -x9343 -x9389 -x9342 -x9388 -x9341 -x9387 -x9340 -x9386 -x9339 -x9385 -x9338 -x9384 -x9337 -x9383 -x9336 -x9382 
71116.99/3600.45	v -x9335 -x9381 -x9334 -x9380 x9333 -x9379 -x9332 -x9378 -x9331 -x9377 -x9330 -x9376 x9329 -x9375 -x9328 -x9374 -x9327 -x9373 
71116.99/3600.45	v -x9326 -x9372 -x9325 -x9371 x9324 -x9370 -x9323 -x9369 -x9322 -x9368 -x9321 x9367 -x9320 x9366 -x9319 -x9365 -x9318 x9364 -x9317 
71116.99/3600.45	v -x9316 -x9269 -x9315 -x9268 -x9314 -x9267 -x9313 -x9266 -x9312 -x9265 -x9311 -x9264 -x9310 -x9263 -x9309 -x9262 -x9308 -x9261 
71116.99/3600.45	v -x9307 -x9260 -x9306 -x9259 -x9305 -x9258 -x9304 -x9257 -x9303 -x9256 -x9302 -x9255 -x9301 -x9254 -x9300 -x9253 -x9299 -x9252 
71116.99/3600.45	v -x9298 -x9251 -x9297 x9250 -x9296 -x9249 -x9295 -x9248 -x9294 -x9247 -x9293 -x9246 -x9292 -x9245 -x9291 -x9244 -x9290 -x9243 
71116.99/3600.45	v -x9289 -x9242 -x9288 -x9241 -x9287 -x9240 -x9286 -x9239 -x9285 -x9238 -x9284 -x9237 -x9283 x9236 -x9282 -x9235 -x9281 -x9234 
71116.99/3600.45	v -x9280 -x9233 -x9279 -x9232 -x9278 -x9231 -x9277 x9230 -x9276 -x9229 -x9275 -x9228 -x9274 -x9227 x9273 -x9226 x9272 -x9225 
71116.99/3600.45	v -x9271 -x9224 x9270 -x9223 -x9222 -x9175 -x9221 -x9174 -x9220 -x9173 -x9219 -x9172 -x9218 -x9171 -x9217 -x9170 -x9216 -x9169 
71116.99/3600.45	v -x9215 -x9168 -x9214 -x9167 -x9213 -x9166 -x9212 -x9165 -x9211 -x9164 -x9210 -x9163 -x9209 -x9162 -x9208 -x9161 -x9207 -x9160 
71116.99/3600.45	v -x9206 -x9159 -x9205 -x9158 -x9204 -x9157 -x9203 x9156 -x9202 -x9155 -x9201 x9154 -x9200 -x9153 -x9199 -x9152 -x9198 -x9151 
71116.99/3600.45	v -x9197 -x9150 -x9196 -x9149 -x9195 -x9148 -x9194 -x9147 -x9193 -x9146 -x9192 -x9145 -x9191 x9144 -x9190 -x9143 -x9189 -x9142 
71116.99/3600.45	v -x9188 -x9141 -x9187 -x9140 -x9186 -x9139 -x9185 -x9138 -x9184 -x9137 -x9183 x9136 -x9182 -x9135 -x9181 -x9134 -x9180 -x9133 
71116.99/3600.45	v x9179 -x9132 x9178 -x9131 -x9177 -x9130 x9176 -x9129 -x9128 -x9081 -x9127 -x9080 -x9126 -x9079 -x9125 -x9078 -x9124 x9077 
71116.99/3600.45	v -x9123 -x9076 -x9122 -x9075 -x9121 -x9074 -x9120 -x9073 -x9119 -x9072 -x9118 -x9071 -x9117 -x9070 -x9116 -x9069 -x9115 -x9068 
71116.99/3600.45	v -x9114 -x9067 -x9113 -x9066 -x9112 -x9065 -x9111 -x9064 -x9110 -x9063 -x9109 x9062 -x9108 -x9061 -x9107 -x9060 -x9106 -x9059 
71116.99/3600.45	v -x9105 -x9058 -x9104 -x9057 -x9103 -x9056 -x9102 -x9055 -x9101 -x9054 -x9100 -x9053 -x9099 -x9052 -x9098 -x9051 -x9097 -x9050 
71116.99/3600.45	v -x9096 -x9049 -x9095 -x9048 -x9094 -x9047 -x9093 -x9046 -x9092 -x9045 -x9091 -x9044 -x9090 -x9043 -x9089 x9042 -x9088 -x9041 
71116.99/3600.45	v -x9087 -x9040 -x9086 -x9039 x9085 -x9038 x9084 -x9037 -x9083 -x9036 x9082 -x9035 -x9034 -x8940 -x9033 -x8939 -x9032 -x8938 
71116.99/3600.45	v -x9031 -x8937 -x9030 -x8936 -x9029 -x8935 -x9028 -x8934 -x9027 -x8933 -x9026 -x8932 -x9025 -x8931 -x9024 -x8930 -x9023 -x8929 
71116.99/3600.45	v -x9022 -x8928 -x9021 -x8927 -x9020 -x8926 -x9019 -x8925 -x9018 -x8924 x9017 -x8923 -x9016 -x8922 -x9015 -x8921 -x9014 -x8920 
71116.99/3600.45	v -x9013 -x8919 -x9012 -x8918 -x9011 -x8917 -x9010 -x8916 -x9009 -x8915 -x9008 -x8914 -x9007 -x8913 x9006 -x8912 -x9005 -x8911 
71116.99/3600.45	v -x9004 -x8910 -x9003 -x8909 -x9002 -x8908 -x9001 -x8907 -x9000 -x8906 -x8999 -x8905 x8998 -x8904 -x8997 -x8903 -x8996 -x8902 
71116.99/3600.45	v -x8995 -x8901 -x8994 -x8900 -x8993 -x8899 -x8992 -x8898 x8991 x8897 -x8990 x8896 -x8989 -x8895 -x8988 x8894 -x8893 -x8846 -x8892 
71116.99/3600.45	v -x8845 -x8891 -x8844 -x8890 -x8843 -x8889 -x8842 -x8888 -x8841 -x8887 -x8840 -x8886 -x8839 -x8885 -x8838 -x8884 -x8837 
71116.99/3600.45	v -x8883 -x8836 -x8882 -x8835 -x8881 -x8834 -x8880 -x8833 -x8879 -x8832 -x8878 -x8831 -x8877 -x8830 -x8876 -x8829 -x8875 -x8828 
71116.99/3600.45	v x8874 -x8827 -x8873 -x8826 -x8872 -x8825 -x8871 -x8824 -x8870 -x8823 -x8869 -x8822 -x8868 x8821 -x8867 -x8820 -x8866 -x8819 
71116.99/3600.45	v -x8865 -x8818 -x8864 -x8817 -x8863 -x8816 -x8862 -x8815 -x8861 -x8814 -x8860 -x8813 -x8859 -x8812 -x8858 -x8811 -x8857 -x8810 
71116.99/3600.45	v -x8856 -x8809 -x8855 -x8808 x8854 -x8807 -x8853 -x8806 x8852 -x8805 -x8851 -x8804 -x8850 x8803 -x8849 -x8802 -x8848 -x8801 -x8847 
71116.99/3600.45	v x8800 -x8799 -x8752 -x8798 -x8751 -x8797 -x8750 -x8796 -x8749 -x8795 -x8748 -x8794 -x8747 -x8793 -x8746 -x8792 -x8745 -x8791 
71116.99/3600.45	v -x8744 -x8790 -x8743 -x8789 -x8742 -x8788 -x8741 -x8787 -x8740 -x8786 -x8739 -x8785 -x8738 -x8784 -x8737 -x8783 -x8736 
71116.99/3600.45	v -x8782 -x8735 -x8781 -x8734 -x8780 x8733 -x8779 -x8732 -x8778 -x8731 -x8777 -x8730 -x8776 -x8729 -x8775 -x8728 x8774 -x8727 -x8773 
71116.99/3600.45	v -x8726 -x8772 -x8725 -x8771 -x8724 -x8770 -x8723 -x8769 -x8722 -x8768 -x8721 -x8767 -x8720 -x8766 -x8719 -x8765 -x8718 
71116.99/3600.45	v -x8764 x8717 -x8763 -x8716 -x8762 -x8715 -x8761 -x8714 -x8760 x8713 -x8759 -x8712 -x8758 -x8711 -x8757 -x8710 x8756 -x8709 -x8755 
71116.99/3600.45	v -x8708 -x8754 -x8707 x8753 -x8706 -x8705 -x8658 -x8704 -x8657 -x8703 -x8656 -x8702 -x8655 -x8701 -x8654 -x8700 -x8653 -x8699 
71116.99/3600.45	v -x8652 -x8698 -x8651 -x8697 -x8650 -x8696 -x8649 -x8695 -x8648 -x8694 -x8647 -x8693 -x8646 -x8692 -x8645 x8691 -x8644 -x8690 
71116.99/3600.45	v -x8643 -x8689 -x8642 -x8688 -x8641 -x8687 -x8640 -x8686 -x8639 -x8685 -x8638 -x8684 -x8637 -x8683 -x8636 -x8682 -x8635 x8681 
71116.99/3600.45	v -x8634 -x8680 -x8633 -x8679 -x8632 -x8678 -x8631 -x8677 -x8630 x8676 -x8629 -x8675 x8628 -x8674 -x8627 -x8673 -x8626 -x8672 
71116.99/3600.45	v -x8625 -x8671 -x8624 -x8670 -x8623 -x8669 -x8622 -x8668 -x8621 -x8667 -x8620 -x8666 x8619 x8665 -x8618 -x8664 -x8617 -x8663 
71116.99/3600.45	v -x8616 -x8662 -x8615 -x8661 -x8614 -x8660 x8613 -x8659 -x8612 -x8611 -x8564 -x8610 -x8563 -x8609 -x8562 -x8608 -x8561 -x8607 
71116.99/3600.45	v -x8560 -x8606 -x8559 -x8605 -x8558 -x8604 -x8557 -x8603 -x8556 -x8602 -x8555 -x8601 -x8554 -x8600 -x8553 -x8599 -x8552 -x8598 
71116.99/3600.45	v -x8551 -x8597 -x8550 -x8596 -x8549 -x8595 -x8548 -x8594 -x8547 -x8593 -x8546 -x8592 -x8545 -x8591 -x8544 -x8590 -x8543 -x8589 
71116.99/3600.45	v -x8542 -x8588 -x8541 -x8587 x8540 -x8586 -x8539 -x8585 -x8538 -x8584 -x8537 -x8583 -x8536 -x8582 x8535 x8581 -x8534 -x8580 
71116.99/3600.45	v -x8533 -x8579 -x8532 -x8578 -x8531 -x8577 -x8530 -x8576 -x8529 -x8575 -x8528 -x8574 -x8527 -x8573 -x8526 x8572 -x8525 -x8571 
71116.99/3600.45	v x8524 -x8570 -x8523 -x8569 -x8522 -x8568 -x8521 -x8567 -x8520 x8566 -x8519 -x8565 -x8518 -x8517 -x8423 -x8516 -x8422 -x8515 
71116.99/3600.45	v -x8421 -x8514 -x8420 -x8513 -x8419 -x8512 -x8418 -x8511 -x8417 -x8510 -x8416 -x8509 -x8415 -x8508 -x8414 -x8507 -x8413 -x8506 
71116.99/3600.45	v -x8412 -x8505 -x8411 -x8504 -x8410 -x8503 -x8409 -x8502 -x8408 -x8501 -x8407 -x8500 -x8406 -x8499 -x8405 -x8498 -x8404 -x8497 
71116.99/3600.45	v -x8403 -x8496 -x8402 -x8495 x8401 -x8494 -x8400 -x8493 x8399 -x8492 -x8398 -x8491 x8397 -x8490 -x8396 -x8489 -x8395 -x8488 
71116.99/3600.45	v -x8394 x8487 -x8393 -x8486 -x8392 -x8485 -x8391 -x8484 -x8390 -x8483 -x8389 -x8482 -x8388 -x8481 -x8387 -x8480 -x8386 -x8479 
71116.99/3600.45	v -x8385 x8478 -x8384 -x8477 x8383 -x8476 -x8382 -x8475 -x8381 -x8474 -x8380 -x8473 -x8379 x8472 -x8378 -x8471 -x8377 -x8376 
71116.99/3600.45	v -x8329 -x8375 -x8328 -x8374 -x8327 -x8373 -x8326 -x8372 -x8325 -x8371 -x8324 -x8370 -x8323 -x8369 -x8322 -x8368 -x8321 -x8367 
71116.99/3600.45	v -x8320 -x8366 -x8319 -x8365 -x8318 -x8364 -x8317 -x8363 x8316 -x8362 -x8315 -x8361 -x8314 -x8360 -x8313 -x8359 -x8312 -x8358 
71116.99/3600.45	v -x8311 -x8357 -x8310 -x8356 -x8309 -x8355 -x8308 -x8354 -x8307 -x8353 -x8306 -x8352 -x8305 -x8351 -x8304 -x8350 -x8303 -x8349 
71116.99/3600.45	v -x8302 -x8348 -x8301 -x8347 -x8300 x8346 x8299 -x8345 -x8298 -x8344 -x8297 -x8343 -x8296 -x8342 x8295 -x8341 -x8294 -x8340 
71116.99/3600.45	v -x8293 -x8339 -x8292 -x8338 -x8291 x8337 x8290 -x8336 -x8289 -x8335 -x8288 -x8334 -x8287 -x8333 -x8286 -x8332 -x8285 x8331 -x8284 
71116.99/3600.45	v -x8330 -x8283 -x8282 -x8235 -x8281 -x8234 -x8280 -x8233 -x8279 -x8232 -x8278 -x8231 -x8277 -x8230 -x8276 -x8229 -x8275 -x8228 
71116.99/3600.45	v -x8274 -x8227 -x8273 -x8226 -x8272 -x8225 -x8271 -x8224 -x8270 -x8223 -x8269 -x8222 -x8268 -x8221 -x8267 -x8220 -x8266 
71116.99/3600.45	v -x8219 x8265 -x8218 -x8264 -x8217 -x8263 x8216 -x8262 -x8215 -x8261 -x8214 -x8260 -x8213 -x8259 -x8212 -x8258 -x8211 -x8257 -x8210 
71116.99/3600.45	v -x8256 -x8209 -x8255 -x8208 -x8254 -x8207 -x8253 -x8206 -x8252 -x8205 -x8251 -x8204 -x8250 x8203 -x8249 -x8202 -x8248 -x8201 
71116.99/3600.45	v -x8247 -x8200 x8246 -x8199 -x8245 -x8198 -x8244 -x8197 -x8243 x8196 -x8242 -x8195 -x8241 x8194 x8240 -x8193 x8239 -x8192 
71116.99/3600.45	v -x8238 -x8191 -x8237 -x8190 -x8236 -x8189 -x8188 -x8141 -x8187 -x8140 -x8186 -x8139 -x8185 -x8138 -x8184 -x8137 -x8183 -x8136 
71116.99/3600.45	v -x8182 -x8135 -x8181 -x8134 -x8180 -x8133 -x8179 -x8132 -x8178 -x8131 -x8177 -x8130 -x8176 -x8129 -x8175 -x8128 -x8174 -x8127 
71116.99/3600.45	v -x8173 -x8126 -x8172 -x8125 -x8171 x8124 -x8170 -x8123 x8169 -x8122 -x8168 -x8121 -x8167 -x8120 -x8166 -x8119 -x8165 -x8118 
71116.99/3600.45	v -x8164 -x8117 -x8163 -x8116 -x8162 -x8115 -x8161 -x8114 -x8160 -x8113 -x8159 -x8112 -x8158 -x8111 -x8157 -x8110 -x8156 -x8109 
71116.99/3600.45	v -x8155 -x8108 -x8154 -x8107 -x8153 -x8106 -x8152 -x8105 -x8151 x8104 x8150 -x8103 x8149 -x8102 -x8148 -x8101 x8147 -x8100 
71116.99/3600.45	v -x8146 -x8099 -x8145 x8098 -x8144 -x8097 -x8143 -x8096 -x8142 -x8095 -x8094 -x8047 -x8093 -x8046 -x8092 -x8045 -x8091 -x8044 
71116.99/3600.45	v -x8090 -x8043 x8089 -x8042 -x8088 -x8041 -x8087 -x8040 -x8086 -x8039 -x8085 -x8038 -x8084 -x8037 -x8083 -x8036 -x8082 x8035 
71116.99/3600.45	v -x8081 -x8034 -x8080 -x8033 -x8079 -x8032 -x8078 -x8031 -x8077 x8030 -x8076 -x8029 x8075 -x8028 -x8074 -x8027 -x8073 -x8026 -x8072 
71116.99/3600.45	v -x8025 -x8071 -x8024 -x8070 -x8023 -x8069 -x8022 -x8068 -x8021 -x8067 -x8020 -x8066 -x8019 -x8065 -x8018 -x8064 -x8017 
71116.99/3600.45	v -x8063 -x8016 -x8062 -x8015 -x8061 -x8014 -x8060 -x8013 -x8059 -x8012 -x8058 -x8011 -x8057 -x8010 -x8056 -x8009 x8055 -x8008 
71116.99/3600.45	v -x8054 -x8007 x8053 -x8006 -x8052 -x8005 -x8051 x8004 -x8050 -x8003 -x8049 -x8002 -x8048 -x8001 -x8000 -x7906 -x7999 x7905 -x7998 
71116.99/3600.45	v -x7904 -x7997 -x7903 -x7996 -x7902 -x7995 -x7901 -x7994 -x7900 -x7993 -x7899 -x7992 -x7898 -x7991 -x7897 -x7990 -x7896 -x7989 
71116.99/3600.45	v -x7895 -x7988 -x7894 -x7987 -x7893 -x7986 -x7892 -x7985 -x7891 -x7984 -x7890 -x7983 x7889 -x7982 -x7888 -x7981 -x7887 -x7980 
71116.99/3600.45	v -x7886 -x7979 -x7885 x7978 -x7884 -x7977 -x7883 x7976 -x7882 -x7975 -x7881 x7974 -x7880 -x7973 -x7879 -x7972 -x7878 -x7971 
71116.99/3600.45	v -x7877 -x7970 -x7876 -x7969 -x7875 -x7968 -x7874 -x7967 -x7873 -x7966 -x7872 -x7965 -x7871 -x7964 -x7870 -x7963 -x7869 -x7962 
71116.99/3600.45	v -x7868 -x7961 -x7867 x7960 -x7866 -x7959 -x7865 -x7958 -x7864 -x7957 x7863 -x7956 -x7862 -x7955 -x7861 -x7954 -x7860 -x7859 
71116.99/3600.45	v -x7812 -x7858 -x7811 -x7857 -x7810 -x7856 -x7809 -x7855 -x7808 -x7854 -x7807 -x7853 -x7806 -x7852 -x7805 -x7851 -x7804 -x7850 
71116.99/3600.45	v -x7803 -x7849 -x7802 -x7848 -x7801 -x7847 -x7800 -x7846 -x7799 -x7845 -x7798 x7844 -x7797 -x7843 -x7796 -x7842 x7795 -x7841 
71116.99/3600.45	v -x7794 -x7840 -x7793 -x7839 -x7792 -x7838 -x7791 -x7837 -x7790 -x7836 -x7789 -x7835 -x7788 -x7834 -x7787 -x7833 -x7786 -x7832 
71116.99/3600.45	v -x7785 -x7831 -x7784 -x7830 -x7783 x7829 -x7782 -x7828 -x7781 -x7827 -x7780 -x7826 -x7779 x7825 -x7778 -x7824 -x7777 -x7823 
71116.99/3600.45	v -x7776 -x7822 x7775 -x7821 -x7774 x7820 -x7773 -x7819 -x7772 -x7818 -x7771 -x7817 -x7770 -x7816 x7769 -x7815 -x7768 -x7814 
71116.99/3600.45	v -x7767 -x7813 -x7766 -x7765 -x7718 -x7764 -x7717 -x7763 -x7716 -x7762 -x7715 -x7761 -x7714 -x7760 -x7713 -x7759 -x7712 -x7758 
71116.99/3600.45	v -x7711 -x7757 -x7710 -x7756 -x7709 -x7755 -x7708 -x7754 -x7707 -x7753 x7706 -x7752 -x7705 -x7751 -x7704 -x7750 -x7703 -x7749 
71116.99/3600.45	v -x7702 -x7748 x7701 -x7747 -x7700 x7746 -x7699 -x7745 -x7698 -x7744 -x7697 -x7743 -x7696 x7742 -x7695 -x7741 -x7694 -x7740 
71116.99/3600.45	v -x7693 -x7739 -x7692 -x7738 -x7691 -x7737 -x7690 -x7736 -x7689 -x7735 -x7688 -x7734 -x7687 -x7733 -x7686 -x7732 -x7685 -x7731 
71116.99/3600.45	v -x7684 x7730 -x7683 -x7729 -x7682 -x7728 -x7681 -x7727 -x7680 x7726 -x7679 -x7725 -x7678 -x7724 -x7677 -x7723 -x7676 -x7722 
71116.99/3600.45	v x7675 -x7721 -x7674 -x7720 -x7673 -x7719 -x7672 -x7671 -x7624 -x7670 -x7623 -x7669 -x7622 -x7668 -x7621 -x7667 -x7620 -x7666 
71116.99/3600.45	v -x7619 -x7665 -x7618 -x7664 -x7617 -x7663 -x7616 -x7662 -x7615 -x7661 -x7614 -x7660 -x7613 -x7659 x7612 -x7658 -x7611 -x7657 
71116.99/3600.45	v -x7610 -x7656 -x7609 -x7655 -x7608 -x7654 x7607 -x7653 -x7606 x7652 -x7605 -x7651 -x7604 -x7650 -x7603 -x7649 -x7602 -x7648 
71116.99/3600.45	v -x7601 -x7647 -x7600 -x7646 -x7599 -x7645 -x7598 -x7644 -x7597 -x7643 -x7596 -x7642 -x7595 -x7641 -x7594 -x7640 -x7593 -x7639 
71116.99/3600.45	v -x7592 -x7638 -x7591 -x7637 -x7590 x7636 -x7589 -x7635 -x7588 -x7634 -x7587 -x7633 -x7586 x7632 -x7585 -x7631 -x7584 -x7630 
71116.99/3600.45	v -x7583 -x7629 -x7582 -x7628 x7581 -x7627 -x7580 -x7626 -x7579 -x7625 -x7578 -x7577 -x7530 -x7576 x7529 -x7575 -x7528 -x7574 -x7527 
71116.99/3600.45	v -x7573 -x7526 -x7572 -x7525 -x7571 -x7524 -x7570 -x7523 -x7569 -x7522 -x7568 -x7521 -x7567 -x7520 -x7566 -x7519 -x7565 
71116.99/3600.45	v -x7518 -x7564 -x7517 -x7563 -x7516 -x7562 -x7515 -x7561 -x7514 -x7560 x7513 -x7559 -x7512 x7558 -x7511 -x7557 -x7510 x7556 -x7509 
71116.99/3600.45	v -x7555 -x7508 -x7554 -x7507 -x7553 -x7506 -x7552 -x7505 -x7551 -x7504 -x7550 -x7503 -x7549 -x7502 -x7548 -x7501 -x7547 -x7500 
71116.99/3600.45	v -x7546 -x7499 -x7545 -x7498 -x7544 -x7497 -x7543 -x7496 -x7542 -x7495 -x7541 -x7494 -x7540 -x7493 -x7539 -x7492 x7538 -x7491 
71116.99/3600.45	v -x7537 -x7490 -x7536 -x7489 -x7535 -x7488 -x7534 x7487 -x7533 -x7486 -x7532 -x7485 -x7531 -x7484 -x7483 -x7389 -x7482 -x7388 
71116.99/3600.45	v -x7481 -x7387 -x7480 -x7386 -x7479 -x7385 -x7478 -x7384 -x7477 -x7383 -x7476 -x7382 -x7475 -x7381 -x7474 -x7380 -x7473 
71116.99/3600.45	v -x7379 -x7472 -x7378 -x7471 -x7377 -x7470 -x7376 -x7469 -x7375 -x7468 -x7374 -x7467 -x7373 -x7466 x7372 x7465 -x7371 -x7464 -x7370 
71116.99/3600.45	v -x7463 -x7369 -x7462 -x7368 -x7461 -x7367 -x7460 -x7366 x7459 -x7365 -x7458 -x7364 -x7457 -x7363 -x7456 -x7362 -x7455 -x7361 
71116.99/3600.45	v -x7454 -x7360 -x7453 -x7359 -x7452 -x7358 -x7451 -x7357 -x7450 -x7356 -x7449 -x7355 -x7448 -x7354 -x7447 -x7353 -x7446 
71116.99/3600.45	v x7352 -x7445 -x7351 -x7444 -x7350 -x7443 -x7349 -x7442 -x7348 -x7441 -x7347 -x7440 x7346 -x7439 -x7345 -x7438 -x7344 -x7437 -x7343 
71116.99/3600.45	v -x7342 -x7295 -x7341 -x7294 -x7340 -x7293 -x7339 -x7292 -x7338 -x7291 -x7337 -x7290 -x7336 -x7289 -x7335 -x7288 -x7334 
71116.99/3600.45	v -x7287 -x7333 -x7286 -x7332 -x7285 -x7331 -x7284 -x7330 -x7283 -x7329 -x7282 x7328 -x7281 -x7327 -x7280 -x7326 -x7279 -x7325 
71116.99/3600.45	v -x7278 -x7324 -x7277 -x7323 x7276 -x7322 -x7275 -x7321 -x7274 -x7320 -x7273 -x7319 -x7272 x7318 -x7271 -x7317 -x7270 -x7316 -x7269 
71116.99/3600.45	v -x7315 -x7268 -x7314 -x7267 x7313 -x7266 -x7312 -x7265 -x7311 -x7264 -x7310 -x7263 -x7309 -x7262 -x7308 -x7261 -x7307 -x7260 
71116.99/3600.45	v -x7306 -x7259 -x7305 -x7258 -x7304 x7257 -x7303 x7256 x7302 -x7255 -x7301 x7254 -x7300 -x7253 -x7299 -x7252 -x7298 -x7251 
71116.99/3600.45	v -x7297 -x7250 -x7296 -x7249 -x7248 -x7201 -x7247 -x7200 -x7246 -x7199 -x7245 -x7198 -x7244 -x7197 -x7243 -x7196 -x7242 -x7195 
71116.99/3600.45	v -x7241 -x7194 -x7240 -x7193 -x7239 -x7192 -x7238 -x7191 -x7237 -x7190 -x7236 -x7189 -x7235 -x7188 -x7234 -x7187 -x7233 -x7186 
71116.99/3600.45	v -x7232 -x7185 -x7231 -x7184 -x7230 -x7183 x7229 -x7182 -x7228 -x7181 -x7227 -x7180 -x7226 x7179 -x7225 -x7178 -x7224 x7177 
71116.99/3600.45	v -x7223 -x7176 -x7222 x7175 -x7221 -x7174 -x7220 -x7173 -x7219 -x7172 -x7218 -x7171 -x7217 -x7170 x7216 -x7169 -x7215 -x7168 
71116.99/3600.45	v -x7214 -x7167 -x7213 -x7166 -x7212 -x7165 -x7211 -x7164 -x7210 -x7163 x7209 -x7162 -x7208 x7161 x7207 -x7160 -x7206 -x7159 
71116.99/3600.45	v -x7205 -x7158 -x7204 -x7157 -x7203 -x7156 -x7202 -x7155 -x7154 -x7107 -x7153 -x7106 -x7152 -x7105 -x7151 -x7104 -x7150 -x7103 
71116.99/3600.45	v -x7149 -x7102 -x7148 -x7101 -x7147 -x7100 -x7146 -x7099 -x7145 -x7098 x7144 -x7097 -x7143 -x7096 -x7142 -x7095 -x7141 -x7094 
71116.99/3600.45	v -x7140 -x7093 -x7139 -x7092 -x7138 -x7091 -x7137 -x7090 -x7136 -x7089 -x7135 x7088 x7134 -x7087 -x7133 -x7086 -x7132 -x7085 
71116.99/3600.45	v -x7131 -x7084 x7130 -x7083 -x7129 -x7082 x7128 -x7081 -x7127 -x7080 -x7126 -x7079 -x7125 -x7078 -x7124 -x7077 -x7123 -x7076 -x7122 
71116.99/3600.45	v x7075 -x7121 -x7074 -x7120 -x7073 -x7119 -x7072 -x7118 -x7071 -x7117 -x7070 -x7116 -x7069 -x7115 x7068 x7114 -x7067 -x7113 
71116.99/3600.45	v x7066 -x7112 -x7065 -x7111 -x7064 -x7110 -x7063 -x7109 -x7062 -x7108 -x7061 -x7060 -x7013 -x7059 -x7012 -x7058 -x7011 -x7057 
71116.99/3600.45	v -x7010 -x7056 -x7009 -x7055 -x7008 -x7054 -x7007 -x7053 -x7006 -x7052 -x7005 -x7051 -x7004 -x7050 -x7003 x7049 -x7002 -x7048 
71116.99/3600.45	v -x7001 -x7047 -x7000 -x7046 -x6999 -x7045 -x6998 -x7044 -x6997 -x7043 -x6996 -x7042 -x6995 -x7041 x6994 -x7040 -x6993 -x7039 
71116.99/3600.45	v -x6992 -x7038 -x6991 -x7037 -x6990 x7036 -x6989 -x7035 -x6988 -x7034 -x6987 -x7033 -x6986 -x7032 -x6985 x7031 -x6984 -x7030 
71116.99/3600.45	v -x6983 -x7029 -x6982 -x7028 -x6981 -x7027 -x6980 -x7026 -x6979 -x7025 -x6978 -x7024 -x6977 -x7023 -x6976 -x7022 -x6975 -x7021 
71116.99/3600.45	v x6974 x7020 -x6973 -x7019 x6972 -x7018 -x6971 -x7017 -x6970 -x7016 -x6969 -x7015 -x6968 -x7014 -x6967 -x6966 -x6872 -x6965 
71116.99/3600.45	v -x6871 -x6964 -x6870 -x6963 -x6869 -x6962 -x6868 -x6961 -x6867 -x6960 -x6866 -x6959 -x6865 -x6958 -x6864 -x6957 -x6863 -x6956 
71116.99/3600.45	v -x6862 -x6955 -x6861 -x6954 -x6860 -x6953 -x6859 -x6952 -x6858 -x6951 -x6857 -x6950 -x6856 -x6949 -x6855 -x6948 -x6854 -x6947 
71116.99/3600.45	v x6853 -x6946 -x6852 -x6945 -x6851 -x6944 -x6850 -x6943 -x6849 x6942 -x6848 -x6941 -x6847 -x6940 -x6846 -x6939 -x6845 -x6938 
71116.99/3600.45	v -x6844 x6937 -x6843 -x6936 -x6842 -x6935 -x6841 -x6934 -x6840 -x6933 -x6839 -x6932 -x6838 -x6931 -x6837 -x6930 -x6836 -x6929 
71116.99/3600.45	v -x6835 -x6928 -x6834 -x6927 x6833 x6926 -x6832 -x6925 x6831 -x6924 -x6830 -x6923 -x6829 -x6922 -x6828 -x6921 -x6827 -x6920 
71116.99/3600.45	v -x6826 -x6825 -x6778 -x6824 -x6777 -x6823 -x6776 -x6822 -x6775 -x6821 -x6774 -x6820 -x6773 -x6819 -x6772 -x6818 -x6771 -x6817 
71116.99/3600.45	v -x6770 -x6816 -x6769 -x6815 -x6768 -x6814 -x6767 -x6813 -x6766 -x6812 -x6765 -x6811 -x6764 -x6810 -x6763 -x6809 -x6762 -x6808 
71116.99/3600.45	v -x6761 -x6807 -x6760 x6806 x6759 -x6805 -x6758 -x6804 x6757 -x6803 -x6756 -x6802 -x6755 -x6801 -x6754 -x6800 -x6753 -x6799 
71116.99/3600.45	v -x6752 -x6798 -x6751 -x6797 -x6750 -x6796 -x6749 -x6795 -x6748 -x6794 -x6747 -x6793 -x6746 -x6792 -x6745 -x6791 -x6744 -x6790 
71116.99/3600.45	v -x6743 -x6789 -x6742 -x6788 -x6741 x6787 -x6740 x6786 x6739 -x6785 -x6738 x6784 -x6737 -x6783 -x6736 -x6782 -x6735 -x6781 -x6734 
71116.99/3600.45	v -x6780 -x6733 -x6779 -x6732 -x6731 -x6684 -x6730 -x6683 -x6729 -x6682 -x6728 -x6681 -x6727 -x6680 -x6726 -x6679 -x6725 
71116.99/3600.45	v -x6678 -x6724 -x6677 -x6723 -x6676 -x6722 x6675 -x6721 -x6674 -x6720 -x6673 -x6719 -x6672 x6718 -x6671 -x6717 -x6670 -x6716 -x6669 
71116.99/3600.45	v -x6715 -x6668 -x6714 -x6667 -x6713 -x6666 -x6712 x6665 -x6711 -x6664 -x6710 -x6663 -x6709 -x6662 -x6708 -x6661 -x6707 -x6660 
71116.99/3600.45	v -x6706 -x6659 -x6705 -x6658 -x6704 -x6657 -x6703 -x6656 -x6702 -x6655 x6701 -x6654 -x6700 -x6653 -x6699 -x6652 -x6698 -x6651 
71116.99/3600.45	v x6697 -x6650 -x6696 -x6649 -x6695 -x6648 -x6694 -x6647 -x6693 -x6646 x6692 x6645 -x6691 -x6644 -x6690 x6643 -x6689 -x6642 
71116.99/3600.45	v -x6688 -x6641 -x6687 -x6640 -x6686 -x6639 -x6685 -x6638 -x6637 -x6590 -x6636 -x6589 x6635 -x6588 -x6634 -x6587 -x6633 -x6586 
71116.99/3600.45	v -x6632 -x6585 -x6631 -x6584 -x6630 -x6583 -x6629 -x6582 -x6628 x6581 -x6627 -x6580 -x6626 -x6579 -x6625 -x6578 -x6624 -x6577 
71116.99/3600.45	v -x6623 -x6576 -x6622 -x6575 -x6621 -x6574 -x6620 -x6573 -x6619 -x6572 -x6618 x6571 -x6617 -x6570 -x6616 -x6569 -x6615 -x6568 
71116.99/3600.45	v -x6614 -x6567 -x6613 -x6566 -x6612 -x6565 -x6611 -x6564 -x6610 -x6563 -x6609 -x6562 -x6608 -x6561 x6607 -x6560 -x6606 -x6559 
71116.99/3600.45	v -x6605 -x6558 -x6604 -x6557 x6603 -x6556 -x6602 -x6555 -x6601 -x6554 -x6600 -x6553 -x6599 -x6552 x6598 x6551 -x6597 -x6550 
71116.99/3600.45	v -x6596 x6549 -x6595 -x6548 -x6594 -x6547 -x6593 -x6546 -x6592 -x6545 -x6591 -x6544 -x6543 -x6496 -x6542 -x6495 -x6541 -x6494 
71116.99/3600.45	v -x6540 -x6493 -x6539 -x6492 -x6538 x6491 -x6537 -x6490 -x6536 -x6489 -x6535 x6488 -x6534 -x6487 -x6533 -x6486 -x6532 -x6485 
71116.99/3600.45	v -x6531 -x6484 -x6530 -x6483 -x6529 -x6482 -x6528 -x6481 -x6527 -x6480 -x6526 -x6479 -x6525 -x6478 x6524 -x6477 -x6523 -x6476 
71116.99/3600.45	v -x6522 -x6475 -x6521 -x6474 -x6520 -x6473 -x6519 -x6472 -x6518 -x6471 -x6517 -x6470 -x6516 -x6469 -x6515 -x6468 -x6514 -x6467 
71116.99/3600.45	v -x6513 x6466 -x6512 -x6465 -x6511 -x6464 -x6510 -x6463 -x6509 x6462 -x6508 -x6461 -x6507 -x6460 -x6506 -x6459 -x6505 -x6458 
71116.99/3600.45	v x6504 x6457 -x6503 -x6456 x6502 -x6455 -x6501 -x6454 -x6500 -x6453 -x6499 -x6452 -x6498 -x6451 -x6497 -x6450 -x6449 -x6355 -x6448 
71116.99/3600.45	v -x6354 -x6447 -x6353 -x6446 -x6352 -x6445 -x6351 -x6444 x6350 -x6443 -x6349 -x6442 -x6348 -x6441 -x6347 -x6440 -x6346 -x6439 
71116.99/3600.45	v -x6345 -x6438 -x6344 -x6437 -x6343 -x6436 -x6342 -x6435 -x6341 -x6434 -x6340 -x6433 -x6339 -x6432 -x6338 -x6431 -x6337 x6430 
71116.99/3600.45	v x6336 -x6429 -x6335 x6428 -x6334 -x6427 -x6333 -x6426 -x6332 -x6425 -x6331 -x6424 -x6330 -x6423 -x6329 -x6422 -x6328 -x6421 
71116.99/3600.45	v -x6327 -x6420 -x6326 -x6419 -x6325 x6418 -x6324 -x6417 -x6323 -x6416 -x6322 -x6415 -x6321 -x6414 -x6320 -x6413 -x6319 -x6412 
71116.99/3600.45	v -x6318 -x6411 -x6317 x6410 x6316 -x6409 -x6315 -x6408 x6314 -x6407 -x6313 -x6406 -x6312 -x6405 -x6311 -x6404 -x6310 -x6403 
71116.99/3600.45	v -x6309 -x6308 -x6261 -x6307 -x6260 -x6306 -x6259 -x6305 -x6258 -x6304 x6257 -x6303 x6256 -x6302 -x6255 -x6301 -x6254 -x6300 
71116.99/3600.45	v -x6253 -x6299 -x6252 -x6298 -x6251 -x6297 -x6250 -x6296 -x6249 -x6295 -x6248 -x6294 -x6247 -x6293 -x6246 -x6292 -x6245 -x6291 
71116.99/3600.45	v -x6244 -x6290 -x6243 x6289 x6242 -x6288 -x6241 -x6287 -x6240 -x6286 -x6239 -x6285 -x6238 -x6284 -x6237 -x6283 -x6236 -x6282 
71116.99/3600.45	v -x6235 -x6281 x6234 -x6280 -x6233 -x6279 -x6232 -x6278 -x6231 -x6277 -x6230 -x6276 -x6229 -x6275 -x6228 -x6274 -x6227 -x6273 
71116.99/3600.45	v -x6226 -x6272 -x6225 -x6271 -x6224 -x6270 -x6223 x6269 x6222 -x6268 -x6221 x6267 -x6220 -x6266 -x6219 -x6265 -x6218 -x6264 -x6217 
71116.99/3600.45	v -x6263 -x6216 -x6262 -x6215 -x6214 -x6167 -x6213 -x6166 -x6212 -x6165 -x6211 -x6164 -x6210 -x6163 -x6209 -x6162 -x6208 
71116.99/3600.45	v -x6161 -x6207 -x6160 -x6206 -x6159 -x6205 x6158 -x6204 -x6157 -x6203 -x6156 -x6202 -x6155 -x6201 -x6154 -x6200 -x6153 -x6199 
71116.99/3600.45	v -x6152 -x6198 -x6151 -x6197 -x6150 -x6196 -x6149 x6195 x6148 -x6194 -x6147 -x6193 -x6146 -x6192 -x6145 -x6191 -x6144 -x6190 -x6143 
71116.99/3600.45	v -x6189 -x6142 -x6188 -x6141 -x6187 -x6140 -x6186 -x6139 -x6185 -x6138 -x6184 -x6137 -x6183 -x6136 -x6182 -x6135 -x6181 
71116.99/3600.45	v -x6134 -x6180 -x6133 -x6179 -x6132 -x6178 -x6131 -x6177 -x6130 -x6176 -x6129 x6175 x6128 -x6174 -x6127 x6173 x6126 -x6172 -x6125 
71116.99/3600.45	v -x6171 -x6124 -x6170 -x6123 -x6169 -x6122 -x6168 -x6121 -x6120 -x6073 -x6119 -x6072 -x6118 -x6071 -x6117 -x6070 -x6116 -x6069 
71116.99/3600.45	v -x6115 -x6068 -x6114 -x6067 -x6113 -x6066 -x6112 -x6065 -x6111 -x6064 -x6110 -x6063 -x6109 -x6062 -x6108 -x6061 -x6107 -x6060 
71116.99/3600.45	v -x6106 -x6059 -x6105 -x6058 -x6104 -x6057 -x6103 -x6056 -x6102 -x6055 x6101 -x6054 -x6100 -x6053 -x6099 -x6052 -x6098 -x6051 
71116.99/3600.45	v x6097 -x6050 -x6096 x6049 -x6095 -x6048 -x6094 -x6047 -x6093 -x6046 -x6092 -x6045 -x6091 x6044 -x6090 -x6043 -x6089 -x6042 
71116.99/3600.45	v -x6088 -x6041 -x6087 -x6040 -x6086 -x6039 x6085 -x6038 -x6084 -x6037 -x6083 -x6036 -x6082 -x6035 x6081 -x6034 -x6080 x6033 
71116.99/3600.45	v -x6079 -x6032 -x6078 -x6031 -x6077 -x6030 -x6076 -x6029 -x6075 -x6028 -x6074 -x6027 -x6026 -x5979 -x6025 -x5978 x6024 -x5977 
71116.99/3600.45	v -x6023 -x5976 -x6022 -x5975 -x6021 -x5974 -x6020 -x5973 -x6019 -x5972 -x6018 -x5971 -x6017 -x5970 -x6016 -x5969 -x6015 -x5968 
71116.99/3600.45	v -x6014 -x5967 -x6013 -x5966 -x6012 -x5965 -x6011 -x5964 -x6010 x5963 -x6009 -x5962 -x6008 -x5961 -x6007 -x5960 -x6006 -x5959 
71116.99/3600.45	v -x6005 -x5958 -x6004 -x5957 -x6003 -x5956 -x6002 x5955 -x6001 -x5954 -x6000 -x5953 -x5999 -x5952 -x5998 -x5951 -x5997 x5950 
71116.99/3600.45	v x5996 -x5949 -x5995 -x5948 -x5994 -x5947 -x5993 -x5946 x5992 -x5945 -x5991 -x5944 -x5990 -x5943 -x5989 -x5942 -x5988 -x5941 
71116.99/3600.45	v x5987 -x5940 -x5986 x5939 -x5985 -x5938 -x5984 -x5937 -x5983 -x5936 -x5982 -x5935 -x5981 -x5934 -x5980 -x5933 -x5932 -x5838 
71116.99/3600.45	v -x5931 -x5837 -x5930 -x5836 -x5929 -x5835 -x5928 -x5834 -x5927 -x5833 -x5926 -x5832 -x5925 -x5831 -x5924 -x5830 -x5923 -x5829 
71116.99/3600.45	v -x5922 -x5828 -x5921 x5827 -x5920 -x5826 -x5919 -x5825 -x5918 -x5824 x5917 -x5823 -x5916 -x5822 -x5915 -x5821 -x5914 -x5820 
71116.99/3600.45	v -x5913 -x5819 -x5912 -x5818 -x5911 -x5817 -x5910 -x5816 -x5909 -x5815 -x5908 x5814 -x5907 -x5813 -x5906 -x5812 -x5905 -x5811 
71116.99/3600.45	v -x5904 -x5810 -x5903 x5809 x5902 -x5808 -x5901 -x5807 -x5900 -x5806 -x5899 -x5805 x5898 -x5804 -x5897 -x5803 -x5896 -x5802 -x5895 
71116.99/3600.45	v -x5801 -x5894 -x5800 x5893 -x5799 -x5892 x5798 -x5891 -x5797 -x5890 -x5796 -x5889 -x5795 -x5888 -x5794 -x5887 -x5793 -x5886 
71116.99/3600.45	v -x5792 -x5791 -x5744 -x5790 -x5743 -x5789 -x5742 -x5788 -x5741 -x5787 -x5740 -x5786 -x5739 -x5785 -x5738 -x5784 -x5737 -x5783 
71116.99/3600.45	v -x5736 -x5782 -x5735 -x5781 -x5734 -x5780 -x5733 -x5779 -x5732 -x5778 x5731 -x5777 -x5730 -x5776 -x5729 -x5775 -x5728 -x5774 
71116.99/3600.45	v -x5727 -x5773 -x5726 -x5772 -x5725 -x5771 -x5724 -x5770 -x5723 -x5769 -x5722 -x5768 -x5721 x5767 -x5720 -x5766 -x5719 -x5765 
71116.99/3600.45	v -x5718 -x5764 -x5717 -x5763 -x5716 x5762 -x5715 -x5761 x5714 -x5760 -x5713 -x5759 -x5712 -x5758 -x5711 -x5757 x5710 -x5756 
71116.99/3600.45	v -x5709 -x5755 -x5708 -x5754 -x5707 -x5753 -x5706 -x5752 x5705 x5751 -x5704 -x5750 -x5703 -x5749 -x5702 -x5748 -x5701 -x5747 
71116.99/3600.45	v -x5700 -x5746 -x5699 -x5745 -x5698 -x5697 -x5650 -x5696 -x5649 -x5695 -x5648 -x5694 -x5647 -x5693 -x5646 -x5692 -x5645 -x5691 
71116.99/3600.45	v -x5644 -x5690 -x5643 -x5689 -x5642 -x5688 -x5641 -x5687 x5640 -x5686 -x5639 -x5685 -x5638 x5684 -x5637 -x5683 -x5636 -x5682 
71116.99/3600.45	v -x5635 -x5681 -x5634 -x5680 -x5633 -x5679 -x5632 -x5678 -x5631 -x5677 x5630 -x5676 -x5629 -x5675 -x5628 -x5674 -x5627 -x5673 
71116.99/3600.45	v x5626 -x5672 -x5625 -x5671 x5624 -x5670 -x5623 -x5669 -x5622 -x5668 -x5621 x5667 -x5620 -x5666 -x5619 -x5665 -x5618 -x5664 
71116.99/3600.45	v -x5617 x5663 -x5616 -x5662 -x5615 -x5661 -x5614 -x5660 -x5613 -x5659 -x5612 x5658 -x5611 -x5657 x5610 -x5656 -x5609 -x5655 -x5608 
71116.99/3600.45	v -x5654 -x5607 -x5653 -x5606 -x5652 -x5605 -x5651 -x5604 -x5603 -x5556 -x5602 -x5555 -x5601 -x5554 -x5600 -x5553 -x5599 -x5552 
71116.99/3600.45	v -x5598 -x5551 -x5597 -x5550 -x5596 -x5549 -x5595 -x5548 -x5594 -x5547 -x5593 -x5546 -x5592 -x5545 -x5591 -x5544 -x5590 
71116.99/3600.45	v -x5543 -x5589 -x5542 -x5588 -x5541 -x5587 x5540 -x5586 -x5539 -x5585 -x5538 x5584 -x5537 -x5583 -x5536 x5582 -x5535 -x5581 -x5534 
71116.99/3600.45	v -x5580 -x5533 -x5579 x5532 -x5578 -x5531 -x5577 -x5530 -x5576 -x5529 -x5575 -x5528 -x5574 x5527 -x5573 -x5526 x5572 -x5525 
71116.99/3600.45	v -x5571 -x5524 -x5570 -x5523 -x5569 -x5522 -x5568 -x5521 -x5567 -x5520 -x5566 -x5519 -x5565 -x5518 x5564 -x5517 -x5563 x5516 
71116.99/3600.45	v -x5562 -x5515 -x5561 -x5514 -x5560 -x5513 -x5559 -x5512 -x5558 -x5511 -x5557 -x5510 -x5509 -x5462 -x5508 -x5461 -x5507 -x5460 
71116.99/3600.45	v -x5506 -x5459 -x5505 -x5458 -x5504 -x5457 -x5503 -x5456 -x5502 -x5455 -x5501 -x5454 -x5500 -x5453 x5499 -x5452 -x5498 -x5451 
71116.99/3600.45	v -x5497 -x5450 -x5496 -x5449 -x5495 -x5448 -x5494 -x5447 -x5493 -x5446 -x5492 -x5445 -x5491 -x5444 -x5490 x5443 x5489 -x5442 
71116.99/3600.45	v -x5488 x5441 -x5487 -x5440 -x5486 -x5439 x5485 -x5438 -x5484 -x5437 x5483 -x5436 -x5482 -x5435 -x5481 -x5434 -x5480 -x5433 
71116.99/3600.45	v -x5479 -x5432 -x5478 x5431 -x5477 -x5430 -x5476 -x5429 -x5475 -x5428 -x5474 -x5427 -x5473 -x5426 -x5472 -x5425 -x5471 -x5424 
71116.99/3600.45	v -x5470 x5423 x5469 -x5422 -x5468 -x5421 -x5467 -x5420 -x5466 -x5419 -x5465 -x5418 -x5464 -x5417 -x5463 -x5416 -x5415 -x5321 -x5414 
71116.99/3600.45	v -x5320 -x5413 -x5319 -x5412 -x5318 -x5411 -x5317 -x5410 -x5316 -x5409 -x5315 -x5408 x5314 -x5407 -x5313 -x5406 -x5312 -x5405 
71116.99/3600.45	v x5311 -x5404 -x5310 -x5403 -x5309 -x5402 -x5308 -x5401 -x5307 -x5400 -x5306 -x5399 -x5305 -x5398 -x5304 -x5397 -x5303 x5396 
71116.99/3600.45	v -x5302 -x5395 -x5301 x5394 -x5300 -x5393 -x5299 -x5392 -x5298 -x5391 x5297 -x5390 -x5296 -x5389 x5295 -x5388 -x5294 -x5387 
71116.99/3600.45	v -x5293 -x5386 -x5292 -x5385 -x5291 x5384 -x5290 -x5383 -x5289 -x5382 -x5288 -x5381 -x5287 -x5380 -x5286 -x5379 -x5285 -x5378 
71116.99/3600.45	v -x5284 -x5377 -x5283 x5376 -x5282 -x5375 x5281 -x5374 -x5280 -x5373 -x5279 -x5372 -x5278 -x5371 -x5277 -x5370 -x5276 -x5369 
71116.99/3600.45	v -x5275 -x5274 -x5227 -x5273 -x5226 -x5272 -x5225 -x5271 -x5224 -x5270 -x5223 -x5269 -x5222 -x5268 -x5221 -x5267 -x5220 -x5266 
71116.99/3600.45	v -x5219 -x5265 -x5218 -x5264 -x5217 -x5263 -x5216 -x5262 -x5215 -x5261 -x5214 -x5260 -x5213 -x5259 -x5212 -x5258 -x5211 -x5257 
71116.99/3600.45	v -x5210 -x5256 -x5209 x5255 -x5208 -x5254 -x5207 x5253 -x5206 -x5252 x5205 -x5251 -x5204 -x5250 x5203 -x5249 -x5202 -x5248 
71116.99/3600.45	v x5201 -x5247 -x5200 -x5246 -x5199 -x5245 -x5198 -x5244 -x5197 -x5243 -x5196 -x5242 -x5195 -x5241 -x5194 -x5240 -x5193 -x5239 
71116.99/3600.45	v -x5192 -x5238 -x5191 -x5237 -x5190 -x5236 -x5189 x5235 -x5188 -x5234 x5187 -x5233 -x5186 -x5232 -x5185 -x5231 -x5184 -x5230 
71116.99/3600.45	v -x5183 -x5229 -x5182 -x5228 -x5181 -x5180 -x5133 -x5179 -x5132 -x5178 -x5131 -x5177 -x5130 -x5176 -x5129 -x5175 -x5128 -x5174 
71116.99/3600.45	v -x5127 x5173 -x5126 -x5172 -x5125 -x5171 -x5124 x5170 -x5123 -x5169 x5122 -x5168 -x5121 -x5167 -x5120 -x5166 -x5119 -x5165 -x5118 
71116.99/3600.45	v -x5164 -x5117 -x5163 -x5116 -x5162 -x5115 -x5161 -x5114 -x5160 -x5113 -x5159 -x5112 -x5158 -x5111 -x5157 -x5110 x5156 x5109 
71116.99/3600.45	v -x5155 -x5108 x5154 -x5107 -x5153 -x5106 -x5152 -x5105 -x5151 x5104 -x5150 -x5103 -x5149 -x5102 -x5148 -x5101 -x5147 -x5100 
71116.99/3600.45	v -x5146 -x5099 -x5145 -x5098 -x5144 -x5097 -x5143 -x5096 -x5142 -x5095 -x5141 -x5094 x5140 x5093 -x5139 -x5092 -x5138 -x5091 
71116.99/3600.45	v -x5137 -x5090 -x5136 -x5089 -x5135 -x5088 -x5134 -x5087 -x5086 -x5039 -x5085 -x5038 -x5084 -x5037 -x5083 x5036 -x5082 -x5035 
71116.99/3600.45	v -x5081 -x5034 -x5080 -x5033 -x5079 -x5032 -x5078 -x5031 -x5077 -x5030 -x5076 -x5029 -x5075 -x5028 -x5074 -x5027 -x5073 -x5026 
71116.99/3600.45	v -x5072 -x5025 -x5071 -x5024 -x5070 -x5023 -x5069 -x5022 -x5068 x5021 x5067 -x5020 -x5066 -x5019 x5065 -x5018 -x5064 -x5017 
71116.99/3600.45	v -x5063 -x5016 -x5062 x5015 -x5061 -x5014 -x5060 -x5013 -x5059 -x5012 -x5058 -x5011 -x5057 -x5010 -x5056 -x5009 -x5055 x5008 
71116.99/3600.45	v -x5054 -x5007 -x5053 -x5006 -x5052 -x5005 -x5051 -x5004 -x5050 -x5003 -x5049 -x5002 -x5048 -x5001 x5047 -x5000 -x5046 -x4999 
71116.99/3600.45	v -x5045 -x4998 -x5044 -x4997 -x5043 -x4996 -x5042 -x4995 -x5041 -x4994 -x5040 -x4993 -x4992 -x4945 -x4991 -x4944 -x4990 -x4943 
71116.99/3600.45	v -x4989 -x4942 -x4988 -x4941 -x4987 -x4940 -x4986 -x4939 -x4985 -x4938 -x4984 -x4937 -x4983 -x4936 -x4982 -x4935 -x4981 -x4934 
71116.99/3600.45	v -x4980 -x4933 -x4979 -x4932 -x4978 -x4931 x4977 -x4930 -x4976 -x4929 -x4975 -x4928 -x4974 -x4927 -x4973 x4926 -x4972 -x4925 
71116.99/3600.45	v -x4971 -x4924 -x4970 -x4923 -x4969 x4922 -x4968 -x4921 -x4967 -x4920 -x4966 -x4919 -x4965 -x4918 -x4964 -x4917 -x4963 -x4916 
71116.99/3600.45	v x4962 -x4915 -x4961 -x4914 -x4960 -x4913 -x4959 -x4912 x4958 -x4911 -x4957 x4910 -x4956 -x4909 -x4955 -x4908 -x4954 -x4907 
71116.99/3600.45	v x4953 x4906 -x4952 -x4905 -x4951 -x4904 -x4950 -x4903 -x4949 -x4902 -x4948 -x4901 -x4947 -x4900 -x4946 -x4899 -x4898 x9457 -x4897 
71116.99/3600.45	v -x9456 -x4896 -x9455 -x4895 -x9454 -x4894 -x9453 -x4893 -x9452 -x4892 -x9451 -x4891 -x9450 -x4890 x9449 -x4889 -x9448 -x4888 
71116.99/3600.45	v -x9447 -x4887 -x9446 -x4886 -x9445 -x4885 -x9444 -x4884 -x9443 -x4883 -x9442 -x4882 -x9441 -x4881 -x9440 -x4880 -x9439 x4879 
71116.99/3600.45	v -x9438 -x4878 -x9437 -x4877 -x9436 -x4876 -x9435 x4875 -x9434 -x4874 -x9433 -x4873 -x9432 -x4872 -x9431 -x4871 -x9430 -x4870 
71116.99/3600.45	v -x9429 -x4869 -x9428 -x4868 x9427 -x4867 -x9426 -x4866 -x9425 -x4865 -x9424 -x4864 x9423 x4863 -x9422 -x4862 -x9421 -x4861 
71116.99/3600.45	v -x9420 -x4860 -x9419 x4859 x9418 -x4858 -x9417 -x4857 -x9416 -x4856 -x9415 -x4855 -x9414 -x4854 -x9413 -x4853 -x9412 -x4852 
71116.99/3600.45	v -x9411 -x8987 -x8470 -x8986 -x8469 -x8985 -x8468 -x8984 -x8467 -x8983 -x8466 -x8982 -x8465 -x8981 -x8464 -x8980 -x8463 -x8979 
71116.99/3600.45	v -x8462 -x8978 -x8461 -x8977 -x8460 -x8976 -x8459 -x8975 -x8458 -x8974 -x8457 -x8973 -x8456 -x8972 -x8455 -x8971 -x8454 -x8970 
71116.99/3600.45	v -x8453 -x8969 -x8452 x8968 x8451 -x8967 -x8450 x8966 -x8449 -x8965 -x8448 -x8964 x8447 -x8963 -x8446 -x8962 -x8445 -x8961 
71116.99/3600.45	v -x8444 -x8960 -x8443 -x8959 -x8442 -x8958 -x8441 -x8957 -x8440 x8956 -x8439 -x8955 -x8438 -x8954 -x8437 -x8953 -x8436 -x8952 
71116.99/3600.45	v x8435 -x8951 -x8434 -x8950 -x8433 -x8949 -x8432 x8948 x8431 -x8947 -x8430 -x8946 -x8429 -x8945 -x8428 -x8944 -x8427 -x8943 -x8426 
71116.99/3600.45	v -x8942 -x8425 -x8941 -x8424 -x7953 -x7436 -x7952 -x7435 -x7951 -x7434 -x7950 -x7433 -x7949 -x7432 -x7948 -x7431 -x7947 
71116.99/3600.45	v -x7430 -x7946 -x7429 -x7945 -x7428 -x7944 -x7427 -x7943 -x7426 -x7942 -x7425 -x7941 -x7424 -x7940 x7423 -x7939 -x7422 x7938 -x7421 
71116.99/3600.45	v -x7937 -x7420 -x7936 -x7419 -x7935 -x7418 -x7934 -x7417 -x7933 -x7416 -x7932 -x7415 -x7931 -x7414 -x7930 -x7413 -x7929 
71116.99/3600.45	v -x7412 -x7928 -x7411 -x7927 -x7410 -x7926 -x7409 -x7925 -x7408 -x7924 -x7407 x7923 x7406 -x7922 -x7405 -x7921 -x7404 -x7920 -x7403 
71116.99/3600.45	v x7919 x7402 -x7918 -x7401 -x7917 -x7400 -x7916 -x7399 -x7915 -x7398 x7914 x7397 -x7913 -x7396 -x7912 -x7395 -x7911 -x7394 
71116.99/3600.45	v -x7910 -x7393 -x7909 -x7392 -x7908 -x7391 -x7907 -x7390 -x6919 -x6402 -x6918 -x6401 -x6917 -x6400 -x6916 -x6399 x6915 -x6398 
71116.99/3600.45	v -x6914 -x6397 -x6913 -x6396 -x6912 -x6395 -x6911 -x6394 -x6910 -x6393 -x6909 -x6392 -x6908 -x6391 -x6907 -x6390 -x6906 -x6389 
71116.99/3600.45	v -x6905 -x6388 -x6904 -x6387 -x6903 -x6386 -x6902 -x6385 -x6901 -x6384 x6900 x6383 -x6899 -x6382 -x6898 x6381 -x6897 -x6380 
71116.99/3600.45	v -x6896 -x6379 -x6895 -x6378 -x6894 -x6377 -x6893 -x6376 -x6892 -x6375 -x6891 -x6374 -x6890 -x6373 -x6889 -x6372 -x6888 x6371 
71116.99/3600.45	v -x6887 -x6370 -x6886 -x6369 -x6885 -x6368 -x6884 -x6367 -x6883 -x6366 -x6882 -x6365 -x6881 -x6364 x6880 x6363 -x6879 -x6362 
71116.99/3600.45	v -x6878 -x6361 -x6877 -x6360 -x6876 -x6359 -x6875 -x6358 -x6874 -x6357 -x6873 -x6356 -x5885 -x5368 -x5884 -x5367 -x5883 -x5366 
71116.99/3600.45	v -x5882 -x5365 x5881 x5364 -x5880 -x5363 -x5879 -x5362 -x5878 -x5361 -x5877 -x5360 -x5876 -x5359 -x5875 -x5358 -x5874 -x5357 
71116.99/3600.45	v -x5873 -x5356 -x5872 -x5355 -x5871 -x5354 -x5870 -x5353 -x5869 -x5352 -x5868 -x5351 -x5867 -x5350 x5866 x5349 -x5865 -x5348 
71116.99/3600.45	v -x5864 -x5347 -x5863 -x5346 -x5862 -x5345 -x5861 -x5344 -x5860 -x5343 -x5859 -x5342 -x5858 -x5341 -x5857 -x5340 -x5856 -x5339 
71116.99/3600.45	v -x5855 -x5338 -x5854 -x5337 -x5853 -x5336 -x5852 -x5335 -x5851 -x5334 -x5850 -x5333 -x5849 -x5332 -x5848 -x5331 -x5847 -x5330 
71116.99/3600.45	v x5846 x5329 -x5845 -x5328 -x5844 -x5327 -x5843 -x5326 -x5842 -x5325 -x5841 -x5324 -x5840 -x5323 -x5839 -x5322 -x4851 -x4850 
71116.99/3600.45	v -x4849 x4848 -x4847 -x4846 -x4845 -x4844 x4843 x4842 -x4841 -x4840 x4839 -x4838 -x4837 -x4836 -x4835 -x4834 -x4833 -x4832 x4831 
71116.99/3600.45	v -x4830 x4829 -x4828 -x4827 -x4826 -x4825 -x4824 -x4823 -x4822 -x4821 -x4820 -x4819 -x4818 x4817 x4816 -x4815 x4814 x4813 
71116.99/3600.45	v x4812 x4811 -x4810 -x4809 -x4808 -x4807 x4806 -x4805 -x4804 -x4803 -x4802 x4801 -x4800 -x4799 -x4798 -x4797 -x4796 -x4795 x4794 
71116.99/3600.45	v -x4793 x4792 -x4791 x4790 x4789 x4788 -x4787 -x4786 x4785 -x4784 -x4783 -x4782 x4781 -x4780 -x4779 -x4778 -x4777 x4776 x4775 
71116.99/3600.45	v -x4774 -x4773 -x4772 -x4771 x4770 x4769 x4768 x4767 x4766 -x4765 -x4764 -x4763 x4762 -x4761 x4760 x4759 x4758 -x4757 x4756 
71117.49/3600.94	v -x4755 x4754 

Verifier Data

OK	34

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (173944 MiB free)
  memory of node 1: 193531 MiB (107807 MiB free)
  memory of node 2: 193531 MiB (186889 MiB free)
  memory of node 3: 193531 MiB (180689 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-4468621-1723572736/watcher-4468621-1723572736 -o /tmp/evaluation-result-4468621-1723572736/solver-4468621-1723572736 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723569133-695055 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468621-1723572736.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=697324, runsolver pid=697321

[startup+0.101041 s]*
/proc/loadavg: 74.51 79.37 78.45 5/858 697325
/proc/meminfo: memFree=667825200/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=67964 memory=55524 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) R 697321 697324 695043 0 -1 4194304 11820 0 0 0 9 1 0 0 20 0 1 0 123860390 69595136 13881 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 16991 13881 2331 3035 0 13387 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 67964 KiB
Current children cumulated memory: 55524 KiB

[startup+0.219512 s]*
/proc/loadavg: 74.51 79.37 78.45 5/858 697326
/proc/meminfo: memFree=671068464/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=107620 memory=95232 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) R 697321 697324 695043 0 -1 4194304 21724 0 0 0 19 3 0 0 20 0 1 0 123860390 110202880 23808 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 26905 23808 2331 3035 0 23301 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 107620 KiB
Current children cumulated memory: 95232 KiB

[startup+0.32043 s]*
/proc/loadavg: 74.51 79.37 78.45 5/864 697336
/proc/meminfo: memFree=673769240/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=140956 memory=128596 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) R 697321 697324 695043 0 -1 4194304 30051 0 0 0 27 5 0 0 20 0 1 0 123860390 144338944 32149 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 35239 32149 2331 3035 0 31635 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 140956 KiB
Current children cumulated memory: 128596 KiB

[startup+0.700125 s]
/proc/loadavg: 74.51 79.37 78.45 5/864 697336
/proc/meminfo: memFree=679185780/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=262344 memory=251764 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) R 697321 697324 695043 0 -1 4194304 61616 0 0 0 58 11 0 0 20 0 1 0 123860390 268640256 62941 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 65586 62941 2571 3035 0 61982 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 262344 KiB
Current children cumulated memory: 251764 KiB

[startup+1.50011 s]
/proc/loadavg: 74.51 79.37 78.45 5/864 697336
/proc/meminfo: memFree=692042144/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=603724 memory=588312 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) R 697321 697324 695043 0 -1 4194304 144124 0 0 0 124 24 0 0 20 0 1 0 123860390 618213376 147078 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 150931 147078 2630 3035 0 147327 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 603724 KiB
Current children cumulated memory: 588312 KiB

[startup+3.12527 s]
/proc/loadavg: 74.51 79.37 78.45 25/904 697422
/proc/meminfo: memFree=723780628/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=633908 memory=620336 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) R 697321 697324 695043 0 -1 4194304 158524 0 0 0 283 27 0 0 20 0 1 0 123860390 649121792 155084 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 158477 155084 2726 3035 0 154873 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 633908 KiB
Current children cumulated memory: 620336 KiB

[startup+6.30104 s]
/proc/loadavg: 70.39 78.44 78.15 43/944 697464
/proc/meminfo: memFree=719717804/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=3614516 memory=2906012 CPUtime=25.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) S 697321 697324 695043 0 -1 1077936128 771302 0 0 0 2429 165 0 0 20 0 41 0 123860390 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 70 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 903629 726503 2806 3035 0 824503 0
[pid=697324/tid=697423] ppid=697321 vsize=3614516 memory=0 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697423/stat : 697423 (fscip) R 697321 697324 695043 0 -1 4194368 29195 0 0 0 102 7 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697424] ppid=697321 vsize=3614516 memory=0 CPUtime=1.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697424/stat : 697424 (fscip) R 697321 697324 695043 0 -1 4194368 31183 0 0 0 98 7 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697425] ppid=697321 vsize=3614516 memory=969556 CPUtime=1.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697425/stat : 697425 (fscip) R 697321 697324 695043 0 -1 4194368 31351 0 0 0 106 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697426] ppid=697321 vsize=3614516 memory=860276 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697426/stat : 697426 (fscip) R 697321 697324 695043 0 -1 4194368 30589 0 0 0 104 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697427] ppid=697321 vsize=3614516 memory=5432 CPUtime=1.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697427/stat : 697427 (fscip) R 697321 697324 695043 0 -1 4194368 31095 0 0 0 96 7 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697428] ppid=697321 vsize=3614516 memory=11424 CPUtime=1.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697428/stat : 697428 (fscip) R 697321 697324 695043 0 -1 4194368 31254 0 0 0 101 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697429] ppid=697321 vsize=3614516 memory=0 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697429/stat : 697429 (fscip) R 697321 697324 695043 0 -1 4194368 29268 0 0 0 104 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697430] ppid=697321 vsize=3614516 memory=1996 CPUtime=1.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697430/stat : 697430 (fscip) R 697321 697324 695043 0 -1 4194368 31496 0 0 0 107 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697431] ppid=697321 vsize=3614516 memory=25333125866717268 CPUtime=1.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697431/stat : 697431 (fscip) R 697321 697324 695043 0 -1 4194368 30061 0 0 0 100 5 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697432] ppid=697321 vsize=3614516 memory=1479296 CPUtime=1.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697432/stat : 697432 (fscip) R 697321 697324 695043 0 -1 4194368 29243 0 0 0 106 7 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697433] ppid=697321 vsize=3614516 memory=0 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697433/stat : 697433 (fscip) R 697321 697324 695043 0 -1 4194368 31390 0 0 0 104 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697434] ppid=697321 vsize=3614516 memory=280809794325408 CPUtime=1.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697434/stat : 697434 (fscip) R 697321 697324 695043 0 -1 4194368 31546 0 0 0 108 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697435] ppid=697321 vsize=3614516 memory=16108 CPUtime=1.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697435/stat : 697435 (fscip) R 697321 697324 695043 0 -1 4194368 29233 0 0 0 101 7 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697436] ppid=697321 vsize=3614516 memory=280809794234848 CPUtime=1.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697436/stat : 697436 (fscip) R 697321 697324 695043 0 -1 4194368 30094 0 0 0 101 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697437] ppid=697321 vsize=3614516 memory=7681905605394137914 CPUtime=1.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697437/stat : 697437 (fscip) R 697321 697324 695043 0 -1 4194368 31428 0 0 0 100 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697438] ppid=697321 vsize=3614516 memory=1836 CPUtime=1.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697438/stat : 697438 (fscip) R 697321 697324 695043 0 -1 4194368 30590 0 0 0 105 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697439] ppid=697321 vsize=3614516 memory=38468 CPUtime=1.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697439/stat : 697439 (fscip) R 697321 697324 695043 0 -1 4194368 30064 0 0 0 101 7 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697440] ppid=697321 vsize=3614516 memory=2152 CPUtime=1.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697440/stat : 697440 (fscip) R 697321 697324 695043 0 -1 4194368 31015 0 0 0 98 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697441] ppid=697321 vsize=3614516 memory=6056 CPUtime=1.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697441/stat : 697441 (fscip) R 697321 697324 695043 0 -1 4194368 30591 0 0 0 105 7 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697442] ppid=697321 vsize=3614516 memory=280809793966224 CPUtime=1.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697442/stat : 697442 (fscip) R 697321 697324 695043 0 -1 4194368 30040 0 0 0 99 6 0 0 20 0 41 0 123860785 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697443] ppid=697321 vsize=3614516 memory=8287407834881 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697443/stat : 697443 (fscip) S 697321 697324 695043 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697444] ppid=697321 vsize=3614516 memory=8313177638401 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697444/stat : 697444 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697445] ppid=697321 vsize=3614516 memory=280809793993568 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697445/stat : 697445 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697446] ppid=697321 vsize=3614516 memory=2814784127238148 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697446/stat : 697446 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697447] ppid=697321 vsize=3614516 memory=280809794003888 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697447/stat : 697447 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697448] ppid=697321 vsize=3614516 memory=7089064259164856675 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697448/stat : 697448 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697449] ppid=697321 vsize=3614516 memory=7236548342478691439 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697449/stat : 697449 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697450] ppid=697321 vsize=3614516 memory=6944656592455359580 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697450/stat : 697450 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697451] ppid=697321 vsize=3614516 memory=7088781684659675490 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697451/stat : 697451 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697452] ppid=697321 vsize=3614516 memory=644976 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697452/stat : 697452 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697453] ppid=697321 vsize=3614516 memory=280809794191952 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697453/stat : 697453 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697454] ppid=697321 vsize=3614516 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/697324/task/697454/stat : 697454 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697455] ppid=697321 vsize=3614516 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/697324/task/697455/stat : 697455 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697456] ppid=697321 vsize=3614516 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/697324/task/697456/stat : 697456 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697457] ppid=697321 vsize=3614516 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/697324/task/697457/stat : 697457 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697458] ppid=697321 vsize=3614516 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/697324/task/697458/stat : 697458 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697459] ppid=697321 vsize=3614516 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/697324/task/697459/stat : 697459 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697460] ppid=697321 vsize=3614516 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/697324/task/697460/stat : 697460 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697461] ppid=697321 vsize=3614516 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/697324/task/697461/stat : 697461 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697462] ppid=697321 vsize=3614516 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/697324/task/697462/stat : 697462 (fscip) S 697321 697324 695043 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 123860907 3701264384 726503 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
Current children cumulated CPU time: 25.94 s
Current children cumulated vsize: 3614516 KiB
Current children cumulated memory: 2906012 KiB

[startup+12.701 s]
/proc/loadavg: 68.12 77.83 77.96 43/964 697484
/proc/meminfo: memFree=717031896/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=5838652 memory=4977988 CPUtime=151.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) S 697321 697324 695043 0 -1 1077936128 1334001 0 0 0 14144 994 0 0 20 0 41 0 123860390 5978779648 1244497 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 58 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 1459663 1244497 2998 3035 0 1390990 0
[pid=697324/tid=697423] ppid=697321 vsize=5838652 memory=280809794137392 CPUtime=7.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697423/stat : 697423 (fscip) R 697321 697324 695043 0 -1 4194368 58113 0 0 0 713 26 0 0 20 0 41 0 123860785 5978779648 1244497 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697424] ppid=697321 vsize=5838652 memory=280809794485824 CPUtime=7.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697424/stat : 697424 (fscip) R 697321 697324 695043 0 -1 4194368 58000 0 0 0 666 64 0 0 20 0 41 0 123860785 5978779648 1244497 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697425] ppid=697321 vsize=5838652 memory=224227827906 CPUtime=7.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697425/stat : 697425 (fscip) R 697321 697324 695043 0 -1 4194368 59224 0 0 0 679 61 0 0 20 0 41 0 123860785 5978779648 1244497 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0

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

[pid=697324/tid=697445] ppid=697321 vsize=32549160 memory=280809795415936 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/697324/task/697445/stat : 697445 (fscip) S 697321 697324 695043 0 -1 1077936192 189 0 0 0 0 2 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697446] ppid=697321 vsize=32549160 memory=3047711592025922957 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/697324/task/697446/stat : 697446 (fscip) S 697321 697324 695043 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697447] ppid=697321 vsize=32549160 memory=5432 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/697324/task/697447/stat : 697447 (fscip) S 697321 697324 695043 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697448] ppid=697321 vsize=32549160 memory=16108 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/697324/task/697448/stat : 697448 (fscip) S 697321 697324 695043 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697449] ppid=697321 vsize=32549160 memory=2268 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/697324/task/697449/stat : 697449 (fscip) S 697321 697324 695043 0 -1 1077936192 163 0 0 0 0 2 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697450] ppid=697321 vsize=32549160 memory=1996 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/697324/task/697450/stat : 697450 (fscip) S 697321 697324 695043 0 -1 1077936192 192 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697451] ppid=697321 vsize=32549160 memory=25348732 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/697324/task/697451/stat : 697451 (fscip) S 697321 697324 695043 0 -1 1077936192 165 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697452] ppid=697321 vsize=32549160 memory=13904 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/697324/task/697452/stat : 697452 (fscip) S 697321 697324 695043 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697453] ppid=697321 vsize=32549160 memory=11684 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/697324/task/697453/stat : 697453 (fscip) S 697321 697324 695043 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697454] ppid=697321 vsize=32549160 memory=11668 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/697324/task/697454/stat : 697454 (fscip) S 697321 697324 695043 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697455] ppid=697321 vsize=32549160 memory=25348732 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/697324/task/697455/stat : 697455 (fscip) S 697321 697324 695043 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697456] ppid=697321 vsize=32549160 memory=2 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/697324/task/697456/stat : 697456 (fscip) S 697321 697324 695043 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697457] ppid=697321 vsize=32549160 memory=3 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/697324/task/697457/stat : 697457 (fscip) S 697321 697324 695043 0 -1 1077936192 163 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697458] ppid=697321 vsize=32549160 memory=2 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/697324/task/697458/stat : 697458 (fscip) S 697321 697324 695043 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697459] ppid=697321 vsize=32549160 memory=25349416 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/697324/task/697459/stat : 697459 (fscip) S 697321 697324 695043 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697460] ppid=697321 vsize=32549160 memory=22468736 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/697324/task/697460/stat : 697460 (fscip) S 697321 697324 695043 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697461] ppid=697321 vsize=32549160 memory=280809794083072 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/697324/task/697461/stat : 697461 (fscip) S 697321 697324 695043 0 -1 1077936192 163 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697462] ppid=697321 vsize=32549160 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/697324/task/697462/stat : 697462 (fscip) S 697321 697324 695043 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 123860907 33330339840 6337354 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
Current children cumulated CPU time: 71079 s
Current children cumulated vsize: 32549160 KiB
Current children cumulated memory: 25349416 KiB

[startup+3598.4 s]
/proc/loadavg: 76.83 77.19 77.76 60/1024 699455
/proc/meminfo: memFree=553260988/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=29318088 memory=22485744 CPUtime=71109.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) S 697321 697324 695043 0 -1 1077936128 79214682 0 0 0 7096336 14589 0 0 20 0 33 0 123860390 30021722112 5622059 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 7329522 5621436 3334 3035 0 7190258 0
[pid=697324/tid=697423] ppid=697321 vsize=29318088 memory=0 CPUtime=3553.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697423/stat : 697423 (fscip) R 697321 697324 695043 0 -1 4194368 1860005 0 0 0 355178 208 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697424] ppid=697321 vsize=29318088 memory=0 CPUtime=3544.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697424/stat : 697424 (fscip) R 697321 697324 695043 0 -1 4194368 3595706 0 0 0 353869 592 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697426] ppid=697321 vsize=29318088 memory=10392 CPUtime=3556.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697426/stat : 697426 (fscip) D 697321 697324 695043 0 -1 4194368 1861833 0 0 0 355465 215 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697429] ppid=697321 vsize=29318088 memory=2268 CPUtime=3555.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697429/stat : 697429 (fscip) D 697321 697324 695043 0 -1 4194368 2348514 0 0 0 355327 266 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697430] ppid=697321 vsize=29318088 memory=1996 CPUtime=3553.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697430/stat : 697430 (fscip) R 697321 697324 695043 0 -1 4194368 4003964 0 0 0 354695 614 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697433] ppid=697321 vsize=29318088 memory=6720668757159002983 CPUtime=3550 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697433/stat : 697433 (fscip) R 697321 697324 695043 0 -1 4194368 6251588 0 0 0 354078 922 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697435] ppid=697321 vsize=29318088 memory=34560 CPUtime=3531.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697435/stat : 697435 (fscip) D 697321 697324 695043 0 -1 4194368 2304963 0 0 0 352830 277 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697436] ppid=697321 vsize=29318088 memory=10392 CPUtime=3551.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697436/stat : 697436 (fscip) R 697321 697324 695043 0 -1 4194368 5029544 0 0 0 354478 704 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697438] ppid=697321 vsize=29318088 memory=5644 CPUtime=3556.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697438/stat : 697438 (fscip) D 697321 697324 695043 0 -1 4194368 2023179 0 0 0 355474 225 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697439] ppid=697321 vsize=29318088 memory=11584 CPUtime=3564.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697439/stat : 697439 (fscip) R 697321 697324 695043 0 -1 4194368 5461260 0 0 0 355656 836 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697441] ppid=697321 vsize=29318088 memory=13904 CPUtime=3557.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697441/stat : 697441 (fscip) D 697321 697324 695043 0 -1 4194368 2094355 0 0 0 355526 239 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697442] ppid=697321 vsize=29318088 memory=11684 CPUtime=3560.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697442/stat : 697442 (fscip) R 697321 697324 695043 0 -1 4194368 4259916 0 0 0 355457 609 0 0 20 0 33 0 123860785 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697443] ppid=697321 vsize=29318088 memory=11668 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/697324/task/697443/stat : 697443 (fscip) S 697321 697324 695043 0 -1 1077936192 199 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697444] ppid=697321 vsize=29318088 memory=11684 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/697324/task/697444/stat : 697444 (fscip) S 697321 697324 695043 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697445] ppid=697321 vsize=29318088 memory=1836 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/697324/task/697445/stat : 697445 (fscip) S 697321 697324 695043 0 -1 1077936192 189 0 0 0 0 2 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697446] ppid=697321 vsize=29318088 memory=38468 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/697324/task/697446/stat : 697446 (fscip) S 697321 697324 695043 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697447] ppid=697321 vsize=29318088 memory=2152 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/697324/task/697447/stat : 697447 (fscip) S 697321 697324 695043 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697448] ppid=697321 vsize=29318088 memory=6056 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/697324/task/697448/stat : 697448 (fscip) S 697321 697324 695043 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697449] ppid=697321 vsize=29318088 memory=104 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/697324/task/697449/stat : 697449 (fscip) S 697321 697324 695043 0 -1 1077936192 163 0 0 0 0 2 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697450] ppid=697321 vsize=29318088 memory=33100 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/697324/task/697450/stat : 697450 (fscip) S 697321 697324 695043 0 -1 1077936192 192 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697451] ppid=697321 vsize=29318088 memory=11684 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/697324/task/697451/stat : 697451 (fscip) S 697321 697324 695043 0 -1 1077936192 165 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697452] ppid=697321 vsize=29318088 memory=2672 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/697324/task/697452/stat : 697452 (fscip) S 697321 697324 695043 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697453] ppid=697321 vsize=29318088 memory=6716 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/697324/task/697453/stat : 697453 (fscip) S 697321 697324 695043 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697454] ppid=697321 vsize=29318088 memory=69321192 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/697324/task/697454/stat : 697454 (fscip) S 697321 697324 695043 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697455] ppid=697321 vsize=29318088 memory=2728 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/697324/task/697455/stat : 697455 (fscip) S 697321 697324 695043 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697456] ppid=697321 vsize=29318088 memory=6664 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/697324/task/697456/stat : 697456 (fscip) S 697321 697324 695043 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697457] ppid=697321 vsize=29318088 memory=34560 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/697324/task/697457/stat : 697457 (fscip) S 697321 697324 695043 0 -1 1077936192 163 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697458] ppid=697321 vsize=29318088 memory=10392 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/697324/task/697458/stat : 697458 (fscip) S 697321 697324 695043 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697459] ppid=697321 vsize=29318088 memory=5432 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/697324/task/697459/stat : 697459 (fscip) S 697321 697324 695043 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697460] ppid=697321 vsize=29318088 memory=16108 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/697324/task/697460/stat : 697460 (fscip) S 697321 697324 695043 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697461] ppid=697321 vsize=29318088 memory=2268 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/697324/task/697461/stat : 697461 (fscip) S 697321 697324 695043 0 -1 1077936192 163 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697462] ppid=697321 vsize=29318088 memory=1996 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/697324/task/697462/stat : 697462 (fscip) S 697321 697324 695043 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 33 0 123860907 30021722112 5621436 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
Current children cumulated CPU time: 71109.2 s
Current children cumulated vsize: 29318088 KiB
Current children cumulated memory: 22485744 KiB

[startup+3600 s]*
/proc/loadavg: 76.76 77.17 77.75 36/972 699455
/proc/meminfo: memFree=563006964/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=24438932 memory=19137060 CPUtime=71116.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) S 697321 697324 695043 0 -1 1077936128 79293576 0 0 0 7097029 14608 0 0 20 0 7 0 123860390 25025466368 4784265 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 6109733 4784265 3334 3035 0 6030159 0
[pid=697324/tid=697423] ppid=697321 vsize=24438932 memory=-4421386504804328030 CPUtime=3555.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697423/stat : 697423 (fscip) R 697321 697324 695043 0 -1 4194368 1860006 0 0 0 355339 208 0 0 20 0 7 0 123860785 25025466368 4784265 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697424] ppid=697321 vsize=24438932 memory=28356 CPUtime=3546.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697424/stat : 697424 (fscip) R 697321 697324 695043 0 -1 4194368 3605149 0 0 0 354030 592 0 0 20 0 7 0 123860785 25025466368 4784265 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697436] ppid=697321 vsize=24438932 memory=31860 CPUtime=3553.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/task/697436/stat : 697436 (fscip) R 697321 697324 695043 0 -1 4194368 5029763 0 0 0 354638 704 0 0 20 0 7 0 123860785 25025466368 4784265 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697445] ppid=697321 vsize=24438932 memory=7176 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/697324/task/697445/stat : 697445 (fscip) S 697321 697324 695043 0 -1 1077936192 189 0 0 0 0 2 0 0 20 0 7 0 123860907 25025466368 4784265 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697455] ppid=697321 vsize=24438932 memory=36248 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/697324/task/697455/stat : 697455 (fscip) S 697321 697324 695043 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 7 0 123860907 25025466368 4784265 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697458] ppid=697321 vsize=24438932 memory=13904 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/697324/task/697458/stat : 697458 (fscip) S 697321 697324 695043 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 7 0 123860907 25025466368 4784265 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
Current children cumulated CPU time: 71116.4 s
Current children cumulated vsize: 24438932 KiB
Current children cumulated memory: 19137060 KiB

[startup+3600.8 s]
/proc/loadavg: 76.76 77.17 77.75 36/972 699455
/proc/meminfo: memFree=563006964/790760800 swapFree=131071996/131071996
[pid=697324] ppid=697321 vsize=11192928 memory=9297644 CPUtime=71117.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/697324/stat : 697324 (fscip) R 697321 697324 695043 0 -1 4194304 79408172 0 0 0 7097098 14642 0 0 20 0 4 0 123860390 11461558272 2324411 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
/proc/697324/statm: 2798232 2324411 3334 3035 0 2751002 0
[pid=697324/tid=697445] ppid=697321 vsize=11192928 memory=25333125866717268 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/697324/task/697445/stat : 697445 (fscip) S 697321 697324 695043 0 -1 1077936192 189 0 0 0 0 2 0 0 20 0 4 0 123860907 11461558272 2324411 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697455] ppid=697321 vsize=11192928 memory=280809797432464 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/697324/task/697455/stat : 697455 (fscip) S 697321 697324 695043 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 4 0 123860907 11461558272 2324411 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
[pid=697324/tid=697458] ppid=697321 vsize=11192928 memory=4206468019014099040 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/697324/task/697458/stat : 697458 (fscip) S 697321 697324 695043 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 4 0 123860907 11461558272 2324411 809668444160 4194304 16622685 140722917582208 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 38883328 140722917585896 140722917586011 140722917586011 140722917593039 0
Current children cumulated CPU time: 71117.4 s
Current children cumulated vsize: 11192928 KiB
Current children cumulated memory: 9297644 KiB

[startup+3601.2 s]
/proc/loadavg: 76.76 77.17 77.75 26/959 699455
/proc/meminfo: memFree=575153400/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): 3601.23
CPU time (s): 71117.8
CPU user time (s): 70971.1
CPU system time (s): 146.721
CPU usage (%): 1974.82
Max. virtual memory (cumulated for all children) (KiB): 33990952
Max. memory (cumulated for all children) (KiB): 26155644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70971.1
system time used= 146.721
maximum resident set size= 26155644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79410501
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= 1180133
involuntary context switches= 163325


# summary of solver processes directly reported to runsolver:
#   pid: 697324
#   total CPU time (s): 71117.8
#   total CPU user time (s): 70971.1
#   total CPU system time (s): 146.721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.004 second user time and 80.2007 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-13 20:12:16
IDJOB=4468621
IDBENCH=147571
IDSOLVER=3099
FILE ID=nodeD101/4468621-1723572736
RUNJOBID= nodeD101-1723569133-695055
SLURM_JOB_ID= 8267886
Free space on /tmp= 8622768 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/haplotype/normalized-simp-unif-100_100.08.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-4468621-1723572736/watcher-4468621-1723572736 -o /tmp/evaluation-result-4468621-1723572736/solver-4468621-1723572736 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723569133-695055 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468621-1723572736.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 12086b8d20dd7cc54e02491e5e8188a1
RANDOM SEED=2014220433

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        663911996 kB
MemAvailable:   720484896 kB
Buffers:         1080312 kB
Cached:         58767044 kB
SwapCached:            0 kB
Active:         18720788 kB
Inactive:       104429840 kB
Active(anon):       2120 kB
Inactive(anon): 63341124 kB
Active(file):   18718668 kB
Inactive(file): 41088716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            169720 kB
Writeback:             0 kB
AnonPages:      63295516 kB
Mapped:           109856 kB
Shmem:             38920 kB
KReclaimable:     370084 kB
Slab:             779740 kB
SReclaimable:     370084 kB
SUnreclaim:       409656 kB
KernelStack:       14944 kB
PageTables:       275984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   130391648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1094784 kB
HardwareCorrupted:     0 kB
AnonHugePages:    901120 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:      772096 kB
DirectMap2M:    112971776 kB
DirectMap1G:    692060160 kB

Free space on /tmp at the end= 8622684 MiB
End job on nodeD101 at 2024-08-13 21:12:18