Trace number 4465113

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_binary/
normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX300_K67_cod2_pbEq1_newVersion_binary.opb
MD5SUM76d4374776c44997889e9fdaf7321aa0
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-206754
Best CPU time to get the best result obtained on this benchmark3553.95
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44809
Total number of constraints297596
Number of constraints which are clauses297595
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 212068
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 212068
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.79/0.80	c Default LC presolving (default).
0.79/0.81	c ** Before presolving: virtualMemUsedAtLc = 754818223, getVmSize() = 474537984, SCIPgetMemUsed() = 409773249, SCIPgetMemTotal() = 428332321, SCIPgetMemExternEstim() = 326485902
0.79/0.81	c ** set memory limit for presolving in LC to 8.79372e+12 for SCIP **
30.44/30.67	c ** Estimated virtualMemUsedAtSolver = 857696008, getVmSize() = 1046802432, SCIPgetMemUsed() = 657034383, SCIPgetMemTotal() = 960058111, SCIPgetMemExternEstim() = 326485902
30.44/30.67	c ** set memory limit for solvers to 4.18591e+11 for each SCIP **
30.44/30.67	c Original Problem   :
30.44/30.67	c   Problem name     : instance-4465113-1723581724
30.44/30.67	c   Variables        : 44809 (44809 binary, 0 integer, 0 implicit integer, 0 continuous)
30.44/30.67	c   Constraints      : 297596
30.44/30.67	c   Objective sense  : minimize
30.44/30.67	c Presolved Problem  :
30.44/30.67	c   Variables        : 38973 (38973 binary, 0 integer, 0 implicit integer, 0 continuous)
30.44/30.67	c   Constraints      : 256957
30.44/30.67	c Constraints        : Number
30.44/30.67	c   knapsack         : 1 
30.44/30.67	c   setppc           : 225379 
30.44/30.67	c   and              : 2 
30.44/30.67	c   linear           : 2 
30.44/30.67	c   logicor          : 31573 
30.44/30.67	c ** Instance transfer method used: 0
30.86/31.08	c ** ParaScipInstance copy does not increase the number of variables. **
37.06/37.29	c LC is working with racing ramp-up and with rebuilding tree after racing.
37.06/37.29	c                                Nodes    Active                                            
37.06/37.29	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
240.06/47.87	c *      48              0           1        20           0.0000                -          -
240.06/47.87	c        48              0           1        20           0.0000                -          -
1397.33/106.43	c       106              2           1        20           0.0000     -212068.0000          -
1506.14/111.95	c       112              2           1        20           0.0000     -212068.0000          -
1607.99/117.07	c       117              4           3        20           0.0000     -212068.0000          -
1727.04/123.05	c       123              4           3        20           0.0000     -212068.0000          -
1828.18/128.14	c       128             22          21        20           0.0000     -212068.0000          -
1936.31/133.60	c       134             22          21        20           0.0000     -212068.0000          -
2035.51/138.66	c       139             62          61        20           0.0000     -212068.0000          -
2143.43/144.04	c       144             92          91        20           0.0000     -212068.0000          -
2264.44/150.14	c       150            112         111        20           0.0000     -212068.0000          -
2364.89/155.24	c       155            121         122        20           0.0000     -212068.0000          -
2456.13/159.82	c *     160            122         121        20       -6791.0000     -212068.0000          -
2475.80/160.87	c       161            122         121        20       -6791.0000     -212068.0000          -
2577.02/165.93	c       166            132         131        20       -6791.0000     -212068.0000          -
2682.08/171.22	c       171            142         141        20       -6791.0000     -212068.0000          -
2723.77/173.36	c *     173            142         141        20      -11962.0000     -212068.0000          -
2727.72/173.54	c *     174            142         141        20      -11963.0000     -212068.0000          -
2793.07/176.85	c       177            201         202        20      -11963.0000     -212068.0000          -
2894.26/182.02	c       182            162         161        20      -11963.0000     -212068.0000          -
2983.51/186.41	c *     186            181         182        20      -11968.0000     -212068.0000          -
2996.08/187.13	c       187            181         182        20      -11968.0000     -212068.0000          -
3090.51/191.81	c *     192            252         251        20      -14552.0000     -212068.0000          -
3098.43/192.20	c       192            252         251        20      -14552.0000     -212068.0000          -
3191.73/196.97	c *     197            262         261        20      -17136.0000     -212068.0000          -
3199.65/197.31	c       197            252         251        20      -17136.0000     -212068.0000          -
3217.51/198.27	c *     198            283         282        20      -19972.0000     -212068.0000          -
3271.09/200.95	c *     201            304         303        20      -22556.0000     -212068.0000          -
3304.73/202.67	c       203            325         324        20      -22556.0000     -212068.0000          -
3328.55/203.80	c *     204            302         301        20      -24551.0000     -212068.0000          -
3409.92/208.02	c       208            373         372        20      -24551.0000     -212068.0000          -
3441.62/209.50	c *     210            373         372        20      -28988.0000     -212068.0000          -
3443.61/209.67	c *     210            373         372        20      -29064.0000     -212068.0000          -
3449.56/210.02	c *     210            373         372        20      -29213.0000     -212068.0000          -
3454.26/210.19	c *     210            373         372        20      -29446.0000     -212068.0000          -
3511.78/213.10	c       213            361         362        20      -29446.0000     -212068.0000          -
3618.11/218.41	c       218            461         462        20      -29446.0000     -212068.0000          -
3729.97/224.08	c       224            483         482        20      -29446.0000     -212068.0000          -
3800.48/227.65	c *     228            561         562        20      -29558.0000     -212068.0000          -
3832.16/229.29	c       229            561         562        20      -29558.0000     -212068.0000          -
3933.35/234.37	c       234            561         562        20      -29558.0000     -212068.0000          -
4027.31/239.09	c *     239            583         582        20      -29562.0000     -212068.0000          -
4036.42/239.51	c       240            583         582        20      -29562.0000     -212068.0000          -
4042.37/239.83	c *     240            583         582        20      -29563.0000     -212068.0000          -
4050.19/240.21	c *     240            583         582        20      -29564.0000     -212068.0000          -
4056.13/240.55	c *     241            583         582        20      -29565.0000     -212068.0000          -
4062.06/240.90	c *     241            583         582        20      -29566.0000     -212068.0000          -
4071.87/241.30	c *     241            583         582        20      -29567.0000     -212068.0000          -
4079.82/241.71	c *     242            583         582        20      -29568.0000     -212068.0000          -
4086.48/242.12	c *     242            621         622        20      -29575.0000     -212068.0000          -
4099.49/242.72	c *     243            621         622        20      -29576.0000     -212068.0000          -
4103.38/242.97	c *     243            621         622        20      -29577.0000     -212068.0000          -
4111.17/243.35	c *     243            621         622        20      -29578.0000     -212068.0000          -
4118.91/243.78	c *     244            621         622        20      -29579.0000     -212068.0000          -
4127.81/244.17	c *     244            621         622        20      -29584.0000     -212068.0000          -
4134.68/244.57	c *     245            622         621        20      -29585.0000     -212068.0000          -
4134.68/244.57	c       245            622         621        20      -29585.0000     -212068.0000          -
4140.53/244.82	c *     245            622         621        20      -29586.0000     -212068.0000          -
4147.22/245.16	c *     245            622         621        20      -29587.0000     -212068.0000          -
4150.21/245.39	c *     245            622         621        20      -29588.0000     -212068.0000          -
4152.15/245.45	c *     245            622         621        20      -33190.0000     -212068.0000          -
4173.69/246.53	c *     247            682         681        20      -33215.0000     -212068.0000          -
4206.11/248.14	c *     248            954         540        20      -33226.0000     -212068.0000          -
4219.25/248.89	c *     249            793         649        20      -33228.0000     -212068.0000          -
4228.89/249.30	c *     249            793         649        20      -33229.0000     -212068.0000          -
4232.75/249.58	c       250            793         649        20      -33229.0000     -212068.0000          -
4236.66/249.71	c *     250            793         649        20      -44659.0000     -212068.0000    374.86%
4276.10/251.80	c *     252           1077         470        20      -44660.0000     -212068.0000    374.85%
4280.05/252.02	c *     252            836         396        20      -44661.0000     -212068.0000    374.84%
4285.86/252.26	c *     252           1084         444        20      -44662.0000     -212068.0000    374.83%
4289.76/252.48	c *     252           1084         444        20      -44663.0000     -212068.0000    374.82%
4295.48/252.72	c *     253           1084         444        20      -44664.0000     -212068.0000    374.81%
4299.34/252.92	c *     253           1084         444        20      -44665.0000     -212068.0000    374.80%
4301.80/253.12	c *     253            910         457        20      -44666.0000     -212068.0000    374.79%
4306.87/253.35	c *     253           1095         392        20      -44667.0000     -212068.0000    374.78%
4312.51/253.62	c *     254           1095         392        20      -44668.0000     -212068.0000    374.76%
4316.25/253.88	c *     254           1095         392        20      -44669.0000     -212068.0000    374.75%
4320.88/254.09	c *     254           1095         392        20      -44670.0000     -212068.0000    374.74%
4328.00/254.44	c *     254           1107         362        20      -44671.0000     -212068.0000    374.73%
4331.90/254.65	c *     255           1107         362        20      -44672.0000     -212068.0000    374.72%
4331.90/254.65	c       255           1107         362        20      -44672.0000     -212068.0000    374.72%
4337.78/255.00	c *     255           1107         362        20      -44673.0000     -212068.0000    374.71%
4343.63/255.21	c *     255           1107         362        20      -44674.0000     -212068.0000    374.70%
4347.59/255.41	c *     255           1107         362        20      -44675.0000     -212068.0000    374.69%
4351.55/255.62	c *     256           1107         362        20      -44676.0000     -212068.0000    374.68%
4355.46/255.88	c *     256           1107         362        20      -44677.0000     -212068.0000    374.67%
4360.13/256.08	c *     256           1107         362        20      -44678.0000     -212068.0000    374.66%
4363.28/256.27	c *     256           1107         362        20      -44679.0000     -212068.0000    374.65%
4367.20/256.46	c *     256           1067         426        20      -44680.0000     -212068.0000    374.64%
4373.04/256.77	c *     257           1128         376        20      -44877.0000     -212068.0000    372.55%
4382.51/257.27	c *     257           1128         376        20      -44878.0000     -212068.0000    372.54%
4392.33/257.75	c *     258           1119         424        20      -44879.0000     -212068.0000    372.53%
4396.08/257.99	c *     258           1119         424        20      -44880.0000     -212068.0000    372.52%
4401.83/258.26	c *     258           1119         424        20      -44881.0000     -212068.0000    372.51%
4407.61/258.52	c *     259           1119         424        20      -44883.0000     -212068.0000    372.49%
4407.61/258.58	c *     259           1119         424        20      -45062.0000     -212068.0000    370.61%
4417.96/259.06	c *     259           1258         406        20      -45063.0000     -212068.0000    370.60%
4421.01/259.25	c *     259           1258         406        20      -45064.0000     -212068.0000    370.59%
4425.00/259.45	c *     259           1258         406        20      -45065.0000     -212068.0000    370.58%
4432.60/259.80	c *     260           1164         405        20      -45066.0000     -212068.0000    370.57%
4432.60/259.80	c       260           1164         405        20      -45066.0000     -212068.0000    370.57%
4437.02/260.07	c *     260           1164         405        20      -45067.0000     -212068.0000    370.56%
4442.17/260.33	c *     260           1319         383        20      -45068.0000     -212068.0000    370.55%
4447.92/260.66	c *     261           1319         383        20      -45069.0000     -212068.0000    370.54%
4453.78/260.97	c *     261           1319         383        20      -45070.0000     -212068.0000    370.53%
4459.39/261.29	c *     261           1319         383        20      -45071.0000     -212068.0000    370.52%
4464.78/261.51	c *     262           1319         383        20      -45072.0000     -212068.0000    370.51%
4470.19/261.81	c *     262           1238         432        20      -45073.0000     -212068.0000    370.50%
4474.45/262.12	c *     262           1238         432        20      -45074.0000     -212068.0000    370.49%
4480.74/262.47	c *     262           1238         432        20      -45075.0000     -212068.0000    370.48%
4487.91/262.83	c *     263           1250         427        20      -45076.0000     -212068.0000    370.47%
4493.81/263.18	c *     263           1250         427        20      -45077.0000     -212068.0000    370.46%
4500.32/263.56	c *     264           1250         427        20      -45078.0000     -212068.0000    370.45%
4505.89/263.88	c *     264           1378         385        20      -45079.0000     -212068.0000    370.44%
4510.21/264.11	c *     264           1378         385        20      -45081.0000     -212068.0000    370.42%
4514.99/264.35	c *     264           1378         385        20      -45082.0000     -212068.0000    370.41%
4520.34/264.66	c *     265           1378         385        20      -45084.0000     -212068.0000    370.38%
4523.67/264.86	c       265           1378         385        20      -45084.0000     -212068.0000    370.38%
4530.09/265.18	c *     265           1399         389        20      -45086.0000     -212068.0000    370.36%
4534.32/265.48	c *     265           1399         389        20      -45087.0000     -212068.0000    370.35%
4537.98/265.67	c *     266           1399         389        20      -45088.0000     -212068.0000    370.34%
4543.67/266.00	c *     266           1399         389        20      -45089.0000     -212068.0000    370.33%
4551.08/266.38	c *     266           1358         434        20      -45090.0000     -212068.0000    370.32%
4554.57/266.51	c *     267           1358         434        20      -45092.0000     -212068.0000    370.30%
4560.20/266.82	c *     267           1358         434        20      -45093.0000     -212068.0000    370.29%
4561.92/267.01	c *     267           1358         434        20      -45094.0000     -212068.0000    370.28%
4566.15/267.19	c *     267           1438         376        20      -45095.0000     -212068.0000    370.27%
4571.36/267.47	c *     267           1398         435        20      -45096.0000     -212068.0000    370.26%
4576.70/267.76	c *     268           1398         435        20      -45097.0000     -212068.0000    370.25%
4584.06/268.19	c *     268           1398         435        20      -45098.0000     -212068.0000    370.24%
4590.56/268.57	c *     269           1488         374        20      -45099.0000     -212068.0000    370.23%
4597.52/268.94	c *     269           1406         431        20      -45100.0000     -212068.0000    370.22%
4604.61/269.31	c *     269           1406         431        20      -45101.0000     -212068.0000    370.21%
4610.14/269.63	c *     270           1524         363        20      -45102.0000     -212068.0000    370.20%
4615.40/270.01	c *     270           1414         430        20      -45103.0000     -212068.0000    370.19%
4615.40/270.01	c       270           1414         430        20      -45103.0000     -212068.0000    370.19%
4624.46/270.45	c *     270           1414         430        20      -45104.0000     -212068.0000    370.18%
4631.64/270.82	c *     271           1561         382        20      -45105.0000     -212068.0000    370.17%
4638.47/271.20	c *     271           1432         413        20      -45106.0000     -212068.0000    370.15%
4643.74/271.56	c *     272           1432         413        20      -45107.0000     -212068.0000    370.14%
4649.32/271.87	c *     272           1601         379        20      -45108.0000     -212068.0000    370.13%
4655.55/272.20	c *     272           1601         379        20      -45109.0000     -212068.0000    370.12%
4660.53/272.47	c *     272           1601         379        20      -45110.0000     -212068.0000    370.11%
4666.24/272.72	c *     273           1601         379        20      -45111.0000     -212068.0000    370.10%
4670.07/272.98	c *     273           1601         379        20      -45112.0000     -212068.0000    370.09%
4675.86/273.26	c *     273           1445         411        20      -45113.0000     -212068.0000    370.08%
4679.62/273.44	c *     273           1445         411        20      -45114.0000     -212068.0000    370.07%
4683.52/273.67	c *     274           1445         411        20      -45115.0000     -212068.0000    370.06%
4687.36/273.87	c *     274           1445         411        20      -45116.0000     -212068.0000    370.05%
4693.90/274.18	c *     274           1638         378        20      -45117.0000     -212068.0000    370.04%
4698.85/274.47	c *     274           1638         378        20      -45118.0000     -212068.0000    370.03%
4702.79/274.65	c *     275           1638         378        20      -45119.0000     -212068.0000    370.02%
4706.71/274.86	c *     275           1638         378        20      -45120.0000     -212068.0000    370.01%
4711.12/275.05	c       275           1638         378        20      -45120.0000     -212068.0000    370.01%
4711.12/275.05	c *     275           1638         378        20      -45121.0000     -212068.0000    370.00%
4714.50/275.24	c *     275           1638         378        20      -45122.0000     -212068.0000    369.99%
4718.35/275.43	c *     275           1638         378        20      -45123.0000     -212068.0000    369.98%
4722.23/275.63	c *     276           1638         378        20      -45124.0000     -212068.0000    369.97%
4726.12/275.83	c *     276           1471         430        20      -45125.0000     -212068.0000    369.96%
4728.11/276.02	c *     276           1471         430        20      -45126.0000     -212068.0000    369.95%
4733.90/276.22	c *     276           1471         430        20      -45127.0000     -212068.0000    369.94%
4739.57/276.53	c *     277           1471         430        20      -45128.0000     -212068.0000    369.93%
4743.48/276.76	c *     277           1471         430        20      -45129.0000     -212068.0000    369.92%
4747.05/277.01	c *     277           1471         430        20      -45130.0000     -212068.0000    369.90%
4752.73/277.25	c *     277           1471         430        20      -45131.0000     -212068.0000    369.89%
4758.33/277.52	c *     278           1747         374        20      -45132.0000     -212068.0000    369.88%
4762.10/277.76	c *     278           1747         374        20      -45133.0000     -212068.0000    369.87%
4768.34/278.07	c *     278           1500         437        20      -45134.0000     -212068.0000    369.86%
4771.04/278.25	c *     278           1500         437        20      -45505.0000     -212068.0000    366.03%
4780.60/278.73	c *     279           1770         362        20      -45506.0000     -212068.0000    366.02%
4787.36/279.10	c *     279           1540         384        20      -45507.0000     -212068.0000    366.01%
4790.40/279.28	c *     279           1540         384        20      -45508.0000     -212068.0000    366.00%
4797.89/279.63	c *     280           1798         343        20      -45509.0000     -212068.0000    365.99%
4797.89/279.69	c *     280           1798         343        20      -45510.0000     -212068.0000    365.98%
4801.67/279.87	c *     280           1798         343        20      -45511.0000     -212068.0000    365.97%
4806.10/280.11	c *     280           1798         343        20      -45512.0000     -212068.0000    365.96%
4806.10/280.11	c       280           1798         343        20      -45512.0000     -212068.0000    365.96%
4809.29/280.28	c *     280           1798         343        20      -45513.0000     -212068.0000    365.95%
4814.86/280.50	c *     281           1573         400        20      -45514.0000     -212068.0000    365.94%
4816.84/280.69	c *     281           1874         380        20      -45515.0000     -212068.0000    365.93%
4822.09/280.98	c *     281           1874         380        20      -45516.0000     -212068.0000    365.92%
4830.89/281.40	c *     281           1874         380        20      -45517.0000     -212068.0000    365.91%
4837.90/281.83	c *     282           1931         381        20      -45518.0000     -212068.0000    365.90%
4844.20/282.19	c *     282           1931         381        20      -45519.0000     -212068.0000    365.89%
4848.84/282.50	c *     282           1931         381        20      -45520.0000     -212068.0000    365.88%
4856.14/282.87	c *     283           1968         381        20      -45521.0000     -212068.0000    365.87%
4863.21/283.30	c *     283           1968         381        20      -45522.0000     -212068.0000    365.86%
4870.81/283.60	c *     284           1968         381        20      -45523.0000     -212068.0000    365.85%
4876.38/283.91	c *     284           1968         381        20      -45524.0000     -212068.0000    365.84%
4881.04/284.20	c *     284           1968         381        20      -45525.0000     -212068.0000    365.83%
4887.33/284.53	c *     285           1968         381        20      -45526.0000     -212068.0000    365.82%
4891.07/284.77	c *     285           1968         381        20      -45527.0000     -212068.0000    365.81%
4894.89/285.01	c *     285           1666         433        20      -45528.0000     -212068.0000    365.80%
4900.55/285.26	c *     285           1666         433        20      -45529.0000     -212068.0000    365.79%
4900.55/285.26	c       285           1666         433        20      -45529.0000     -212068.0000    365.79%
4907.68/285.61	c *     286           1666         433        20      -45530.0000     -212068.0000    365.78%
4912.95/285.97	c *     286           1666         433        20      -45531.0000     -212068.0000    365.77%
4918.38/286.27	c *     286           2042         397        20      -45532.0000     -212068.0000    365.76%
4925.50/286.62	c *     287           2042         397        20      -45533.0000     -212068.0000    365.75%
4932.92/287.04	c *     287           2042         397        20      -45534.0000     -212068.0000    365.74%
4939.62/287.40	c *     287           2073         396        20      -45535.0000     -212068.0000    365.73%
4943.46/287.65	c *     288           2073         396        20      -45536.0000     -212068.0000    365.72%
4951.07/288.06	c *     288           2073         396        20      -45537.0000     -212068.0000    365.70%
4957.55/288.48	c *     288           2111         380        20      -45538.0000     -212068.0000    365.69%
4964.49/288.83	c *     289           2111         380        20      -45539.0000     -212068.0000    365.68%
4971.50/289.21	c *     289           2111         380        20      -45540.0000     -212068.0000    365.67%
4976.88/289.51	c *     290           2151         380        20      -45541.0000     -212068.0000    365.66%
4978.51/289.64	c *     290           2151         380        20      -45542.0000     -212068.0000    365.65%
4982.15/289.89	c *     290           2151         380        20      -45543.0000     -212068.0000    365.64%
4988.01/290.17	c *     290           2151         380        20      -45544.0000     -212068.0000    365.63%
4989.25/290.29	c       290           2151         380        20      -45544.0000     -212068.0000    365.63%
4994.66/290.54	c *     291           2191         378        20      -45545.0000     -212068.0000    365.62%
5001.68/290.91	c *     291           2191         378        20      -45546.0000     -212068.0000    365.61%
5006.89/291.28	c *     291           2191         378        20      -45547.0000     -212068.0000    365.60%
5014.10/291.65	c *     292           2191         378        20      -45548.0000     -212068.0000    365.59%
5017.88/291.88	c *     292           2191         378        20      -45549.0000     -212068.0000    365.58%
5024.52/292.15	c *     292           2191         378        20      -45550.0000     -212068.0000    365.57%
5027.68/292.34	c *     292           2191         378        20      -45551.0000     -212068.0000    365.56%
5029.60/292.41	c *     292           2191         378        20      -45552.0000     -212068.0000    365.55%
5033.56/292.62	c *     293           1774         435        20      -45554.0000     -212068.0000    365.53%
5037.50/292.82	c *     293           2231         400        20      -45555.0000     -212068.0000    365.52%
5042.03/293.10	c *     293           2231         400        20      -45556.0000     -212068.0000    365.51%
5046.83/293.33	c *     293           2231         400        20      -45557.0000     -212068.0000    365.50%
5052.36/293.63	c *     294           2231         400        20      -45558.0000     -212068.0000    365.49%
5058.20/293.93	c *     294           2304         382        20      -45559.0000     -212068.0000    365.48%
5064.14/294.25	c *     294           2304         382        20      -45560.0000     -212068.0000    365.47%
5069.73/294.59	c *     295           2304         382        20      -45561.0000     -212068.0000    365.46%
5077.28/294.92	c *     295           2304         382        20      -45562.0000     -212068.0000    365.45%
5083.05/295.25	c *     295           2304         382        20      -45563.0000     -212068.0000    365.44%
5084.92/295.33	c       295           2304         382        20      -45563.0000     -212068.0000    365.44%
5090.82/295.69	c *     296           2304         382        20      -45564.0000     -212068.0000    365.43%
5096.69/295.91	c *     296           2304         382        20      -45565.0000     -212068.0000    365.42%
5099.42/296.10	c *     296           2304         382        20      -45566.0000     -212068.0000    365.41%
5104.56/296.31	c *     296           2304         382        20      -45567.0000     -212068.0000    365.40%
5108.52/296.51	c *     297           2304         382        20      -45568.0000     -212068.0000    365.39%
5112.29/296.71	c *     297           2304         382        20      -45569.0000     -212068.0000    365.38%
5128.13/297.59	c *     298           2329         407        20      -45570.0000     -212068.0000    365.37%
5132.08/297.76	c *     298           2329         407        20      -45571.0000     -212068.0000    365.36%
5140.86/298.16	c *     298           2329         407        20      -46135.0000     -212068.0000    359.67%
5153.41/298.84	c *     299           2329         407        20      -46136.0000     -212068.0000    359.66%
5157.79/299.03	c *     299           1953         438        20      -46137.0000     -212068.0000    359.65%
5163.09/299.33	c *     299           1953         438        20      -46138.0000     -212068.0000    359.64%
5166.86/299.60	c *     300           2355         348        20      -46139.0000     -212068.0000    359.63%
5174.58/299.93	c *     300           2355         348        20      -46140.0000     -212068.0000    359.62%
5180.24/300.27	c *     300           2355         348        20      -46141.0000     -212068.0000    359.61%
5184.13/300.40	c       300           2355         348        20      -46141.0000     -212068.0000    359.61%
5186.12/300.55	c *     301           2355         348        20      -46142.0000     -212068.0000    359.60%
5192.07/300.81	c *     301           2355         348        20      -46143.0000     -212068.0000    359.59%
5196.78/301.09	c *     301           2355         348        20      -46144.0000     -212068.0000    359.58%
5205.90/301.57	c *     302           2355         348        20      -46145.0000     -212068.0000    359.57%
5207.82/301.63	c *     302           2355         348        20      -46150.0000     -212068.0000    359.52%
5213.70/301.91	c *     302           2355         348        20      -46151.0000     -212068.0000    359.51%
5218.62/302.17	c *     302           2355         348        20      -46152.0000     -212068.0000    359.50%
5221.51/302.35	c *     302           2355         348        20      -46153.0000     -212068.0000    359.49%
5229.31/302.71	c *     303           2355         348        20      -46154.0000     -212068.0000    359.48%
5233.16/303.05	c *     303           2355         348        20      -46155.0000     -212068.0000    359.47%
5241.00/303.32	c *     303           2355         348        20      -46156.0000     -212068.0000    359.46%
5246.85/303.64	c *     304           2355         348        20      -46157.0000     -212068.0000    359.45%
5282.36/305.43	c       305           2023         346        20      -46157.0000     -212068.0000    359.45%
5327.89/307.72	c *     308           2407         360        20      -46694.0000     -212068.0000    354.17%
5341.74/308.44	c *     308           2112         238        20      -46695.0000     -212068.0000    354.16%
5345.59/308.67	c *     309           2112         238        20      -46696.0000     -212068.0000    354.15%
5349.43/308.87	c *     309           2112         238        20      -46697.0000     -212068.0000    354.14%
5354.04/309.09	c *     309           2408         359        20      -46698.0000     -212068.0000    354.13%
5357.29/309.29	c *     309           2408         359        20      -46699.0000     -212068.0000    354.12%
5363.02/309.54	c *     310           2193         317        20      -46700.0000     -212068.0000    354.11%
5366.85/309.72	c *     310           2193         317        20      -46701.0000     -212068.0000    354.10%
5370.75/310.00	c *     310           2193         317        20      -46702.0000     -212068.0000    354.09%
5380.51/310.40	c *     310           2417         314        20      -46703.0000     -212068.0000    354.08%
5380.51/310.48	c       310           2262         319        20      -46703.0000     -212068.0000    354.08%
5386.47/310.73	c *     311           2262         319        20      -46704.0000     -212068.0000    354.07%
5392.88/311.04	c *     311           2262         319        20      -46705.0000     -212068.0000    354.06%
5398.28/311.30	c *     311           2262         319        20      -46706.0000     -212068.0000    354.05%
5402.21/311.51	c *     312           2311         312        20      -46707.0000     -212068.0000    354.04%
5408.11/311.84	c *     312           2311         312        20      -46708.0000     -212068.0000    354.03%
5410.07/312.01	c *     312           2311         312        20      -46709.0000     -212068.0000    354.02%
5415.97/312.22	c *     312           2311         312        20      -46710.0000     -212068.0000    354.01%
5419.91/312.40	c *     312           2311         312        20      -46711.0000     -212068.0000    354.00%
5423.89/312.68	c *     313           2311         312        20      -46712.0000     -212068.0000    353.99%
5429.84/312.96	c *     313           2311         312        20      -46713.0000     -212068.0000    353.98%
5439.73/313.44	c *     313           2311         312        20      -46720.0000     -212068.0000    353.91%
5449.52/314.03	c *     314           2632         297        20      -46721.0000     -212068.0000    353.90%
5461.36/314.59	c *     315           2632         297        20      -46722.0000     -212068.0000    353.89%
5467.28/314.87	c *     315           2632         297        20      -46723.0000     -212068.0000    353.88%
5475.20/315.25	c *     315           2632         297        20      -46724.0000     -212068.0000    353.87%
5485.06/315.73	c       316           2378         315        20      -46724.0000     -212068.0000    353.87%
5491.76/316.06	c *     316           2378         315        20      -46725.0000     -212068.0000    353.86%
5496.81/316.32	c *     316           2378         315        20      -48753.0000     -212068.0000    334.98%
5502.72/316.65	c *     317           2378         315        20      -48754.0000     -212068.0000    334.98%
5599.46/321.53	c       322           2418         222        20      -48754.0000     -212068.0000    334.98%
5712.40/327.29	c       327           2775         212        20      -48754.0000     -212068.0000    334.98%
5821.50/332.72	c       333           2775         212        20      -48754.0000     -212068.0000    334.98%
5916.72/337.51	c *     338           2477         200        20      -48756.0000     -212068.0000    334.96%
5922.69/337.80	c *     338           2477         200        20      -48758.0000     -212068.0000    334.94%
5922.69/337.80	c       338           2477         200        20      -48758.0000     -212068.0000    334.94%
5927.43/338.09	c *     338           2477         200        20      -48759.0000     -212068.0000    334.93%
5932.57/338.38	c *     338           2477         200        20      -48760.0000     -212068.0000    334.92%
5938.46/338.67	c *     339           2477         200        20      -48762.0000     -212068.0000    334.90%
5944.38/338.97	c *     339           2477         200        20      -48764.0000     -212068.0000    334.89%
5950.16/339.30	c *     339           2477         200        20      -48765.0000     -212068.0000    334.88%
5956.00/339.59	c *     340           2477         200        20      -48766.0000     -212068.0000    334.87%
5961.90/339.89	c *     340           2477         200        20      -48768.0000     -212068.0000    334.85%
5968.53/340.18	c *     340           2477         200        20      -48769.0000     -212068.0000    334.84%
5973.64/340.47	c *     340           2477         200        20      -48770.0000     -212068.0000    334.83%
5979.52/340.76	c *     341           2477         200        20      -48771.0000     -212068.0000    334.82%
5986.06/341.05	c *     341           2477         200        20      -48772.0000     -212068.0000    334.82%
5991.28/341.36	c *     341           2477         200        20      -48773.0000     -212068.0000    334.81%
6001.21/341.88	c *     342           2477         200        20      -48774.0000     -212068.0000    334.80%
6007.82/342.19	c *     342           2477         200        20      -48775.0000     -212068.0000    334.79%
6012.91/342.49	c *     342           2477         200        20      -48776.0000     -212068.0000    334.78%
6018.80/342.78	c *     343           2477         200        20      -48777.0000     -212068.0000    334.77%
6020.72/342.90	c       343           2477         200        20      -48777.0000     -212068.0000    334.77%
6025.57/343.10	c *     343           2477         200        20      -48778.0000     -212068.0000    334.76%
6038.43/343.80	c *     344           2477         200        20      -48780.0000     -212068.0000    334.74%
6050.16/344.37	c *     344           2477         200        20      -48781.0000     -212068.0000    334.73%
6056.06/344.66	c *     345           2477         200        20      -48782.0000     -212068.0000    334.73%
6061.86/345.00	c *     345           2477         200        20      -48783.0000     -212068.0000    334.72%
6067.66/345.28	c *     345           2477         200        20      -48784.0000     -212068.0000    334.71%
6073.53/345.57	c *     346           2477         200        20      -48785.0000     -212068.0000    334.70%
6079.40/345.86	c *     346           2477         200        20      -48786.0000     -212068.0000    334.69%
6101.22/346.94	c *     347           2519           0        20      -48787.0000     -212068.0000    334.68%
6106.89/347.28	c *     347           2519           0        20      -48788.0000     -212068.0000    334.67%
6116.75/347.74	c *     348           3314         268        20      -48789.0000     -212068.0000    334.66%
6125.10/348.14	c *     348           3314         268        20      -48790.0000     -212068.0000    334.65%
6125.10/348.14	c       348           3314         268        20      -48790.0000     -212068.0000    334.65%
6136.18/348.71	c *     349           3373         242        20      -48791.0000     -212068.0000    334.65%
6142.75/349.06	c *     349           3373         242        20      -48792.0000     -212068.0000    334.64%
6149.76/349.46	c *     349           2540          21        20      -48793.0000     -212068.0000    334.63%
6157.67/349.84	c *     350           3408         254        20      -48794.0000     -212068.0000    334.62%
6164.17/350.19	c *     350           3408         254        20      -48795.0000     -212068.0000    334.61%
6169.24/350.47	c *     350           2565          46        20      -48796.0000     -212068.0000    334.60%
6175.09/350.73	c *     351           3472         239        20      -48797.0000     -212068.0000    334.59%
6181.63/351.08	c *     351           3472         239        20      -48798.0000     -212068.0000    334.58%
6188.54/351.43	c *     351           3472         239        20      -48799.0000     -212068.0000    334.57%
6196.23/351.84	c *     352           3538         244        20      -48800.0000     -212068.0000    334.57%
6203.88/352.23	c *     352           3538         244        20      -48801.0000     -212068.0000    334.56%
6209.53/352.58	c *     353           3538         244        20      -48802.0000     -212068.0000    334.55%
6217.20/352.99	c *     353           3593         253        20      -48803.0000     -212068.0000    334.54%
6224.72/353.33	c *     353           3593         253        20      -48804.0000     -212068.0000    334.53%
6224.72/353.33	c       353           3593         253        20      -48804.0000     -212068.0000    334.53%
6234.03/353.81	c *     354           3593         253        20      -48805.0000     -212068.0000    334.52%
6238.64/354.14	c *     354           3643         242        20      -48806.0000     -212068.0000    334.51%
6245.42/354.41	c *     354           3643         242        20      -48807.0000     -212068.0000    334.50%
6251.16/354.76	c *     355           3643         242        20      -48808.0000     -212068.0000    334.49%
6255.01/355.04	c *     355           2909         336        20      -48809.0000     -212068.0000    334.49%
6264.74/355.45	c *     355           2909         336        20      -48810.0000     -212068.0000    334.48%
6270.07/355.74	c *     356           2909         336        20      -48811.0000     -212068.0000    334.47%
6276.70/356.12	c *     356           2909         336        20      -48812.0000     -212068.0000    334.46%
6287.44/356.60	c *     357           2945         275        20      -48813.0000     -212068.0000    334.45%
6292.84/357.00	c *     357           2945         275        20      -48814.0000     -212068.0000    334.44%
6300.11/357.40	c *     357           2945         275        20      -48815.0000     -212068.0000    334.43%
6307.81/357.74	c *     358           3808         253        20      -48816.0000     -212068.0000    334.42%
6314.17/358.08	c *     358           3808         253        20      -48817.0000     -212068.0000    334.41%
6323.23/358.56	c *     359           3016         316        20      -48818.0000     -212068.0000    334.41%
6323.23/358.56	c       359           3016         316        20      -48818.0000     -212068.0000    334.41%
6330.67/358.92	c *     359           3855         236        20      -48819.0000     -212068.0000    334.40%
6337.94/359.37	c *     359           3855         236        20      -48820.0000     -212068.0000    334.39%
6345.43/359.71	c *     360           3081         305        20      -48821.0000     -212068.0000    334.38%
6351.62/360.05	c *     360           3923         246        20      -48822.0000     -212068.0000    334.37%
6360.27/360.58	c *     361           3923         246        20      -48823.0000     -212068.0000    334.36%
6366.23/360.86	c *     361           3127         313        20      -48824.0000     -212068.0000    334.35%
6373.74/361.23	c *     361           3988         275        20      -48825.0000     -212068.0000    334.34%
6379.61/361.57	c *     362           3988         275        20      -48826.0000     -212068.0000    334.33%
6389.92/362.04	c *     362           3197         269        20      -48827.0000     -212068.0000    334.33%
6398.56/362.52	c *     363           4018         254        20      -48828.0000     -212068.0000    334.32%
6406.29/362.94	c *     363           4018         254        20      -48829.0000     -212068.0000    334.31%
6415.65/363.44	c *     363           4086         274        20      -48830.0000     -212068.0000    334.30%
6417.31/363.56	c       364           4086         274        20      -48830.0000     -212068.0000    334.30%
6423.02/363.89	c *     364           4086         274        20      -48831.0000     -212068.0000    334.29%
6430.37/364.29	c *     364           3287         275        20      -48832.0000     -212068.0000    334.28%
6437.82/364.62	c *     365           4143         257        20      -48833.0000     -212068.0000    334.27%
6445.67/365.08	c *     365           4143         257        20      -48834.0000     -212068.0000    334.26%
6447.30/365.15	c *     365           4143         257        20      -48835.0000     -212068.0000    334.25%
6452.43/365.44	c *     365           4179         255        20      -48836.0000     -212068.0000    334.25%
6458.22/365.70	c *     366           4179         255        20      -48837.0000     -212068.0000    334.24%
6464.64/366.08	c *     366           4179         255        20      -48838.0000     -212068.0000    334.23%
6471.32/366.42	c *     366           4179         255        20      -48839.0000     -212068.0000    334.22%
6477.10/366.77	c *     367           4231         255        20      -48840.0000     -212068.0000    334.21%
6483.44/367.12	c *     367           4231         255        20      -48841.0000     -212068.0000    334.20%
6490.38/367.46	c *     367           4231         255        20      -48843.0000     -212068.0000    334.18%
6497.70/367.87	c *     368           3456         272        20      -48844.0000     -212068.0000    334.17%
6505.39/368.22	c *     368           3456         272        20      -48845.0000     -212068.0000    334.17%
6512.66/368.63	c *     369           3456         272        20      -48846.0000     -212068.0000    334.16%
6512.66/368.63	c       369           3456         272        20      -48846.0000     -212068.0000    334.16%
6522.73/369.15	c *     369           3487         275        20      -48847.0000     -212068.0000    334.15%
6527.52/369.49	c *     370           3487         275        20      -48848.0000     -212068.0000    334.14%
6536.82/369.92	c *     370           3487         275        20      -48849.0000     -212068.0000    334.13%
6541.39/370.19	c *     370           3536         295        20      -48850.0000     -212068.0000    334.12%
6544.29/370.34	c *     370           3536         295        20      -48851.0000     -212068.0000    334.11%
6550.05/370.62	c *     371           3536         295        20      -48852.0000     -212068.0000    334.10%
6555.93/370.97	c *     371           3536         295        20      -48853.0000     -212068.0000    334.09%
6561.69/371.26	c *     371           4387         251        20      -48854.0000     -212068.0000    334.09%
6569.53/371.62	c *     372           3570         274        20      -48855.0000     -212068.0000    334.08%
6575.49/371.92	c *     372           3570         274        20      -48856.0000     -212068.0000    334.07%
6581.33/372.28	c *     372           4444         286        20      -48857.0000     -212068.0000    334.06%
6587.21/372.58	c *     373           3625         279        20      -48858.0000     -212068.0000    334.05%
6594.87/372.96	c *     373           3625         279        20      -48859.0000     -212068.0000    334.04%
6602.62/373.38	c *     373           3625         279        20      -48860.0000     -212068.0000    334.03%
6610.42/373.74	c *     374           3679         265        20      -48861.0000     -212068.0000    334.02%
6610.42/373.74	c       374           3679         265        20      -48861.0000     -212068.0000    334.02%
6617.06/374.09	c *     374           3679         265        20      -48862.0000     -212068.0000    334.01%
6625.88/374.51	c *     375           4553         267        20      -48863.0000     -212068.0000    334.01%
6629.83/374.79	c *     375           4553         267        20      -48864.0000     -212068.0000    334.00%
6638.20/375.15	c *     375           3718         294        20      -48865.0000     -212068.0000    333.99%
6643.26/375.49	c *     375           3718         294        20      -48866.0000     -212068.0000    333.98%
6650.93/375.83	c *     376           4634         236        20      -48867.0000     -212068.0000    333.97%
6658.86/376.29	c *     376           4634         236        20      -48868.0000     -212068.0000    333.96%
6666.30/376.69	c *     377           3743         274        20      -48869.0000     -212068.0000    333.95%
6674.84/377.11	c *     377           4694         268        20      -48870.0000     -212068.0000    333.94%
6681.49/377.45	c *     377           4694         268        20      -48871.0000     -212068.0000    333.93%
6687.18/377.78	c *     378           3797         293        20      -48872.0000     -212068.0000    333.93%
6693.68/378.05	c *     378           4736         253        20      -48873.0000     -212068.0000    333.92%
6698.79/378.32	c *     378           4736         253        20      -48874.0000     -212068.0000    333.91%
6704.57/378.67	c *     379           4736         253        20      -48875.0000     -212068.0000    333.90%
6708.43/378.83	c       379           4736         253        20      -48875.0000     -212068.0000    333.90%
6710.30/378.93	c *     379           3843         312        20      -48876.0000     -212068.0000    333.89%
6716.14/379.29	c *     379           4801         239        20      -48877.0000     -212068.0000    333.88%
6723.67/379.63	c *     380           4801         239        20      -48878.0000     -212068.0000    333.87%
6729.49/379.97	c *     380           4801         239        20      -48879.0000     -212068.0000    333.86%
6736.90/380.31	c *     380           3956         304        20      -48880.0000     -212068.0000    333.85%
6742.53/380.65	c *     381           3956         304        20      -48881.0000     -212068.0000    333.85%
6747.84/381.03	c *     381           3956         304        20      -48882.0000     -212068.0000    333.84%
6757.01/381.42	c *     381           3979         275        20      -48883.0000     -212068.0000    333.83%
6764.25/381.81	c *     382           3979         275        20      -48884.0000     -212068.0000    333.82%
6771.39/382.26	c *     382           3979         275        20      -48885.0000     -212068.0000    333.81%
6780.02/382.78	c *     383           4031         302        20      -48886.0000     -212068.0000    333.80%
6788.13/383.17	c *     383           4031         302        20      -48887.0000     -212068.0000    333.79%
6793.01/383.45	c *     383           4031         302        20      -48888.0000     -212068.0000    333.78%
6798.67/383.79	c *     384           4091         314        20      -48889.0000     -212068.0000    333.77%
6800.56/383.85	c       384           4091         314        20      -48889.0000     -212068.0000    333.77%
6805.28/384.12	c *     384           4091         314        20      -48890.0000     -212068.0000    333.77%
6813.46/384.57	c *     385           4091         314        20      -48891.0000     -212068.0000    333.76%
6820.61/385.03	c *     385           4131         307        20      -48892.0000     -212068.0000    333.75%
6829.87/385.42	c *     385           4131         307        20      -48893.0000     -212068.0000    333.74%
6836.90/385.88	c *     386           4131         307        20      -48894.0000     -212068.0000    333.73%
6845.83/386.34	c *     386           5105         254        20      -48895.0000     -212068.0000    333.72%
6851.59/386.69	c *     387           5105         254        20      -48896.0000     -212068.0000    333.71%
6857.19/387.02	c *     387           5105         254        20      -48897.0000     -212068.0000    333.70%
6864.97/387.37	c *     387           5154         253        20      -48898.0000     -212068.0000    333.69%
6872.52/387.77	c *     388           5154         253        20      -48899.0000     -212068.0000    333.69%
6878.97/388.10	c *     388           5154         253        20      -48900.0000     -212068.0000    333.68%
6887.99/388.51	c *     389           4276         295        20      -48901.0000     -212068.0000    333.67%
6895.88/388.99	c *     389           4276         295        20      -48902.0000     -212068.0000    333.66%
6895.88/388.99	c       389           4276         295        20      -48902.0000     -212068.0000    333.66%
6903.70/389.37	c *     389           4276         295        20      -48903.0000     -212068.0000    333.65%
6911.31/389.72	c *     390           4309         304        20      -48904.0000     -212068.0000    333.64%
6917.93/390.13	c *     390           4309         304        20      -48905.0000     -212068.0000    333.63%
6924.76/390.46	c *     390           4309         304        20      -48906.0000     -212068.0000    333.62%
6934.12/390.93	c *     391           5285         233        20      -48907.0000     -212068.0000    333.61%
6941.79/391.38	c *     391           5285         233        20      -48908.0000     -212068.0000    333.61%
6949.57/391.80	c *     392           5285         233        20      -48909.0000     -212068.0000    333.60%
6958.03/392.16	c *     392           4385         236        20      -48910.0000     -212068.0000    333.59%
6968.95/392.71	c *     393           4385         236        20      -48911.0000     -212068.0000    333.58%
6975.65/393.07	c *     393           5356         288        20      -48912.0000     -212068.0000    333.57%
6990.75/393.85	c *     394           4464         180        20      -48913.0000     -212068.0000    333.56%
6997.45/394.18	c *     394           5385         244        20      -48914.0000     -212068.0000    333.55%
6997.45/394.18	c       394           5385         244        20      -48914.0000     -212068.0000    333.55%
7008.16/394.77	c *     395           4548         179        20      -48915.0000     -212068.0000    333.54%
7014.61/395.04	c *     395           4548         179        20      -48916.0000     -212068.0000    333.54%
7023.70/395.55	c *     396           4626         198        20      -48917.0000     -212068.0000    333.53%
7031.56/395.97	c *     396           4626         198        20      -48918.0000     -212068.0000    333.52%
7039.13/396.31	c *     396           5504         286        20      -48919.0000     -212068.0000    333.51%
7048.63/396.80	c *     397           4715         195        20      -48920.0000     -212068.0000    333.50%
7053.10/397.14	c *     397           4715         195        20      -48921.0000     -212068.0000    333.49%
7060.08/397.48	c *     397           5555         233        20      -48922.0000     -212068.0000    333.48%
7067.52/397.87	c *     398           4813         181        20      -48923.0000     -212068.0000    333.47%
7074.73/398.27	c *     398           4813         181        20      -48924.0000     -212068.0000    333.46%
7083.83/398.73	c *     399           5622         286        20      -48925.0000     -212068.0000    333.46%
7090.23/399.09	c *     399           4896         179        20      -48926.0000     -212068.0000    333.45%
7093.23/399.21	c       399           4896         179        20      -48926.0000     -212068.0000    333.45%
7095.17/399.36	c *     399           4896         179        20      -48927.0000     -212068.0000    333.44%
7102.86/399.70	c *     400           5649         249        20      -48928.0000     -212068.0000    333.43%
7109.26/400.09	c *     400           4982         179        20      -48929.0000     -212068.0000    333.42%
7113.80/400.38	c *     400           4982         179        20      -48930.0000     -212068.0000    333.41%
7121.65/400.75	c *     401           5695         255        20      -48931.0000     -212068.0000    333.40%
7128.30/401.09	c *     401           5695         255        20      -48932.0000     -212068.0000    333.39%
7135.32/401.44	c *     401           5042         198        20      -48933.0000     -212068.0000    333.38%
7167.81/403.07	c *     403           5753         285        20      -48934.0000     -212068.0000    333.38%
7174.73/403.41	c *     403           5753         285        20      -48935.0000     -212068.0000    333.37%
7184.65/403.99	c *     404           5145         215        20      -48937.0000     -212068.0000    333.35%
7192.39/404.31	c       404           5145         215        20      -48937.0000     -212068.0000    333.35%
7192.39/404.38	c *     404           5145         215        20      -48938.0000     -212068.0000    333.34%
7202.17/404.86	c *     405           5797         232        20      -48939.0000     -212068.0000    333.33%
7209.86/405.21	c *     405           5192         213        20      -48940.0000     -212068.0000    333.32%
7213.82/405.49	c *     405           5192         213        20      -48941.0000     -212068.0000    333.31%
7221.68/405.85	c *     406           5192         213        20      -48942.0000     -212068.0000    333.30%
7229.35/406.24	c *     406           5192         213        20      -48943.0000     -212068.0000    333.30%
7235.20/406.58	c *     407           5192         213        20      -48944.0000     -212068.0000    333.29%
7245.89/407.09	c *     407           5192         213        20      -48945.0000     -212068.0000    333.28%
7256.50/407.67	c *     408           5192         213        20      -48946.0000     -212068.0000    333.27%
7262.42/408.02	c *     408           5192         213        20      -48947.0000     -212068.0000    333.26%
7270.27/408.38	c *     408           5192         213        20      -48948.0000     -212068.0000    333.25%
7280.12/408.82	c *     409           5192         213        20      -48949.0000     -212068.0000    333.24%
7287.78/409.23	c *     409           5192         213        20      -48950.0000     -212068.0000    333.23%
7289.49/409.35	c       409           5192         213        20      -48950.0000     -212068.0000    333.23%
7295.29/409.69	c *     410           5192         213        20      -48951.0000     -212068.0000    333.23%
7305.67/410.16	c *     410           5192         213        20      -48952.0000     -212068.0000    333.22%
7310.72/410.50	c *     410           5192         213        20      -48953.0000     -212068.0000    333.21%
7320.50/410.96	c *     411           6058         275        20      -48954.0000     -212068.0000    333.20%
7323.18/411.09	c *     411           6058         275        20      -48956.0000     -212068.0000    333.18%
7346.24/412.24	c *     412           6058         275        20      -48957.0000     -212068.0000    333.17%
7355.95/412.73	c *     413           5278         254        20      -48958.0000     -212068.0000    333.16%
7362.52/413.12	c *     413           5278         254        20      -48959.0000     -212068.0000    333.15%
7371.22/413.54	c *     414           5278         254        20      -48960.0000     -212068.0000    333.15%
7377.10/413.89	c *     414           5278         254        20      -48961.0000     -212068.0000    333.14%
7384.70/414.24	c *     414           5278         254        20      -48962.0000     -212068.0000    333.13%
7392.57/414.60	c       415           5278         254        20      -48962.0000     -212068.0000    333.13%
7396.38/414.80	c *     415           5278         254        20      -48963.0000     -212068.0000    333.12%
7402.59/415.19	c *     415           5278         254        20      -48964.0000     -212068.0000    333.11%
7411.21/415.68	c *     416           5278         254        20      -48965.0000     -212068.0000    333.10%
7420.05/416.11	c *     416           5278         254        20      -48966.0000     -212068.0000    333.09%
7426.73/416.47	c *     416           5278         254        20      -48967.0000     -212068.0000    333.08%
7441.08/417.15	c *     417           5278         254        20      -48968.0000     -212068.0000    333.07%
7446.17/417.49	c *     418           5278         254        20      -48969.0000     -212068.0000    333.07%
7454.06/417.83	c *     418           5278         254        20      -48970.0000     -212068.0000    333.06%
7461.67/418.27	c *     418           6296         283        20      -48971.0000     -212068.0000    333.05%
7469.35/418.63	c *     419           6296         283        20      -48972.0000     -212068.0000    333.04%
7479.91/419.18	c *     419           5279         253        20      -48973.0000     -212068.0000    333.03%
7486.80/419.59	c *     420           6337         259        20      -48974.0000     -212068.0000    333.02%
7488.68/419.67	c       420           6337         259        20      -48974.0000     -212068.0000    333.02%
7494.31/419.94	c *     420           5353         256        20      -48975.0000     -212068.0000    333.01%
7500.03/420.28	c *     420           5353         256        20      -48976.0000     -212068.0000    333.00%
7509.29/420.73	c *     421           6384         221        20      -48977.0000     -212068.0000    333.00%
7515.81/421.12	c *     421           5429         274        20      -48978.0000     -212068.0000    332.99%
7526.86/421.64	c *     422           6459         247        20      -48979.0000     -212068.0000    332.98%
7532.73/422.00	c *     422           6459         247        20      -48980.0000     -212068.0000    332.97%
7540.63/422.37	c *     422           6459         247        20      -48982.0000     -212068.0000    332.95%
7544.53/422.57	c *     423           6459         247        20      -48990.0000     -212068.0000    332.88%
7558.25/423.24	c *     423           5558         197        20      -48992.0000     -212068.0000    332.86%
7568.10/423.71	c *     424           5558         197        20      -48993.0000     -212068.0000    332.85%
7574.82/424.08	c *     424           5558         197        20      -48994.0000     -212068.0000    332.84%
7583.80/424.51	c *     425           5558         197        20      -48995.0000     -212068.0000    332.84%
7589.47/424.82	c       425           6537         304        20      -48995.0000     -212068.0000    332.84%
7591.36/424.93	c *     425           6537         304        20      -48996.0000     -212068.0000    332.83%
7594.05/425.10	c *     425           6537         304        20      -48999.0000     -212068.0000    332.80%
7600.99/425.47	c *     425           5630         215        20      -49000.0000     -212068.0000    332.79%
7610.67/425.98	c *     426           6573         280        20      -49001.0000     -212068.0000    332.78%
7621.96/426.50	c *     427           6573         280        20      -49002.0000     -212068.0000    332.77%
7629.89/426.94	c *     427           6573         280        20      -49003.0000     -212068.0000    332.77%
7635.79/427.29	c *     427           6573         280        20      -49004.0000     -212068.0000    332.76%
7643.68/427.64	c *     428           6573         280        20      -49005.0000     -212068.0000    332.75%
7649.42/428.01	c *     428           5806         189        20      -49006.0000     -212068.0000    332.74%
7657.08/428.38	c *     428           5806         189        20      -49007.0000     -212068.0000    332.73%
7664.96/428.73	c *     429           6627         273        20      -49008.0000     -212068.0000    332.72%
7671.75/429.10	c *     429           5858         186        20      -49009.0000     -212068.0000    332.71%
7678.42/429.50	c *     430           5858         186        20      -49011.0000     -212068.0000    332.69%
7688.25/429.91	c       430           5891         187        20      -49011.0000     -212068.0000    332.69%
7688.25/430.02	c *     430           5891         187        20      -49013.0000     -212068.0000    332.68%
7697.69/430.43	c *     430           5891         187        20      -49014.0000     -212068.0000    332.67%
7713.38/431.29	c *     431           5952         197        20      -49015.0000     -212068.0000    332.66%
7725.26/431.88	c *     432           5952         197        20      -49016.0000     -212068.0000    332.65%
7736.98/432.48	c *     432           6774         273        20      -49017.0000     -212068.0000    332.64%
7744.85/432.86	c *     433           6774         273        20      -49018.0000     -212068.0000    332.63%
7758.60/433.53	c *     434           6092         196        20      -49019.0000     -212068.0000    332.62%
7766.39/433.94	c *     434           6092         196        20      -49020.0000     -212068.0000    332.62%
7774.13/434.35	c *     434           6092         196        20      -49021.0000     -212068.0000    332.61%
7781.93/434.76	c *     435           6092         196        20      -49022.0000     -212068.0000    332.60%
7788.70/435.07	c       435           6092         196        20      -49022.0000     -212068.0000    332.60%
7791.84/435.29	c *     435           6092         196        20      -49023.0000     -212068.0000    332.59%
7801.69/435.74	c *     436           6861         302        20      -49024.0000     -212068.0000    332.58%
7811.60/436.27	c *     436           6133         205        20      -49025.0000     -212068.0000    332.57%
7819.40/436.61	c *     437           6939         250        20      -49026.0000     -212068.0000    332.56%
7825.37/436.96	c *     437           6218         236        20      -49027.0000     -212068.0000    332.55%
7834.81/437.41	c *     437           6218         236        20      -49028.0000     -212068.0000    332.54%
7842.13/437.90	c *     438           7002         304        20      -49029.0000     -212068.0000    332.54%
7851.10/438.39	c *     438           6269         183        20      -49030.0000     -212068.0000    332.53%
7858.50/438.78	c *     439           6269         183        20      -49031.0000     -212068.0000    332.52%
7867.75/439.28	c *     439           7040         302        20      -49032.0000     -212068.0000    332.51%
7875.43/439.64	c *     440           6310         196        20      -49033.0000     -212068.0000    332.50%
7881.37/439.97	c *     440           6310         196        20      -49034.0000     -212068.0000    332.49%
7888.95/440.34	c *     440           7078         245        20      -49035.0000     -212068.0000    332.48%
7888.95/440.34	c       440           7078         245        20      -49035.0000     -212068.0000    332.48%
7898.68/440.87	c *     441           7078         245        20      -49036.0000     -212068.0000    332.47%
7908.56/441.37	c *     441           7078         245        20      -49037.0000     -212068.0000    332.47%
7918.46/441.81	c *     442           7078         245        20      -49038.0000     -212068.0000    332.46%
7918.46/441.88	c *     442           7078         245        20      -49039.0000     -212068.0000    332.45%
7932.17/442.51	c *     443           7078         245        20      -49040.0000     -212068.0000    332.44%
7942.52/443.03	c *     443           7078         245        20      -49041.0000     -212068.0000    332.43%
7949.69/443.43	c *     443           7078         245        20      -49042.0000     -212068.0000    332.42%
7957.47/443.87	c *     444           7078         245        20      -49043.0000     -212068.0000    332.41%
7967.24/444.40	c *     444           7078         245        20      -49044.0000     -212068.0000    332.40%
7981.42/445.04	c *     445           6596         198        20      -49045.0000     -212068.0000    332.39%
7990.71/445.55	c *     446           6596         198        20      -49046.0000     -212068.0000    332.39%
7990.71/445.55	c       446           6596         198        20      -49046.0000     -212068.0000    332.39%
7996.64/445.89	c *     446           6596         198        20      -49047.0000     -212068.0000    332.38%
8004.52/446.27	c *     446           6596         198        20      -49048.0000     -212068.0000    332.37%
8016.19/446.84	c *     447           7085         254        20      -49049.0000     -212068.0000    332.36%
8022.56/447.16	c *     447           7085         254        20      -49050.0000     -212068.0000    332.35%
8029.67/447.56	c *     448           6658         205        20      -49051.0000     -212068.0000    332.34%
8035.45/447.82	c *     448           7086         253        20      -49052.0000     -212068.0000    332.33%
8043.06/448.23	c *     448           7086         253        20      -49053.0000     -212068.0000    332.32%
8052.95/448.72	c *     449           7086         253        20      -49054.0000     -212068.0000    332.32%
8064.77/449.34	c *     449           7086         253        20      -49055.0000     -212068.0000    332.31%
8070.66/449.69	c *     450           7086         253        20      -49056.0000     -212068.0000    332.30%
8074.52/449.87	c *     450           7086         253        20      -49058.0000     -212068.0000    332.28%
8088.37/450.57	c *     451           6727         191        20      -49059.0000     -212068.0000    332.27%
8088.37/450.57	c       451           6727         191        20      -49059.0000     -212068.0000    332.27%
8094.32/450.87	c *     451           6727         191        20      -49060.0000     -212068.0000    332.26%
8102.22/451.22	c *     451           6727         191        20      -49061.0000     -212068.0000    332.25%
8128.02/452.52	c *     453           6727         191        20      -49062.0000     -212068.0000    332.24%
8133.97/452.86	c *     453           6727         191        20      -49063.0000     -212068.0000    332.24%
8141.87/453.20	c *     453           6727         191        20      -49064.0000     -212068.0000    332.23%
8147.81/453.54	c *     454           6727         191        20      -49065.0000     -212068.0000    332.22%
8155.56/453.90	c *     454           7213         263        20      -49066.0000     -212068.0000    332.21%
8163.21/454.30	c *     454           6764         197        20      -49067.0000     -212068.0000    332.20%
8169.08/454.65	c *     455           6764         197        20      -49068.0000     -212068.0000    332.19%
8174.78/454.99	c *     455           6764         197        20      -49069.0000     -212068.0000    332.18%
8190.36/455.72	c       456           6764         197        20      -49069.0000     -212068.0000    332.18%
8194.33/456.00	c *     456           6764         197        20      -49070.0000     -212068.0000    332.17%
8202.23/456.35	c *     456           7314         241        20      -49071.0000     -212068.0000    332.17%
8212.04/456.88	c *     457           6765         196        20      -49072.0000     -212068.0000    332.16%
8219.80/457.23	c *     457           6765         196        20      -49073.0000     -212068.0000    332.15%
8227.75/457.69	c *     458           6793         198        20      -49074.0000     -212068.0000    332.14%
8236.52/458.07	c *     458           6793         198        20      -49075.0000     -212068.0000    332.13%
8243.38/458.44	c *     458           6793         198        20      -49076.0000     -212068.0000    332.12%
8249.22/458.78	c *     459           7462         294        20      -49077.0000     -212068.0000    332.11%
8252.68/458.91	c *     459           7462         294        20      -49078.0000     -212068.0000    332.10%
8262.00/459.46	c *     459           7462         294        20      -49079.0000     -212068.0000    332.10%
8270.82/459.92	c *     460           7482         242        20      -49080.0000     -212068.0000    332.09%
8275.46/460.18	c *     460           7482         242        20      -49081.0000     -212068.0000    332.08%
8280.57/460.46	c *     460           7482         242        20      -49083.0000     -212068.0000    332.06%
8286.47/460.75	c *     461           7482         242        20      -49084.0000     -212068.0000    332.05%
8286.47/460.75	c       461           7482         242        20      -49084.0000     -212068.0000    332.05%
8292.88/461.10	c *     461           6966         218        20      -49085.0000     -212068.0000    332.04%
8294.73/461.17	c *     461           6966         218        20      -49086.0000     -212068.0000    332.03%
8299.96/461.46	c *     461           6966         218        20      -49087.0000     -212068.0000    332.02%
8307.77/461.81	c *     462           6966         218        20      -49088.0000     -212068.0000    332.02%
8317.56/462.33	c *     462           7014         217        20      -49089.0000     -212068.0000    332.01%
8323.38/462.67	c *     463           7014         217        20      -49090.0000     -212068.0000    332.00%
8328.97/462.90	c *     463           7014         217        20      -49091.0000     -212068.0000    331.99%
8334.64/463.25	c *     463           7014         217        20      -49092.0000     -212068.0000    331.98%
8348.40/463.92	c *     464           7657         256        20      -49094.0000     -212068.0000    331.96%
8354.30/464.29	c *     464           7057         209        20      -49096.0000     -212068.0000    331.95%
8362.09/464.66	c *     465           7737         281        20      -49097.0000     -212068.0000    331.94%
8367.72/464.99	c *     465           7737         281        20      -49098.0000     -212068.0000    331.93%
8370.29/465.05	c *     465           7737         281        20      -49099.0000     -212068.0000    331.92%
8375.18/465.40	c *     465           7101         217        20      -49100.0000     -212068.0000    331.91%
8383.02/465.71	c *     466           7781         274        20      -49105.0000     -212068.0000    331.87%
8389.70/466.08	c *     466           7781         274        20      -49107.0000     -212068.0000    331.85%
8389.70/466.08	c       466           7781         274        20      -49107.0000     -212068.0000    331.85%
8402.77/466.70	c *     467           7781         274        20      -49108.0000     -212068.0000    331.84%
8414.54/467.30	c *     467           7781         274        20      -49109.0000     -212068.0000    331.83%
8422.31/467.74	c *     468           7141         200        20      -49110.0000     -212068.0000    331.82%
8429.18/468.08	c *     468           7141         200        20      -49111.0000     -212068.0000    331.81%
8434.12/468.37	c *     468           7801         224        20      -49112.0000     -212068.0000    331.80%
8439.95/468.66	c *     469           7801         224        20      -49113.0000     -212068.0000    331.80%
8448.06/469.06	c *     469           7801         224        20      -49114.0000     -212068.0000    331.79%
8453.25/469.34	c *     469           7194         217        20      -49115.0000     -212068.0000    331.78%
8459.15/469.62	c *     470           7194         217        20      -49116.0000     -212068.0000    331.77%
8467.77/470.08	c *     470           7194         217        20      -49117.0000     -212068.0000    331.76%
8472.93/470.36	c *     470           7194         217        20      -49118.0000     -212068.0000    331.75%
8484.70/470.94	c *     471           7882         274        20      -49120.0000     -212068.0000    331.73%
8490.57/471.25	c *     471           7882         274        20      -49121.0000     -212068.0000    331.73%
8490.57/471.25	c       471           7882         274        20      -49121.0000     -212068.0000    331.73%
8500.54/471.75	c *     472           7950         256        20      -49122.0000     -212068.0000    331.72%
8522.08/472.82	c *     473           7264         217        20      -49123.0000     -212068.0000    331.71%
8528.70/473.15	c *     473           7264         217        20      -49124.0000     -212068.0000    331.70%
8533.83/473.43	c *     473           7264         217        20      -49125.0000     -212068.0000    331.69%
8539.68/473.71	c *     474           7264         217        20      -49126.0000     -212068.0000    331.68%
8545.94/474.12	c *     474           7264         217        20      -49127.0000     -212068.0000    331.67%
8552.90/474.45	c *     474           8058         234        20      -49128.0000     -212068.0000    331.66%
8560.41/474.82	c *     475           7329         189        20      -49129.0000     -212068.0000    331.66%
8565.20/475.10	c *     475           7329         189        20      -49130.0000     -212068.0000    331.65%
8575.93/475.60	c *     476           8097         233        20      -49131.0000     -212068.0000    331.64%
8584.02/476.07	c *     476           8097         233        20      -49132.0000     -212068.0000    331.63%
8589.21/476.32	c *     476           8097         233        20      -49133.0000     -212068.0000    331.62%
8589.21/476.32	c       476           8097         233        20      -49133.0000     -212068.0000    331.62%
8599.11/476.85	c *     477           8097         233        20      -49134.0000     -212068.0000    331.61%
8606.86/477.23	c *     477           7394         196        20      -49136.0000     -212068.0000    331.59%
8614.12/477.66	c *     478           7394         196        20      -49137.0000     -212068.0000    331.59%
8622.73/478.06	c *     478           8137         226        20      -49138.0000     -212068.0000    331.58%
8627.66/478.38	c *     478           7428         186        20      -49139.0000     -212068.0000    331.57%
8635.12/478.78	c *     479           7428         186        20      -49140.0000     -212068.0000    331.56%
8636.91/478.85	c *     479           7428         186        20      -49141.0000     -212068.0000    331.55%
8644.14/479.25	c *     479           7462         192        20      -49142.0000     -212068.0000    331.54%
8651.62/479.63	c *     480           7462         192        20      -49143.0000     -212068.0000    331.53%
8659.94/480.04	c *     480           7462         192        20      -49144.0000     -212068.0000    331.52%
8668.71/480.57	c *     481           8258         259        20      -49145.0000     -212068.0000    331.51%
8679.26/481.10	c *     481           8258         259        20      -49146.0000     -212068.0000    331.51%
8684.23/481.38	c       481           7509         189        20      -49146.0000     -212068.0000    331.51%
8688.13/481.50	c *     482           7509         189        20      -49147.0000     -212068.0000    331.50%
8693.95/481.84	c *     482           7509         189        20      -49148.0000     -212068.0000    331.49%
8701.68/482.24	c *     482           7509         189        20      -49149.0000     -212068.0000    331.48%
8711.09/482.71	c *     483           8305         234        20      -49150.0000     -212068.0000    331.47%
8717.46/483.07	c *     483           7536         186        20      -49151.0000     -212068.0000    331.46%
8724.49/483.49	c *     483           7536         186        20      -49152.0000     -212068.0000    331.45%
8733.61/483.99	c *     484           8371         286        20      -49153.0000     -212068.0000    331.44%
8742.72/484.41	c *     484           7583         183        20      -49154.0000     -212068.0000    331.44%
8746.55/484.68	c *     485           7583         183        20      -49155.0000     -212068.0000    331.43%
8754.70/485.08	c *     485           8396         273        20      -49156.0000     -212068.0000    331.42%
8761.65/485.44	c *     485           8396         273        20      -49157.0000     -212068.0000    331.41%
8771.35/485.91	c *     486           8396         273        20      -49158.0000     -212068.0000    331.40%
8771.35/486.00	c *     486           8396         273        20      -49159.0000     -212068.0000    331.39%
8779.07/486.31	c *     486           8396         273        20      -49160.0000     -212068.0000    331.38%
8781.05/486.45	c       486           7661         189        20      -49160.0000     -212068.0000    331.38%
8785.02/486.65	c *     487           7661         189        20      -49162.0000     -212068.0000    331.37%
8793.01/487.06	c *     487           7661         189        20      -49163.0000     -212068.0000    331.36%
8799.99/487.46	c *     487           8436         246        20      -49164.0000     -212068.0000    331.35%
8809.00/487.91	c *     488           8436         246        20      -49165.0000     -212068.0000    331.34%
8814.72/488.25	c *     488           8436         246        20      -49166.0000     -212068.0000    331.33%
8818.08/488.43	c *     488           8436         246        20      -49167.0000     -212068.0000    331.32%
8823.85/488.71	c *     489           8436         246        20      -49168.0000     -212068.0000    331.31%
8827.74/489.04	c *     489           7726         182        20      -49169.0000     -212068.0000    331.30%
8835.11/489.36	c *     489           7726         182        20      -49170.0000     -212068.0000    331.30%
8842.36/489.75	c *     490           8468         225        20      -49171.0000     -212068.0000    331.29%
8855.78/490.41	c *     490           7756         188        20      -49172.0000     -212068.0000    331.28%
8861.73/490.74	c *     491           7756         188        20      -49173.0000     -212068.0000    331.27%
8868.39/491.11	c *     491           7791         182        20      -49174.0000     -212068.0000    331.26%
8873.47/491.40	c *     491           7791         182        20      -49175.0000     -212068.0000    331.25%
8877.40/491.57	c       492           7791         182        20      -49175.0000     -212068.0000    331.25%
8881.36/491.79	c *     492           7791         182        20      -49176.0000     -212068.0000    331.24%
8890.10/492.18	c *     492           8567         234        20      -49177.0000     -212068.0000    331.23%
8900.52/492.71	c *     493           7836         184        20      -49178.0000     -212068.0000    331.23%
8907.22/493.12	c *     493           7836         184        20      -49179.0000     -212068.0000    331.22%
8915.90/493.57	c *     494           7836         184        20      -49180.0000     -212068.0000    331.21%
8921.69/493.84	c *     494           7836         184        20      -49181.0000     -212068.0000    331.20%
8931.42/494.32	c *     494           8694         233        20      -49182.0000     -212068.0000    331.19%
8935.36/494.56	c *     495           8694         233        20      -49183.0000     -212068.0000    331.18%
8945.48/495.04	c *     495           7868         203        20      -49184.0000     -212068.0000    331.17%
8952.49/495.44	c *     495           8785         273        20      -49185.0000     -212068.0000    331.16%
8958.30/495.80	c *     496           8785         273        20      -49186.0000     -212068.0000    331.16%
8964.89/496.09	c *     496           8785         273        20      -49187.0000     -212068.0000    331.15%
8975.72/496.67	c       497           7985         181        20      -49187.0000     -212068.0000    331.15%
8977.71/496.79	c *     497           7985         181        20      -49188.0000     -212068.0000    331.14%
8986.31/497.16	c *     497           7985         181        20      -49189.0000     -212068.0000    331.13%
8993.20/497.54	c *     498           7985         181        20      -49190.0000     -212068.0000    331.12%
9000.73/497.95	c *     498           8054         179        20      -49191.0000     -212068.0000    331.11%
9008.25/498.31	c *     498           8054         179        20      -49192.0000     -212068.0000    331.10%
9014.07/498.69	c *     499           8054         179        20      -49193.0000     -212068.0000    331.09%
9024.64/499.16	c *     499           8111         177        20      -49194.0000     -212068.0000    331.09%
9032.97/499.61	c *     500           8111         177        20      -49195.0000     -212068.0000    331.08%
9041.13/500.04	c *     500           8111         177        20      -49196.0000     -212068.0000    331.07%
9046.49/500.39	c *     500           8968         255        20      -49197.0000     -212068.0000    331.06%
9054.05/500.77	c *     501           8968         255        20      -49198.0000     -212068.0000    331.05%
9062.56/501.16	c *     501           8968         255        20      -49199.0000     -212068.0000    331.04%
9069.66/501.53	c *     502           8968         255        20      -49200.0000     -212068.0000    331.03%
9071.61/501.69	c       502           8968         255        20      -49200.0000     -212068.0000    331.03%
9075.45/501.89	c *     502           8968         255        20      -49201.0000     -212068.0000    331.02%
9083.29/502.22	c *     502           8968         255        20      -49202.0000     -212068.0000    331.01%
9089.13/502.59	c *     503           8968         255        20      -49203.0000     -212068.0000    331.01%
9096.79/502.98	c *     503           8968         255        20      -49204.0000     -212068.0000    331.00%
9104.51/503.39	c *     503           8968         255        20      -49205.0000     -212068.0000    330.99%
9110.24/503.67	c *     504           8968         255        20      -49206.0000     -212068.0000    330.98%
9122.09/504.20	c *     504           8968         255        20      -49207.0000     -212068.0000    330.97%
9126.04/504.47	c *     504           8968         255        20      -49208.0000     -212068.0000    330.96%
9143.67/505.33	c *     505           8968         255        20      -49209.0000     -212068.0000    330.95%
9149.39/505.60	c *     506           8968         255        20      -49210.0000     -212068.0000    330.94%
9153.25/505.89	c *     506           8968         255        20      -49211.0000     -212068.0000    330.94%
9160.77/506.25	c *     506           8367         193        20      -49212.0000     -212068.0000    330.93%
9168.35/506.61	c *     507           8367         193        20      -49213.0000     -212068.0000    330.92%
9172.30/506.89	c *     507           8367         193        20      -49214.0000     -212068.0000    330.91%
9172.30/506.89	c       507           8367         193        20      -49214.0000     -212068.0000    330.91%
9179.91/507.23	c *     507           8988         275        20      -49215.0000     -212068.0000    330.90%
9185.68/507.57	c *     508           8988         275        20      -49216.0000     -212068.0000    330.89%
9192.99/507.97	c *     508           8988         275        20      -49217.0000     -212068.0000    330.88%
9200.55/508.31	c *     508           8988         275        20      -49218.0000     -212068.0000    330.87%
9208.07/508.78	c *     509           8988         275        20      -49219.0000     -212068.0000    330.87%
9214.37/509.06	c *     509           8420         174        20      -49220.0000     -212068.0000    330.86%
9233.89/510.13	c *     510           8989         274        20      -49221.0000     -212068.0000    330.85%
9240.78/510.50	c *     510           8989         274        20      -49222.0000     -212068.0000    330.84%
9248.63/510.83	c *     511           8989         274        20      -49223.0000     -212068.0000    330.83%
9258.44/511.33	c *     511           8520         177        20      -49224.0000     -212068.0000    330.82%
9264.35/511.66	c *     512           8520         177        20      -49225.0000     -212068.0000    330.81%
9270.26/511.99	c *     512           9010         180        20      -49226.0000     -212068.0000    330.80%
9270.26/511.99	c       512           9010         180        20      -49226.0000     -212068.0000    330.80%
9278.09/512.32	c *     512           9010         180        20      -49227.0000     -212068.0000    330.80%
9284.02/512.64	c *     513           9010         180        20      -49228.0000     -212068.0000    330.79%
9289.94/512.97	c *     513           9010         180        20      -49229.0000     -212068.0000    330.78%
9297.74/513.30	c *     513           9010         180        20      -49230.0000     -212068.0000    330.77%
9303.72/513.63	c *     514           9010         180        20      -49231.0000     -212068.0000    330.76%
9309.63/513.95	c *     514           9010         180        20      -49232.0000     -212068.0000    330.75%
9375.07/517.20	c       517           9010         180        20      -49232.0000     -212068.0000    330.75%
9420.68/519.55	c *     520           8615         179        20      -49233.0000     -212068.0000    330.74%
9426.57/519.82	c *     520           8615         179        20      -49234.0000     -212068.0000    330.73%
9474.11/522.26	c *     522           9128         234        20      -49235.0000     -212068.0000    330.73%
9474.11/522.26	c       522           9128         234        20      -49235.0000     -212068.0000    330.73%
9482.00/522.63	c *     523           9128         234        20      -49236.0000     -212068.0000    330.72%
9495.81/523.32	c *     523           9128         234        20      -49237.0000     -212068.0000    330.71%
9517.56/524.42	c *     524           8733         196        20      -49238.0000     -212068.0000    330.70%
9523.43/524.79	c *     525           8733         196        20      -49239.0000     -212068.0000    330.69%
9530.16/525.13	c *     525           8733         196        20      -49240.0000     -212068.0000    330.68%
9538.92/525.53	c *     526           8733         196        20      -49241.0000     -212068.0000    330.67%
9544.80/525.89	c *     526           8733         196        20      -49242.0000     -212068.0000    330.66%
9574.22/527.35	c *     527           8733         196        20      -49243.0000     -212068.0000    330.66%
9574.22/527.35	c       527           8733         196        20      -49243.0000     -212068.0000    330.66%
9586.06/528.00	c *     528           8733         196        20      -49244.0000     -212068.0000    330.65%
9595.74/528.43	c *     528           9205         243        20      -49245.0000     -212068.0000    330.64%
9601.61/528.78	c *     529           8733         196        20      -49246.0000     -212068.0000    330.63%
9610.39/529.16	c *     529           8733         196        20      -49247.0000     -212068.0000    330.62%
9615.41/529.50	c *     530           8733         196        20      -49248.0000     -212068.0000    330.61%
9624.82/529.96	c *     530           8733         196        20      -49249.0000     -212068.0000    330.60%
9630.66/530.26	c *     530           8733         196        20      -49250.0000     -212068.0000    330.59%
9636.43/530.54	c *     531           8733         196        20      -49251.0000     -212068.0000    330.59%
9642.28/530.81	c *     531           8733         196        20      -49252.0000     -212068.0000    330.58%
9646.88/531.10	c *     531           8733         196        20      -49253.0000     -212068.0000    330.57%
9653.88/531.43	c *     531           8733         196        20      -49254.0000     -212068.0000    330.56%
9661.77/531.82	c *     532           8733         196        20      -49255.0000     -212068.0000    330.55%
9666.46/532.10	c *     532           8733         196        20      -49256.0000     -212068.0000    330.54%
9673.43/532.43	c *     532           8733         196        20      -49257.0000     -212068.0000    330.53%
9673.43/532.43	c       532           8733         196        20      -49257.0000     -212068.0000    330.53%
9681.31/532.84	c *     533           8733         196        20      -49258.0000     -212068.0000    330.52%
9691.23/533.32	c *     533           8733         196        20      -49259.0000     -212068.0000    330.52%
9699.00/533.74	c *     534           8733         196        20      -49260.0000     -212068.0000    330.51%
9710.95/534.36	c *     534           9277         166        20      -49261.0000     -212068.0000    330.50%
9718.78/534.70	c *     535           9277         166        20      -49262.0000     -212068.0000    330.49%
9725.46/535.08	c *     535           9277         166        20      -49263.0000     -212068.0000    330.48%
9732.52/535.43	c *     535           9277         166        20      -49264.0000     -212068.0000    330.47%
9738.42/535.71	c *     536           9277         166        20      -49265.0000     -212068.0000    330.46%
9745.08/536.06	c *     536           8734         193        20      -49266.0000     -212068.0000    330.46%
9754.28/536.53	c *     537           8734         193        20      -49267.0000     -212068.0000    330.45%
9762.38/536.95	c *     537           8734         193        20      -49268.0000     -212068.0000    330.44%
9768.16/537.27	c *     537           9395         269        20      -49269.0000     -212068.0000    330.43%
9773.99/537.55	c *     538           9395         269        20      -49270.0000     -212068.0000    330.42%
9773.99/537.55	c       538           9395         269        20      -49270.0000     -212068.0000    330.42%
9786.45/538.15	c *     538           9395         269        20      -49271.0000     -212068.0000    330.41%
9791.70/538.43	c *     538           9395         269        20      -49272.0000     -212068.0000    330.40%
9797.61/538.72	c *     539           9395         269        20      -49273.0000     -212068.0000    330.39%
9804.25/539.09	c *     539           8823         200        20      -49274.0000     -212068.0000    330.39%
9809.42/539.39	c *     539           9396         268        20      -49275.0000     -212068.0000    330.38%
9817.27/539.70	c *     540           9396         268        20      -49276.0000     -212068.0000    330.37%
9824.00/540.08	c *     540           8872         208        20      -49277.0000     -212068.0000    330.36%
9824.00/540.14	c *     540           8872         208        20      -49278.0000     -212068.0000    330.35%
9830.87/540.47	c *     540           8872         208        20      -49280.0000     -212068.0000    330.33%
9836.82/540.80	c *     541           9477         307        20      -49281.0000     -212068.0000    330.32%
9845.27/541.17	c *     541           8881         195        20      -49283.0000     -212068.0000    330.31%
9852.47/541.54	c *     542           8881         195        20      -49284.0000     -212068.0000    330.30%
9859.98/541.92	c *     542           9523         286        20      -49285.0000     -212068.0000    330.29%
9867.42/542.38	c *     542           8887         197        20      -49286.0000     -212068.0000    330.28%
9874.96/542.77	c       543           8887         197        20      -49286.0000     -212068.0000    330.28%
9874.96/542.77	c *     543           8887         197        20      -49287.0000     -212068.0000    330.27%
9876.71/542.84	c *     543           8887         197        20      -49288.0000     -212068.0000    330.26%
9883.22/543.15	c *     543           9569         325        20      -49289.0000     -212068.0000    330.25%
9888.31/543.48	c *     543           8985         194        20      -49291.0000     -212068.0000    330.24%
9896.01/543.85	c *     544           8985         194        20      -49292.0000     -212068.0000    330.23%
9902.59/544.17	c *     544           9611         286        20      -49294.0000     -212068.0000    330.21%
9927.21/545.43	c *     545           8993         193        20      -49295.0000     -212068.0000    330.20%
9934.98/545.81	c *     546           8993         193        20      -49296.0000     -212068.0000    330.19%
9944.66/546.34	c *     546           8993         193        20      -49297.0000     -212068.0000    330.18%
9956.46/546.90	c *     547           8993         193        20      -49298.0000     -212068.0000    330.18%
9962.31/547.22	c *     547           8993         193        20      -49299.0000     -212068.0000    330.17%
9968.08/547.60	c *     548           8993         193        20      -49300.0000     -212068.0000    330.16%
9973.89/547.82	c       548           8993         193        20      -49300.0000     -212068.0000    330.16%
9973.89/547.89	c *     548           8993         193        20      -49301.0000     -212068.0000    330.15%
9981.66/548.26	c *     548           8993         193        20      -49302.0000     -212068.0000    330.14%
9989.31/548.62	c *     549           8993         193        20      -49303.0000     -212068.0000    330.13%
9995.07/549.02	c *     549           8993         193        20      -49304.0000     -212068.0000    330.12%
10002.66/549.37	c *     549           8993         193        20      -49305.0000     -212068.0000    330.11%
10010.34/549.78	c *     550           8993         193        20      -49306.0000     -212068.0000    330.11%
10024.02/550.44	c *     550           8993         193        20      -49307.0000     -212068.0000    330.10%
10031.73/550.81	c *     551           8993         193        20      -49308.0000     -212068.0000    330.09%
10039.56/551.27	c *     551           8993         193        20      -49309.0000     -212068.0000    330.08%
10049.42/551.70	c *     552           8993         193        20      -49310.0000     -212068.0000    330.07%
10053.55/551.99	c *     552           8993         193        20      -49311.0000     -212068.0000    330.06%
10063.23/552.42	c *     552           8993         193        20      -49312.0000     -212068.0000    330.05%
10068.97/552.76	c *     553           8993         193        20      -49313.0000     -212068.0000    330.04%
10070.72/552.82	c       553           8993         193        20      -49313.0000     -212068.0000    330.04%
10078.07/553.21	c *     553           8993         193        20      -49314.0000     -212068.0000    330.04%
10085.68/553.63	c *     554           8993         193        20      -49315.0000     -212068.0000    330.03%
10091.56/553.91	c *     554           8993         193        20      -49316.0000     -212068.0000    330.02%
10097.41/554.20	c *     554           8993         193        20      -49317.0000     -212068.0000    330.01%
10115.92/555.19	c *     555           8993         193        20      -49318.0000     -212068.0000    330.00%
10122.97/555.58	c *     556           8993         193        20      -49319.0000     -212068.0000    329.99%
10133.52/556.09	c *     556           8993         193        20      -49320.0000     -212068.0000    329.98%
10138.76/556.36	c *     556           8993         193        20      -49321.0000     -212068.0000    329.98%
10146.17/556.71	c *     557           8993         193        20      -49322.0000     -212068.0000    329.97%
10154.36/557.18	c *     557           8993         193        20      -49323.0000     -212068.0000    329.96%
10167.44/557.84	c       558           8993         193        20      -49323.0000     -212068.0000    329.96%
10174.14/558.20	c *     558           8993         193        20      -49324.0000     -212068.0000    329.95%
10181.28/558.57	c *     559           8993         193        20      -49325.0000     -212068.0000    329.94%
10196.99/559.31	c *     559           8993         193        20      -49326.0000     -212068.0000    329.93%
10196.99/559.37	c *     559           8993         193        20      -49330.0000     -212068.0000    329.90%
10204.63/559.76	c *     560           8993         193        20      -49331.0000     -212068.0000    329.89%
10211.42/560.05	c *     560           8993         193        20      -49332.0000     -212068.0000    329.88%
10218.35/560.42	c *     560           8993         193        20      -49333.0000     -212068.0000    329.87%
10224.30/560.76	c *     561           8993         193        20      -49334.0000     -212068.0000    329.86%
10230.90/561.04	c *     561           8993         193        20      -49335.0000     -212068.0000    329.85%
10252.67/562.16	c *     562          10252         307        20      -49336.0000     -212068.0000    329.84%
10259.50/562.51	c *     563          10252         307        20      -49337.0000     -212068.0000    329.84%
10265.44/562.86	c *     563           9023           0        20      -49338.0000     -212068.0000    329.83%
10265.44/562.86	c       563           9023           0        20      -49338.0000     -212068.0000    329.83%
10273.26/563.20	c *     563           9023           0        20      -49339.0000     -212068.0000    329.82%
10283.06/563.76	c *     564          10315         321        20      -49340.0000     -212068.0000    329.81%
10292.38/564.28	c *     564           9024           1        20      -49341.0000     -212068.0000    329.80%
10300.06/564.65	c *     565           9024           1        20      -49342.0000     -212068.0000    329.79%
10308.26/565.12	c *     565          10325         321        20      -49343.0000     -212068.0000    329.78%
10317.20/565.57	c *     566           9044          21        20      -49344.0000     -212068.0000    329.77%
10330.88/566.23	c *     566          10376         240        20      -49345.0000     -212068.0000    329.77%
10336.75/566.58	c *     567           9064          41        20      -49346.0000     -212068.0000    329.76%
10348.93/567.13	c *     567           9064          41        20      -49347.0000     -212068.0000    329.75%
10354.25/567.41	c *     567          10464         326        20      -49348.0000     -212068.0000    329.74%
10368.78/568.18	c *     568          10464         326        20      -49349.0000     -212068.0000    329.73%
10368.78/568.18	c       568          10464         326        20      -49349.0000     -212068.0000    329.73%
10375.54/568.56	c *     569          10464         326        20      -49350.0000     -212068.0000    329.72%
10383.18/568.97	c *     569           9124         101        20      -49351.0000     -212068.0000    329.71%
10390.88/569.31	c *     569           9124         101        20      -49352.0000     -212068.0000    329.70%
10396.83/569.66	c *     570          10505         294        20      -49353.0000     -212068.0000    329.70%
10405.08/570.03	c *     570           9184         161        20      -49354.0000     -212068.0000    329.69%
10410.33/570.38	c *     570           9184         161        20      -49355.0000     -212068.0000    329.68%
10416.19/570.66	c *     571          10574         318        20      -49356.0000     -212068.0000    329.67%
10422.15/570.98	c *     571          10574         318        20      -49357.0000     -212068.0000    329.66%
10427.92/571.26	c *     571           9288         241        20      -49358.0000     -212068.0000    329.65%
10433.83/571.55	c *     572           9288         241        20      -49359.0000     -212068.0000    329.64%
10441.51/571.90	c *     572          10638         264        20      -49360.0000     -212068.0000    329.64%
10449.10/572.33	c *     572          10638         264        20      -49361.0000     -212068.0000    329.63%
10456.75/572.75	c *     573           9332         192        20      -49362.0000     -212068.0000    329.62%
10465.34/573.18	c *     573          10704         317        20      -49363.0000     -212068.0000    329.61%
10472.41/573.53	c *     574          10704         317        20      -49364.0000     -212068.0000    329.60%
10472.41/573.53	c       574          10704         317        20      -49364.0000     -212068.0000    329.60%
10494.14/574.61	c *     575          10762         210        20      -49365.0000     -212068.0000    329.59%
10517.87/575.83	c *     576          10762         210        20      -49366.0000     -212068.0000    329.58%
10525.76/576.27	c *     576           9457         112        20      -49367.0000     -212068.0000    329.57%
10533.36/576.62	c *     577           9457         112        20      -49368.0000     -212068.0000    329.57%
10539.28/576.96	c *     577           9457         112        20      -49369.0000     -212068.0000    329.56%
10546.97/577.33	c *     577          10842         290        20      -49370.0000     -212068.0000    329.55%
10556.81/577.90	c *     578           9491         105        20      -49371.0000     -212068.0000    329.54%
10568.68/578.45	c *     578          10866         261        20      -49372.0000     -212068.0000    329.53%
10576.47/578.83	c *     579          10866         261        20      -49373.0000     -212068.0000    329.52%
10576.47/578.83	c       579          10866         261        20      -49373.0000     -212068.0000    329.52%
10584.35/579.27	c *     579          10886         281        20      -49374.0000     -212068.0000    329.51%
10594.21/579.72	c *     580          10886         281        20      -49375.0000     -212068.0000    329.50%
10615.96/580.80	c *     581          10886         281        20      -49376.0000     -212068.0000    329.50%
10623.88/581.25	c *     581          10886         281        20      -49377.0000     -212068.0000    329.49%
10675.53/583.88	c       584          10886         281        20      -49377.0000     -212068.0000    329.49%
10734.80/586.83	c *     587          10952         270        20      -49672.0000     -212068.0000    326.94%
10744.68/587.38	c *     587          10952         270        20      -49675.0000     -212068.0000    326.91%
10752.53/587.76	c *     588          10952         270        20      -49680.0000     -212068.0000    326.87%
10759.43/588.14	c *     588          10204         694        20      -49683.0000     -212068.0000    326.84%
10766.33/588.49	c *     588          10204         694        20      -49688.0000     -212068.0000    326.80%
10774.25/588.86	c *     589          10204         694        20      -49691.0000     -212068.0000    326.77%
10776.03/589.03	c       589          10258         604        20      -49691.0000     -212068.0000    326.77%
10789.90/589.61	c *     590          10258         604        20      -49696.0000     -212068.0000    326.73%
10795.86/589.99	c *     590          10258         604        20      -49699.0000     -212068.0000    326.70%
10885.01/594.50	c       594          11005         114        20      -49699.0000     -212068.0000    326.70%
10890.96/594.70	c *     595          11005         114        20      -49700.0000     -212068.0000    326.70%
10908.74/595.60	c *     596          11005         114        20      -49704.0000     -212068.0000    326.66%
10919.34/596.18	c *     596          11005         114        20      -49705.0000     -212068.0000    326.65%
10934.43/596.96	c *     597          11005         114        20      -49712.0000     -212068.0000    326.59%
10946.17/597.54	c *     598          11005         114        20      -49713.0000     -212068.0000    326.58%
10965.91/598.52	c *     599          11005         114        20      -49717.0000     -212068.0000    326.55%
10976.47/599.10	c *     599          11005         114        20      -49718.0000     -212068.0000    326.54%
10989.33/599.71	c *     600          11005         114        20      -49720.0000     -212068.0000    326.52%
10989.33/599.71	c       600          11005         114        20      -49720.0000     -212068.0000    326.52%
11001.17/600.33	c *     600          11005         114        20      -49721.0000     -212068.0000    326.52%
11013.01/600.90	c *     601          11005         114        20      -49722.0000     -212068.0000    326.51%
11022.91/601.49	c *     601          11005         114        20      -49723.0000     -212068.0000    326.50%
11035.60/602.09	c *     602          11005         114        20      -49726.0000     -212068.0000    326.47%
11046.62/602.68	c *     603          11005         114        20      -49727.0000     -212068.0000    326.46%
11058.45/603.29	c *     603          11005         114        20      -49729.0000     -212068.0000    326.45%
11070.28/603.87	c *     604          11005         114        20      -49730.0000     -212068.0000    326.44%
11083.89/604.51	c *     605          11005         114        20      -49731.0000     -212068.0000    326.43%
11087.76/604.76	c       605          11014         282        20      -49731.0000     -212068.0000    326.43%
11094.48/605.13	c *     605          11014         282        20      -49732.0000     -212068.0000    326.42%
11107.38/605.73	c *     606          11010           0        20      -49734.0000     -212068.0000    326.40%
11117.27/606.28	c *     606          11077         276        20      -49735.0000     -212068.0000    326.40%
11129.16/606.85	c *     607          11011           1        20      -49737.0000     -212068.0000    326.38%
11140.90/607.47	c *     607          11143         283        20      -49740.0000     -212068.0000    326.35%
11153.41/608.08	c *     608          11031          21        20      -49742.0000     -212068.0000    326.34%
11164.47/608.68	c *     609          11202         282        20      -49743.0000     -212068.0000    326.33%
11175.03/609.19	c *     609          11071          61        20      -49744.0000     -212068.0000    326.32%
11176.23/609.29	c *     609          11071          61        20      -49745.0000     -212068.0000    326.31%
11187.95/609.89	c       610          11267         279        20      -49745.0000     -212068.0000    326.31%
11190.00/610.00	c *     610          11267         279        20      -49746.0000     -212068.0000    326.30%
11197.78/610.33	c *     610          11138         128        20      -49747.0000     -212068.0000    326.29%
11201.72/610.59	c *     611          11341         277        20      -49748.0000     -212068.0000    326.28%
11209.58/610.94	c *     611          11341         277        20      -49749.0000     -212068.0000    326.28%
11215.42/611.22	c *     611          11341         277        20      -49750.0000     -212068.0000    326.27%
11227.21/611.83	c *     612          11417         273        20      -49751.0000     -212068.0000    326.26%
11238.91/612.44	c *     612          11417         273        20      -49752.0000     -212068.0000    326.25%
11240.72/612.51	c *     613          11417         273        20      -49753.0000     -212068.0000    326.24%
11248.60/612.95	c *     613          11493         271        20      -49754.0000     -212068.0000    326.23%
11256.42/613.34	c *     613          11493         271        20      -49755.0000     -212068.0000    326.22%
11263.96/613.70	c *     614          11371         197        20      -49756.0000     -212068.0000    326.22%
11267.93/613.97	c *     614          11557         294        20      -49758.0000     -212068.0000    326.20%
11273.79/614.29	c *     614          11557         294        20      -49759.0000     -212068.0000    326.19%
11281.71/614.68	c *     615          11557         294        20      -49760.0000     -212068.0000    326.18%
11287.46/615.02	c       615          11618         273        20      -49760.0000     -212068.0000    326.18%
11293.51/615.24	c *     615          11618         273        20      -49761.0000     -212068.0000    326.17%
11295.04/615.31	c *     615          11618         273        20      -49762.0000     -212068.0000    326.16%
11302.69/615.72	c *     616          11618         273        20      -49763.0000     -212068.0000    326.16%
11314.39/616.33	c *     616          11660         272        20      -49764.0000     -212068.0000    326.15%
11318.29/616.50	c *     617          11660         272        20      -49765.0000     -212068.0000    326.14%
11324.25/616.87	c *     617          11660         272        20      -49766.0000     -212068.0000    326.13%
11333.98/617.36	c *     617          11703         335        20      -49767.0000     -212068.0000    326.12%
11337.66/617.60	c *     618          11703         335        20      -49768.0000     -212068.0000    326.11%
11345.47/617.95	c *     618          11703         335        20      -49769.0000     -212068.0000    326.10%
11357.17/618.53	c *     619          11763         274        20      -49770.0000     -212068.0000    326.10%
11364.63/619.00	c *     619          11763         274        20      -49771.0000     -212068.0000    326.09%
11373.75/619.42	c *     619          11823         253        20      -49772.0000     -212068.0000    326.08%
11379.50/619.77	c *     620          11823         253        20      -49773.0000     -212068.0000    326.07%
11388.08/620.14	c *     620          11823         253        20      -49774.0000     -212068.0000    326.06%
11388.08/620.14	c       620          11823         253        20      -49774.0000     -212068.0000    326.06%
11392.74/620.40	c *     620          11823         253        20      -49775.0000     -212068.0000    326.05%
11398.50/620.76	c *     621          11902         249        20      -49776.0000     -212068.0000    326.04%
11408.14/621.24	c *     621          11902         249        20      -49777.0000     -212068.0000    326.04%
11409.83/621.38	c *     621          11902         249        20      -49778.0000     -212068.0000    326.03%
11417.46/621.75	c *     622          11968         315        20      -49779.0000     -212068.0000    326.02%
11423.95/622.13	c *     622          11968         315        20      -49780.0000     -212068.0000    326.01%
11430.73/622.48	c *     622          11968         315        20      -49781.0000     -212068.0000    326.00%
11438.38/622.82	c *     623          12028         323        20      -49782.0000     -212068.0000    325.99%
11443.00/623.12	c *     623          12028         323        20      -49783.0000     -212068.0000    325.98%
11449.84/623.45	c *     623          12028         323        20      -49784.0000     -212068.0000    325.98%
11459.35/623.93	c *     624          12031         252        20      -49785.0000     -212068.0000    325.97%
11466.95/624.34	c *     624          12069         321        20      -49786.0000     -212068.0000    325.96%
11474.62/624.78	c *     625          12069         321        20      -49787.0000     -212068.0000    325.95%
11476.45/624.85	c *     625          12069         321        20      -49788.0000     -212068.0000    325.94%
11483.97/625.22	c *     625          12101         275        20      -49789.0000     -212068.0000    325.93%
11483.97/625.22	c       625          12101         275        20      -49789.0000     -212068.0000    325.93%
11489.63/625.59	c *     626          12121         278        20      -49790.0000     -212068.0000    325.92%
11495.41/625.86	c *     626          12121         278        20      -49791.0000     -212068.0000    325.92%
11503.02/626.24	c *     626          12164         245        20      -49792.0000     -212068.0000    325.91%
11508.74/626.59	c *     627          12176         294        20      -49793.0000     -212068.0000    325.90%
11512.56/626.74	c *     627          12176         294        20      -49794.0000     -212068.0000    325.89%
11516.20/626.98	c *     627          12176         294        20      -49795.0000     -212068.0000    325.88%
11521.99/627.29	c *     627          12233         250        20      -49796.0000     -212068.0000    325.87%
11527.77/627.57	c *     628          12233         250        20      -49797.0000     -212068.0000    325.87%
11538.25/628.12	c *     628          12236         274        20      -49798.0000     -212068.0000    325.86%
11549.02/628.66	c *     629          12299         244        20      -49799.0000     -212068.0000    325.85%
11554.98/629.01	c *     629          12296         334        20      -49800.0000     -212068.0000    325.84%
11564.54/629.47	c *     629          12390         335        20      -49801.0000     -212068.0000    325.83%
11572.26/629.85	c *     630          12390         335        20      -49802.0000     -212068.0000    325.82%
11579.84/630.25	c *     630          12347         333        20      -49803.0000     -212068.0000    325.81%
11579.84/630.25	c       630          12347         333        20      -49803.0000     -212068.0000    325.81%
11589.21/630.72	c *     631          12418         251        20      -49805.0000     -212068.0000    325.80%
11595.54/631.09	c *     631          12418         251        20      -49806.0000     -212068.0000    325.79%
11598.33/631.21	c *     631          12418         251        20      -49808.0000     -212068.0000    325.77%
11604.03/631.57	c *     632          12501         332        20      -49809.0000     -212068.0000    325.76%
11609.88/631.85	c *     632          12501         332        20      -49810.0000     -212068.0000    325.75%
11616.46/632.15	c *     632          12501         332        20      -49811.0000     -212068.0000    325.75%
11625.62/632.67	c *     633          12550         293        20      -49813.0000     -212068.0000    325.73%
11633.69/633.03	c *     633          12550         293        20      -49814.0000     -212068.0000    325.72%
11633.69/633.09	c *     633          12550         293        20      -49816.0000     -212068.0000    325.70%
11638.76/633.38	c *     633          12550         293        20      -49817.0000     -212068.0000    325.69%
11644.62/633.66	c *     634          12550         293        20      -49818.0000     -212068.0000    325.69%
11650.56/633.96	c *     634          12615         312        20      -49819.0000     -212068.0000    325.68%
11656.30/634.21	c *     634          12615         312        20      -49821.0000     -212068.0000    325.66%
11662.01/634.52	c *     635          12615         312        20      -49822.0000     -212068.0000    325.65%
11667.94/634.82	c *     635          12615         312        20      -49823.0000     -212068.0000    325.64%
11674.41/635.16	c *     635          12662         318        20      -49824.0000     -212068.0000    325.63%
11675.41/635.28	c *     635          12662         318        20      -49826.0000     -212068.0000    325.62%
11675.41/635.28	c       635          12662         318        20      -49826.0000     -212068.0000    325.62%
11681.10/635.56	c *     636          12662         318        20      -49827.0000     -212068.0000    325.61%
11682.80/635.69	c *     636          12662         318        20      -49829.0000     -212068.0000    325.59%
11688.44/636.02	c *     636          12660         294        20      -49830.0000     -212068.0000    325.58%
11696.06/636.31	c *     636          12707         254        20      -49831.0000     -212068.0000    325.57%
11699.83/636.50	c *     637          12707         254        20      -49832.0000     -212068.0000    325.57%
11705.69/636.85	c *     637          12707         254        20      -49837.0000     -212068.0000    325.52%
11715.42/637.37	c *     637          12787         248        20      -49838.0000     -212068.0000    325.51%
11718.94/637.54	c *     638          12787         248        20      -49842.0000     -212068.0000    325.48%
11726.38/637.95	c *     638          12787         248        20      -49845.0000     -212068.0000    325.45%
11734.16/638.33	c *     638          12800         274        20      -49850.0000     -212068.0000    325.41%
11740.02/638.62	c *     639          12822         254        20      -49851.0000     -212068.0000    325.40%
11745.76/638.96	c *     639          12822         254        20      -49852.0000     -212068.0000    325.40%
11753.18/639.32	c *     639          12822         254        20      -49853.0000     -212068.0000    325.39%
11756.89/639.55	c *     640          12895         312        20      -49855.0000     -212068.0000    325.37%
11764.34/639.96	c *     640          12895         312        20      -49858.0000     -212068.0000    325.34%
11772.01/640.31	c *     640          12895         312        20      -49863.0000     -212068.0000    325.30%
11772.01/640.31	c       640          12895         312        20      -49863.0000     -212068.0000    325.30%
11777.72/640.69	c *     641          12951         229        20      -49864.0000     -212068.0000    325.29%
11783.34/640.98	c *     641          12951         229        20      -49865.0000     -212068.0000    325.28%
11785.71/641.12	c *     641          12951         229        20      -49866.0000     -212068.0000    325.28%
11790.95/641.40	c *     641          12951         229        20      -49867.0000     -212068.0000    325.27%
11792.76/641.46	c *     641          12951         229        20      -49871.0000     -212068.0000    325.23%
11798.46/641.75	c *     642          12997         240        20      -49872.0000     -212068.0000    325.22%
11805.04/642.07	c *     642          12997         240        20      -49873.0000     -212068.0000    325.22%
11805.04/642.13	c *     642          12997         240        20      -49876.0000     -212068.0000    325.19%
11811.83/642.47	c *     642          12997         240        20      -49877.0000     -212068.0000    325.18%
11813.59/642.53	c *     643          12997         240        20      -49879.0000     -212068.0000    325.16%
11819.47/642.88	c *     643          13021         235        20      -49881.0000     -212068.0000    325.15%
11827.22/643.23	c *     643          13021         235        20      -49884.0000     -212068.0000    325.12%
11837.03/643.77	c *     644          13133         393        20      -49885.0000     -212068.0000    325.11%
11843.59/644.10	c *     644          13046         215        20      -49886.0000     -212068.0000    325.11%
11852.53/644.52	c *     645          13046         215        20      -49889.0000     -212068.0000    325.08%
11858.27/644.88	c *     645          13215         452        20      -49892.0000     -212068.0000    325.05%
11865.96/645.23	c *     645          13126         295        20      -49893.0000     -212068.0000    325.05%
11865.96/645.29	c *     645          13126         295        20      -49894.0000     -212068.0000    325.04%
11871.54/645.57	c *     646          13126         295        20      -49895.0000     -212068.0000    325.03%
11871.54/645.57	c       646          13126         295        20      -49895.0000     -212068.0000    325.03%
11873.30/645.64	c *     646          13126         295        20      -49897.0000     -212068.0000    325.01%
11879.07/645.98	c *     646          13262         316        20      -49900.0000     -212068.0000    324.99%
11886.90/646.36	c *     646          13148         314        20      -49905.0000     -212068.0000    324.94%
11894.78/646.79	c *     647          13148         314        20      -49906.0000     -212068.0000    324.93%
11901.22/647.08	c *     647          13334         314        20      -49907.0000     -212068.0000    324.93%
11914.31/647.80	c *     648          13188         253        20      -49908.0000     -212068.0000    324.92%
11916.17/647.86	c *     648          13188         253        20      -49910.0000     -212068.0000    324.90%
11923.66/648.20	c *     648          13429         384        20      -49913.0000     -212068.0000    324.88%
11929.32/648.60	c *     649          13269         294        20      -49915.0000     -212068.0000    324.86%
11937.16/648.94	c *     649          13269         294        20      -49918.0000     -212068.0000    324.83%
11946.79/649.44	c *     649          13492         330        20      -49919.0000     -212068.0000    324.82%
11954.13/649.84	c *     650          13325         247        20      -49920.0000     -212068.0000    324.82%
11960.67/650.19	c *     650          13570         331        20      -49921.0000     -212068.0000    324.81%
11963.40/650.38	c *     650          13570         331        20      -49923.0000     -212068.0000    324.79%
11970.93/650.72	c       651          13370         253        20      -49923.0000     -212068.0000    324.79%
11970.93/650.72	c *     651          13370         253        20      -49926.0000     -212068.0000    324.76%
11977.22/651.07	c *     651          13370         253        20      -49931.0000     -212068.0000    324.72%
11984.15/651.47	c *     651          13611         330        20      -49934.0000     -212068.0000    324.70%
11991.63/651.87	c *     652          13611         330        20      -49939.0000     -212068.0000    324.65%
11996.29/652.14	c *     652          13413         252        20      -49940.0000     -212068.0000    324.65%
12003.05/652.49	c *     652          13413         252        20      -49941.0000     -212068.0000    324.64%
12010.66/652.84	c *     653          13671         351        20      -49942.0000     -212068.0000    324.63%
12018.29/653.30	c *     653          13484         245        20      -49943.0000     -212068.0000    324.62%
12027.66/653.70	c *     654          13484         245        20      -49945.0000     -212068.0000    324.60%
12033.89/654.13	c *     654          13550         292        20      -49946.0000     -212068.0000    324.59%
12046.69/654.73	c *     655          13550         292        20      -49947.0000     -212068.0000    324.59%
12056.41/655.21	c *     655          13773         331        20      -49948.0000     -212068.0000    324.58%
12066.10/655.71	c *     656          13616         312        20      -49949.0000     -212068.0000    324.57%
12066.10/655.77	c *     656          13616         312        20      -49952.0000     -212068.0000    324.54%
12066.10/655.77	c       656          13616         312        20      -49952.0000     -212068.0000    324.54%
12075.20/656.22	c *     656          13840         390        20      -49953.0000     -212068.0000    324.54%
12075.20/656.28	c *     656          13840         390        20      -49957.0000     -212068.0000    324.50%
12082.70/656.63	c *     657          13652         266        20      -49960.0000     -212068.0000    324.48%
12088.59/656.93	c *     657          13652         266        20      -49961.0000     -212068.0000    324.47%
12090.65/657.06	c *     657          13652         266        20      -49962.0000     -212068.0000    324.46%
12095.94/657.39	c *     657          13877         271        20      -49965.0000     -212068.0000    324.43%
12105.25/657.85	c *     658          13697         273        20      -49968.0000     -212068.0000    324.41%
12111.60/658.19	c *     658          13697         273        20      -49973.0000     -212068.0000    324.37%
12120.74/658.66	c *     659          13933         272        20      -49974.0000     -212068.0000    324.36%
12126.32/659.02	c *     659          13761         262        20      -49975.0000     -212068.0000    324.35%
12132.06/659.25	c *     659          13761         262        20      -49978.0000     -212068.0000    324.32%
12139.44/659.66	c *     660          14007         291        20      -49981.0000     -212068.0000    324.30%
12144.96/659.99	c *     660          14007         291        20      -49982.0000     -212068.0000    324.29%
12148.67/660.18	c *     660          14007         291        20      -49986.0000     -212068.0000    324.25%
12153.85/660.47	c *     660          13810         253        20      -49987.0000     -212068.0000    324.25%
12155.81/660.55	c *     661          13810         253        20      -49989.0000     -212068.0000    324.23%
12159.13/660.78	c *     661          14063         292        20      -50186.0000     -212068.0000    322.56%
12159.13/660.78	c       661          14063         292        20      -50186.0000     -212068.0000    322.56%
12170.81/661.32	c *     661          14063         292        20      -50187.0000     -212068.0000    322.56%
12174.77/661.59	c *     662          13863         254        20      -50188.0000     -212068.0000    322.55%
12176.77/661.66	c *     662          13863         254        20      -50190.0000     -212068.0000    322.53%
12178.43/661.77	c *     662          13863         254        20      -50280.0000     -212068.0000    321.77%
12188.04/662.23	c *     662          14123         352        20      -50281.0000     -212068.0000    321.77%
12193.85/662.52	c *     663          14123         352        20      -50282.0000     -212068.0000    321.76%
12199.73/662.83	c *     663          13959         295        20      -50283.0000     -212068.0000    321.75%
12204.39/663.11	c *     663          14174         262        20      -50284.0000     -212068.0000    321.74%
12213.36/663.52	c *     664          14174         262        20      -50287.0000     -212068.0000    321.72%
12223.86/664.10	c *     664          14032         339        20      -50288.0000     -212068.0000    321.71%
12231.02/664.45	c *     664          14243         311        20      -50289.0000     -212068.0000    321.70%
12236.77/664.80	c *     665          14243         311        20      -50290.0000     -212068.0000    321.69%
12240.49/664.90	c *     665          14243         311        20      -50291.0000     -212068.0000    321.68%
12248.27/665.31	c *     665          14082         339        20      -50292.0000     -212068.0000    321.67%
12254.05/665.66	c *     666          14302         370        20      -50293.0000     -212068.0000    321.67%
12257.80/665.89	c *     666          14302         370        20      -50295.0000     -212068.0000    321.65%
12257.80/665.89	c       666          14302         370        20      -50295.0000     -212068.0000    321.65%
12269.16/666.41	c *     666          14125         331        20      -50296.0000     -212068.0000    321.64%
12276.66/666.80	c *     667          14325         262        20      -50297.0000     -212068.0000    321.63%
12284.18/667.21	c *     667          14325         262        20      -50299.0000     -212068.0000    321.61%
12290.07/667.56	c *     668          14162         335        20      -50300.0000     -212068.0000    321.61%
12295.88/667.84	c *     668          14397         308        20      -50301.0000     -212068.0000    321.60%
12300.68/668.12	c *     668          14397         308        20      -50302.0000     -212068.0000    321.59%
12303.43/668.21	c *     668          14397         308        20      -50303.0000     -212068.0000    321.58%
12311.33/668.64	c *     669          14209         294        20      -50304.0000     -212068.0000    321.57%
12320.07/669.07	c *     669          14439         350        20      -50305.0000     -212068.0000    321.56%
12328.11/669.55	c *     670          14439         350        20      -50306.0000     -212068.0000    321.56%
12329.95/669.61	c *     670          14439         350        20      -50307.0000     -212068.0000    321.55%
12335.78/669.96	c *     670          14301         334        20      -50308.0000     -212068.0000    321.54%
12345.47/670.48	c *     670          14464         368        20      -50309.0000     -212068.0000    321.53%
12352.84/670.84	c *     671          14348         283        20      -50310.0000     -212068.0000    321.52%
12354.81/671.00	c       671          14508         292        20      -50310.0000     -212068.0000    321.52%
12357.60/671.13	c *     671          14508         292        20      -50311.0000     -212068.0000    321.51%
12364.69/671.43	c *     671          14508         292        20      -50312.0000     -212068.0000    321.51%
12370.38/671.78	c *     672          14508         292        20      -50313.0000     -212068.0000    321.50%
12377.25/672.08	c *     672          14399         322        20      -50314.0000     -212068.0000    321.49%
12380.22/672.29	c *     672          14567         351        20      -50316.0000     -212068.0000    321.47%
12388.00/672.67	c *     673          14567         351        20      -50317.0000     -212068.0000    321.46%
12398.12/673.18	c *     673          14431         332        20      -50318.0000     -212068.0000    321.46%
12404.74/673.52	c *     674          14610         370        20      -50319.0000     -212068.0000    321.45%
12404.74/673.59	c *     674          14610         370        20      -50320.0000     -212068.0000    321.44%
12412.23/673.99	c *     674          14610         370        20      -50321.0000     -212068.0000    321.43%
12419.95/674.35	c *     674          14610         370        20      -50322.0000     -212068.0000    321.42%
12421.92/674.45	c *     674          14675         271        20      -50324.0000     -212068.0000    321.41%
12429.76/674.87	c *     675          14675         271        20      -50325.0000     -212068.0000    321.40%
12437.12/675.24	c *     675          14675         271        20      -50326.0000     -212068.0000    321.39%
12444.63/675.60	c *     676          14514         293        20      -50327.0000     -212068.0000    321.38%
12450.45/675.94	c *     676          14735         331        20      -50328.0000     -212068.0000    321.37%
12450.45/676.01	c       676          14735         331        20      -50328.0000     -212068.0000    321.37%
12456.17/676.30	c *     676          14735         331        20      -50329.0000     -212068.0000    321.36%
12463.90/676.64	c *     677          14595         333        20      -50330.0000     -212068.0000    321.36%
12465.82/676.73	c *     677          14795         391        20      -50332.0000     -212068.0000    321.34%
12472.34/677.08	c *     677          14795         391        20      -50337.0000     -212068.0000    321.30%
12481.39/677.50	c *     678          14795         391        20      -50338.0000     -212068.0000    321.29%
12487.33/677.85	c *     678          14644         294        20      -50339.0000     -212068.0000    321.28%
12493.59/678.18	c *     678          14852         291        20      -50340.0000     -212068.0000    321.27%
12498.62/678.41	c *     678          14852         291        20      -50342.0000     -212068.0000    321.25%
12508.47/678.98	c *     679          14716         334        20      -50343.0000     -212068.0000    321.25%
12516.28/679.35	c *     679          14912         351        20      -50344.0000     -212068.0000    321.24%
12525.91/679.85	c *     680          14912         351        20      -50345.0000     -212068.0000    321.23%
12535.10/680.31	c *     680          14957         390        20      -50346.0000     -212068.0000    321.22%
12542.19/680.76	c *     681          14957         390        20      -50347.0000     -212068.0000    321.21%
12548.49/681.13	c       681          14803         334        20      -50347.0000     -212068.0000    321.21%
12553.37/681.36	c *     681          15010         271        20      -50348.0000     -212068.0000    321.20%
12561.00/681.78	c *     682          15010         271        20      -50349.0000     -212068.0000    321.20%
12567.47/682.14	c *     682          15010         271        20      -50350.0000     -212068.0000    321.19%
12574.23/682.49	c *     682          14926         335        20      -50351.0000     -212068.0000    321.18%
12581.72/682.83	c *     683          14926         335        20      -50352.0000     -212068.0000    321.17%
12589.30/683.24	c *     683          14926         335        20      -50353.0000     -212068.0000    321.16%
12595.10/683.58	c *     684          15070         331        20      -50354.0000     -212068.0000    321.15%
12605.52/684.05	c *     684          14993         332        20      -50355.0000     -212068.0000    321.15%
12612.46/684.48	c *     684          14993         332        20      -50356.0000     -212068.0000    321.14%
12620.11/684.82	c *     685          15130         256        20      -50357.0000     -212068.0000    321.13%
12622.08/684.99	c *     685          15130         256        20      -50521.0000     -212068.0000    319.76%
12641.51/686.03	c *     686          15222         311        20      -50522.0000     -212068.0000    319.75%
12649.24/686.30	c       686          15103         274        20      -50522.0000     -212068.0000    319.75%
12651.23/686.46	c *     686          15103         274        20      -50525.0000     -212068.0000    319.73%
12659.06/686.81	c *     687          15302         381        20      -50526.0000     -212068.0000    319.72%
12665.60/687.14	c *     687          15302         381        20      -50527.0000     -212068.0000    319.71%
12670.70/687.49	c *     687          15302         381        20      -50528.0000     -212068.0000    319.70%
12678.54/687.86	c *     688          15163         313        20      -50529.0000     -212068.0000    319.70%
12686.25/688.20	c *     688          15351         389        20      -50530.0000     -212068.0000    319.69%
12692.11/688.54	c *     689          15351         389        20      -50533.0000     -212068.0000    319.66%
12702.57/689.12	c *     689          15217         292        20      -50534.0000     -212068.0000    319.65%
12709.36/689.42	c *     689          15404         402        20      -50535.0000     -212068.0000    319.65%
12711.19/689.57	c *     690          15404         402        20      -50536.0000     -212068.0000    319.64%
12719.07/689.91	c *     690          15404         402        20      -50537.0000     -212068.0000    319.63%
12723.69/690.16	c *     690          15280         292        20      -53927.0000     -212068.0000    293.25%
12734.34/690.77	c *     691          15460         370        20      -53928.0000     -212068.0000    293.24%
12741.00/691.10	c *     691          15325         292        20      -53929.0000     -212068.0000    293.24%
12747.69/691.44	c *     691          15532         274        20      -53931.0000     -212068.0000    293.22%
12747.69/691.44	c       691          15532         274        20      -53931.0000     -212068.0000    293.22%
12755.30/691.84	c *     692          15532         274        20      -53932.0000     -212068.0000    293.21%
12761.87/692.17	c *     692          15389         255        20      -53933.0000     -212068.0000    293.21%
12770.50/692.65	c *     693          15612         354        20      -53934.0000     -212068.0000    293.20%
12776.31/692.93	c *     693          15612         354        20      -53935.0000     -212068.0000    293.19%
12782.29/693.30	c *     693          15612         354        20      -53936.0000     -212068.0000    293.18%
12789.99/693.66	c *     694          15488         222        20      -53937.0000     -212068.0000    293.18%
12795.64/694.01	c *     694          15488         222        20      -53938.0000     -212068.0000    293.17%
12801.42/694.25	c *     694          15488         222        20      -53940.0000     -212068.0000    293.16%
12809.02/694.62	c *     695          15676         411        20      -53942.0000     -212068.0000    293.14%
12814.97/694.94	c *     695          15560         294        20      -53943.0000     -212068.0000    293.13%
12814.97/695.00	c *     695          15560         294        20      -53944.0000     -212068.0000    293.13%
12822.50/695.33	c *     695          15560         294        20      -53945.0000     -212068.0000    293.12%
12828.44/695.61	c *     696          15560         294        20      -53946.0000     -212068.0000    293.11%
12828.44/695.67	c *     696          15699         389        20      -53947.0000     -212068.0000    293.10%
12834.26/695.95	c *     696          15603         273        20      -53948.0000     -212068.0000    293.10%
12834.26/696.02	c *     696          15603         273        20      -53950.0000     -212068.0000    293.08%
12838.55/696.19	c *     696          15603         273        20      -53952.0000     -212068.0000    293.07%
12843.23/696.45	c       696          15603         273        20      -53952.0000     -212068.0000    293.07%
12847.14/696.70	c *     697          15603         273        20      -53953.0000     -212068.0000    293.06%
12848.93/696.76	c *     697          15603         273        20      -53954.0000     -212068.0000    293.05%
12855.60/697.12	c *     697          15658         272        20      -53955.0000     -212068.0000    293.05%
12862.33/697.45	c *     697          15658         272        20      -53956.0000     -212068.0000    293.04%
12869.97/697.81	c *     698          15658         272        20      -53957.0000     -212068.0000    293.03%
12876.39/698.15	c *     698          15740         392        20      -53958.0000     -212068.0000    293.02%
12883.21/698.55	c *     699          15740         392        20      -53959.0000     -212068.0000    293.02%
12889.08/698.84	c *     699          15740         392        20      -53960.0000     -212068.0000    293.01%
12890.84/698.90	c *     699          15740         392        20      -53962.0000     -212068.0000    293.00%
12900.21/699.47	c *     699          15767         254        20      -53963.0000     -212068.0000    292.99%
12907.79/699.81	c *     700          15767         254        20      -53964.0000     -212068.0000    292.98%
12912.69/700.10	c *     700          15767         254        20      -53965.0000     -212068.0000    292.97%
12915.28/700.22	c *     700          15767         254        20      -53966.0000     -212068.0000    292.97%
12921.14/700.51	c *     701          15779         371        20      -53967.0000     -212068.0000    292.96%
12931.57/701.08	c *     701          15813         293        20      -53968.0000     -212068.0000    292.95%
12933.32/701.14	c *     701          15813         293        20      -53970.0000     -212068.0000    292.94%
12938.35/701.43	c *     701          15813         293        20      -53971.0000     -212068.0000    292.93%
12944.28/701.72	c       702          15873         253        20      -53971.0000     -212068.0000    292.93%
12946.24/701.85	c *     702          15873         253        20      -53972.0000     -212068.0000    292.92%
12948.10/702.02	c *     702          15873         253        20      -53973.0000     -212068.0000    292.91%
12955.97/702.36	c *     702          15873         253        20      -53974.0000     -212068.0000    292.91%
12963.76/702.71	c *     703          15873         253        20      -53975.0000     -212068.0000    292.90%
12967.47/702.93	c *     703          15887         352        20      -53976.0000     -212068.0000    292.89%
12970.18/703.12	c *     703          15952         292        20      -53978.0000     -212068.0000    292.88%
12977.11/703.46	c *     703          15952         292        20      -53979.0000     -212068.0000    292.87%
12982.84/703.74	c *     704          15952         292        20      -53980.0000     -212068.0000    292.86%
12989.17/704.09	c *     704          15929         355        20      -53981.0000     -212068.0000    292.86%
12991.16/704.15	c *     704          15929         355        20      -53983.0000     -212068.0000    292.84%
12996.17/704.44	c *     704          15929         355        20      -53984.0000     -212068.0000    292.83%
13001.99/704.73	c *     705          15929         355        20      -53985.0000     -212068.0000    292.83%
13005.74/704.97	c *     705          15929         355        20      -53986.0000     -212068.0000    292.82%
13013.50/705.32	c *     705          16057         272        20      -53987.0000     -212068.0000    292.81%
13019.21/705.67	c *     706          16057         272        20      -53988.0000     -212068.0000    292.81%
13024.96/706.02	c *     706          16057         272        20      -53989.0000     -212068.0000    292.80%
13030.72/706.26	c *     706          15965         331        20      -53991.0000     -212068.0000    292.78%
13038.33/706.62	c *     707          16099         246        20      -53992.0000     -212068.0000    292.78%
13040.18/706.79	c       707          16099         246        20      -53992.0000     -212068.0000    292.78%
13044.02/706.96	c *     707          16099         246        20      -53993.0000     -212068.0000    292.77%
13051.58/707.37	c *     707          16099         246        20      -53994.0000     -212068.0000    292.76%
13057.21/707.67	c *     708          15995         333        20      -53996.0000     -212068.0000    292.75%
13068.48/708.21	c *     708          15995         333        20      -53997.0000     -212068.0000    292.74%
13074.13/708.51	c *     709          15995         333        20      -53998.0000     -212068.0000    292.73%
13078.07/708.73	c *     709          15995         333        20      -53999.0000     -212068.0000    292.73%
13086.41/709.14	c *     709          16213         292        20      -54000.0000     -212068.0000    292.72%
13093.36/709.50	c *     710          16213         292        20      -54001.0000     -212068.0000    292.71%
13099.10/709.84	c *     710          16213         292        20      -54002.0000     -212068.0000    292.70%
13100.84/709.90	c *     710          16213         292        20      -54004.0000     -212068.0000    292.69%
13110.51/710.44	c *     710          16273         247        20      -54005.0000     -212068.0000    292.68%
13116.43/710.76	c *     711          16273         247        20      -54006.0000     -212068.0000    292.67%
13120.36/711.02	c *     711          16273         247        20      -54007.0000     -212068.0000    292.67%
13124.85/711.15	c *     711          16069         259        20      -54086.0000     -212068.0000    292.09%
13133.74/711.66	c *     712          16334         292        20      -54087.0000     -212068.0000    292.09%
13137.68/711.88	c       712          16334         292        20      -54087.0000     -212068.0000    292.09%
13147.53/712.40	c *     712          16334         292        20      -54088.0000     -212068.0000    292.08%
13155.36/712.74	c *     713          16207         312        20      -54089.0000     -212068.0000    292.07%
13162.09/713.13	c *     713          16207         312        20      -54090.0000     -212068.0000    292.07%
13163.81/713.19	c *     713          16207         312        20      -54091.0000     -212068.0000    292.06%
13171.62/713.66	c *     714          16263         258        20      -54092.0000     -212068.0000    292.05%
13173.43/713.73	c *     714          16263         258        20      -54094.0000     -212068.0000    292.04%
13179.71/714.06	c *     714          16263         258        20      -54095.0000     -212068.0000    292.03%
13181.41/714.13	c *     714          16263         258        20      -54099.0000     -212068.0000    292.00%
13188.39/714.56	c *     715          16263         258        20      -54100.0000     -212068.0000    291.99%
13190.22/714.63	c *     715          16263         258        20      -54104.0000     -212068.0000    291.96%
13195.89/714.98	c *     715          16263         258        20      -54105.0000     -212068.0000    291.96%
13198.21/715.04	c *     715          16263         258        20      -54107.0000     -212068.0000    291.94%
13203.51/715.33	c *     715          16263         258        20      -54108.0000     -212068.0000    291.93%
13205.21/715.46	c *     715          16263         258        20      -54112.0000     -212068.0000    291.91%
13212.77/715.80	c *     716          16263         258        20      -54115.0000     -212068.0000    291.88%
13217.35/716.14	c *     716          16263         258        20      -54116.0000     -212068.0000    291.88%
13220.19/716.21	c *     716          16263         258        20      -54120.0000     -212068.0000    291.85%
13220.19/716.29	c *     716          16263         258        20      -54371.0000     -212068.0000    290.04%
13229.75/716.80	c *     717          16569         233        20      -54374.0000     -212068.0000    290.02%
13238.28/717.17	c       717          16317         239        20      -54374.0000     -212068.0000    290.02%
13241.51/717.31	c *     717          16317         239        20      -54375.0000     -212068.0000    290.01%
13247.38/717.61	c *     718          16317         239        20      -54376.0000     -212068.0000    290.00%
13253.09/717.98	c *     718          16640         255        20      -54377.0000     -212068.0000    290.00%
13258.58/718.27	c *     718          16640         255        20      -54378.0000     -212068.0000    289.99%
13266.25/718.60	c *     719          16385         257        20      -54381.0000     -212068.0000    289.97%
13272.02/718.97	c *     719          16681         274        20      -54382.0000     -212068.0000    289.96%
13277.59/719.25	c *     719          16681         274        20      -54383.0000     -212068.0000    289.95%
13285.20/719.62	c *     720          16681         274        20      -54384.0000     -212068.0000    289.95%
13293.45/720.03	c *     720          16753         233        20      -54385.0000     -212068.0000    289.94%
13300.59/720.44	c *     720          16753         233        20      -54386.0000     -212068.0000    289.93%
13308.08/720.81	c *     721          16753         233        20      -54387.0000     -212068.0000    289.92%
13314.56/721.14	c *     721          16487         312        20      -54388.0000     -212068.0000    289.92%
13315.64/721.27	c *     721          16487         312        20      -54389.0000     -212068.0000    289.91%
13323.21/721.62	c *     722          16487         312        20      -54391.0000     -212068.0000    289.90%
13328.65/722.04	c *     722          16487         312        20      -54392.0000     -212068.0000    289.89%
13333.09/722.17	c *     722          16487         312        20      -54394.0000     -212068.0000    289.87%
13338.05/722.43	c       722          16487         312        20      -54394.0000     -212068.0000    289.87%
13340.04/722.60	c *     723          16487         312        20      -54396.0000     -212068.0000    289.86%
13347.23/723.01	c *     723          16862         228        20      -54397.0000     -212068.0000    289.85%
13357.06/723.46	c *     723          16527         352        20      -54398.0000     -212068.0000    289.85%
13358.84/723.58	c *     724          16527         352        20      -54399.0000     -212068.0000    289.84%
13366.14/723.92	c *     724          16912         234        20      -54400.0000     -212068.0000    289.83%
13366.14/724.00	c *     724          16912         234        20      -54402.0000     -212068.0000    289.82%
13375.68/724.43	c *     724          16912         234        20      -54403.0000     -212068.0000    289.81%
13383.10/724.84	c *     725          16582         289        20      -54404.0000     -212068.0000    289.80%
13390.71/725.20	c *     725          16582         289        20      -54405.0000     -212068.0000    289.80%
13396.40/725.59	c *     726          16582         289        20      -54406.0000     -212068.0000    289.79%
13399.90/725.79	c *     726          16582         289        20      -54407.0000     -212068.0000    289.78%
13403.58/725.91	c *     726          16582         289        20      -54408.0000     -212068.0000    289.77%
13403.58/726.00	c *     726          16582         289        20      -54410.0000     -212068.0000    289.76%
13411.34/726.38	c *     726          16582         289        20      -54411.0000     -212068.0000    289.75%
13421.11/726.84	c *     727          17045         265        20      -54412.0000     -212068.0000    289.74%
13428.53/727.25	c *     727          16600         251        20      -54413.0000     -212068.0000    289.74%
13431.91/727.45	c       727          17083         234        20      -54413.0000     -212068.0000    289.74%
13437.59/727.71	c *     728          17083         234        20      -54414.0000     -212068.0000    289.73%
13441.09/728.01	c *     728          17083         234        20      -54415.0000     -212068.0000    289.72%
13445.48/728.16	c *     728          17083         234        20      -54429.0000     -212068.0000    289.62%
13452.34/728.54	c *     729          17126         215        20      -54430.0000     -212068.0000    289.62%
13458.07/728.84	c *     729          17126         215        20      -54431.0000     -212068.0000    289.61%
13464.51/729.19	c *     729          17126         215        20      -54432.0000     -212068.0000    289.60%
13467.16/729.31	c *     729          17126         215        20      -54433.0000     -212068.0000    289.59%
13473.02/729.63	c *     730          16671         253        20      -54434.0000     -212068.0000    289.59%
13473.02/729.69	c *     730          16671         253        20      -54436.0000     -212068.0000    289.57%
13481.10/730.11	c *     730          17160         199        20      -54437.0000     -212068.0000    289.57%
13489.76/730.55	c *     731          16728         239        20      -54438.0000     -212068.0000    289.56%
13493.68/730.78	c *     731          16728         239        20      -54442.0000     -212068.0000    289.53%
13500.34/731.13	c *     731          17221         213        20      -54447.0000     -212068.0000    289.49%
13507.36/731.46	c *     731          17221         213        20      -54450.0000     -212068.0000    289.47%
13515.00/731.81	c *     732          16801         312        20      -54455.0000     -212068.0000    289.44%
13522.64/732.21	c *     732          16801         312        20      -54458.0000     -212068.0000    289.42%
13528.38/732.56	c *     733          17299         209        20      -54463.0000     -212068.0000    289.38%
13528.38/732.56	c       733          17299         209        20      -54463.0000     -212068.0000    289.38%
13538.68/733.05	c *     733          16869         251        20      -54464.0000     -212068.0000    289.37%
13545.76/733.42	c *     733          16869         251        20      -54465.0000     -212068.0000    289.37%
13551.61/733.77	c *     734          16869         251        20      -54466.0000     -212068.0000    289.36%
13560.95/734.20	c *     734          16869         251        20      -54467.0000     -212068.0000    289.35%
13566.82/734.52	c *     735          16869         251        20      -54468.0000     -212068.0000    289.34%
13566.82/734.59	c *     735          16869         251        20      -56058.0000     -212068.0000    278.30%
13580.42/735.23	c *     735          17421         209        20      -56059.0000     -212068.0000    278.29%
13584.18/735.41	c *     735          16889         227        20      -56060.0000     -212068.0000    278.29%
13592.07/735.81	c *     736          16889         227        20      -56061.0000     -212068.0000    278.28%
13596.24/736.05	c *     736          17509         213        20      -56062.0000     -212068.0000    278.27%
13605.34/736.52	c *     737          17509         213        20      -56063.0000     -212068.0000    278.27%
13613.02/736.93	c *     737          16976         285        20      -56064.0000     -212068.0000    278.26%
13618.92/737.28	c *     737          17590         207        20      -56065.0000     -212068.0000    278.25%
13622.59/737.46	c *     737          17590         207        20      -56066.0000     -212068.0000    278.25%
13626.52/737.62	c       738          17590         207        20      -56066.0000     -212068.0000    278.25%
13630.47/737.81	c *     738          17590         207        20      -56067.0000     -212068.0000    278.24%
13632.44/738.00	c *     738          17041         290        20      -56149.0000     -212068.0000    277.69%
13640.11/738.31	c *     738          17676         212        20      -56150.0000     -212068.0000    277.68%
13644.07/738.59	c *     739          17676         212        20      -56151.0000     -212068.0000    277.67%
13651.68/738.93	c *     739          17676         212        20      -56152.0000     -212068.0000    277.67%
13657.36/739.30	c *     739          17098         229        20      -56153.0000     -212068.0000    277.66%
13659.33/739.39	c *     739          17098         229        20      -56167.0000     -212068.0000    277.57%
13668.93/739.82	c *     740          17098         229        20      -56168.0000     -212068.0000    277.56%
13673.69/740.12	c *     740          17743         212        20      -56169.0000     -212068.0000    277.55%
13680.50/740.47	c *     740          17119         250        20      -56170.0000     -212068.0000    277.55%
13687.90/740.88	c *     741          17119         250        20      -56171.0000     -212068.0000    277.54%
13694.46/741.18	c *     741          17119         250        20      -56172.0000     -212068.0000    277.53%
13699.59/741.48	c *     741          17119         250        20      -56173.0000     -212068.0000    277.53%
13705.51/741.77	c *     742          17119         250        20      -56174.0000     -212068.0000    277.52%
13711.90/742.07	c *     742          17119         250        20      -56175.0000     -212068.0000    277.51%
13717.10/742.37	c *     742          17119         250        20      -56176.0000     -212068.0000    277.51%
13722.83/742.66	c *     743          17119         250        20      -56177.0000     -212068.0000    277.50%
13722.83/742.66	c       743          17119         250        20      -56177.0000     -212068.0000    277.50%
13728.36/742.90	c *     743          17119         250        20      -56179.0000     -212068.0000    277.49%
13734.26/743.25	c *     743          17119         250        20      -56181.0000     -212068.0000    277.47%
13738.04/743.42	c *     743          17119         250        20      -56184.0000     -212068.0000    277.45%
13743.97/743.78	c *     744          17119         250        20      -56187.0000     -212068.0000    277.43%
13750.41/744.13	c *     744          17119         250        20      -56188.0000     -212068.0000    277.43%
13752.31/744.19	c *     744          17119         250        20      -56189.0000     -212068.0000    277.42%
13757.37/744.48	c *     744          17119         250        20      -56190.0000     -212068.0000    277.41%
13759.33/744.57	c *     745          17119         250        20      -56192.0000     -212068.0000    277.40%
13769.82/745.12	c *     745          17119         250        20      -56197.0000     -212068.0000    277.37%
13778.19/745.59	c *     746          17119         250        20      -56198.0000     -212068.0000    277.36%
13781.78/745.71	c *     746          17119         250        20      -56200.0000     -212068.0000    277.35%
13785.71/746.02	c *     746          17119         250        20      -56201.0000     -212068.0000    277.34%
13788.18/746.09	c *     746          17119         250        20      -56202.0000     -212068.0000    277.33%
13791.39/746.26	c *     746          18033         218        20      -56205.0000     -212068.0000    277.31%
13797.16/746.57	c *     747          18033         218        20      -56206.0000     -212068.0000    277.30%
13798.98/746.69	c *     747          18033         218        20      -56208.0000     -212068.0000    277.29%
13804.64/746.98	c *     747          17161         274        20      -56209.0000     -212068.0000    277.28%
13807.10/747.07	c *     747          17161         274        20      -56210.0000     -212068.0000    277.28%
13812.40/747.35	c *     747          17161         274        20      -56211.0000     -212068.0000    277.27%
13814.36/747.44	c *     747          17161         274        20      -56213.0000     -212068.0000    277.26%
13822.02/747.83	c       748          17161         274        20      -56213.0000     -212068.0000    277.26%
13824.01/747.94	c *     748          17161         274        20      -56214.0000     -212068.0000    277.25%
13824.01/748.01	c *     748          17161         274        20      -56215.0000     -212068.0000    277.24%
13829.61/748.23	c *     748          17161         274        20      -56218.0000     -212068.0000    277.22%
13837.23/748.60	c *     749          17161         274        20      -56221.0000     -212068.0000    277.20%
13842.83/748.97	c *     749          18179         253        20      -56223.0000     -212068.0000    277.19%
13850.47/749.37	c *     749          17162         273        20      -56226.0000     -212068.0000    277.17%
13858.17/749.76	c *     750          17162         273        20      -56227.0000     -212068.0000    277.16%
13861.96/749.99	c *     750          17162         273        20      -56228.0000     -212068.0000    277.16%
13869.65/750.36	c *     750          17162         273        20      -56231.0000     -212068.0000    277.14%
13873.37/750.53	c *     751          17162         273        20      -56233.0000     -212068.0000    277.12%
13877.29/750.78	c *     751          17162         273        20      -56239.0000     -212068.0000    277.08%
13883.71/751.10	c *     751          17162         273        20      -56242.0000     -212068.0000    277.06%
13888.77/751.39	c *     751          17162         273        20      -56342.0000     -212068.0000    276.39%
13900.40/751.96	c *     752          18292         225        20      -56343.0000     -212068.0000    276.39%
13907.97/752.31	c *     752          18292         225        20      -56344.0000     -212068.0000    276.38%
13913.76/752.67	c *     753          17190         250        20      -56345.0000     -212068.0000    276.37%
13919.18/752.91	c       753          17190         250        20      -56345.0000     -212068.0000    276.37%
13921.76/753.08	c *     753          18341         232        20      -56346.0000     -212068.0000    276.37%
13923.61/753.16	c *     753          18341         232        20      -56347.0000     -212068.0000    276.36%
13938.81/753.99	c *     754          17235         252        20      -56348.0000     -212068.0000    276.35%
13946.60/754.40	c *     754          18401         292        20      -56349.0000     -212068.0000    276.35%
13956.25/754.82	c *     755          18401         292        20      -56350.0000     -212068.0000    276.34%
13963.93/755.26	c *     755          17315         332        20      -56351.0000     -212068.0000    276.33%
13969.38/755.55	c *     756          18428         311        20      -56352.0000     -212068.0000    276.33%
13973.32/755.75	c *     756          18428         311        20      -56353.0000     -212068.0000    276.32%
13979.92/756.09	c *     756          17370         371        20      -56354.0000     -212068.0000    276.31%
13986.84/756.43	c *     756          17370         371        20      -56355.0000     -212068.0000    276.31%
13994.41/756.84	c *     757          18456         304        20      -56356.0000     -212068.0000    276.30%
14002.14/757.20	c *     757          17404         275        20      -56357.0000     -212068.0000    276.29%
14007.88/757.54	c *     758          17404         275        20      -56358.0000     -212068.0000    276.29%
14013.64/757.89	c *     758          17404         275        20      -56359.0000     -212068.0000    276.28%
14015.62/757.95	c *     758          17404         275        20      -56360.0000     -212068.0000    276.27%
14015.62/757.95	c       758          17404         275        20      -56360.0000     -212068.0000    276.27%
14023.29/758.30	c *     758          17404         275        20      -56361.0000     -212068.0000    276.27%
14029.24/758.65	c *     759          17404         275        20      -56362.0000     -212068.0000    276.26%
14034.51/758.94	c *     759          17404         275        20      -56363.0000     -212068.0000    276.25%
14040.28/759.28	c *     759          17404         275        20      -56364.0000     -212068.0000    276.25%
14044.16/759.45	c *     759          18574         306        20      -56365.0000     -212068.0000    276.24%
14051.71/759.82	c *     760          17480         249        20      -56366.0000     -212068.0000    276.23%
14060.86/760.31	c *     760          17480         249        20      -56367.0000     -212068.0000    276.23%
14062.56/760.43	c *     760          17480         249        20      -56368.0000     -212068.0000    276.22%
14070.11/760.84	c *     761          18602         309        20      -56369.0000     -212068.0000    276.21%
14077.56/761.23	c *     761          17526         272        20      -56373.0000     -212068.0000    276.19%
14086.68/761.70	c *     762          17526         272        20      -56374.0000     -212068.0000    276.18%
14094.67/762.17	c *     762          18642         307        20      -56375.0000     -212068.0000    276.17%
14095.77/762.24	c *     762          18642         307        20      -56376.0000     -212068.0000    276.17%
14101.34/762.60	c *     763          17550         247        20      -56377.0000     -212068.0000    276.16%
14108.99/762.94	c *     763          17550         247        20      -56378.0000     -212068.0000    276.15%
14108.99/763.00	c       763          18654         216        20      -56378.0000     -212068.0000    276.15%
14113.35/763.18	c *     763          18654         216        20      -56379.0000     -212068.0000    276.15%
14118.45/763.47	c *     763          18654         216        20      -56380.0000     -212068.0000    276.14%
14122.12/763.70	c *     764          17617         314        20      -56381.0000     -212068.0000    276.13%
14126.00/763.87	c *     764          17617         314        20      -56382.0000     -212068.0000    276.13%
14132.54/764.16	c *     764          17617         314        20      -56383.0000     -212068.0000    276.12%
14139.36/764.54	c *     765          18697         218        20      -56384.0000     -212068.0000    276.11%
14146.74/764.94	c *     765          17661         282        20      -56385.0000     -212068.0000    276.11%
14146.74/765.02	c *     765          17661         282        20      -56386.0000     -212068.0000    276.10%
14154.28/765.31	c *     765          17661         282        20      -56387.0000     -212068.0000    276.09%
14160.08/765.60	c *     766          17661         282        20      -56388.0000     -212068.0000    276.09%
14164.04/765.89	c *     766          17661         282        20      -56389.0000     -212068.0000    276.08%
14171.74/766.24	c *     766          17661         282        20      -56390.0000     -212068.0000    276.07%
14177.14/766.54	c *     767          18810         216        20      -56574.0000     -212068.0000    274.85%
14190.35/767.28	c *     767          17689         269        20      -56575.0000     -212068.0000    274.84%
14195.83/767.51	c *     768          17689         269        20      -56576.0000     -212068.0000    274.84%
14208.39/768.17	c       768          18870         233        20      -56576.0000     -212068.0000    274.84%
14208.39/768.17	c *     768          18870         233        20      -56577.0000     -212068.0000    274.83%
14211.52/768.38	c *     768          18870         233        20      -56578.0000     -212068.0000    274.82%
14219.43/768.73	c *     769          17732         247        20      -56580.0000     -212068.0000    274.81%
14231.14/769.40	c *     769          17732         247        20      -56581.0000     -212068.0000    274.80%
14233.01/769.47	c *     769          17732         247        20      -56582.0000     -212068.0000    274.80%
14240.80/769.84	c *     770          17732         247        20      -56585.0000     -212068.0000    274.78%
14248.27/770.27	c *     770          17732         247        20      -56586.0000     -212068.0000    274.77%
14256.02/770.61	c *     771          18993         335        20      -56587.0000     -212068.0000    274.76%
14261.96/770.96	c *     771          17782         228        20      -56588.0000     -212068.0000    274.76%
14269.66/771.32	c *     771          17782         228        20      -56589.0000     -212068.0000    274.75%
14284.27/772.12	c *     772          17855         271        20      -56590.0000     -212068.0000    274.74%
14292.99/772.53	c *     773          17855         271        20      -56591.0000     -212068.0000    274.74%
14300.25/772.99	c *     773          19086         252        20      -56592.0000     -212068.0000    274.73%
14309.69/773.42	c *     773          17883         229        20      -56593.0000     -212068.0000    274.72%
14309.69/773.42	c       773          17883         229        20      -56593.0000     -212068.0000    274.72%
14311.65/773.59	c *     774          17883         229        20      -56595.0000     -212068.0000    274.71%
14319.57/773.95	c *     774          19147         311        20      -56598.0000     -212068.0000    274.69%
14327.21/774.30	c *     774          17945         291        20      -56599.0000     -212068.0000    274.69%
14334.57/774.75	c *     775          17945         291        20      -56600.0000     -212068.0000    274.68%
14341.13/775.11	c *     775          19204         330        20      -56601.0000     -212068.0000    274.67%
14349.34/775.54	c *     776          17983         234        20      -56602.0000     -212068.0000    274.67%
14355.02/775.89	c *     776          17983         234        20      -56603.0000     -212068.0000    274.66%
14362.64/776.25	c *     776          17983         234        20      -56604.0000     -212068.0000    274.65%
14368.51/776.54	c *     777          17983         234        20      -56605.0000     -212068.0000    274.65%
14381.96/777.25	c *     777          19266         223        20      -56606.0000     -212068.0000    274.64%
14389.81/777.60	c *     778          19266         223        20      -56607.0000     -212068.0000    274.63%
14395.69/777.96	c *     778          18003         256        20      -56608.0000     -212068.0000    274.63%
14403.47/778.39	c *     778          19328         232        20      -56609.0000     -212068.0000    274.62%
14409.33/778.68	c       779          18044         233        20      -56609.0000     -212068.0000    274.62%
14409.33/778.69	c *     779          18044         233        20      -56610.0000     -212068.0000    274.61%
14415.25/778.97	c *     779          18044         233        20      -56611.0000     -212068.0000    274.61%
14423.07/779.33	c *     779          18044         233        20      -56612.0000     -212068.0000    274.60%
14428.89/779.67	c *     780          18044         233        20      -56613.0000     -212068.0000    274.59%
14434.74/780.02	c *     780          18044         233        20      -56614.0000     -212068.0000    274.59%
14442.45/780.38	c *     780          18044         233        20      -56615.0000     -212068.0000    274.58%
14450.20/780.72	c *     781          19432         217        20      -56616.0000     -212068.0000    274.57%
14456.64/781.06	c *     781          18087         229        20      -56617.0000     -212068.0000    274.57%
14463.63/781.43	c *     781          18087         229        20      -56618.0000     -212068.0000    274.56%
14471.21/781.83	c *     782          19480         214        20      -56619.0000     -212068.0000    274.55%
14477.74/782.16	c *     782          18143         271        20      -56620.0000     -212068.0000    274.55%
14486.16/782.63	c *     783          18143         271        20      -56621.0000     -212068.0000    274.54%
14494.15/783.03	c *     783          19512         230        20      -56622.0000     -212068.0000    274.53%
14499.47/783.37	c *     783          18192         254        20      -56623.0000     -212068.0000    274.53%
14506.87/783.77	c *     784          18192         254        20      -56624.0000     -212068.0000    274.52%
14506.87/783.77	c       784          18192         254        20      -56624.0000     -212068.0000    274.52%
14515.28/784.17	c *     784          19561         215        20      -56625.0000     -212068.0000    274.51%
14521.90/784.51	c *     785          18252         276        20      -56626.0000     -212068.0000    274.51%
14527.87/784.86	c *     785          18252         276        20      -56627.0000     -212068.0000    274.50%
14537.44/785.36	c *     785          19613         213        20      -56628.0000     -212068.0000    274.49%
14546.98/785.87	c *     786          18309         275        20      -56629.0000     -212068.0000    274.49%
14551.66/786.09	c *     786          18309         275        20      -57118.0000     -212068.0000    271.28%
14562.78/786.63	c *     787          19672         211        20      -57119.0000     -212068.0000    271.27%
14568.67/786.91	c *     787          19672         211        20      -57120.0000     -212068.0000    271.27%
14574.69/787.20	c *     787          19672         211        20      -57121.0000     -212068.0000    271.26%
14578.63/787.50	c *     788          19672         211        20      -57122.0000     -212068.0000    271.25%
14586.24/787.84	c *     788          18377         275        20      -57123.0000     -212068.0000    271.25%
14590.66/788.09	c *     788          18377         275        20      -57163.0000     -212068.0000    270.99%
14597.86/788.45	c *     788          18377         275        20      -57164.0000     -212068.0000    270.98%
14605.86/788.89	c *     789          18417         303        20      -57165.0000     -212068.0000    270.98%
14605.86/788.89	c       789          18417         303        20      -57165.0000     -212068.0000    270.98%
14616.78/789.49	c *     789          18417         303        20      -57166.0000     -212068.0000    270.97%
14626.52/789.97	c *     790          19755         233        20      -57167.0000     -212068.0000    270.96%
14634.33/790.33	c *     790          19755         233        20      -57168.0000     -212068.0000    270.96%
14638.08/790.51	c *     791          19755         233        20      -57169.0000     -212068.0000    270.95%
14643.97/790.83	c *     791          19755         233        20      -57170.0000     -212068.0000    270.94%
14650.24/791.16	c *     791          19755         233        20      -57171.0000     -212068.0000    270.94%
14653.38/791.32	c *     791          19755         233        20      -57172.0000     -212068.0000    270.93%
14661.01/791.71	c *     792          18497         372        20      -57173.0000     -212068.0000    270.92%
14667.15/792.07	c *     792          19790         217        20      -57175.0000     -212068.0000    270.91%
14674.03/792.42	c *     792          19790         217        20      -57176.0000     -212068.0000    270.90%
14683.85/792.94	c *     793          18531         374        20      -57177.0000     -212068.0000    270.90%
14693.23/793.49	c *     793          19830         252        20      -57178.0000     -212068.0000    270.89%
14701.12/793.85	c *     794          18552         292        20      -57179.0000     -212068.0000    270.88%
14703.00/793.91	c       794          18552         292        20      -57179.0000     -212068.0000    270.88%
14705.70/794.08	c *     794          18552         292        20      -57182.0000     -212068.0000    270.86%
14716.77/794.67	c *     795          19910         332        20      -57183.0000     -212068.0000    270.86%
14722.56/794.99	c *     795          19910         332        20      -57184.0000     -212068.0000    270.85%
14730.35/795.34	c *     795          18634         360        20      -57185.0000     -212068.0000    270.85%
14734.09/795.57	c *     796          19944         311        20      -57187.0000     -212068.0000    270.83%
14738.07/795.76	c *     796          19944         311        20      -58097.0000     -212068.0000    265.02%
14751.88/796.47	c *     796          18656         254        20      -58098.0000     -212068.0000    265.02%
14757.81/796.78	c *     797          18656         254        20      -58099.0000     -212068.0000    265.01%
14764.49/797.07	c *     797          18656         254        20      -58100.0000     -212068.0000    265.01%
14769.50/797.37	c *     797          18656         254        20      -58101.0000     -212068.0000    265.00%
14775.40/797.61	c *     798          18656         254        20      -58150.0000     -212068.0000    264.69%
14781.23/798.01	c *     798          18656         254        20      -58151.0000     -212068.0000    264.69%
14789.05/798.39	c *     798          20026         202        20      -58152.0000     -212068.0000    264.68%
14800.58/798.92	c *     799          18716         310        20      -58153.0000     -212068.0000    264.67%
14800.58/798.97	c       799          18716         310        20      -58153.0000     -212068.0000    264.67%
14810.21/799.49	c *     799          20086         195        20      -58320.0000     -212068.0000    263.63%
14825.69/800.25	c *     800          20086         195        20      -58474.0000     -212068.0000    262.67%
14833.43/800.62	c *     801          20086         195        20      -58475.0000     -212068.0000    262.66%
14835.11/800.74	c *     801          20086         195        20      -58697.0000     -212068.0000    261.29%
14854.76/801.71	c *     802          18801         274        20      -58698.0000     -212068.0000    261.29%
14858.72/802.01	c *     802          18801         274        20      -58699.0000     -212068.0000    261.28%
14866.57/802.31	c *     802          18801         274        20      -58700.0000     -212068.0000    261.27%
14872.43/802.66	c *     803          18836         309        20      -58701.0000     -212068.0000    261.27%
14878.28/802.97	c *     803          18836         309        20      -58702.0000     -212068.0000    261.26%
14882.66/803.15	c *     803          18836         309        20      -58707.0000     -212068.0000    261.23%
14895.75/803.81	c *     804          20215         203        20      -58708.0000     -212068.0000    261.23%
14902.47/804.18	c *     804          20215         203        20      -58709.0000     -212068.0000    261.22%
14902.47/804.18	c       804          20215         203        20      -58709.0000     -212068.0000    261.22%
14903.37/804.27	c *     804          20215         203        20      -58728.0000     -212068.0000    261.10%
14911.22/804.60	c *     805          18883         294        20      -58730.0000     -212068.0000    261.09%
14917.18/804.94	c *     805          20245         197        20      -58731.0000     -212068.0000    261.08%
14924.79/805.31	c *     805          20245         197        20      -58732.0000     -212068.0000    261.08%
14924.79/805.38	c *     805          20245         197        20      -58733.0000     -212068.0000    261.07%
14930.69/805.68	c *     806          20245         197        20      -58734.0000     -212068.0000    261.07%
14936.49/805.98	c *     806          18988         373        20      -58735.0000     -212068.0000    261.06%
14941.39/806.18	c *     806          18988         373        20      -58736.0000     -212068.0000    261.05%
14948.22/806.51	c *     807          18988         373        20      -58739.0000     -212068.0000    261.03%
14956.10/806.96	c *     807          18988         373        20      -58740.0000     -212068.0000    261.03%
14961.99/807.27	c *     807          18988         373        20      -58741.0000     -212068.0000    261.02%
14967.89/807.57	c *     808          18988         373        20      -58742.0000     -212068.0000    261.02%
14975.62/807.93	c *     808          18988         373        20      -58743.0000     -212068.0000    261.01%
14981.48/808.23	c *     808          20347         196        20      -58744.0000     -212068.0000    261.00%
14987.52/808.53	c *     809          19025         348        20      -58745.0000     -212068.0000    261.00%
14993.30/808.88	c *     809          19025         348        20      -58746.0000     -212068.0000    260.99%
15000.74/809.21	c       809          20405         196        20      -58746.0000     -212068.0000    260.99%
15002.62/809.32	c *     809          20405         196        20      -58747.0000     -212068.0000    260.99%
15006.37/809.58	c *     810          20405         196        20      -58748.0000     -212068.0000    260.98%
15014.21/809.95	c *     810          20405         196        20      -58749.0000     -212068.0000    260.97%
15021.99/810.35	c *     810          20405         196        20      -58751.0000     -212068.0000    260.96%
15029.61/810.71	c *     811          20405         196        20      -58752.0000     -212068.0000    260.95%
15031.59/810.89	c *     811          20405         196        20      -58754.0000     -212068.0000    260.94%
15039.39/811.27	c *     811          19105         359        20      -58755.0000     -212068.0000    260.94%
15048.87/811.75	c *     812          20456         194        20      -58756.0000     -212068.0000    260.93%
15057.44/812.18	c *     812          20456         194        20      -58757.0000     -212068.0000    260.92%
15068.49/812.76	c *     813          19158         314        20      -58760.0000     -212068.0000    260.91%
15075.09/813.09	c *     813          19158         314        20      -58761.0000     -212068.0000    260.90%
15084.20/813.58	c *     814          19158         314        20      -58762.0000     -212068.0000    260.89%
15086.11/813.64	c *     814          19158         314        20      -58765.0000     -212068.0000    260.87%
15092.05/814.01	c *     814          19158         314        20      -58768.0000     -212068.0000    260.86%
15097.74/814.27	c *     814          19158         314        20      -61745.0000     -212068.0000    243.46%
15097.74/814.27	c       814          19158         314        20      -61745.0000     -212068.0000    243.46%
15109.41/814.86	c *     815          19158         314        20      -61746.0000     -212068.0000    243.45%
15117.11/815.22	c *     815          19158         314        20      -61747.0000     -212068.0000    243.45%
15122.95/815.56	c *     816          19158         314        20      -61748.0000     -212068.0000    243.44%
15128.94/815.86	c *     816          19158         314        20      -61749.0000     -212068.0000    243.44%
15135.65/816.15	c *     816          19158         314        20      -61750.0000     -212068.0000    243.43%
15144.66/816.69	c *     817          19158         314        20      -61753.0000     -212068.0000    243.41%
15150.51/816.98	c *     817          20649         274        20      -61754.0000     -212068.0000    243.41%
15158.11/817.33	c *     817          19158         316        20      -61755.0000     -212068.0000    243.40%
15165.59/817.73	c *     818          19158         316        20      -61756.0000     -212068.0000    243.40%
15165.59/817.79	c *     818          19158         316        20      -61758.0000     -212068.0000    243.39%
15171.88/818.13	c *     818          19158         316        20      -61760.0000     -212068.0000    243.37%
15180.32/818.55	c *     819          19158         316        20      -61761.0000     -212068.0000    243.37%
15192.61/819.15	c *     819          19158         316        20      -61762.0000     -212068.0000    243.36%
15193.81/819.27	c       819          19158         316        20      -61762.0000     -212068.0000    243.36%
15199.57/819.57	c *     820          20735         232        20      -61763.0000     -212068.0000    243.36%
15207.09/820.00	c *     820          20735         232        20      -61764.0000     -212068.0000    243.35%
15209.77/820.13	c *     820          20735         232        20      -61766.0000     -212068.0000    243.34%
15218.58/820.51	c *     821          20735         232        20      -61767.0000     -212068.0000    243.34%
15224.31/820.81	c *     821          19214         246        20      -61768.0000     -212068.0000    243.33%
15228.97/821.12	c *     821          19214         246        20      -61769.0000     -212068.0000    243.32%
15232.08/821.30	c *     821          19214         246        20      -61771.0000     -212068.0000    243.31%
15237.93/821.59	c *     822          20775         217        20      -61773.0000     -212068.0000    243.30%
15253.56/822.39	c *     822          19252         260        20      -61774.0000     -212068.0000    243.30%
15262.94/822.81	c *     823          19252         260        20      -61775.0000     -212068.0000    243.29%
15274.45/823.42	c *     823          20823         233        20      -61776.0000     -212068.0000    243.29%
15284.19/823.92	c *     824          20823         233        20      -61777.0000     -212068.0000    243.28%
15289.94/824.30	c *     824          20823         233        20      -61778.0000     -212068.0000    243.27%
15289.94/824.30	c       824          20823         233        20      -61778.0000     -212068.0000    243.27%
15295.81/824.59	c *     825          20823         233        20      -61779.0000     -212068.0000    243.27%
15303.68/824.97	c *     825          20823         233        20      -61780.0000     -212068.0000    243.26%
15309.46/825.26	c *     825          20823         233        20      -61781.0000     -212068.0000    243.26%
15315.15/825.59	c *     826          20823         233        20      -61782.0000     -212068.0000    243.25%
15325.53/826.05	c *     826          20823         233        20      -61783.0000     -212068.0000    243.25%
15334.64/826.54	c *     827          20823         233        20      -61784.0000     -212068.0000    243.24%
15340.54/826.84	c *     827          20823         233        20      -61785.0000     -212068.0000    243.24%
15348.32/827.26	c *     827          20823         233        20      -61787.0000     -212068.0000    243.22%
15356.14/827.63	c *     828          20823         233        20      -61788.0000     -212068.0000    243.22%
15361.95/827.93	c *     828          20823         233        20      -61789.0000     -212068.0000    243.21%
15367.70/828.22	c *     828          19426         237        20      -61790.0000     -212068.0000    243.21%
15373.65/828.53	c *     829          19426         237        20      -61791.0000     -212068.0000    243.20%
15379.58/828.82	c *     829          20922         334        20      -61792.0000     -212068.0000    243.20%
15384.32/829.11	c *     829          20922         334        20      -61793.0000     -212068.0000    243.19%
15391.31/829.44	c *     829          20922         334        20      -61794.0000     -212068.0000    243.19%
15391.31/829.44	c       829          20922         334        20      -61794.0000     -212068.0000    243.19%
15397.21/829.73	c *     830          20922         334        20      -61795.0000     -212068.0000    243.18%
15403.96/830.08	c *     830          20922         334        20      -61796.0000     -212068.0000    243.17%
15425.42/831.13	c *     831          20922         334        20      -61797.0000     -212068.0000    243.17%
15430.53/831.50	c *     832          20922         334        20      -61798.0000     -212068.0000    243.16%
15438.20/831.85	c *     832          20922         334        20      -61799.0000     -212068.0000    243.16%
15445.72/832.20	c *     832          20922         334        20      -61800.0000     -212068.0000    243.15%
15451.53/832.55	c *     833          20922         334        20      -61801.0000     -212068.0000    243.15%
15457.19/832.90	c *     833          20922         334        20      -61802.0000     -212068.0000    243.14%
15464.73/833.25	c *     833          20922         334        20      -61803.0000     -212068.0000    243.14%
15472.43/833.60	c *     834          20922         334        20      -61804.0000     -212068.0000    243.13%
15478.25/833.95	c *     834          20922         334        20      -61805.0000     -212068.0000    243.12%
15485.77/834.36	c *     834          19649         355        20      -61806.0000     -212068.0000    243.12%
15487.55/834.44	c       834          20923         333        20      -61806.0000     -212068.0000    243.12%
15493.33/834.71	c *     835          20923         333        20      -61807.0000     -212068.0000    243.11%
15499.65/835.07	c *     835          20923         333        20      -61808.0000     -212068.0000    243.11%
15506.35/835.44	c *     835          19669         209        20      -61809.0000     -212068.0000    243.10%
15513.79/835.84	c *     836          20937         206        20      -61810.0000     -212068.0000    243.10%
15521.27/836.20	c *     836          20937         206        20      -61811.0000     -212068.0000    243.09%
15527.08/836.55	c *     837          19724         237        20      -61812.0000     -212068.0000    243.09%
15532.78/836.89	c *     837          20954         207        20      -61813.0000     -212068.0000    243.08%
15540.38/837.24	c *     837          20954         207        20      -61814.0000     -212068.0000    243.07%
15546.12/837.59	c *     838          19806         271        20      -61815.0000     -212068.0000    243.07%
15553.52/837.99	c *     838          20976         209        20      -61816.0000     -212068.0000    243.06%
15565.04/838.56	c *     839          20976         209        20      -61817.0000     -212068.0000    243.06%
15572.75/838.96	c *     839          20976         209        20      -61818.0000     -212068.0000    243.05%
15580.49/839.36	c *     839          20976         209        20      -61819.0000     -212068.0000    243.05%
15586.33/839.66	c       840          19906         337        20      -61819.0000     -212068.0000    243.05%
15586.33/839.66	c *     840          19906         337        20      -61820.0000     -212068.0000    243.04%
15592.06/839.96	c *     840          19906         337        20      -61821.0000     -212068.0000    243.04%
15597.73/840.27	c *     840          21002         229        20      -61822.0000     -212068.0000    243.03%
15605.24/840.66	c *     841          21002         229        20      -61823.0000     -212068.0000    243.02%
15610.92/841.02	c *     841          19969         286        20      -61824.0000     -212068.0000    243.02%
15620.29/841.42	c *     841          19969         286        20      -61825.0000     -212068.0000    243.01%
15625.98/841.76	c *     842          19969         286        20      -61826.0000     -212068.0000    243.01%
15632.40/842.10	c *     842          19969         286        20      -61827.0000     -212068.0000    243.00%
15639.25/842.50	c *     842          19969         286        20      -61828.0000     -212068.0000    243.00%
15644.97/842.78	c *     843          19969         286        20      -61829.0000     -212068.0000    242.99%
15651.76/843.13	c *     843          21043         206        20      -61830.0000     -212068.0000    242.99%
15658.41/843.48	c *     843          21043         206        20      -61831.0000     -212068.0000    242.98%
15665.72/843.88	c *     844          21043         206        20      -61832.0000     -212068.0000    242.97%
15673.33/844.24	c *     844          19990         236        20      -61833.0000     -212068.0000    242.97%
15678.91/844.58	c *     845          19990         236        20      -61834.0000     -212068.0000    242.96%
15682.30/844.70	c       845          19990         236        20      -61834.0000     -212068.0000    242.96%
15686.27/844.99	c *     845          19990         236        20      -61835.0000     -212068.0000    242.96%
15695.41/845.40	c *     845          20031         263        20      -61836.0000     -212068.0000    242.95%
15701.11/845.79	c *     846          20031         263        20      -61837.0000     -212068.0000    242.95%
15707.66/846.07	c *     846          20031         263        20      -61838.0000     -212068.0000    242.94%
15714.59/846.47	c *     846          20069         208        20      -61839.0000     -212068.0000    242.94%
15720.50/846.78	c *     847          20069         208        20      -61840.0000     -212068.0000    242.93%
15722.41/846.86	c *     847          20069         208        20      -61842.0000     -212068.0000    242.92%
15729.08/847.17	c *     847          20069         208        20      -61843.0000     -212068.0000    242.91%
15738.00/847.65	c *     848          21164         201        20      -61844.0000     -212068.0000    242.91%
15743.82/847.96	c *     848          21164         201        20      -61845.0000     -212068.0000    242.90%
15753.50/848.44	c *     848          21164         201        20      -61846.0000     -212068.0000    242.90%
15763.27/848.91	c *     849          21164         201        20      -61847.0000     -212068.0000    242.89%
15769.13/849.21	c *     849          21164         201        20      -61848.0000     -212068.0000    242.89%
15774.97/849.57	c *     850          21164         201        20      -61849.0000     -212068.0000    242.88%
15780.83/849.87	c *     850          21164         201        20      -61850.0000     -212068.0000    242.87%
15780.83/849.87	c       850          21164         201        20      -61850.0000     -212068.0000    242.87%
15787.45/850.20	c *     850          21164         201        20      -61851.0000     -212068.0000    242.87%
15794.55/850.50	c *     850          21164         201        20      -61852.0000     -212068.0000    242.86%
15800.39/850.80	c *     851          21164         201        20      -61853.0000     -212068.0000    242.86%
15808.30/851.24	c *     851          21164         201        20      -61854.0000     -212068.0000    242.85%
15835.92/852.64	c *     853          21174         213        20      -61855.0000     -212068.0000    242.85%
15841.86/853.00	c *     853          21174         213        20      -61856.0000     -212068.0000    242.84%
15847.61/853.22	c *     853          21174         213        20      -61858.0000     -212068.0000    242.83%
15857.50/853.79	c *     854          21174         213        20      -61859.0000     -212068.0000    242.82%
15869.25/854.32	c *     854          20364         234        20      -61860.0000     -212068.0000    242.82%
15875.04/854.60	c *     855          20364         234        20      -61861.0000     -212068.0000    242.81%
15878.93/854.87	c       855          21175         212        20      -61861.0000     -212068.0000    242.81%
15880.92/855.01	c *     855          21175         212        20      -61862.0000     -212068.0000    242.81%
15883.61/855.11	c *     855          21175         212        20      -61875.0000     -212068.0000    242.74%
15916.55/856.73	c *     857          21233         254        20      -61876.0000     -212068.0000    242.73%
15923.17/857.07	c *     857          21233         254        20      -61877.0000     -212068.0000    242.73%
15954.03/858.61	c *     859          21233         254        20      -61879.0000     -212068.0000    242.71%
15973.88/859.67	c *     860          21233         254        20      -61880.0000     -212068.0000    242.71%
15982.46/860.06	c       860          21233         254        20      -61880.0000     -212068.0000    242.71%
15989.67/860.42	c *     860          21233         254        20      -61881.0000     -212068.0000    242.70%
15999.59/860.92	c *     861          21233         254        20      -61882.0000     -212068.0000    242.70%
16011.31/861.53	c *     862          21233         254        20      -61883.0000     -212068.0000    242.69%
16017.21/861.86	c *     862          20635         234        20      -61884.0000     -212068.0000    242.69%
16023.98/862.19	c *     862          20635         234        20      -61885.0000     -212068.0000    242.68%
16046.74/863.35	c *     863          21312         335        20      -61886.0000     -212068.0000    242.68%
16052.63/863.70	c *     864          21312         335        20      -61887.0000     -212068.0000    242.67%
16058.44/863.98	c *     864          21312         335        20      -61888.0000     -212068.0000    242.66%
16064.32/864.26	c *     864          21312         335        20      -61889.0000     -212068.0000    242.66%
16070.29/864.56	c *     865          21312         335        20      -61890.0000     -212068.0000    242.65%
16076.15/864.87	c *     865          20717         255        20      -61891.0000     -212068.0000    242.65%
16082.79/865.15	c *     865          20717         255        20      -61892.0000     -212068.0000    242.64%
16082.79/865.15	c       865          20717         255        20      -61892.0000     -212068.0000    242.64%
16117.68/866.91	c *     867          20717         255        20      -61893.0000     -212068.0000    242.64%
16123.61/867.27	c *     867          20717         255        20      -61898.0000     -212068.0000    242.61%
16143.12/868.25	c *     868          20717         255        20      -61899.0000     -212068.0000    242.60%
16150.85/868.60	c *     869          20717         255        20      -61900.0000     -212068.0000    242.60%
16156.75/868.97	c *     869          21438         228        20      -61902.0000     -212068.0000    242.59%
16166.14/869.40	c *     869          21438         228        20      -61903.0000     -212068.0000    242.58%
16173.75/869.81	c *     870          20796         336        20      -61904.0000     -212068.0000    242.58%
16181.11/870.21	c *     870          20796         336        20      -61905.0000     -212068.0000    242.57%
16181.11/870.21	c       870          20796         336        20      -61905.0000     -212068.0000    242.57%
16183.07/870.39	c *     870          20796         336        20      -61907.0000     -212068.0000    242.56%
16190.86/870.77	c *     871          20796         336        20      -61910.0000     -212068.0000    242.54%
16200.12/871.29	c *     871          20796         336        20      -61911.0000     -212068.0000    242.54%
16207.75/871.65	c *     872          20796         336        20      -61912.0000     -212068.0000    242.53%
16213.53/871.93	c *     872          20796         336        20      -61913.0000     -212068.0000    242.53%
16219.29/872.24	c *     872          20796         336        20      -61914.0000     -212068.0000    242.52%
16224.94/872.51	c *     873          20796         336        20      -61915.0000     -212068.0000    242.51%
16228.67/872.76	c *     873          20796         336        20      -61919.0000     -212068.0000    242.49%
16240.29/873.33	c *     873          20796         336        20      -61920.0000     -212068.0000    242.49%
16247.98/873.70	c *     874          20796         336        20      -61921.0000     -212068.0000    242.48%
16251.95/873.99	c *     874          20796         336        20      -61922.0000     -212068.0000    242.48%
16254.48/874.06	c *     874          20796         336        20      -61923.0000     -212068.0000    242.47%
16267.70/874.77	c *     875          20796         336        20      -61924.0000     -212068.0000    242.46%
16274.06/875.09	c *     875          20796         336        20      -61925.0000     -212068.0000    242.46%
16279.20/875.33	c *     875          20796         336        20      -61927.0000     -212068.0000    242.45%
16279.20/875.33	c       875          20796         336        20      -61927.0000     -212068.0000    242.45%
16282.84/875.56	c *     876          20796         336        20      -61928.0000     -212068.0000    242.44%
16288.72/875.86	c *     876          20796         336        20      -61929.0000     -212068.0000    242.44%
16290.39/875.92	c *     876          20796         336        20      -61931.0000     -212068.0000    242.43%
16302.18/876.54	c *     877          20796         336        20      -61932.0000     -212068.0000    242.42%
16314.52/877.15	c *     877          20796         336        20      -61933.0000     -212068.0000    242.42%
16323.59/877.67	c *     878          21632         226        20      -61934.0000     -212068.0000    242.41%
16325.38/877.74	c *     878          21632         226        20      -61936.0000     -212068.0000    242.40%
16334.16/878.18	c *     878          20797         335        20      -61937.0000     -212068.0000    242.39%
16340.81/878.54	c *     879          21698         292        20      -61939.0000     -212068.0000    242.38%
16348.60/878.95	c *     879          20829         204        20      -61941.0000     -212068.0000    242.37%
16356.43/879.33	c *     879          20829         204        20      -61944.0000     -212068.0000    242.35%
16370.72/880.06	c *     880          21743         251        20      -61945.0000     -212068.0000    242.35%
16377.88/880.46	c *     880          21743         251        20      -61946.0000     -212068.0000    242.34%
16377.88/880.46	c       880          21743         251        20      -61946.0000     -212068.0000    242.34%
16390.15/881.03	c *     881          21743         251        20      -61949.0000     -212068.0000    242.33%
16403.29/881.72	c *     882          20922         241        20      -61951.0000     -212068.0000    242.32%
16409.86/882.13	c *     882          20922         241        20      -61954.0000     -212068.0000    242.30%
16416.35/882.44	c *     882          20957         239        20      -64438.0000     -212068.0000    229.10%
16448.84/884.10	c *     884          21911         210        20      -64439.0000     -212068.0000    229.10%
16450.67/884.16	c *     884          21911         210        20      -64451.0000     -212068.0000    229.04%
16457.77/884.54	c *     885          21051         257        20      -64452.0000     -212068.0000    229.03%
16468.45/885.13	c *     885          21976         275        20      -64453.0000     -212068.0000    229.03%
16471.41/885.20	c *     885          21976         275        20      -64456.0000     -212068.0000    229.01%
16477.38/885.57	c *     886          21976         275        20      -64457.0000     -212068.0000    229.01%
16477.38/885.57	c       886          21976         275        20      -64457.0000     -212068.0000    229.01%
16483.15/885.82	c *     886          21135         256        20      -64458.0000     -212068.0000    229.00%
16491.06/886.24	c *     886          21135         256        20      -64459.0000     -212068.0000    229.00%
16498.99/886.62	c *     887          21135         256        20      -64462.0000     -212068.0000    228.98%
16502.96/886.89	c *     887          21135         256        20      -64469.0000     -212068.0000    228.95%
16510.86/887.27	c *     887          21135         256        20      -64472.0000     -212068.0000    228.93%
16520.78/887.80	c *     888          21135         256        20      -64473.0000     -212068.0000    228.93%
16524.68/887.97	c *     888          21135         256        20      -64477.0000     -212068.0000    228.90%
16534.52/888.41	c *     888          21135         256        20      -64478.0000     -212068.0000    228.90%
16536.49/888.57	c *     889          21135         256        20      -64480.0000     -212068.0000    228.89%
16546.93/889.05	c *     889          21135         256        20      -64481.0000     -212068.0000    228.88%
16558.12/889.65	c *     890          21135         256        20      -64482.0000     -212068.0000    228.88%
16575.95/890.57	c *     891          22189         294        20      -64483.0000     -212068.0000    228.87%
16583.82/890.95	c *     891          22189         294        20      -64484.0000     -212068.0000    228.87%
16583.82/890.95	c       891          22189         294        20      -64484.0000     -212068.0000    228.87%
16589.67/891.28	c *     891          22189         294        20      -64485.0000     -212068.0000    228.86%
16597.56/891.69	c *     892          22189         294        20      -64488.0000     -212068.0000    228.85%
16601.46/891.87	c *     892          21154         277        20      -68718.0000     -212068.0000    208.61%
16656.92/894.68	c *     895          21208         157        20      -68739.0000     -212068.0000    208.51%
16662.76/895.05	c *     895          21208         157        20      -68742.0000     -212068.0000    208.50%
16672.67/895.41	c *     895          21208         157        20      -68743.0000     -212068.0000    208.49%
16678.63/895.77	c *     896          22269         222        20      -68744.0000     -212068.0000    208.49%
16696.44/896.65	c       897          22269         222        20      -68744.0000     -212068.0000    208.49%
16714.31/897.56	c *     898          22269         222        20      -68745.0000     -212068.0000    208.48%
16724.65/898.03	c *     898          22269         222        20      -68746.0000     -212068.0000    208.48%
16740.01/898.87	c *     899          22269         222        20      -68747.0000     -212068.0000    208.48%
16747.81/899.24	c *     899          22269         222        20      -68760.0000     -212068.0000    208.42%
16753.87/899.53	c *     900          22269         222        20      -68761.0000     -212068.0000    208.41%
16761.70/899.94	c *     900          22269         222        20      -68762.0000     -212068.0000    208.41%
16767.52/900.23	c *     900          21374         234        20      -68763.0000     -212068.0000    208.40%
16773.40/900.53	c *     901          21374         234        20      -68764.0000     -212068.0000    208.40%
16781.29/901.04	c *     901          22349         235        20      -68765.0000     -212068.0000    208.40%
16798.93/901.82	c       902          22349         235        20      -68765.0000     -212068.0000    208.40%
16808.80/902.32	c *     902          22349         235        20      -68766.0000     -212068.0000    208.39%
16812.57/902.54	c *     903          22349         235        20      -68768.0000     -212068.0000    208.38%
16823.13/903.13	c *     903          22349         235        20      -68769.0000     -212068.0000    208.38%
16830.08/903.47	c *     903          22349         235        20      -68770.0000     -212068.0000    208.37%
16837.60/903.85	c *     904          22349         235        20      -68771.0000     -212068.0000    208.37%
16839.51/903.93	c *     904          22349         235        20      -68773.0000     -212068.0000    208.36%
16881.70/906.09	c *     906          22350         234        20      -68774.0000     -212068.0000    208.35%
16888.72/906.43	c *     906          22350         234        20      -68776.0000     -212068.0000    208.35%
16894.63/906.80	c *     907          22350         234        20      -68777.0000     -212068.0000    208.34%
16903.09/907.16	c *     907          22350         234        20      -68778.0000     -212068.0000    208.34%
16903.09/907.16	c       907          22350         234        20      -68778.0000     -212068.0000    208.34%
16925.93/908.37	c *     908          22423         229        20      -68779.0000     -212068.0000    208.33%
16933.72/908.77	c *     909          22423         229        20      -68780.0000     -212068.0000    208.33%
16940.13/909.13	c *     909          21787         314        20      -68781.0000     -212068.0000    208.32%
16947.01/909.47	c *     909          22493         253        20      -68782.0000     -212068.0000    208.32%
16952.86/909.76	c *     910          22493         253        20      -68783.0000     -212068.0000    208.31%
16954.70/909.89	c *     910          22493         253        20      -68789.0000     -212068.0000    208.29%
16986.27/911.48	c *     911          21833         231        20      -68790.0000     -212068.0000    208.28%
16994.19/911.83	c *     912          21833         231        20      -68791.0000     -212068.0000    208.28%
17002.03/912.28	c       912          22673         333        20      -68791.0000     -212068.0000    208.28%
17013.93/912.87	c *     913          22673         333        20      -68792.0000     -212068.0000    208.27%
17021.75/913.27	c *     913          22673         333        20      -68793.0000     -212068.0000    208.27%
17035.43/913.97	c *     914          22673         333        20      -68797.0000     -212068.0000    208.25%
17047.25/914.52	c *     915          22673         333        20      -68798.0000     -212068.0000    208.25%
17053.18/914.88	c *     915          22673         333        20      -68799.0000     -212068.0000    208.24%
17080.96/916.25	c *     916          22673         333        20      -68800.0000     -212068.0000    208.24%
17088.56/916.62	c *     917          22026         314        20      -68801.0000     -212068.0000    208.23%
17088.56/916.68	c *     917          22026         314        20      -68807.0000     -212068.0000    208.21%
17097.02/917.04	c *     917          22692         352        20      -68810.0000     -212068.0000    208.19%
17104.12/917.40	c *     917          22692         352        20      -68813.0000     -212068.0000    208.18%
17104.12/917.40	c       917          22692         352        20      -68813.0000     -212068.0000    208.18%
17110.06/917.75	c *     918          22692         352        20      -68818.0000     -212068.0000    208.16%
17116.52/918.12	c *     918          22692         352        20      -68821.0000     -212068.0000    208.14%
17129.35/918.79	c *     919          22692         352        20      -68822.0000     -212068.0000    208.14%
17142.93/919.42	c *     919          22692         352        20      -68823.0000     -212068.0000    208.14%
17152.10/919.90	c *     920          22195         335        20      -68824.0000     -212068.0000    208.13%
17152.10/919.96	c *     920          22195         335        20      -68826.0000     -212068.0000    208.12%
17159.61/920.30	c *     920          22195         335        20      -68831.0000     -212068.0000    208.10%
17167.11/920.71	c *     921          22195         335        20      -68834.0000     -212068.0000    208.09%
17176.94/921.27	c *     921          22195         335        20      -68839.0000     -212068.0000    208.06%
17178.83/921.35	c *     921          22195         335        20      -68844.0000     -212068.0000    208.04%
17188.08/921.83	c *     922          22195         335        20      -68845.0000     -212068.0000    208.04%
17188.08/921.89	c *     922          22195         335        20      -68852.0000     -212068.0000    208.01%
17194.84/922.18	c *     922          22195         335        20      -68853.0000     -212068.0000    208.00%
17195.81/922.27	c *     922          22195         335        20      -68855.0000     -212068.0000    207.99%
17201.71/922.52	c       923          22718         224        20      -68855.0000     -212068.0000    207.99%
17203.68/922.63	c *     923          22718         224        20      -68860.0000     -212068.0000    207.97%
17209.45/922.97	c *     923          22718         224        20      -68863.0000     -212068.0000    207.96%
17215.26/923.23	c *     923          22718         224        20      -68865.0000     -212068.0000    207.95%
17220.66/923.59	c *     924          22718         224        20      -68873.0000     -212068.0000    207.91%
17228.39/923.94	c *     924          22313         255        20      -68876.0000     -212068.0000    207.90%
17234.14/924.22	c *     924          22313         255        20      -68877.0000     -212068.0000    207.89%
17234.14/924.29	c *     924          22313         255        20      -68881.0000     -212068.0000    207.88%
17241.82/924.65	c *     925          22313         255        20      -68884.0000     -212068.0000    207.86%
17247.68/925.00	c *     925          22761         217        20      -68894.0000     -212068.0000    207.82%
17255.40/925.35	c *     925          22761         217        20      -68897.0000     -212068.0000    207.80%
17261.24/925.69	c *     926          22761         217        20      -68907.0000     -212068.0000    207.76%
17269.48/926.04	c *     926          22411         275        20      -68910.0000     -212068.0000    207.75%
17269.48/926.10	c *     926          22411         275        20      -70460.0000     -212068.0000    200.98%
17280.59/926.66	c *     927          22411         275        20      -70461.0000     -212068.0000    200.97%
17290.99/927.19	c *     927          22798         234        20      -70462.0000     -212068.0000    200.97%
17296.16/927.48	c *     927          22798         234        20      -70463.0000     -212068.0000    200.96%
17302.06/927.78	c *     928          22798         234        20      -70464.0000     -212068.0000    200.96%
17302.06/927.78	c       928          22798         234        20      -70464.0000     -212068.0000    200.96%
17308.69/928.08	c *     928          22464         137        20      -70465.0000     -212068.0000    200.96%
17313.93/928.39	c *     928          22464         137        20      -70466.0000     -212068.0000    200.95%
17317.85/928.59	c *     929          22464         137        20      -70470.0000     -212068.0000    200.93%
17321.71/928.77	c *     929          22464         137        20      -70473.0000     -212068.0000    200.92%
17328.09/929.06	c *     929          22464         137        20      -70474.0000     -212068.0000    200.92%
17335.26/929.42	c *     929          22900         204        20      -70478.0000     -212068.0000    200.90%
17341.19/929.78	c *     930          22900         204        20      -70481.0000     -212068.0000    200.89%
17349.78/930.15	c *     930          22484         159        20      -70483.0000     -212068.0000    200.88%
17356.91/930.52	c *     931          22956         195        20      -70486.0000     -212068.0000    200.87%
17364.74/930.91	c *     931          22956         195        20      -70491.0000     -212068.0000    200.84%
17372.53/931.32	c *     931          22564         237        20      -70494.0000     -212068.0000    200.83%
17378.45/931.67	c *     932          22564         237        20      -70496.0000     -212068.0000    200.82%
17392.17/932.38	c *     932          22564         237        20      -70497.0000     -212068.0000    200.82%
17400.08/932.72	c *     933          23047         200        20      -70498.0000     -212068.0000    200.81%
17408.73/933.15	c *     933          23047         200        20      -70499.0000     -212068.0000    200.81%
17408.73/933.15	c       933          23047         200        20      -70499.0000     -212068.0000    200.81%
17413.35/933.45	c *     933          23047         200        20      -70502.0000     -212068.0000    200.80%
17425.63/934.06	c *     934          23098         196        20      -70503.0000     -212068.0000    200.79%
17428.97/934.25	c *     934          23098         196        20      -70504.0000     -212068.0000    200.79%
17432.50/934.41	c *     934          23098         196        20      -70505.0000     -212068.0000    200.78%
17432.50/934.47	c *     934          23098         196        20      -70507.0000     -212068.0000    200.78%
17442.11/934.97	c *     935          23098         196        20      -70509.0000     -212068.0000    200.77%
17444.59/935.04	c *     935          23098         196        20      -70512.0000     -212068.0000    200.75%
17447.74/935.21	c *     935          23098         196        20      -70515.0000     -212068.0000    200.74%
17447.74/935.28	c *     935          23098         196        20      -70517.0000     -212068.0000    200.73%
17453.62/935.58	c *     936          23098         196        20      -70518.0000     -212068.0000    200.73%
17461.56/936.02	c *     936          23098         196        20      -70525.0000     -212068.0000    200.70%
17467.36/936.22	c *     936          23098         196        20      -70528.0000     -212068.0000    200.69%
17477.06/936.70	c *     937          23098         196        20      -70529.0000     -212068.0000    200.68%
17481.02/936.99	c *     937          23098         196        20      -70530.0000     -212068.0000    200.68%
17483.38/937.06	c *     937          23098         196        20      -70533.0000     -212068.0000    200.66%
17486.60/937.23	c *     937          23098         196        20      -70536.0000     -212068.0000    200.65%
17490.49/937.41	c *     937          23098         196        20      -70551.0000     -212068.0000    200.59%
17496.42/937.72	c *     938          23098         196        20      -70552.0000     -212068.0000    200.58%
17506.20/938.20	c *     938          23098         196        20      -70553.0000     -212068.0000    200.58%
17506.20/938.20	c       938          23098         196        20      -70553.0000     -212068.0000    200.58%
17516.11/938.73	c *     939          23098         196        20      -70554.0000     -212068.0000    200.58%
17520.04/938.92	c *     939          23098         196        20      -70559.0000     -212068.0000    200.55%
17537.66/939.83	c *     940          23098         196        20      -70572.0000     -212068.0000    200.50%
17547.47/940.32	c *     940          23156         214        20      -70573.0000     -212068.0000    200.49%
17553.34/940.70	c *     941          23156         214        20      -70574.0000     -212068.0000    200.49%
17565.02/941.21	c *     941          23156         214        20      -70575.0000     -212068.0000    200.49%
17572.95/941.64	c *     942          23156         214        20      -70576.0000     -212068.0000    200.48%
17581.15/942.04	c *     942          23156         214        20      -70577.0000     -212068.0000    200.48%
17584.16/942.27	c *     942          23156         214        20      -70580.0000     -212068.0000    200.46%
17593.88/942.74	c *     943          23043         232        20      -70581.0000     -212068.0000    200.46%
17600.19/943.04	c *     943          23043         232        20      -70582.0000     -212068.0000    200.46%
17601.97/943.14	c *     943          23043         232        20      -70606.0000     -212068.0000    200.35%
17605.38/943.30	c       943          23043         232        20      -70606.0000     -212068.0000    200.35%
17613.31/943.73	c *     944          23157         213        20      -70607.0000     -212068.0000    200.35%
17621.99/944.19	c *     944          23090         235        20      -70608.0000     -212068.0000    200.35%
17630.98/944.61	c *     945          23090         235        20      -70609.0000     -212068.0000    200.34%
17636.93/944.91	c *     945          23090         235        20      -70610.0000     -212068.0000    200.34%
17644.84/945.37	c *     945          23090         235        20      -70611.0000     -212068.0000    200.33%
17652.43/945.80	c *     946          23228         179        20      -70612.0000     -212068.0000    200.33%
17662.27/946.21	c *     946          23228         179        20      -70616.0000     -212068.0000    200.31%
17678.35/947.04	c *     947          23317         186        20      -70640.0000     -212068.0000    200.21%
17685.54/947.42	c *     947          23162         254        20      -70653.0000     -212068.0000    200.15%
17707.24/948.54	c       949          23162         254        20      -70653.0000     -212068.0000    200.15%
17709.22/948.66	c *     949          23162         254        20      -70654.0000     -212068.0000    200.15%
17717.50/949.06	c *     949          23162         254        20      -70655.0000     -212068.0000    200.15%
17722.77/949.37	c *     949          23162         254        20      -70656.0000     -212068.0000    200.14%
17726.73/949.54	c *     950          23162         254        20      -70659.0000     -212068.0000    200.13%
17732.56/949.89	c *     950          23162         254        20      -70660.0000     -212068.0000    200.12%
17734.45/949.96	c *     950          23162         254        20      -70674.0000     -212068.0000    200.07%
17746.27/950.56	c *     951          23162         254        20      -70675.0000     -212068.0000    200.06%
17749.98/950.75	c *     951          23162         254        20      -70676.0000     -212068.0000    200.06%
17761.76/951.37	c *     951          23162         254        20      -70677.0000     -212068.0000    200.05%
17771.53/951.88	c *     952          23162         254        20      -70678.0000     -212068.0000    200.05%
17776.11/952.10	c *     952          23162         254        20      -70679.0000     -212068.0000    200.04%
17787.14/952.64	c *     953          23162         254        20      -70695.0000     -212068.0000    199.98%
17804.73/953.58	c *     954          23185         217        20      -70697.0000     -212068.0000    199.97%
17804.73/953.58	c       954          23185         217        20      -70697.0000     -212068.0000    199.97%
17817.26/954.18	c *     954          23185         217        20      -70698.0000     -212068.0000    199.96%
17824.38/954.54	c *     955          23185         217        20      -70699.0000     -212068.0000    199.96%
17830.28/954.83	c *     955          23185         217        20      -70700.0000     -212068.0000    199.95%
17843.73/955.54	c *     956          23186         216        20      -70701.0000     -212068.0000    199.95%
17845.64/955.62	c *     956          23186         216        20      -70705.0000     -212068.0000    199.93%
17857.47/956.26	c *     956          23186         216        20      -70708.0000     -212068.0000    199.92%
17865.32/956.65	c *     957          23186         216        20      -70716.0000     -212068.0000    199.89%
17877.14/957.24	c *     957          23186         216        20      -70718.0000     -212068.0000    199.88%
17885.04/957.64	c *     958          23186         216        20      -70719.0000     -212068.0000    199.87%
17887.00/957.77	c *     958          23186         216        20      -70728.0000     -212068.0000    199.84%
17904.72/958.62	c *     959          23835         185        20      -70729.0000     -212068.0000    199.83%
17904.72/958.62	c       959          23835         185        20      -70729.0000     -212068.0000    199.83%
17910.66/959.00	c *     959          23835         185        20      -70731.0000     -212068.0000    199.82%
17924.32/959.68	c *     960          23835         185        20      -70734.0000     -212068.0000    199.81%
17928.25/959.85	c *     960          23835         185        20      -70739.0000     -212068.0000    199.79%
17933.11/960.11	c *     960          23835         185        20      -70742.0000     -212068.0000    199.78%
17944.02/960.68	c *     961          23835         185        20      -70743.0000     -212068.0000    199.77%
17949.84/961.01	c *     961          23835         185        20      -70744.0000     -212068.0000    199.77%
17957.53/961.36	c *     961          23835         185        20      -70747.0000     -212068.0000    199.76%
17967.26/961.88	c *     962          23835         185        20      -70750.0000     -212068.0000    199.74%
17971.92/962.12	c *     962          23835         185        20      -70751.0000     -212068.0000    199.74%
17978.98/962.48	c *     962          23835         185        20      -70752.0000     -212068.0000    199.73%
17988.78/963.00	c *     963          23481         294        20      -70753.0000     -212068.0000    199.73%
17998.35/963.43	c *     963          23481         294        20      -70760.0000     -212068.0000    199.70%
18002.25/963.63	c       964          23935         214        20      -70760.0000     -212068.0000    199.70%
18011.18/964.12	c *     964          23935         214        20      -70761.0000     -212068.0000    199.70%
18013.05/964.18	c *     964          23935         214        20      -70763.0000     -212068.0000    199.69%
18017.86/964.47	c *     964          23935         214        20      -70764.0000     -212068.0000    199.68%
18025.51/964.84	c *     965          23935         214        20      -70765.0000     -212068.0000    199.68%
18027.28/964.96	c *     965          23935         214        20      -70768.0000     -212068.0000    199.67%
18031.64/965.15	c *     965          23935         214        20      -70769.0000     -212068.0000    199.66%
18040.77/965.67	c *     966          23935         214        20      -70770.0000     -212068.0000    199.66%
18044.65/965.85	c *     966          23935         214        20      -70784.0000     -212068.0000    199.60%
18062.41/966.71	c *     967          23935         214        20      -70785.0000     -212068.0000    199.59%
18066.09/967.02	c *     967          23935         214        20      -76665.0000     -212068.0000    176.62%
18099.56/968.64	c       969          23646         101        20      -76665.0000     -212068.0000    176.62%
18123.17/969.85	c *     970          23646         101        20      -76672.0000     -212068.0000    176.59%
18143.00/970.82	c *     971          23717         147        20      -76674.0000     -212068.0000    176.58%
18154.87/971.50	c *     972          23971          75        20      -76675.0000     -212068.0000    176.58%
18162.72/971.84	c *     972          23785         100        20      -76676.0000     -212068.0000    176.58%
18178.55/972.69	c *     973          23810         101        20      -76677.0000     -212068.0000    176.57%
18196.29/973.52	c *     974          24034          98        20      -76678.0000     -212068.0000    176.57%
18200.25/973.74	c       974          24034          98        20      -76678.0000     -212068.0000    176.57%
18212.13/974.36	c *     974          23871          99        20      -76679.0000     -212068.0000    176.57%
18233.80/975.47	c *     975          23871          99        20      -76695.0000     -212068.0000    176.51%
18271.32/977.37	c *     977          23871          99        20      -76696.0000     -212068.0000    176.50%
18285.90/978.14	c *     978          23871          99        20      -76697.0000     -212068.0000    176.50%
18300.93/978.83	c       979          23871          99        20      -76697.0000     -212068.0000    176.50%
18305.44/979.04	c *     979          23871          99        20      -76698.0000     -212068.0000    176.50%
18320.69/979.84	c *     980          23871          99        20      -76699.0000     -212068.0000    176.49%
18330.48/980.38	c *     980          23871          99        20      -76703.0000     -212068.0000    176.48%
18350.22/981.33	c *     981          23871          99        20      -76705.0000     -212068.0000    176.47%
18354.18/981.57	c *     982          23871          99        20      -76708.0000     -212068.0000    176.46%
18373.86/982.59	c *     983          23871          99        20      -76709.0000     -212068.0000    176.46%
18387.49/983.20	c *     983          23871          99        20      -76710.0000     -212068.0000    176.45%
18397.45/983.75	c *     984          23871          99        20      -76716.0000     -212068.0000    176.43%
18407.23/984.28	c *     984          23871          99        20      -76729.0000     -212068.0000    176.39%
18407.23/984.28	c       984          23871          99        20      -76729.0000     -212068.0000    176.39%
18426.96/985.27	c *     985          23871          99        20      -76730.0000     -212068.0000    176.38%
18434.83/985.69	c *     986          23871          99        20      -76731.0000     -212068.0000    176.38%
18452.64/986.51	c *     987          23871          99        20      -76732.0000     -212068.0000    176.37%
18458.51/986.87	c *     987          23871          99        20      -76733.0000     -212068.0000    176.37%
18466.22/987.20	c *     987          23871          99        20      -76734.0000     -212068.0000    176.37%
18470.17/987.49	c *     988          23871          99        20      -76735.0000     -212068.0000    176.36%
18485.92/988.27	c *     988          23871          99        20      -76750.0000     -212068.0000    176.31%
18507.79/989.34	c       989          23871          99        20      -76750.0000     -212068.0000    176.31%
18519.37/989.92	c *     990          23877           0        20      -76751.0000     -212068.0000    176.31%
18533.20/990.68	c *     991          23877           0        20      -76752.0000     -212068.0000    176.30%
18541.89/991.05	c *     991          23877           0        20      -76753.0000     -212068.0000    176.30%
18546.98/991.35	c *     991          24413          64        20      -76754.0000     -212068.0000    176.30%
18552.91/991.66	c *     992          24413          64        20      -76755.0000     -212068.0000    176.29%
18558.81/991.96	c *     992          24413          64        20      -76756.0000     -212068.0000    176.29%
18564.74/992.27	c *     992          24413          64        20      -76757.0000     -212068.0000    176.28%
18570.69/992.58	c *     993          24413          64        20      -76758.0000     -212068.0000    176.28%
18576.64/992.88	c *     993          24413          64        20      -76759.0000     -212068.0000    176.28%
18586.39/993.32	c *     993          24413          64        20      -76760.0000     -212068.0000    176.27%
18604.17/994.24	c *     994          24413          64        20      -76761.0000     -212068.0000    176.27%
18606.11/994.39	c       994          24413          64        20      -76761.0000     -212068.0000    176.27%
18623.94/995.29	c *     995          24413          64        20      -76762.0000     -212068.0000    176.27%
18645.59/996.38	c *     996          24413          64        20      -76763.0000     -212068.0000    176.26%
18660.06/997.08	c *     997          24413          64        20      -76764.0000     -212068.0000    176.26%
18683.07/998.29	c *     998          24413          64        20      -76765.0000     -212068.0000    176.26%
18701.54/999.17	c *     999          24413          64        20      -81553.0000     -212068.0000    160.04%
18710.46/999.70	c      1000          24413          64        20      -81553.0000     -212068.0000    160.04%
18761.78/1002.20	c *    1002          24413          64        20      -81554.0000     -212068.0000    160.03%
18765.84/1002.50	c *    1002          24413          64        20      -81555.0000     -212068.0000    160.03%
18773.52/1002.81	c *    1003          24413          64        20      -81556.0000     -212068.0000    160.03%
18778.28/1003.13	c *    1003          24413          64        20      -81557.0000     -212068.0000    160.02%
18785.54/1003.44	c *    1003          24413          64        20      -81558.0000     -212068.0000    160.02%
18795.31/1003.99	c *    1004          24413          64        20      -81559.0000     -212068.0000    160.02%
18813.06/1004.81	c *    1005          24413          64        20      -81560.0000     -212068.0000    160.01%
18813.06/1004.81	c      1005          24413          64        20      -81560.0000     -212068.0000    160.01%
18817.85/1005.09	c *    1005          24413          64        20      -81561.0000     -212068.0000    160.01%
18824.88/1005.40	c *    1005          24413          64        20      -81562.0000     -212068.0000    160.01%
18830.83/1005.71	c *    1006          24413          64        20      -81563.0000     -212068.0000    160.01%
18862.48/1007.32	c *    1007          24722         252        20      -81564.0000     -212068.0000    160.00%
18877.06/1008.05	c *    1008          24464           0        20      -81565.0000     -212068.0000    160.00%
18882.38/1008.36	c *    1008          24785         170        20      -81566.0000     -212068.0000    160.00%
18888.13/1008.66	c *    1009          24785         170        20      -81567.0000     -212068.0000    159.99%
18894.13/1008.96	c *    1009          24465           1        20      -81568.0000     -212068.0000    159.99%
18899.79/1009.27	c *    1009          24465           1        20      -81569.0000     -212068.0000    159.99%
18905.52/1009.57	c *    1010          24903         190        20      -81570.0000     -212068.0000    159.98%
18911.38/1009.88	c *    1010          24485          21        20      -81571.0000     -212068.0000    159.98%
18911.38/1009.88	c      1010          24485          21        20      -81571.0000     -212068.0000    159.98%
18918.02/1010.18	c *    1010          24485          21        20      -81572.0000     -212068.0000    159.98%
18927.01/1010.63	c *    1011          24966         170        20      -81573.0000     -212068.0000    159.97%
18932.92/1010.93	c *    1011          24512          48        20      -81574.0000     -212068.0000    159.97%
18938.78/1011.23	c *    1011          24512          48        20      -81575.0000     -212068.0000    159.97%
18944.63/1011.54	c *    1012          25039         169        20      -81576.0000     -212068.0000    159.96%
18950.63/1011.85	c *    1012          25039         169        20      -81577.0000     -212068.0000    159.96%
18957.39/1012.16	c *    1012          24540          58        20      -81578.0000     -212068.0000    159.96%
18962.39/1012.47	c *    1012          24540          58        20      -81579.0000     -212068.0000    159.95%
18968.31/1012.78	c *    1013          25117         189        20      -81580.0000     -212068.0000    159.95%
18977.95/1013.21	c *    1013          24550          57        20      -81581.0000     -212068.0000    159.95%
18985.84/1013.67	c *    1014          25196         210        20      -81582.0000     -212068.0000    159.94%
18991.71/1013.98	c *    1014          25196         210        20      -81583.0000     -212068.0000    159.94%
18999.44/1014.30	c *    1014          24586          55        20      -81584.0000     -212068.0000    159.94%
19005.29/1014.61	c *    1015          24586          55        20      -81585.0000     -212068.0000    159.94%
19009.24/1014.88	c *    1015          25295         167        20      -81586.0000     -212068.0000    159.93%
19009.24/1014.88	c      1015          25295         167        20      -81586.0000     -212068.0000    159.93%
19013.59/1015.08	c *    1015          25295         167        20      -81587.0000     -212068.0000    159.93%
19026.62/1015.71	c *    1016          25347         170        20      -81588.0000     -212068.0000    159.93%
19030.51/1015.93	c *    1016          25347         170        20      -81594.0000     -212068.0000    159.91%
19036.39/1016.29	c *    1016          24640          50        20      -81595.0000     -212068.0000    159.90%
19040.36/1016.48	c *    1016          24640          50        20      -81596.0000     -212068.0000    159.90%
19050.05/1016.90	c *    1017          25415         169        20      -81597.0000     -212068.0000    159.90%
19055.74/1017.22	c *    1017          25415         169        20      -81598.0000     -212068.0000    159.89%
19057.72/1017.38	c *    1017          24673          76        20      -81599.0000     -212068.0000    159.89%
19069.62/1017.95	c *    1018          25489         190        20      -81600.0000     -212068.0000    159.89%
19077.32/1018.31	c *    1018          25489         190        20      -81601.0000     -212068.0000    159.88%
19083.25/1018.68	c *    1019          24713          77        20      -81608.0000     -212068.0000    159.86%
19087.12/1018.84	c *    1019          24713          77        20      -81609.0000     -212068.0000    159.86%
19096.81/1019.32	c *    1019          25564         189        20      -81610.0000     -212068.0000    159.86%
19098.72/1019.48	c *    1019          24744          56        20      -81616.0000     -212068.0000    159.84%
19102.61/1019.65	c *    1020          24744          56        20      -81617.0000     -212068.0000    159.83%
19114.27/1020.20	c *    1020          25639         209        20      -81618.0000     -212068.0000    159.83%
19114.27/1020.20	c      1020          25639         209        20      -81618.0000     -212068.0000    159.83%
19120.08/1020.54	c *    1021          24780          51        20      -81619.0000     -212068.0000    159.83%
19127.78/1020.96	c *    1021          24780          51        20      -81620.0000     -212068.0000    159.82%
19135.33/1021.30	c *    1021          25729         169        20      -81621.0000     -212068.0000    159.82%
19141.05/1021.67	c *    1022          24799          52        20      -81622.0000     -212068.0000    159.82%
19149.36/1022.09	c *    1022          25814         158        20      -81623.0000     -212068.0000    159.81%
19151.13/1022.16	c *    1022          25814         158        20      -81630.0000     -212068.0000    159.79%
19163.73/1022.84	c *    1023          24810          52        20      -81631.0000     -212068.0000    159.79%
19173.28/1023.33	c *    1023          25879         152        20      -81632.0000     -212068.0000    159.79%
19178.91/1023.69	c *    1024          24848          55        20      -81633.0000     -212068.0000    159.78%
19187.66/1024.12	c *    1024          24848          55        20      -81634.0000     -212068.0000    159.78%
19194.29/1024.49	c *    1024          25956         153        20      -81635.0000     -212068.0000    159.78%
19208.49/1025.19	c *    1025          24873          51        20      -81636.0000     -212068.0000    159.77%
19211.66/1025.30	c      1025          26025         149        20      -81636.0000     -212068.0000    159.77%
19246.14/1027.08	c *    1027          24931          54        20      -81637.0000     -212068.0000    159.77%
19253.23/1027.43	c *    1027          26152         151        20      -81638.0000     -212068.0000    159.77%
19270.94/1028.30	c *    1028          24974          54        20      -81643.0000     -212068.0000    159.75%
19294.50/1029.55	c *    1030          25003          50        20      -81644.0000     -212068.0000    159.75%
19302.39/1030.02	c *    1030          25042          50        20      -81645.0000     -212068.0000    159.74%
19310.19/1030.36	c *    1030          25042          50        20      -81646.0000     -212068.0000    159.74%
19310.19/1030.36	c      1030          25042          50        20      -81646.0000     -212068.0000    159.74%
19317.83/1030.71	c *    1031          26325         147        20      -81647.0000     -212068.0000    159.74%
19324.30/1031.07	c *    1031          25077          69        20      -81648.0000     -212068.0000    159.73%
19333.58/1031.58	c *    1032          25077          69        20      -81649.0000     -212068.0000    159.73%
19341.36/1031.97	c *    1032          26382         146        20      -81650.0000     -212068.0000    159.73%
19349.17/1032.36	c *    1032          25093          55        20      -81651.0000     -212068.0000    159.72%
19366.90/1033.27	c *    1033          25110          53        20      -81652.0000     -212068.0000    159.72%
19374.76/1033.68	c *    1034          25110          53        20      -81653.0000     -212068.0000    159.72%
19388.45/1034.38	c *    1034          25155          74        20      -81657.0000     -212068.0000    159.71%
19398.26/1034.82	c *    1035          26714         251        20      -81658.0000     -212068.0000    159.70%
19414.07/1035.60	c      1036          25193          54        20      -81658.0000     -212068.0000    159.70%
19417.85/1035.80	c *    1036          25193          54        20      -81659.0000     -212068.0000    159.70%
19419.61/1036.03	c *    1036          26813         211        20      -81676.0000     -212068.0000    159.65%
19427.42/1036.39	c *    1036          25228          56        20      -81677.0000     -212068.0000    159.64%
19435.16/1036.74	c *    1037          25228          56        20      -81678.0000     -212068.0000    159.64%
19441.88/1037.10	c *    1037          26883         171        20      -81684.0000     -212068.0000    159.62%
19448.81/1037.46	c *    1037          25262          73        20      -81685.0000     -212068.0000    159.62%
19456.44/1037.89	c *    1038          25262          73        20      -81686.0000     -212068.0000    159.61%
19464.20/1038.22	c *    1038          26969         196        20      -81687.0000     -212068.0000    159.61%
19470.04/1038.58	c *    1039          25290          52        20      -81688.0000     -212068.0000    159.61%
19477.75/1039.01	c *    1039          25290          52        20      -81689.0000     -212068.0000    159.60%
19480.37/1039.10	c *    1039          25290          52        20      -81691.0000     -212068.0000    159.60%
19483.53/1039.29	c *    1039          27055         202        20      -81697.0000     -212068.0000    159.58%
19507.15/1040.47	c *    1040          27123         162        20      -81698.0000     -212068.0000    159.58%
19510.83/1040.67	c      1041          25366          81        20      -81698.0000     -212068.0000    159.58%
19516.58/1040.90	c *    1041          25366          81        20      -81699.0000     -212068.0000    159.57%
19522.45/1041.28	c *    1041          27233         161        20      -81705.0000     -212068.0000    159.55%
19542.03/1042.23	c *    1042          25413          54        20      -81706.0000     -212068.0000    159.55%
19549.78/1042.64	c *    1043          27311         211        20      -81707.0000     -212068.0000    159.55%
19555.43/1043.01	c *    1043          25445          49        20      -81708.0000     -212068.0000    159.54%
19563.23/1043.32	c *    1043          25445          49        20      -81709.0000     -212068.0000    159.54%
19575.09/1043.90	c *    1044          27371         169        20      -81710.0000     -212068.0000    159.54%
19582.94/1044.37	c *    1044          25482          63        20      -81711.0000     -212068.0000    159.53%
19590.75/1044.76	c *    1045          27482         157        20      -81712.0000     -212068.0000    159.53%
19602.51/1045.33	c *    1045          25514          51        20      -81713.0000     -212068.0000    159.53%
19620.37/1046.29	c *    1046          27571         190        20      -81714.0000     -212068.0000    159.52%
19620.37/1046.29	c      1046          27571         190        20      -81714.0000     -212068.0000    159.52%
19628.18/1046.67	c *    1047          27687         157        20      -81715.0000     -212068.0000    159.52%
19636.69/1047.05	c *    1047          27687         157        20      -81716.0000     -212068.0000    159.52%
19643.70/1047.49	c *    1048          27687         157        20      -81717.0000     -212068.0000    159.52%
19656.10/1048.07	c *    1048          27770         171        20      -81718.0000     -212068.0000    159.51%
19665.20/1048.57	c *    1049          27770         171        20      -81719.0000     -212068.0000    159.51%
19677.73/1049.16	c *    1049          27860         208        20      -81720.0000     -212068.0000    159.51%
19686.52/1049.65	c *    1050          27860         208        20      -81721.0000     -212068.0000    159.50%
19698.24/1050.25	c *    1050          27914         151        20      -81722.0000     -212068.0000    159.50%
19705.74/1050.61	c *    1051          27914         151        20      -81723.0000     -212068.0000    159.50%
19714.20/1051.06	c *    1051          28001         150        20      -81724.0000     -212068.0000    159.49%
19729.46/1051.87	c      1052          25749          73        20      -81724.0000     -212068.0000    159.49%
19745.22/1052.62	c *    1053          28054         167        20      -81725.0000     -212068.0000    159.49%
19751.15/1052.98	c *    1053          28054         167        20      -81726.0000     -212068.0000    159.49%
19776.57/1054.21	c *    1054          25792          52        20      -81732.0000     -212068.0000    159.47%
19790.45/1054.99	c *    1055          28179         149        20      -81733.0000     -212068.0000    159.46%
19798.29/1055.35	c *    1055          25822          48        20      -81734.0000     -212068.0000    159.46%
19805.93/1055.70	c *    1056          28221         147        20      -81735.0000     -212068.0000    159.46%
19812.49/1056.11	c *    1056          28221         147        20      -81736.0000     -212068.0000    159.45%
19819.64/1056.46	c *    1056          28291         144        20      -81737.0000     -212068.0000    159.45%
19827.49/1056.82	c *    1057          28291         144        20      -81738.0000     -212068.0000    159.45%
19834.23/1057.16	c      1057          25890          49        20      -81738.0000     -212068.0000    159.45%
19847.31/1057.87	c *    1058          28362         142        20      -81745.0000     -212068.0000    159.43%
19865.08/1058.76	c *    1059          28362         142        20      -81746.0000     -212068.0000    159.42%
19873.63/1059.18	c *    1059          28362         142        20      -81748.0000     -212068.0000    159.42%
19893.15/1060.15	c *    1060          28362         142        20      -81749.0000     -212068.0000    159.41%
19900.33/1060.53	c *    1061          28362         142        20      -81750.0000     -212068.0000    159.41%
19906.24/1060.89	c *    1061          28362         142        20      -81751.0000     -212068.0000    159.41%
19914.26/1061.26	c *    1061          28362         142        20      -81752.0000     -212068.0000    159.40%
19921.91/1061.62	c *    1062          28362         142        20      -81753.0000     -212068.0000    159.40%
19927.84/1061.99	c *    1062          28362         142        20      -81754.0000     -212068.0000    159.40%
19935.55/1062.37	c *    1062          28362         142        20      -81762.0000     -212068.0000    159.37%
19935.55/1062.37	c      1062          28362         142        20      -81762.0000     -212068.0000    159.37%
19943.28/1062.72	c *    1063          28362         142        20      -81765.0000     -212068.0000    159.36%
19950.03/1063.10	c *    1063          28362         142        20      -81766.0000     -212068.0000    159.36%
19957.01/1063.46	c *    1063          28362         142        20      -81767.0000     -212068.0000    159.36%
19964.81/1063.87	c *    1064          28362         142        20      -81773.0000     -212068.0000    159.34%
19969.54/1064.12	c *    1064          28362         142        20      -81775.0000     -212068.0000    159.33%
19982.33/1064.75	c *    1065          28362         142        20      -81776.0000     -212068.0000    159.33%
19990.81/1065.19	c *    1065          28362         142        20      -81777.0000     -212068.0000    159.32%
19999.79/1065.66	c *    1066          28362         142        20      -81778.0000     -212068.0000    159.32%
20001.59/1065.77	c *    1066          28362         142        20      -81786.0000     -212068.0000    159.30%
20015.51/1066.46	c *    1066          28362         142        20      -81788.0000     -212068.0000    159.29%
20025.15/1067.01	c *    1067          28362         142        20      -81794.0000     -212068.0000    159.27%
20038.93/1067.61	c      1068          28362         142        20      -81794.0000     -212068.0000    159.27%
20049.50/1068.15	c *    1068          28362         142        20      -81795.0000     -212068.0000    159.27%
20056.64/1068.50	c *    1068          28362         142        20      -81796.0000     -212068.0000    159.26%
20064.55/1068.94	c *    1069          28362         142        20      -81797.0000     -212068.0000    159.26%
20074.14/1069.42	c *    1069          28362         142        20      -81798.0000     -212068.0000    159.26%
20084.07/1070.00	c *    1070          28362         142        20      -81799.0000     -212068.0000    159.26%
20093.86/1070.44	c *    1070          28362         142        20      -81800.0000     -212068.0000    159.25%
20106.28/1071.08	c *    1071          28362         142        20      -81801.0000     -212068.0000    159.25%
20115.24/1071.50	c *    1072          28362         142        20      -81809.0000     -212068.0000    159.22%
20125.98/1072.12	c *    1072          28362         142        20      -81810.0000     -212068.0000    159.22%
20132.86/1072.46	c *    1072          28362         142        20      -81811.0000     -212068.0000    159.22%
20136.66/1072.65	c      1073          28362         142        20      -81811.0000     -212068.0000    159.22%
20140.56/1072.85	c *    1073          28362         142        20      -81812.0000     -212068.0000    159.21%
20148.43/1073.23	c *    1073          28362         142        20      -81813.0000     -212068.0000    159.21%
20154.32/1073.57	c *    1074          26317          53        20      -81814.0000     -212068.0000    159.21%
20162.06/1073.92	c *    1074          28365           0        20      -81817.0000     -212068.0000    159.20%
20177.54/1074.70	c *    1075          28365           0        20      -81818.0000     -212068.0000    159.19%
20187.36/1075.22	c *    1075          26373          48        20      -81819.0000     -212068.0000    159.19%
20193.15/1075.57	c *    1076          26373          48        20      -81820.0000     -212068.0000    159.19%
20200.85/1075.92	c *    1076          28366           1        20      -81821.0000     -212068.0000    159.19%
20206.77/1076.26	c *    1076          28366           1        20      -81830.0000     -212068.0000    159.16%
20218.46/1076.84	c *    1077          28386          21        20      -81831.0000     -212068.0000    159.15%
20226.04/1077.27	c *    1077          28386          21        20      -81832.0000     -212068.0000    159.15%
20235.57/1077.72	c *    1078          26445          51        20      -81833.0000     -212068.0000    159.15%
20235.57/1077.72	c      1078          26445          51        20      -81833.0000     -212068.0000    159.15%
20242.19/1078.10	c *    1078          28406          41        20      -81834.0000     -212068.0000    159.14%
20248.95/1078.47	c *    1078          28406          41        20      -81835.0000     -212068.0000    159.14%
20256.65/1078.84	c *    1079          28447          80        20      -81843.0000     -212068.0000    159.12%
20268.37/1079.50	c *    1080          28447          80        20      -81844.0000     -212068.0000    159.11%
20276.11/1079.80	c *    1080          26510          89        20      -81845.0000     -212068.0000    159.11%
20285.90/1080.34	c *    1080          28502          92        20      -81846.0000     -212068.0000    159.11%
20291.91/1080.69	c *    1081          28502          92        20      -81847.0000     -212068.0000    159.10%
20293.53/1080.76	c *    1081          28502          92        20      -81854.0000     -212068.0000    159.08%
20322.94/1082.24	c *    1082          28590          80        20      -81855.0000     -212068.0000    159.08%
20330.70/1082.64	c *    1083          28590          80        20      -81856.0000     -212068.0000    159.07%
20332.58/1082.76	c      1083          28590          80        20      -81856.0000     -212068.0000    159.07%
20336.56/1083.00	c *    1083          28626          79        20      -81862.0000     -212068.0000    159.06%
20344.35/1083.36	c *    1083          28626          79        20      -81863.0000     -212068.0000    159.05%
20352.10/1083.75	c *    1084          28626          79        20      -81864.0000     -212068.0000    159.05%
20358.75/1084.14	c *    1084          26704          50        20      -81865.0000     -212068.0000    159.05%
20367.67/1084.51	c *    1085          26704          50        20      -81866.0000     -212068.0000    159.04%
20437.70/1088.10	c      1088          26759          52        20      -81866.0000     -212068.0000    159.04%
20442.84/1088.38	c *    1088          26759          52        20      -81867.0000     -212068.0000    159.04%
20464.48/1089.48	c *    1089          26759          52        20      -81870.0000     -212068.0000    159.03%
20477.10/1090.06	c *    1090          26759          52        20      -81871.0000     -212068.0000    159.03%
20490.24/1090.79	c *    1091          26759          52        20      -81872.0000     -212068.0000    159.02%
20512.06/1091.81	c *    1092          26759          52        20      -81873.0000     -212068.0000    159.02%
20516.98/1092.11	c *    1092          26759          52        20      -81878.0000     -212068.0000    159.00%
20527.92/1092.69	c *    1093          26759          52        20      -81879.0000     -212068.0000    159.00%
20539.55/1093.21	c *    1093          26759          52        20      -81880.0000     -212068.0000    159.00%
20539.55/1093.21	c      1093          26759          52        20      -81880.0000     -212068.0000    159.00%
20545.49/1093.56	c *    1094          26759          52        20      -81881.0000     -212068.0000    159.00%
20553.23/1093.95	c *    1094          26759          52        20      -81882.0000     -212068.0000    158.99%
20567.07/1094.69	c *    1095          26759          52        20      -81883.0000     -212068.0000    158.99%
20575.64/1095.13	c *    1095          26759          52        20      -81884.0000     -212068.0000    158.99%
20590.67/1095.86	c *    1096          26759          52        20      -81885.0000     -212068.0000    158.98%
20612.38/1096.95	c *    1097          26759          52        20      -81887.0000     -212068.0000    158.98%
20617.98/1097.27	c *    1097          26759          52        20      -81888.0000     -212068.0000    158.97%
20619.91/1097.36	c *    1097          26759          52        20      -81891.0000     -212068.0000    158.96%
20625.84/1097.62	c *    1098          26759          52        20      -81898.0000     -212068.0000    158.94%
20631.77/1097.97	c *    1098          26759          52        20      -81899.0000     -212068.0000    158.94%
20634.41/1098.09	c *    1098          26759          52        20      -81909.0000     -212068.0000    158.91%
20637.49/1098.27	c      1098          26759          52        20      -81909.0000     -212068.0000    158.91%
20641.45/1098.44	c *    1098          26759          52        20      -81910.0000     -212068.0000    158.90%
20649.13/1098.82	c *    1099          26759          52        20      -81919.0000     -212068.0000    158.88%
20660.51/1099.41	c *    1099          26759          52        20      -81922.0000     -212068.0000    158.87%
20666.36/1099.76	c *    1100          26759          52        20      -81923.0000     -212068.0000    158.86%
20673.13/1100.10	c *    1100          26759          52        20      -81924.0000     -212068.0000    158.86%
20679.83/1100.46	c *    1100          26759          52        20      -81926.0000     -212068.0000    158.85%
20681.76/1100.53	c *    1101          26759          52        20      -81930.0000     -212068.0000    158.84%
20685.69/1100.74	c *    1101          26759          52        20      -81932.0000     -212068.0000    158.83%
20699.35/1101.40	c *    1101          26759          52        20      -81933.0000     -212068.0000    158.83%
20705.30/1101.72	c *    1102          26759          52        20      -81934.0000     -212068.0000    158.83%
20715.13/1102.22	c *    1102          26759          52        20      -81935.0000     -212068.0000    158.82%
20719.04/1102.40	c *    1102          26759          52        20      -81938.0000     -212068.0000    158.82%
20738.87/1103.48	c *    1103          26770           0        20      -81942.0000     -212068.0000    158.80%
20738.87/1103.48	c      1103          26770           0        20      -81942.0000     -212068.0000    158.80%
20748.69/1103.93	c *    1104          26770           0        20      -81943.0000     -212068.0000    158.80%
20766.44/1104.86	c *    1105          26771           1        20      -81947.0000     -212068.0000    158.79%
20774.18/1105.22	c *    1105          26799          29        20      -81951.0000     -212068.0000    158.77%
20785.96/1105.88	c *    1106          26799          29        20      -81952.0000     -212068.0000    158.77%
20793.79/1106.22	c *    1106          30401         226        20      -81955.0000     -212068.0000    158.76%
20799.56/1106.58	c *    1107          26835          61        20      -81956.0000     -212068.0000    158.76%
20807.36/1106.93	c *    1107          26835          61        20      -81957.0000     -212068.0000    158.76%
20818.97/1107.58	c *    1108          26884          78        20      -81958.0000     -212068.0000    158.75%
20824.60/1107.89	c *    1108          26884          78        20      -81959.0000     -212068.0000    158.75%
20826.41/1107.95	c *    1108          26884          78        20      -81960.0000     -212068.0000    158.75%
20832.13/1108.25	c *    1108          30589         188        20      -81961.0000     -212068.0000    158.74%
20839.99/1108.65	c      1109          26911          91        20      -81961.0000     -212068.0000    158.74%
20841.95/1108.73	c *    1109          26911          91        20      -81962.0000     -212068.0000    158.74%
20848.36/1109.04	c *    1109          26911          91        20      -81963.0000     -212068.0000    158.74%
20857.38/1109.53	c *    1110          30681         167        20      -81967.0000     -212068.0000    158.72%
20873.06/1110.37	c *    1110          30781         267        20      -81968.0000     -212068.0000    158.72%
20884.81/1110.97	c *    1111          26962         116        20      -81969.0000     -212068.0000    158.72%
20894.19/1111.43	c *    1111          30882         168        20      -81970.0000     -212068.0000    158.71%
20901.89/1111.87	c *    1112          26986         108        20      -81971.0000     -212068.0000    158.71%
20919.46/1112.77	c *    1113          30973         168        20      -81974.0000     -212068.0000    158.70%
20937.19/1113.69	c *    1114          31083         152        20      -81975.0000     -212068.0000    158.70%
20937.19/1113.69	c      1114          31083         152        20      -81975.0000     -212068.0000    158.70%
20943.04/1113.93	c *    1114          31083         152        20      -90458.0000     -212068.0000    134.44%
21061.89/1119.98	c      1120          27380         118        20      -90458.0000     -212068.0000    134.44%
21084.20/1121.04	c *    1121          27380         118        20      -90459.0000     -212068.0000    134.44%
21089.41/1121.34	c *    1121          27380         118        20      -90460.0000     -212068.0000    134.43%
21115.16/1122.60	c *    1123          27380         118        20      -90461.0000     -212068.0000    134.43%
21131.00/1123.43	c *    1123          27380         118        20      -90463.0000     -212068.0000    134.43%
21148.70/1124.30	c *    1124          27418         116        20      -90464.0000     -212068.0000    134.42%
21158.61/1124.86	c *    1125          27418         116        20      -90466.0000     -212068.0000    134.42%
21160.52/1125.01	c      1125          27418         116        20      -90466.0000     -212068.0000    134.42%
21172.42/1125.59	c *    1126          27418         116        20      -90468.0000     -212068.0000    134.41%
21196.04/1126.74	c *    1127          27418         116        20      -90469.0000     -212068.0000    134.41%
21215.69/1127.80	c *    1128          27418         116        20      -90471.0000     -212068.0000    134.40%
21235.26/1128.75	c *    1129          27418         116        20      -90473.0000     -212068.0000    134.40%
21254.76/1129.71	c *    1130          27418         116        20      -90474.0000     -212068.0000    134.40%
21263.42/1130.16	c      1130          27418         116        20      -90474.0000     -212068.0000    134.40%
21272.58/1130.62	c *    1131          27418         116        20      -90478.0000     -212068.0000    134.39%
21284.46/1131.25	c *    1131          27418         116        20      -90479.0000     -212068.0000    134.38%
21304.18/1132.20	c *    1132          27418         116        20      -90481.0000     -212068.0000    134.38%
21320.91/1133.10	c *    1133          27418         116        20      -90482.0000     -212068.0000    134.38%
21327.90/1133.47	c *    1133          27418         116        20      -90484.0000     -212068.0000    134.37%
21347.46/1134.41	c *    1134          31395          82        20      -90486.0000     -212068.0000    134.37%
21365.21/1135.39	c *    1135          27454         120        20      -90487.0000     -212068.0000    134.36%
21365.21/1135.39	c      1135          27454         120        20      -90487.0000     -212068.0000    134.36%
21373.06/1135.75	c *    1136          31472         135        20      -90489.0000     -212068.0000    134.36%
21384.96/1136.34	c *    1136          31472         135        20      -90490.0000     -212068.0000    134.36%
21392.83/1136.72	c *    1137          27508         121        20      -90492.0000     -212068.0000    134.35%
21410.63/1137.65	c *    1138          31502         113        20      -90494.0000     -212068.0000    134.34%
21430.33/1138.68	c *    1139          31556         126        20      -90495.0000     -212068.0000    134.34%
21449.93/1139.70	c *    1140          31639         204        20      -90496.0000     -212068.0000    134.34%
21461.61/1140.27	c *    1140          31731         145        20      -90497.0000     -212068.0000    134.34%
21469.45/1140.65	c *    1141          31731         145        20      -90498.0000     -212068.0000    134.33%
21469.45/1140.65	c      1141          31731         145        20      -90498.0000     -212068.0000    134.33%
21475.31/1141.01	c *    1141          27689         120        20      -90500.0000     -212068.0000    134.33%
21483.09/1141.34	c *    1141          31839         144        20      -90554.0000     -212068.0000    134.19%
21508.44/1142.60	c *    1143          27782         126        20      -90555.0000     -212068.0000    134.19%
21524.28/1143.49	c *    1143          31951         138        20      -90557.0000     -212068.0000    134.18%
21541.84/1144.31	c *    1144          31951         138        20      -90558.0000     -212068.0000    134.18%
21556.31/1145.11	c *    1145          27857         131        20      -90559.0000     -212068.0000    134.18%
21569.40/1145.78	c      1146          27891         141        20      -90559.0000     -212068.0000    134.18%
21583.25/1146.49	c *    1146          32147         126        20      -90560.0000     -212068.0000    134.17%
21602.73/1147.47	c *    1147          32238         138        20      -90561.0000     -212068.0000    134.17%
21604.57/1147.53	c *    1148          32238         138        20     -106024.0000     -212068.0000    100.02%
21687.59/1151.79	c      1152          28250         172        20     -106024.0000     -212068.0000    100.02%
21790.51/1157.00	c      1157          32559          62        20     -106024.0000     -212068.0000    100.02%
21901.51/1162.59	c      1163          28734         365        20     -106024.0000     -212068.0000    100.02%
22006.61/1167.84	c      1168          28826         263        20     -106024.0000     -212068.0000    100.02%
22107.74/1172.98	c      1173          28874         265        20     -106024.0000     -212068.0000    100.02%
22209.60/1178.04	c      1178          33603         130        20     -106024.0000     -212068.0000    100.02%
22311.02/1183.20	c      1183          33603         130        20     -106024.0000     -212068.0000    100.02%
22393.15/1187.33	c *    1187          29601         196        20     -106025.0000     -212068.0000    100.02%
22412.96/1188.36	c      1188          33945         130        20     -106025.0000     -212068.0000    100.02%
22518.08/1193.67	c *    1194          34410         127        20     -106026.0000     -212068.0000    100.02%
22518.08/1193.67	c      1194          34410         127        20     -106026.0000     -212068.0000    100.02%
22539.73/1194.75	c *    1195          34503         126        20     -106027.0000     -212068.0000    100.01%
22571.36/1196.35	c *    1196          34667         245        20     -106028.0000     -212068.0000    100.01%
22586.01/1197.13	c *    1197          34667         245        20     -106029.0000     -212068.0000    100.01%
22607.58/1198.17	c *    1198          30205         194        20     -106030.0000     -212068.0000    100.01%
22627.23/1199.19	c *    1199          34809         129        20     -106031.0000     -212068.0000    100.01%
22627.23/1199.19	c      1199          34809         129        20     -106031.0000     -212068.0000    100.01%
22647.88/1200.21	c *    1200          30339         193        20     -106032.0000     -212068.0000    100.00%
22667.60/1201.26	c *    1201          30409         192        20     -106033.0000     -212068.0000    100.00%
22689.05/1202.31	c *    1202          30484         193        20     -106034.0000     -212068.0000    100.00%
22708.84/1203.36	c *    1203          30551         193        20     -106035.0000     -212068.0000    100.00%
22730.31/1204.42	c *    1204          35254         128        20     -106036.0000     -212068.0000    100.00%
22730.31/1204.42	c      1204          35254         128        20     -106036.0000     -212068.0000    100.00%
22752.08/1205.56	c *    1206          35468         127        20     -106038.0000     -212068.0000     99.99%
22773.69/1206.63	c *    1207          35468         127        20     -106039.0000     -212068.0000     99.99%
22793.49/1207.65	c *    1208          35468         127        20     -106040.0000     -212068.0000     99.99%
22813.23/1208.67	c *    1209          35558         127        20     -106041.0000     -212068.0000     99.99%
22832.73/1209.70	c *    1210          30965         190        20     -106042.0000     -212068.0000     99.98%
22832.73/1209.70	c      1210          30965         190        20     -106042.0000     -212068.0000     99.98%
22852.40/1210.70	c *    1211          31054         189        20     -106043.0000     -212068.0000     99.98%
22873.94/1211.71	c *    1212          35779         125        20     -106044.0000     -212068.0000     99.98%
22893.75/1212.71	c *    1213          35779         125        20     -106045.0000     -212068.0000     99.98%
22911.56/1213.69	c *    1214          35779         125        20     -106046.0000     -212068.0000     99.98%
22931.40/1214.68	c *    1215          35779         125        20     -106047.0000     -212068.0000     99.98%
22940.12/1215.13	c      1215          35779         125        20     -106047.0000     -212068.0000     99.98%
22951.28/1215.67	c *    1216          35779         125        20     -106048.0000     -212068.0000     99.97%
22971.10/1216.65	c *    1217          35779         125        20     -106049.0000     -212068.0000     99.97%
22994.88/1217.80	c *    1218          35779         125        20     -106050.0000     -212068.0000     99.97%
23016.86/1218.94	c *    1219          35779         125        20     -106051.0000     -212068.0000     99.97%
23036.45/1219.95	c *    1220          35779         125        20     -106052.0000     -212068.0000     99.97%
23046.33/1220.40	c      1220          35779         125        20     -106052.0000     -212068.0000     99.97%
23058.94/1221.11	c *    1221          35779         125        20     -106053.0000     -212068.0000     99.96%
23078.82/1222.11	c *    1222          35779         125        20     -106054.0000     -212068.0000     99.96%
23098.63/1223.11	c *    1223          35779         125        20     -106055.0000     -212068.0000     99.96%
23118.45/1224.10	c *    1224          35779         125        20     -106056.0000     -212068.0000     99.96%
23138.26/1225.11	c *    1225          35779         125        20     -106057.0000     -212068.0000     99.96%
23147.37/1225.57	c      1226          35779         125        20     -106057.0000     -212068.0000     99.96%
23161.19/1226.25	c *    1226          35779         125        20     -106058.0000     -212068.0000     99.95%
23184.81/1227.41	c *    1227          31202         190        20     -106059.0000     -212068.0000     99.95%
23206.62/1228.57	c *    1229          35836           1        20     -106060.0000     -212068.0000     99.95%
23230.16/1229.71	c *    1230          35856          21        20     -106061.0000     -212068.0000     99.95%
23247.93/1230.63	c      1231          35908          60        20     -106061.0000     -212068.0000     99.95%
23249.77/1230.70	c *    1231          35908          60        20     -106062.0000     -212068.0000     99.95%
23273.36/1231.90	c *    1232          35952          65        20     -106063.0000     -212068.0000     99.95%
23295.62/1233.03	c *    1233          35997          67        20     -106064.0000     -212068.0000     99.94%
23312.95/1234.03	c *    1234          36053          61        20     -106065.0000     -212068.0000     99.94%
23337.33/1235.18	c *    1235          36098          55        20     -106066.0000     -212068.0000     99.94%
23348.33/1235.73	c      1236          36140          72        20     -106066.0000     -212068.0000     99.94%
23360.15/1236.32	c *    1236          36140          72        20     -106067.0000     -212068.0000     99.94%
23381.93/1237.46	c *    1237          31441          63        20     -106068.0000     -212068.0000     99.94%
23405.52/1238.62	c *    1239          31471          73        20     -106069.0000     -212068.0000     99.93%
23427.27/1239.78	c *    1240          31504          96        20     -106070.0000     -212068.0000     99.93%
23450.75/1240.92	c *    1241          31568         142        20     -106071.0000     -212068.0000     99.93%
23450.75/1240.92	c      1241          31568         142        20     -106071.0000     -212068.0000     99.93%
23473.00/1242.07	c *    1242          31640         163        20     -106072.0000     -212068.0000     99.93%
23496.05/1243.26	c *    1243          31730         162        20     -106073.0000     -212068.0000     99.93%
23519.65/1244.43	c *    1244          31801         163        20     -106074.0000     -212068.0000     99.92%
23541.44/1245.59	c *    1246          31869         162        20     -106075.0000     -212068.0000     99.92%
23549.07/1245.97	c      1246          31927         161        20     -106075.0000     -212068.0000     99.92%
23564.85/1246.76	c *    1247          36507          54        20     -106076.0000     -212068.0000     99.92%
23586.39/1247.84	c *    1248          31983         158        20     -106077.0000     -212068.0000     99.92%
23613.69/1249.21	c *    1249          32063         160        20     -106078.0000     -212068.0000     99.92%
23637.32/1250.41	c *    1250          36652          56        20     -106079.0000     -212068.0000     99.92%
23651.90/1251.14	c      1251          36652          56        20     -106079.0000     -212068.0000     99.92%
23659.31/1251.58	c *    1252          36687          51        20     -106080.0000     -212068.0000     99.91%
23682.74/1252.77	c *    1253          36718          49        20     -106081.0000     -212068.0000     99.91%
23706.38/1253.98	c *    1254          32185         160        20     -106082.0000     -212068.0000     99.91%
23718.11/1254.58	c *    1255          32185         160        20     -106083.0000     -212068.0000     99.91%
23745.65/1255.97	c *    1256          36809          52        20     -106084.0000     -212068.0000     99.91%
23750.36/1256.19	c      1256          36809          52        20     -106084.0000     -212068.0000     99.91%
23768.37/1257.14	c *    1257          36841          53        20     -106085.0000     -212068.0000     99.90%
23792.91/1258.35	c *    1258          36876          52        20     -106086.0000     -212068.0000     99.90%
23816.43/1259.55	c *    1260          36907          55        20     -106087.0000     -212068.0000     99.90%
23840.04/1260.74	c *    1261          36947          56        20     -106088.0000     -212068.0000     99.90%
23855.81/1261.57	c      1262          36983          54        20     -106088.0000     -212068.0000     99.90%
23863.75/1261.92	c *    1262          36983          54        20     -106089.0000     -212068.0000     99.90%
23886.07/1263.14	c *    1263          37059          53        20     -106090.0000     -212068.0000     99.89%
23910.70/1264.32	c *    1264          37092          51        20     -106091.0000     -212068.0000     99.89%
23932.43/1265.47	c *    1265          37133          55        20     -106092.0000     -212068.0000     99.89%
23956.07/1266.65	c *    1267          37173          50        20     -106093.0000     -212068.0000     99.89%
23956.07/1266.65	c      1267          37173          50        20     -106093.0000     -212068.0000     99.89%
23979.62/1267.87	c *    1268          37205          48        20     -106094.0000     -212068.0000     99.89%
24003.81/1269.07	c *    1269          37243          53        20     -106095.0000     -212068.0000     99.89%
24026.75/1270.23	c *    1270          37274          48        20     -106096.0000     -212068.0000     99.88%
24050.41/1271.43	c *    1271          37314          54        20     -106097.0000     -212068.0000     99.88%
24056.36/1271.71	c      1272          32720         161        20     -106097.0000     -212068.0000     99.88%
24072.20/1272.56	c *    1273          32748         157        20     -106098.0000     -212068.0000     99.88%
24093.83/1273.67	c *    1274          32811         157        20     -106099.0000     -212068.0000     99.88%
24115.61/1274.79	c *    1275          32885         161        20     -106100.0000     -212068.0000     99.88%
24139.32/1275.96	c *    1276          32914         162        20     -106101.0000     -212068.0000     99.87%
24156.85/1276.84	c      1277          32947         162        20     -106101.0000     -212068.0000     99.87%
24161.59/1277.11	c *    1277          32947         162        20     -106102.0000     -212068.0000     99.87%
24184.45/1278.23	c *    1278          37619         120        20     -106103.0000     -212068.0000     99.87%
24207.70/1279.42	c *    1279          37668         100        20     -106104.0000     -212068.0000     99.87%
24222.06/1280.14	c *    1280          37668         100        20     -106105.0000     -212068.0000     99.87%
24229.17/1280.56	c *    1281          37727         105        20     -106106.0000     -212068.0000     99.86%
24256.73/1281.99	c *    1282          33223         161        20     -106107.0000     -212068.0000     99.86%
24256.73/1281.99	c      1282          33223         161        20     -106107.0000     -212068.0000     99.86%
24358.47/1287.05	c      1287          33499         155        20     -106107.0000     -212068.0000     99.86%
24421.10/1290.27	c *    1290          33763         160        20     -106108.0000     -212068.0000     99.86%
24460.63/1292.30	c      1292          33835         154        20     -106108.0000     -212068.0000     99.86%
24482.39/1293.34	c *    1293          38288         201        20     -106109.0000     -212068.0000     99.86%
24490.20/1293.76	c *    1294          33866         154        20     -106110.0000     -212068.0000     99.86%
24513.74/1294.93	c *    1295          33924         155        20     -106111.0000     -212068.0000     99.85%
24535.78/1296.07	c *    1296          34012         156        20     -106112.0000     -212068.0000     99.85%
24558.88/1297.30	c *    1297          38727         140        20     -106113.0000     -212068.0000     99.85%
24566.52/1297.69	c      1298          38727         140        20     -106113.0000     -212068.0000     99.85%
24580.27/1298.30	c *    1298          38825         119        20     -106114.0000     -212068.0000     99.85%
24599.86/1299.33	c *    1299          38894         120        20     -106115.0000     -212068.0000     99.85%
24621.39/1300.41	c *    1300          39001         180        20     -106116.0000     -212068.0000     99.85%
24629.28/1300.83	c *    1301          39001         180        20     -106117.0000     -212068.0000     99.84%
24662.35/1302.52	c *    1303          34681         153        20     -106118.0000     -212068.0000     99.84%
24670.22/1302.90	c      1303          34681         153        20     -106118.0000     -212068.0000     99.84%
24676.15/1303.29	c *    1303          39163         181        20     -106119.0000     -212068.0000     99.84%
24703.68/1304.61	c *    1305          34999         151        20     -106120.0000     -212068.0000     99.84%
24721.38/1305.54	c *    1306          39316         181        20     -106121.0000     -212068.0000     99.84%
24729.16/1306.04	c *    1306          35130         151        20     -106122.0000     -212068.0000     99.83%
24753.56/1307.15	c *    1307          35225         151        20     -106123.0000     -212068.0000     99.83%
24768.50/1307.99	c      1308          35331         149        20     -106123.0000     -212068.0000     99.83%
24774.37/1308.24	c *    1308          35331         149        20     -106124.0000     -212068.0000     99.83%
24784.04/1308.72	c *    1309          39523         101        20     -106125.0000     -212068.0000     99.83%
24872.77/1313.23	c      1313          35697         151        20     -106125.0000     -212068.0000     99.83%
24971.83/1318.27	c      1318          35800         156        20     -106125.0000     -212068.0000     99.83%
24981.76/1318.79	c *    1319          39997         102        20     -106126.0000     -212068.0000     99.83%
25074.55/1323.49	c      1324          36050         152        20     -106126.0000     -212068.0000     99.83%
25146.55/1327.08	c *    1327          36135         154        20     -106127.0000     -212068.0000     99.82%
25166.07/1328.11	c *    1328          36135         154        20     -106128.0000     -212068.0000     99.82%
25175.05/1328.51	c *    1329          36135         154        20     -106129.0000     -212068.0000     99.82%
25175.05/1328.51	c      1329          36135         154        20     -106129.0000     -212068.0000     99.82%
25182.84/1328.91	c *    1329          36135         154        20     -106130.0000     -212068.0000     99.82%
25202.35/1329.97	c *    1330          36135         154        20     -106131.0000     -212068.0000     99.82%
25218.02/1330.74	c *    1331          40625         104        20     -106132.0000     -212068.0000     99.82%
25227.73/1331.23	c *    1331          40625         104        20     -106133.0000     -212068.0000     99.81%
25235.60/1331.67	c *    1332          36141         155        20     -106134.0000     -212068.0000     99.81%
25244.02/1332.08	c *    1332          36141         155        20     -106135.0000     -212068.0000     99.81%
25272.98/1333.52	c      1334          36141         155        20     -106135.0000     -212068.0000     99.81%
25280.86/1333.98	c *    1334          36141         155        20     -106136.0000     -212068.0000     99.81%
25288.67/1334.40	c *    1334          36141         155        20     -106137.0000     -212068.0000     99.81%
25298.65/1334.90	c *    1335          36142         153        20     -106138.0000     -212068.0000     99.80%
25308.25/1335.38	c *    1335          36142         153        20     -106139.0000     -212068.0000     99.80%
25317.86/1335.81	c *    1336          40869         107        20     -106140.0000     -212068.0000     99.80%
25371.15/1338.51	c *    1339          36305         144        20     -106141.0000     -212068.0000     99.80%
25371.15/1338.58	c      1339          36305         144        20     -106141.0000     -212068.0000     99.80%
25476.00/1343.87	c      1344          41146          98        20     -106141.0000     -212068.0000     99.80%
25555.28/1347.85	c *    1348          36672         143        20     -106142.0000     -212068.0000     99.80%
25582.93/1349.23	c      1349          41426          97        20     -106142.0000     -212068.0000     99.80%
25689.84/1354.63	c      1355          41741          97        20     -106142.0000     -212068.0000     99.80%
25738.26/1357.06	c *    1357          37049         139        20     -106143.0000     -212068.0000     99.79%
25792.74/1359.85	c      1360          37135         139        20     -106143.0000     -212068.0000     99.79%
25794.72/1360.01	c *    1360          42135         108        20     -106144.0000     -212068.0000     99.79%
25814.56/1360.97	c *    1361          42252         111        20     -106145.0000     -212068.0000     99.79%
25834.29/1361.93	c *    1362          37252         138        20     -106146.0000     -212068.0000     99.79%
25854.00/1362.92	c *    1363          37341         136        20     -106147.0000     -212068.0000     99.79%
25871.84/1363.89	c *    1364          37380         141        20     -106148.0000     -212068.0000     99.79%
25893.33/1364.91	c *    1365          37403         140        20     -106149.0000     -212068.0000     99.78%
25893.33/1364.91	c      1365          37403         140        20     -106149.0000     -212068.0000     99.78%
25911.01/1365.89	c *    1366          37441         140        20     -106150.0000     -212068.0000     99.78%
25924.69/1366.59	c *    1367          42784         182        20     -106151.0000     -212068.0000     99.78%
25948.16/1367.78	c *    1368          42870         181        20     -106152.0000     -212068.0000     99.78%
25967.74/1368.76	c *    1369          42959         114        20     -106153.0000     -212068.0000     99.78%
25987.28/1369.75	c *    1370          43052         120        20     -106154.0000     -212068.0000     99.77%
25994.03/1370.10	c      1370          37743         136        20     -106154.0000     -212068.0000     99.77%
26006.90/1370.72	c *    1371          43161         142        20     -106155.0000     -212068.0000     99.77%
26026.60/1371.75	c *    1372          37867         133        20     -106156.0000     -212068.0000     99.77%
26046.37/1372.71	c *    1373          37867         133        20     -106157.0000     -212068.0000     99.77%
26064.23/1373.67	c *    1374          37867         133        20     -106158.0000     -212068.0000     99.77%
26083.93/1374.61	c *    1375          37867         133        20     -106159.0000     -212068.0000     99.76%
26101.75/1375.55	c *    1376          37867         133        20     -106160.0000     -212068.0000     99.76%
26101.75/1375.55	c      1376          37867         133        20     -106160.0000     -212068.0000     99.76%
26121.39/1376.51	c *    1377          37867         133        20     -106161.0000     -212068.0000     99.76%
26139.23/1377.46	c *    1377          37867         133        20     -106162.0000     -212068.0000     99.76%
26158.75/1378.46	c *    1378          37867         133        20     -106163.0000     -212068.0000     99.76%
26178.33/1379.42	c *    1379          37867         133        20     -106164.0000     -212068.0000     99.76%
26196.14/1380.38	c *    1380          37867         133        20     -106165.0000     -212068.0000     99.75%
26201.98/1380.68	c      1381          37867         133        20     -106165.0000     -212068.0000     99.75%
26215.79/1381.35	c *    1381          37867         133        20     -106166.0000     -212068.0000     99.75%
26233.52/1382.29	c *    1382          37867         133        20     -106167.0000     -212068.0000     99.75%
26246.99/1382.91	c *    1383          37867         133        20     -106168.0000     -212068.0000     99.75%
26266.68/1383.98	c *    1384          37867         133        20     -106169.0000     -212068.0000     99.75%
26286.40/1384.98	c *    1385          37867         133        20     -106170.0000     -212068.0000     99.74%
26306.16/1385.97	c *    1386          37867         133        20     -106171.0000     -212068.0000     99.74%
26306.16/1385.97	c      1386          37867         133        20     -106171.0000     -212068.0000     99.74%
26325.81/1386.95	c *    1387          37867         133        20     -106172.0000     -212068.0000     99.74%
26345.23/1387.94	c *    1388          44746         141        20     -106173.0000     -212068.0000     99.74%
26363.01/1388.89	c *    1389          37937           0        20     -106174.0000     -212068.0000     99.74%
26382.47/1389.83	c *    1390          37938           1        20     -106175.0000     -212068.0000     99.73%
26400.24/1390.77	c *    1391          44962         180        20     -106176.0000     -212068.0000     99.73%
26409.14/1391.19	c      1391          45070         111        20     -106176.0000     -212068.0000     99.73%
26419.91/1391.72	c *    1392          45070         111        20     -106177.0000     -212068.0000     99.73%
26437.70/1392.67	c *    1393          45172         122        20     -106178.0000     -212068.0000     99.73%
26457.37/1393.64	c *    1394          45285         142        20     -106179.0000     -212068.0000     99.73%
26477.00/1394.60	c *    1395          38143         120        20     -106180.0000     -212068.0000     99.72%
26494.86/1395.58	c *    1396          38217         123        20     -106181.0000     -212068.0000     99.72%
26512.61/1396.43	c      1396          45515         184        20     -106181.0000     -212068.0000     99.72%
26514.55/1396.55	c *    1397          45515         184        20     -106182.0000     -212068.0000     99.72%
26534.11/1397.54	c *    1398          45627         113        20     -106183.0000     -212068.0000     99.72%
26553.82/1398.53	c *    1399          45724         121        20     -106184.0000     -212068.0000     99.72%
26573.35/1399.51	c *    1400          45831         140        20     -106185.0000     -212068.0000     99.72%
26592.97/1400.55	c *    1401          45921         142        20     -106186.0000     -212068.0000     99.71%
26612.59/1401.53	c *    1402          46030         161        20     -106187.0000     -212068.0000     99.71%
26612.59/1401.53	c      1402          46030         161        20     -106187.0000     -212068.0000     99.71%
26632.31/1402.52	c *    1403          46138         180        20     -106188.0000     -212068.0000     99.71%
26652.04/1403.50	c *    1404          46138         180        20     -106189.0000     -212068.0000     99.71%
26669.88/1404.48	c *    1404          38689         121        20     -106190.0000     -212068.0000     99.71%
26689.55/1405.45	c *    1405          38766         123        20     -106191.0000     -212068.0000     99.70%
26709.21/1406.43	c *    1406          38801         123        20     -106192.0000     -212068.0000     99.70%
26715.11/1406.71	c      1407          38801         123        20     -106192.0000     -212068.0000     99.70%
26728.87/1407.43	c *    1407          38844         124        20     -106193.0000     -212068.0000     99.70%
26748.57/1408.43	c *    1408          46698         178        20     -106194.0000     -212068.0000     99.70%
26768.29/1409.44	c *    1409          46788         164        20     -106195.0000     -212068.0000     99.70%
26787.91/1410.46	c *    1410          46879         163        20     -106196.0000     -212068.0000     99.69%
26807.58/1411.43	c *    1411          46989         182        20     -106197.0000     -212068.0000     99.69%
26815.43/1411.87	c      1412          46989         182        20     -106197.0000     -212068.0000     99.69%
26827.20/1412.41	c *    1412          46989         182        20     -106198.0000     -212068.0000     99.69%
26845.02/1413.38	c *    1413          47098         111        20     -106199.0000     -212068.0000     99.69%
26864.62/1414.36	c *    1414          47201         122        20     -106200.0000     -212068.0000     99.69%
26884.18/1415.35	c *    1415          39171         122        20     -106201.0000     -212068.0000     99.69%
26903.85/1416.34	c *    1416          39214         121        20     -106202.0000     -212068.0000     99.68%
26920.30/1417.18	c      1417          39270         122        20     -106202.0000     -212068.0000     99.68%
26923.53/1417.37	c *    1417          39270         122        20     -106203.0000     -212068.0000     99.68%
26943.14/1418.36	c *    1418          39312         122        20     -106204.0000     -212068.0000     99.68%
26962.72/1419.36	c *    1419          39361         120        20     -106205.0000     -212068.0000     99.68%
26972.33/1419.81	c *    1420          47727         182        20     -106206.0000     -212068.0000     99.68%
26980.22/1420.26	c *    1420          47727         182        20     -106207.0000     -212068.0000     99.67%
26990.06/1420.79	c *    1421          47783         106        20     -106208.0000     -212068.0000     99.67%
27013.65/1421.93	c *    1422          47863         144        20     -106209.0000     -212068.0000     99.67%
27021.44/1422.30	c      1422          39493         121        20     -106209.0000     -212068.0000     99.67%
27033.32/1422.95	c *    1423          47956         143        20     -106210.0000     -212068.0000     99.67%
27052.94/1423.95	c *    1424          48051         144        20     -106211.0000     -212068.0000     99.67%
27072.53/1424.94	c *    1425          48163         162        20     -106212.0000     -212068.0000     99.66%
27092.28/1425.95	c *    1426          48258         163        20     -106213.0000     -212068.0000     99.66%
27111.91/1426.98	c *    1427          48361         163        20     -106214.0000     -212068.0000     99.66%
27119.68/1427.37	c      1427          48361         163        20     -106214.0000     -212068.0000     99.66%
27131.59/1428.02	c *    1428          48468         163        20     -106215.0000     -212068.0000     99.66%
27153.42/1429.03	c *    1429          48558         162        20     -106216.0000     -212068.0000     99.66%
27168.67/1429.83	c *    1430          48667         181        20     -106219.0000     -212068.0000     99.65%
27176.36/1430.24	c *    1430          48667         181        20     -106222.0000     -212068.0000     99.65%
27194.83/1431.19	c *    1431          48760         162        20     -106223.0000     -212068.0000     99.64%
27219.65/1432.42	c      1432          40272         117        20     -106223.0000     -212068.0000     99.64%
27221.49/1432.50	c *    1433          40272         117        20     -106224.0000     -212068.0000     99.64%
27239.35/1433.47	c *    1433          40370         119        20     -106225.0000     -212068.0000     99.64%
27248.87/1433.90	c *    1434          40370         119        20     -106226.0000     -212068.0000     99.64%
27258.40/1434.45	c *    1434          40462         118        20     -106227.0000     -212068.0000     99.64%
27270.82/1435.12	c *    1435          49003         106        20     -106228.0000     -212068.0000     99.63%
27295.63/1436.36	c *    1436          49064         106        20     -106229.0000     -212068.0000     99.63%
27315.20/1437.36	c *    1437          49175         110        20     -106230.0000     -212068.0000     99.63%
27320.88/1437.64	c      1438          40710         111        20     -106230.0000     -212068.0000     99.63%
27334.76/1438.36	c *    1438          49267         109        20     -106231.0000     -212068.0000     99.63%
27354.43/1439.39	c *    1439          49360         108        20     -106232.0000     -212068.0000     99.63%
27362.03/1439.73	c *    1440          40864         110        20     -106235.0000     -212068.0000     99.62%
27375.74/1440.42	c *    1440          49454         108        20     -106236.0000     -212068.0000     99.62%
27381.66/1440.79	c *    1441          49454         108        20     -106237.0000     -212068.0000     99.62%
27415.29/1442.48	c *    1442          49454         108        20     -106238.0000     -212068.0000     99.62%
27423.00/1442.81	c      1443          49454         108        20     -106238.0000     -212068.0000     99.62%
27423.00/1442.89	c *    1443          49454         108        20     -106239.0000     -212068.0000     99.61%
27449.28/1444.19	c *    1444          49454         108        20     -106243.0000     -212068.0000     99.61%
27462.33/1444.87	c *    1445          49454         108        20     -106244.0000     -212068.0000     99.60%
27470.06/1445.27	c *    1445          49454         108        20     -106245.0000     -212068.0000     99.60%
27503.62/1447.02	c *    1447          49565         183        20     -106246.0000     -212068.0000     99.60%
27511.32/1447.39	c *    1447          49565         183        20     -106247.0000     -212068.0000     99.60%
27529.03/1448.24	c      1448          49565         183        20     -106247.0000     -212068.0000     99.60%
27540.73/1448.81	c *    1449          49565         183        20     -106256.0000     -212068.0000     99.58%
27554.31/1449.51	c *    1450          49565         183        20     -106257.0000     -212068.0000     99.58%
27575.94/1450.62	c *    1451          49565         183        20     -106258.0000     -212068.0000     99.58%
27611.56/1452.46	c *    1452          41654         253        20     -106259.0000     -212068.0000     99.58%
27619.15/1452.83	c *    1453          41654         253        20     -106260.0000     -212068.0000     99.57%
27630.87/1453.49	c      1454          41751         193        20     -106260.0000     -212068.0000     99.57%
27640.79/1453.96	c *    1454          41751         193        20     -106261.0000     -212068.0000     99.57%
27648.57/1454.38	c *    1454          49611         102        20     -106262.0000     -212068.0000     99.57%
27674.24/1455.67	c *    1456          49630         103        20     -106264.0000     -212068.0000     99.57%
27682.60/1456.15	c *    1456          49630         103        20     -106265.0000     -212068.0000     99.57%
27691.74/1456.60	c *    1457          49630         103        20     -106266.0000     -212068.0000     99.56%
27697.73/1456.89	c *    1457          42042         173        20     -106276.0000     -212068.0000     99.54%
27711.11/1457.59	c *    1458          49682         108        20     -106277.0000     -212068.0000     99.54%
27718.84/1457.96	c *    1458          42140         193        20     -106278.0000     -212068.0000     99.54%
27726.41/1458.34	c *    1458          42140         193        20     -106279.0000     -212068.0000     99.54%
27730.18/1458.59	c      1459          49723         105        20     -106279.0000     -212068.0000     99.54%
27751.85/1459.63	c *    1460          42223         212        20     -106280.0000     -212068.0000     99.54%
27760.39/1460.12	c *    1460          42323         169        20     -106281.0000     -212068.0000     99.54%
27791.05/1461.65	c *    1462          42432         232        20     -106282.0000     -212068.0000     99.53%
27802.63/1462.23	c *    1462          42516         171        20     -106283.0000     -212068.0000     99.53%
27824.29/1463.33	c *    1463          42640         230        20     -106284.0000     -212068.0000     99.53%
27836.12/1463.99	c      1464          49915          96        20     -106284.0000     -212068.0000     99.53%
27845.93/1464.41	c *    1464          42748         232        20     -106285.0000     -212068.0000     99.53%
27865.70/1465.49	c *    1465          42855         231        20     -106286.0000     -212068.0000     99.53%
27889.07/1466.60	c *    1467          42960         230        20     -106289.0000     -212068.0000     99.52%
27906.68/1467.55	c *    1468          50180          94        20     -106290.0000     -212068.0000     99.52%
27914.36/1467.96	c *    1468          50180          94        20     -106291.0000     -212068.0000     99.52%
27922.01/1468.36	c *    1468          43068         232        20     -106292.0000     -212068.0000     99.51%
27933.75/1469.01	c      1469          50257          93        20     -106292.0000     -212068.0000     99.51%
27941.65/1469.39	c *    1469          50257          93        20     -106296.0000     -212068.0000     99.51%
27967.24/1470.65	c *    1471          50257          93        20     -106297.0000     -212068.0000     99.51%
27975.31/1471.07	c *    1471          50257          93        20     -106298.0000     -212068.0000     99.50%
27982.58/1471.44	c *    1471          50257          93        20     -106300.0000     -212068.0000     99.50%
27988.41/1471.80	c *    1472          50257          93        20     -106301.0000     -212068.0000     99.50%
27996.92/1472.16	c *    1472          50257          93        20     -106304.0000     -212068.0000     99.49%
28003.67/1472.60	c *    1473          50257          93        20     -106305.0000     -212068.0000     99.49%
28011.55/1472.97	c *    1473          50257          93        20     -106306.0000     -212068.0000     99.49%
28019.28/1473.34	c *    1473          50257          93        20     -106307.0000     -212068.0000     99.49%
28027.01/1473.70	c *    1474          50257          93        20     -106308.0000     -212068.0000     99.48%
28027.01/1473.77	c *    1474          50257          93        20     -106309.0000     -212068.0000     99.48%
28035.40/1474.15	c *    1474          50257          93        20     -106310.0000     -212068.0000     99.48%
28035.40/1474.15	c      1474          50257          93        20     -106310.0000     -212068.0000     99.48%
28042.63/1474.58	c *    1475          50257          93        20     -106312.0000     -212068.0000     99.48%
28058.05/1475.30	c *    1475          50358          93        20     -106313.0000     -212068.0000     99.48%
28085.84/1476.79	c *    1477          50358          93        20     -106314.0000     -212068.0000     99.47%
28093.88/1477.15	c *    1477          50358          93        20     -106315.0000     -212068.0000     99.47%
28101.15/1477.54	c *    1478          50358          93        20     -106316.0000     -212068.0000     99.47%
28108.90/1477.94	c *    1478          50358          93        20     -106317.0000     -212068.0000     99.47%
28116.68/1478.33	c *    1478          50358          93        20     -106318.0000     -212068.0000     99.47%
28122.51/1478.63	c *    1479          50358          93        20     -106320.0000     -212068.0000     99.46%
28136.37/1479.36	c      1479          43813         171        20     -106320.0000     -212068.0000     99.46%
28150.87/1480.11	c *    1480          43933         291        20     -106321.0000     -212068.0000     99.46%
28159.63/1480.52	c *    1481          43933         291        20     -106322.0000     -212068.0000     99.46%
28165.54/1480.89	c *    1481          43933         291        20     -106323.0000     -212068.0000     99.46%
28173.36/1481.26	c *    1481          50411          78        20     -106324.0000     -212068.0000     99.45%
28181.08/1481.67	c *    1482          50411          78        20     -106325.0000     -212068.0000     99.45%
28202.64/1482.72	c *    1483          50411          78        20     -106328.0000     -212068.0000     99.45%
28214.41/1483.39	c *    1483          50411          78        20     -106329.0000     -212068.0000     99.45%
28222.23/1483.75	c *    1484          50411          78        20     -106330.0000     -212068.0000     99.44%
28230.70/1484.15	c *    1484          50411          78        20     -106331.0000     -212068.0000     99.44%
28237.62/1484.54	c *    1485          50411          78        20     -106332.0000     -212068.0000     99.44%
28237.62/1484.54	c      1485          50411          78        20     -106332.0000     -212068.0000     99.44%
28245.33/1484.95	c *    1485          50411          78        20     -106333.0000     -212068.0000     99.44%
28269.99/1486.20	c *    1486          50411          78        20     -106334.0000     -212068.0000     99.44%
28280.63/1486.76	c *    1487          50522          72        20     -106335.0000     -212068.0000     99.43%
28289.06/1487.18	c *    1487          50522          72        20     -106336.0000     -212068.0000     99.43%
28297.81/1487.61	c *    1488          50522          72        20     -106337.0000     -212068.0000     99.43%
28317.52/1488.65	c *    1489          50522          72        20     -106338.0000     -212068.0000     99.43%
28326.02/1489.07	c *    1489          44529         270        20     -106339.0000     -212068.0000     99.43%
28337.09/1489.62	c      1490          50523          71        20     -106339.0000     -212068.0000     99.43%
28349.10/1490.26	c *    1490          44622         211        20     -106340.0000     -212068.0000     99.42%
28358.58/1490.73	c *    1491          44622         211        20     -106343.0000     -212068.0000     99.42%
28368.39/1491.27	c *    1491          50613         150        20     -106344.0000     -212068.0000     99.42%
28382.02/1492.00	c *    1492          50613         150        20     -106345.0000     -212068.0000     99.42%
28391.84/1492.42	c *    1492          50613         150        20     -106346.0000     -212068.0000     99.41%
28399.53/1492.84	c *    1493          50613         150        20     -106347.0000     -212068.0000     99.41%
28421.15/1493.98	c *    1494          44918         171        20     -106348.0000     -212068.0000     99.41%
28434.73/1494.65	c      1495          50709         111        20     -106348.0000     -212068.0000     99.41%
28448.59/1495.35	c *    1495          50709         111        20     -106349.0000     -212068.0000     99.41%
28472.17/1496.53	c *    1497          50709         111        20     -106350.0000     -212068.0000     99.41%
28497.77/1497.82	c *    1498          50709         111        20     -106351.0000     -212068.0000     99.40%
28519.55/1499.00	c *    1499          50709         111        20     -106352.0000     -212068.0000     99.40%
28535.23/1499.76	c      1500          50709         111        20     -106352.0000     -212068.0000     99.40%
28543.93/1500.19	c *    1500          45575         190        20     -106353.0000     -212068.0000     99.40%
28567.05/1501.40	c *    1501          50817         150        20     -106354.0000     -212068.0000     99.40%
28592.38/1502.61	c *    1503          50817         150        20     -106355.0000     -212068.0000     99.40%
28614.17/1503.79	c *    1504          45933         161        20     -106356.0000     -212068.0000     99.39%
28625.68/1504.30	c *    1504          50818         149        20     -106364.0000     -212068.0000     99.38%
28633.62/1504.79	c      1505          46062         161        20     -106364.0000     -212068.0000     99.38%
28640.48/1505.10	c *    1505          50902         112        20     -106366.0000     -212068.0000     99.38%
28667.22/1506.46	c *    1506          51015         148        20     -106367.0000     -212068.0000     99.37%
28684.87/1507.32	c *    1507          51015         148        20     -106368.0000     -212068.0000     99.37%
28708.57/1508.55	c *    1509          51035         110        20     -106369.0000     -212068.0000     99.37%
28736.14/1509.97	c *    1510          51035         110        20     -106370.0000     -212068.0000     99.37%
28736.14/1509.97	c      1510          51035         110        20     -106370.0000     -212068.0000     99.37%
28760.60/1511.16	c *    1511          46708         208        20     -106371.0000     -212068.0000     99.37%
28778.24/1512.13	c *    1512          46819         191        20     -106372.0000     -212068.0000     99.36%
28795.08/1512.95	c *    1513          46962         210        20     -106373.0000     -212068.0000     99.36%
28824.43/1514.45	c *    1514          51312         167        20     -106374.0000     -212068.0000     99.36%
28840.12/1515.28	c      1515          51312         167        20     -106374.0000     -212068.0000     99.36%
28849.72/1515.70	c *    1516          51312         167        20     -106375.0000     -212068.0000     99.36%
28873.34/1516.91	c *    1517          51374         106        20     -106376.0000     -212068.0000     99.36%
28892.90/1517.94	c *    1518          51455         105        20     -106377.0000     -212068.0000     99.36%
28902.55/1518.45	c *    1518          47479         160        20     -106378.0000     -212068.0000     99.35%
28932.10/1519.94	c *    1520          51636         151        20     -106379.0000     -212068.0000     99.35%
28943.62/1520.53	c      1521          51636         151        20     -106379.0000     -212068.0000     99.35%
28957.48/1521.23	c *    1521          51636         151        20     -106380.0000     -212068.0000     99.35%
28981.08/1522.47	c *    1522          47768         158        20     -106381.0000     -212068.0000     99.35%
29004.77/1523.69	c *    1524          51694         123        20     -106382.0000     -212068.0000     99.35%
29030.26/1524.91	c *    1525          48032         160        20     -106383.0000     -212068.0000     99.34%
29046.10/1525.77	c      1526          48163         160        20     -106383.0000     -212068.0000     99.34%
29053.03/1526.11	c *    1526          48163         160        20     -106384.0000     -212068.0000     99.34%
29077.58/1527.38	c *    1527          48293         160        20     -106385.0000     -212068.0000     99.34%
29102.96/1528.64	c *    1529          48422         159        20     -106386.0000     -212068.0000     99.34%
29128.33/1529.93	c *    1530          52007         110        20     -106387.0000     -212068.0000     99.34%
29148.02/1530.98	c      1531          48684         160        20     -106387.0000     -212068.0000     99.34%
29150.68/1531.12	c *    1531          48684         160        20     -106388.0000     -212068.0000     99.33%
29175.58/1532.38	c *    1532          52027         104        20     -106389.0000     -212068.0000     99.33%
29199.27/1533.59	c *    1534          52027         104        20     -106390.0000     -212068.0000     99.33%
29224.77/1534.82	c *    1535          52027         104        20     -106391.0000     -212068.0000     99.33%
29248.88/1536.03	c *    1536          52027         104        20     -106392.0000     -212068.0000     99.33%
29248.88/1536.03	c      1536          52027         104        20     -106392.0000     -212068.0000     99.33%
29272.08/1537.24	c *    1537          52071         150        20     -106393.0000     -212068.0000     99.33%
29295.62/1538.43	c *    1538          52071         150        20     -106394.0000     -212068.0000     99.32%
29319.05/1539.61	c *    1540          49593         162        20     -106395.0000     -212068.0000     99.32%
29340.85/1540.78	c *    1541          49721         161        20     -106396.0000     -212068.0000     99.32%
29347.10/1541.12	c      1541          49850         161        20     -106396.0000     -212068.0000     99.32%
29364.12/1542.03	c *    1542          49850         161        20     -106397.0000     -212068.0000     99.32%
29389.37/1543.22	c *    1543          49978         161        20     -106398.0000     -212068.0000     99.32%
29414.68/1544.50	c *    1545          52319         111        20     -106399.0000     -212068.0000     99.31%
29438.36/1545.73	c *    1546          52336         103        20     -106400.0000     -212068.0000     99.31%
29448.14/1546.20	c      1546          52336         103        20     -106400.0000     -212068.0000     99.31%
29462.03/1546.97	c *    1547          52336         103        20     -106401.0000     -212068.0000     99.31%
29467.63/1547.21	c *    1547          52387         156        20     -110453.0000     -212068.0000     92.00%
29548.80/1551.33	c      1551          52476          81        20     -110453.0000     -212068.0000     92.00%
29651.79/1556.58	c      1557          50759          90        20     -110453.0000     -212068.0000     92.00%
29756.85/1561.85	c      1562          50769          92        20     -110453.0000     -212068.0000     92.00%
29862.95/1567.16	c      1567          50769          92        20     -110453.0000     -212068.0000     92.00%
29963.04/1572.28	c      1572          52575          72        20     -110453.0000     -212068.0000     92.00%
30076.15/1577.92	c      1578          52587          73        20     -110453.0000     -212068.0000     92.00%
30180.95/1583.26	c      1583          52587          73        20     -110453.0000     -212068.0000     92.00%
30285.79/1588.51	c      1589          52600          84        20     -110453.0000     -212068.0000     92.00%
30287.66/1588.67	c *    1589          50991          73        20     -110454.0000     -212068.0000     92.00%
30307.02/1589.61	c *    1590          52615          81        20     -110455.0000     -212068.0000     91.99%
30335.55/1591.12	c *    1591          51040          59        20     -110456.0000     -212068.0000     91.99%
30360.25/1592.38	c *    1592          51135         147        20     -110457.0000     -212068.0000     91.99%
30383.64/1593.52	c *    1594          51135         147        20     -110459.0000     -212068.0000     91.99%
30389.63/1593.89	c      1594          51135         147        20     -110459.0000     -212068.0000     91.99%
30401.43/1594.46	c *    1594          51135         147        20     -110460.0000     -212068.0000     91.99%
30423.19/1595.55	c *    1596          51135         147        20     -110462.0000     -212068.0000     91.98%
30440.91/1596.47	c *    1596          51135         147        20     -110463.0000     -212068.0000     91.98%
30462.81/1597.57	c *    1598          51135         147        20     -110464.0000     -212068.0000     91.98%
30482.26/1598.51	c *    1599          52981         288        20     -110465.0000     -212068.0000     91.98%
30486.14/1598.71	c *    1599          52981         288        20     -110469.0000     -212068.0000     91.97%
30492.79/1599.08	c *    1599          52981         288        20     -110470.0000     -212068.0000     91.97%
30492.79/1599.08	c      1599          52981         288        20     -110470.0000     -212068.0000     91.97%
30499.80/1599.47	c *    1599          52981         288        20     -110471.0000     -212068.0000     91.97%
30515.36/1600.22	c *    1600          51241         195        20     -110472.0000     -212068.0000     91.97%
30519.12/1600.42	c *    1600          51241         195        20     -110503.0000     -212068.0000     91.91%
30526.77/1600.80	c *    1601          51241         195        20     -110505.0000     -212068.0000     91.91%
30580.29/1603.59	c *    1604          51308         178        20     -110507.0000     -212068.0000     91.90%
30598.02/1604.40	c      1604          51308         178        20     -110507.0000     -212068.0000     91.90%
30600.00/1604.52	c *    1605          51308         178        20     -110524.0000     -212068.0000     91.88%
30607.75/1604.91	c *    1605          51308         178        20     -110526.0000     -212068.0000     91.87%
30655.27/1607.38	c *    1607          51308         178        20     -110528.0000     -212068.0000     91.87%
30682.95/1608.75	c *    1609          51346         218        20     -110537.0000     -212068.0000     91.85%
30689.74/1609.15	c *    1609          51346         218        20     -110539.0000     -212068.0000     91.85%
30700.51/1609.63	c      1610          51346         218        20     -110539.0000     -212068.0000     91.85%
30709.20/1610.10	c *    1610          51346         218        20     -110541.0000     -212068.0000     91.85%
30728.54/1611.04	c *    1611          51347         217        20     -110558.0000     -212068.0000     91.82%
30763.69/1612.89	c *    1613          53655         147        20     -110560.0000     -212068.0000     91.81%
30801.17/1614.72	c      1615          53755         134        20     -110560.0000     -212068.0000     91.81%
30827.72/1616.14	c *    1616          51564         315        20     -110562.0000     -212068.0000     91.81%
30847.49/1617.10	c *    1617          51564         315        20     -110579.0000     -212068.0000     91.78%
30854.57/1617.49	c *    1618          51564         315        20     -110581.0000     -212068.0000     91.78%
30874.35/1618.43	c *    1618          51564         315        20     -110583.0000     -212068.0000     91.77%
30911.88/1620.36	c      1620          51564         315        20     -110583.0000     -212068.0000     91.77%
30917.78/1620.60	c *    1621          51564         315        20     -110594.0000     -212068.0000     91.75%
31016.80/1625.63	c      1626          54086         132        20     -110594.0000     -212068.0000     91.75%
31056.36/1627.60	c *    1628          51691         234        20     -110595.0000     -212068.0000     91.75%
31086.89/1629.18	c *    1629          54138         186        20     -110596.0000     -212068.0000     91.75%
31101.57/1629.93	c *    1630          51844         205        20     -110597.0000     -212068.0000     91.75%
31115.38/1630.68	c *    1631          54139         185        20     -110598.0000     -212068.0000     91.75%
31115.38/1630.68	c      1631          54139         185        20     -110598.0000     -212068.0000     91.75%
31133.01/1631.57	c *    1632          51948         233        20     -110599.0000     -212068.0000     91.74%
31150.52/1632.43	c *    1632          51948         233        20     -110600.0000     -212068.0000     91.74%
31176.06/1633.74	c *    1634          54311         147        20     -110601.0000     -212068.0000     91.74%
31199.62/1635.01	c *    1635          54311         147        20     -110602.0000     -212068.0000     91.74%
31225.11/1636.22	c *    1636          52062         159        20     -110603.0000     -212068.0000     91.74%
31225.11/1636.22	c      1636          52062         159        20     -110603.0000     -212068.0000     91.74%
31244.89/1637.23	c *    1637          52062         159        20     -115010.0000     -212068.0000     84.39%
31329.87/1641.56	c      1642          52122         217        20     -115010.0000     -212068.0000     84.39%
31434.92/1646.80	c      1647          54512          53        20     -115010.0000     -212068.0000     84.39%
31535.74/1652.03	c      1652          54535          54        20     -115010.0000     -212068.0000     84.39%
31639.41/1657.18	c      1657          52243         115        20     -115010.0000     -212068.0000     84.39%
31707.95/1660.64	c *    1661          52243         115        20     -115022.0000     -212068.0000     84.37%
31729.53/1661.70	c *    1662          54613          53        20     -115035.0000     -212068.0000     84.35%
31741.46/1662.33	c      1662          54613          53        20     -115035.0000     -212068.0000     84.35%
31749.36/1662.77	c *    1663          52323         193        20     -115056.0000     -212068.0000     84.32%
31771.02/1663.83	c *    1664          52323         193        20     -115061.0000     -212068.0000     84.31%
31792.49/1664.92	c *    1665          52323         193        20     -115062.0000     -212068.0000     84.31%
31812.26/1665.98	c *    1666          52323         193        20     -115063.0000     -212068.0000     84.31%
31834.40/1667.06	c *    1667          52323         193        20     -115069.0000     -212068.0000     84.30%
31841.61/1667.45	c      1667          52323         193        20     -115069.0000     -212068.0000     84.30%
31854.22/1668.12	c *    1668          52323         193        20     -115074.0000     -212068.0000     84.29%
31875.94/1669.18	c *    1669          52323         193        20     -115075.0000     -212068.0000     84.29%
31896.72/1670.24	c *    1670          52323         193        20     -115076.0000     -212068.0000     84.29%
31918.26/1671.32	c *    1671          52323         193        20     -115077.0000     -212068.0000     84.28%
31938.00/1672.37	c *    1672          54628          52        20     -115078.0000     -212068.0000     84.28%
31941.90/1672.54	c      1673          54628          52        20     -115078.0000     -212068.0000     84.28%
31959.61/1673.43	c *    1673          54628          52        20     -115079.0000     -212068.0000     84.28%
31981.16/1674.52	c *    1675          52324         192        20     -115080.0000     -212068.0000     84.28%
32002.77/1675.64	c *    1676          52393         132        20     -115081.0000     -212068.0000     84.28%
32024.29/1676.71	c *    1677          52472         211        20     -115082.0000     -212068.0000     84.28%
32044.08/1677.79	c      1678          52534         192        20     -115082.0000     -212068.0000     84.28%
32063.95/1678.78	c *    1679          52597         192        20     -115083.0000     -212068.0000     84.27%
32147.06/1682.98	c      1683          52597         192        20     -115083.0000     -212068.0000     84.27%
32251.91/1688.22	c      1688          52637         232        20     -115083.0000     -212068.0000     84.27%
32283.47/1689.88	c *    1690          52637         232        20     -115084.0000     -212068.0000     84.27%
32350.67/1693.25	c *    1693          54926          50        20     -115085.0000     -212068.0000     84.27%
32350.67/1693.25	c      1693          54926          50        20     -115085.0000     -212068.0000     84.27%
32376.28/1694.57	c *    1695          52820         235        20     -116159.0000     -212068.0000     82.57%
32443.25/1697.91	c *    1698          52820         235        20     -116160.0000     -212068.0000     82.57%
32455.01/1698.54	c *    1699          52820         235        20     -116161.0000     -212068.0000     82.56%
32455.01/1698.54	c      1699          52820         235        20     -116161.0000     -212068.0000     82.56%
32478.61/1699.77	c *    1700          55021          47        20     -116162.0000     -212068.0000     82.56%
32513.97/1701.53	c *    1702          52920         232        20     -116163.0000     -212068.0000     82.56%
32539.59/1702.87	c *    1703          55134          51        20     -116164.0000     -212068.0000     82.56%
32555.31/1703.70	c      1704          55172          51        20     -116164.0000     -212068.0000     82.56%
32571.18/1704.47	c *    1704          52959          53        20     -116165.0000     -212068.0000     82.56%
32578.89/1704.87	c *    1705          55197          53        20     -116166.0000     -212068.0000     82.56%
32586.36/1705.21	c *    1705          55197          53        20     -116167.0000     -212068.0000     82.55%
32592.25/1705.53	c *    1706          53014          96        20     -116168.0000     -212068.0000     82.55%
32651.54/1708.54	c *    1709          55260          52        20     -116169.0000     -212068.0000     82.55%
32655.27/1708.70	c      1709          53137         108        20     -116169.0000     -212068.0000     82.55%
32663.97/1709.19	c *    1709          53137         108        20     -116170.0000     -212068.0000     82.55%
32678.86/1710.00	c *    1710          53137         108        20     -116171.0000     -212068.0000     82.55%
32701.50/1711.11	c *    1711          53137         108        20     -116172.0000     -212068.0000     82.55%
32714.22/1711.75	c *    1712          53137         108        20     -116173.0000     -212068.0000     82.54%
32731.92/1712.64	c *    1713          53137         108        20     -116174.0000     -212068.0000     82.54%
32737.76/1712.94	c *    1713          53137         108        20     -116175.0000     -212068.0000     82.54%
32753.35/1713.71	c *    1714          53137         108        20     -116176.0000     -212068.0000     82.54%
32753.35/1713.71	c      1714          53137         108        20     -116176.0000     -212068.0000     82.54%
32771.10/1714.68	c *    1715          53160         110        20     -116177.0000     -212068.0000     82.54%
32786.91/1715.45	c *    1715          53160         110        20     -116178.0000     -212068.0000     82.54%
32812.45/1716.78	c *    1717          53160         110        20     -116179.0000     -212068.0000     82.54%
32819.05/1717.08	c *    1717          55464          54        20     -116180.0000     -212068.0000     82.53%
32833.93/1717.86	c *    1718          53161         109        20     -116181.0000     -212068.0000     82.53%
32853.65/1718.89	c      1719          55515          49        20     -116181.0000     -212068.0000     82.53%
32907.12/1721.58	c *    1722          55515          49        20     -116182.0000     -212068.0000     82.53%
32914.69/1721.92	c *    1722          55515          49        20     -116183.0000     -212068.0000     82.53%
32928.44/1722.68	c *    1723          55515          49        20     -116184.0000     -212068.0000     82.53%
32946.16/1723.57	c *    1724          55515          49        20     -116185.0000     -212068.0000     82.53%
32953.89/1724.02	c      1724          55515          49        20     -116185.0000     -212068.0000     82.53%
32961.63/1724.31	c *    1724          55515          49        20     -116186.0000     -212068.0000     82.52%
32991.36/1725.87	c *    1726          55515          49        20     -116187.0000     -212068.0000     82.52%
32999.12/1726.23	c *    1726          55515          49        20     -116188.0000     -212068.0000     82.52%
33017.66/1727.17	c *    1727          55515          49        20     -116189.0000     -212068.0000     82.52%
33024.74/1727.59	c *    1728          55515          49        20     -116190.0000     -212068.0000     82.52%
33032.57/1728.02	c *    1728          55515          49        20     -116191.0000     -212068.0000     82.52%
33054.81/1729.06	c      1729          55515          49        20     -116191.0000     -212068.0000     82.52%
33058.25/1729.29	c *    1729          55515          49        20     -116192.0000     -212068.0000     82.52%
33081.71/1730.46	c *    1730          55515          49        20     -116193.0000     -212068.0000     82.51%
33099.44/1731.37	c *    1731          55515          49        20     -116194.0000     -212068.0000     82.51%
33129.07/1732.84	c *    1733          55515          49        20     -116195.0000     -212068.0000     82.51%
33136.68/1733.24	c *    1733          55515          49        20     -116196.0000     -212068.0000     82.51%
33152.92/1734.03	c *    1734          55515          49        20     -116197.0000     -212068.0000     82.51%
33152.92/1734.11	c      1734          55515          49        20     -116197.0000     -212068.0000     82.51%
33162.24/1734.58	c *    1735          55515          49        20     -116198.0000     -212068.0000     82.51%
33185.66/1735.71	c *    1736          55515          49        20     -116199.0000     -212068.0000     82.50%
33203.48/1736.67	c *    1737          53627         106        20     -116200.0000     -212068.0000     82.50%
33223.12/1737.63	c *    1738          53655         106        20     -116201.0000     -212068.0000     82.50%
33244.83/1738.76	c *    1739          53691         106        20     -116202.0000     -212068.0000     82.50%
33253.20/1739.19	c      1739          53736         106        20     -116202.0000     -212068.0000     82.50%
33264.38/1739.73	c *    1740          53736         106        20     -116203.0000     -212068.0000     82.50%
33284.02/1740.74	c *    1741          53754         104        20     -116204.0000     -212068.0000     82.50%
33305.66/1741.85	c *    1742          53780         104        20     -116205.0000     -212068.0000     82.49%
33315.10/1742.32	c *    1742          55644          37        20     -116206.0000     -212068.0000     82.49%
33320.92/1742.63	c *    1743          55644          37        20     -116207.0000     -212068.0000     82.49%
33342.64/1743.74	c *    1744          53838         105        20     -116208.0000     -212068.0000     82.49%
33352.35/1744.24	c      1744          55718          56        20     -116208.0000     -212068.0000     82.49%
33364.10/1744.85	c *    1745          53861         105        20     -116209.0000     -212068.0000     82.49%
33385.74/1745.95	c *    1746          53906         102        20     -116210.0000     -212068.0000     82.49%
33395.26/1746.43	c *    1746          53906         102        20     -116211.0000     -212068.0000     82.49%
33418.81/1747.61	c *    1748          53981         103        20     -116212.0000     -212068.0000     82.48%
33424.65/1747.93	c *    1748          53981         103        20     -116213.0000     -212068.0000     82.48%
33444.38/1749.03	c *    1749          54033         102        20     -116214.0000     -212068.0000     82.48%
33452.07/1749.34	c *    1749          54033         102        20     -116215.0000     -212068.0000     82.48%
33452.07/1749.34	c      1749          54033         102        20     -116215.0000     -212068.0000     82.48%
33473.71/1750.43	c *    1750          54056         102        20     -116216.0000     -212068.0000     82.48%
33495.40/1751.53	c *    1752          54081         102        20     -116217.0000     -212068.0000     82.48%
33517.06/1752.65	c *    1753          54129         102        20     -116218.0000     -212068.0000     82.47%
33538.68/1753.77	c *    1754          54129         102        20     -116219.0000     -212068.0000     82.47%
33545.21/1754.07	c *    1754          54129         102        20     -116220.0000     -212068.0000     82.47%
33554.33/1754.54	c      1755          54129         102        20     -116220.0000     -212068.0000     82.47%
33565.19/1755.13	c *    1755          54129         102        20     -116221.0000     -212068.0000     82.47%
33586.63/1756.19	c *    1756          54129         102        20     -116222.0000     -212068.0000     82.47%
33591.61/1756.49	c *    1756          54129         102        20     -116223.0000     -212068.0000     82.47%
33613.30/1757.56	c *    1758          54129         102        20     -116224.0000     -212068.0000     82.46%
33634.84/1758.64	c *    1759          56057          39        20     -116225.0000     -212068.0000     82.46%
33640.69/1758.95	c *    1759          54194         104        20     -116226.0000     -212068.0000     82.46%
33654.44/1759.65	c      1760          54194         104        20     -116226.0000     -212068.0000     82.46%
33660.40/1760.02	c *    1760          54194         104        20     -116227.0000     -212068.0000     82.46%
33668.21/1760.33	c *    1760          54194         104        20     -116228.0000     -212068.0000     82.46%
33670.08/1760.43	c *    1760          54194         104        20     -117291.0000     -212068.0000     80.81%
33699.76/1761.95	c *    1762          56132          37        20     -117292.0000     -212068.0000     80.80%
33705.47/1762.25	c *    1762          54234          60        20     -117293.0000     -212068.0000     80.80%
33761.47/1765.05	c      1765          54340          63        20     -117293.0000     -212068.0000     80.80%
33865.87/1770.35	c      1770          56365          38        20     -117293.0000     -212068.0000     80.80%
33968.94/1775.50	c      1776          56582          40        20     -117293.0000     -212068.0000     80.80%
34074.10/1780.85	c      1781          54492          48        20     -117293.0000     -212068.0000     80.80%
34085.99/1781.44	c *    1781          56822          39        20     -117294.0000     -212068.0000     80.80%
34091.84/1781.79	c *    1782          56822          39        20     -117295.0000     -212068.0000     80.80%
34098.64/1782.14	c *    1782          54492          50        20     -117296.0000     -212068.0000     80.80%
34111.52/1782.76	c *    1783          54492          50        20     -117297.0000     -212068.0000     80.80%
34118.02/1783.06	c *    1783          54492          50        20     -117298.0000     -212068.0000     80.79%
34134.94/1784.03	c *    1784          54492          50        20     -117299.0000     -212068.0000     80.79%
34142.62/1784.31	c *    1784          54492          50        20     -117300.0000     -212068.0000     80.79%
34146.51/1784.59	c *    1785          54492          50        20     -117301.0000     -212068.0000     80.79%
34168.18/1785.63	c *    1786          54492          50        20     -117302.0000     -212068.0000     80.79%
34174.00/1785.92	c *    1786          54492          50        20     -117303.0000     -212068.0000     80.79%
34174.00/1785.92	c      1786          54492          50        20     -117303.0000     -212068.0000     80.79%
34191.80/1786.85	c *    1787          54492          50        20     -117304.0000     -212068.0000     80.78%
34196.34/1787.14	c *    1787          54492          50        20     -117305.0000     -212068.0000     80.78%
34203.45/1787.49	c *    1788          54492          50        20     -117306.0000     -212068.0000     80.78%
34275.40/1791.10	c      1791          54492          50        20     -117306.0000     -212068.0000     80.78%
34377.48/1796.29	c      1796          54617          49        20     -117306.0000     -212068.0000     80.78%
34482.19/1801.59	c      1802          57504          42        20     -117306.0000     -212068.0000     80.78%
34509.73/1802.91	c *    1803          54641          58        20     -117307.0000     -212068.0000     80.78%
34517.43/1803.31	c *    1803          54641          58        20     -117308.0000     -212068.0000     80.78%
34523.36/1803.66	c *    1804          54641          58        20     -117309.0000     -212068.0000     80.78%
34529.19/1804.03	c *    1804          54641          58        20     -117310.0000     -212068.0000     80.78%
34538.98/1804.40	c *    1804          54642          53        20     -117311.0000     -212068.0000     80.77%
34584.55/1806.70	c      1807          54663          49        20     -117311.0000     -212068.0000     80.77%
34590.99/1807.06	c *    1807          54663          49        20     -117312.0000     -212068.0000     80.77%
34602.22/1807.62	c *    1808          57691          39        20     -117313.0000     -212068.0000     80.77%
34608.11/1807.98	c *    1808          54697          50        20     -117314.0000     -212068.0000     80.77%
34683.04/1811.71	c      1812          54849          87        20     -117314.0000     -212068.0000     80.77%
34786.04/1817.04	c      1817          54851          91        20     -117314.0000     -212068.0000     80.77%
34871.31/1821.26	c *    1821          54884          95        20     -117315.0000     -212068.0000     80.77%
34879.15/1821.63	c *    1822          54884          95        20     -117316.0000     -212068.0000     80.77%
34885.07/1821.99	c *    1822          54884          95        20     -117317.0000     -212068.0000     80.76%
34892.97/1822.34	c      1822          54884          95        20     -117317.0000     -212068.0000     80.76%
34896.95/1822.58	c *    1823          54884          95        20     -117318.0000     -212068.0000     80.76%
34904.81/1822.96	c *    1823          58236          40        20     -117319.0000     -212068.0000     80.76%
34930.42/1824.24	c *    1824          58263          37        20     -117320.0000     -212068.0000     80.76%
34938.19/1824.62	c *    1825          54990          98        20     -117321.0000     -212068.0000     80.76%
34944.10/1824.99	c *    1825          58278          36        20     -117322.0000     -212068.0000     80.76%
34973.47/1826.40	c *    1826          58294          35        20     -121919.0000     -212068.0000     73.94%
34995.28/1827.50	c      1828          55141          57        20     -121919.0000     -212068.0000     73.94%
35098.41/1832.79	c      1833          55241          49        20     -121919.0000     -212068.0000     73.94%
35201.48/1838.00	c      1838          55262          54        20     -121919.0000     -212068.0000     73.94%
35306.39/1843.21	c      1843          55325          59        20     -121919.0000     -212068.0000     73.94%
35407.56/1848.34	c      1848          59063          40        20     -121919.0000     -212068.0000     73.94%
35506.64/1853.36	c      1853          55504          45        20     -121919.0000     -212068.0000     73.94%
35609.56/1858.54	c      1859          59374          39        20     -121919.0000     -212068.0000     73.94%
35710.50/1863.66	c      1864          59562          39        20     -121919.0000     -212068.0000     73.94%
35811.44/1868.75	c      1869          59778          70        20     -121919.0000     -212068.0000     73.94%
35914.16/1873.91	c      1874          59987         127        20     -121919.0000     -212068.0000     73.94%
36015.97/1879.05	c      1879          56234          55        20     -121919.0000     -212068.0000     73.94%
36118.09/1884.29	c      1884          60498         125        20     -121919.0000     -212068.0000     73.94%
36219.26/1889.30	c      1889          56387          47        20     -121919.0000     -212068.0000     73.94%
36318.40/1894.34	c      1894          60924         127        20     -121919.0000     -212068.0000     73.94%
36425.48/1899.72	c      1900          61136         124        20     -121919.0000     -212068.0000     73.94%
36528.55/1904.99	c      1905          61375         123        20     -121919.0000     -212068.0000     73.94%
36627.73/1910.04	c *    1910          61616         124        20     -124288.0000     -212068.0000     70.63%
36627.73/1910.04	c      1910          61616         124        20     -124288.0000     -212068.0000     70.63%
36696.66/1913.42	c *    1913          61790          81        20     -125406.0000     -212068.0000     69.11%
36734.26/1915.33	c      1915          61918          56        20     -125406.0000     -212068.0000     69.11%
36833.17/1920.39	c      1920          57430          56        20     -125406.0000     -212068.0000     69.11%
36938.30/1925.64	c      1926          57459          58        20     -125406.0000     -212068.0000     69.11%
37041.28/1930.88	c      1931          57534          56        20     -125406.0000     -212068.0000     69.11%
37142.22/1936.01	c      1936          57610          51        20     -125406.0000     -212068.0000     69.11%
37247.15/1941.20	c      1941          57626          55        20     -125406.0000     -212068.0000     69.11%
37350.19/1946.49	c      1946          57626          55        20     -125406.0000     -212068.0000     69.11%
37453.06/1951.70	c      1952          57712          48        20     -125406.0000     -212068.0000     69.11%
37554.04/1956.71	c      1957          57914          50        20     -125406.0000     -212068.0000     69.11%
37653.06/1961.74	c      1962          64456          48        20     -125406.0000     -212068.0000     69.11%
37758.86/1967.04	c      1967          64619          37        20     -125406.0000     -212068.0000     69.11%
37860.30/1972.19	c      1972          58400          48        20     -125406.0000     -212068.0000     69.11%
37952.20/1976.80	c *    1977          58418          51        20     -126130.0000     -212068.0000     68.13%
37964.07/1977.43	c      1977          58418          51        20     -126130.0000     -212068.0000     68.13%
38065.23/1982.53	c      1983          58457          45        20     -126130.0000     -212068.0000     68.13%
38166.27/1987.68	c      1988          58568          47        20     -126130.0000     -212068.0000     68.13%
38267.42/1992.73	c      1993          58582          53        20     -126130.0000     -212068.0000     68.13%
38372.95/1998.07	c      1998          58620          52        20     -126130.0000     -212068.0000     68.13%
38471.78/2003.10	c      2003          65940          35        20     -126130.0000     -212068.0000     68.13%
38576.09/2008.38	c      2008          58916          45        20     -126130.0000     -212068.0000     68.13%
38592.54/2009.18	c *    2009          58948          52        20     -128792.0000     -212068.0000     64.66%
38676.79/2013.42	c      2013          66250          34        20     -128792.0000     -212068.0000     64.66%
38775.86/2018.48	c      2018          59031          50        20     -128792.0000     -212068.0000     64.66%
38874.57/2023.49	c      2024          66633          39        20     -128792.0000     -212068.0000     64.66%
38975.71/2028.52	c      2029          66810          40        20     -128792.0000     -212068.0000     64.66%
39076.89/2033.63	c      2034          59362          51        20     -128792.0000     -212068.0000     64.66%
39180.08/2038.81	c      2039          59536          44        20     -128792.0000     -212068.0000     64.66%
39281.18/2044.01	c      2044          59678          44        20     -128792.0000     -212068.0000     64.66%
39384.87/2049.16	c      2049          59818          46        20     -128792.0000     -212068.0000     64.66%
39486.86/2054.35	c      2054          67574          37        20     -128792.0000     -212068.0000     64.66%
39587.75/2059.47	c      2059          67700          36        20     -128792.0000     -212068.0000     64.66%
39694.62/2064.81	c      2065          67821          33        20     -128792.0000     -212068.0000     64.66%
39795.68/2069.92	c      2070          67885          31        20     -128792.0000     -212068.0000     64.66%
39906.65/2075.59	c      2076          60438          43        20     -128792.0000     -212068.0000     64.66%
40011.58/2080.81	c      2081          68280          37        20     -128792.0000     -212068.0000     64.66%
40110.35/2085.83	c      2086          68448          35        20     -128792.0000     -212068.0000     64.66%
40211.13/2090.93	c      2091          68660          36        20     -128792.0000     -212068.0000     64.66%
40310.23/2095.93	c      2096          60829          50        20     -128792.0000     -212068.0000     64.66%
40419.12/2101.47	c      2101          68898          32        20     -128792.0000     -212068.0000     64.66%
40526.26/2106.85	c      2107          69083          39        20     -128792.0000     -212068.0000     64.66%
40626.82/2111.91	c      2112          69341          36        20     -128792.0000     -212068.0000     64.66%
40725.96/2116.96	c      2117          61422          45        20     -128792.0000     -212068.0000     64.66%
40829.50/2122.19	c      2122          69721          38        20     -128792.0000     -212068.0000     64.66%
40930.09/2127.28	c      2127          61456          53        20     -128792.0000     -212068.0000     64.66%
41031.03/2132.33	c      2132          61546          46        20     -128792.0000     -212068.0000     64.66%
41132.21/2137.45	c      2137          61740          43        20     -128792.0000     -212068.0000     64.66%
41241.35/2142.98	c      2143          70316          37        20     -128792.0000     -212068.0000     64.66%
41340.56/2148.04	c      2148          62059          51        20     -128792.0000     -212068.0000     64.66%
41444.55/2153.20	c      2153          62156          45        20     -128792.0000     -212068.0000     64.66%
41544.83/2158.20	c      2158          70569          39        20     -128792.0000     -212068.0000     64.66%
41645.98/2163.40	c      2163          70569          39        20     -128792.0000     -212068.0000     64.66%
41750.96/2168.66	c      2169          70569          39        20     -128792.0000     -212068.0000     64.66%
41854.12/2173.84	c      2174          70717          44        20     -128792.0000     -212068.0000     64.66%
41957.92/2179.12	c      2179          70926          39        20     -128792.0000     -212068.0000     64.66%
42057.32/2184.14	c      2184          71134          46        20     -128792.0000     -212068.0000     64.66%
42159.50/2189.25	c      2189          63243         113        20     -128792.0000     -212068.0000     64.66%
42264.75/2194.56	c      2195          63349         112        20     -128792.0000     -212068.0000     64.66%
42371.65/2199.91	c      2200          63475         110        20     -128792.0000     -212068.0000     64.66%
42473.53/2205.11	c      2205          63475         110        20     -128792.0000     -212068.0000     64.66%
42577.65/2210.30	c      2210          63475         110        20     -128792.0000     -212068.0000     64.66%
42676.67/2215.36	c      2215          63475         110        20     -128792.0000     -212068.0000     64.66%
42781.53/2220.60	c      2221          63554          63        20     -128792.0000     -212068.0000     64.66%
42882.41/2225.76	c      2226          63803          72        20     -128792.0000     -212068.0000     64.66%
42985.14/2230.90	c      2231          64034          61        20     -128792.0000     -212068.0000     64.66%
43084.13/2235.92	c      2236          73030          37        20     -128792.0000     -212068.0000     64.66%
43188.00/2241.18	c      2241          73215          34        20     -128792.0000     -212068.0000     64.66%
43295.82/2246.69	c      2247          64695          65        20     -128792.0000     -212068.0000     64.66%
43403.66/2252.12	c      2252          73545          34        20     -128792.0000     -212068.0000     64.66%
43507.63/2257.35	c      2257          73727          38        20     -128792.0000     -212068.0000     64.66%
43610.76/2262.58	c      2263          73850          34        20     -128792.0000     -212068.0000     64.66%
43713.87/2267.75	c      2268          65513          58        20     -128792.0000     -212068.0000     64.66%
43816.91/2272.93	c      2273          74093          37        20     -128792.0000     -212068.0000     64.66%
43916.02/2278.04	c      2278          74253          37        20     -128792.0000     -212068.0000     64.66%
44017.93/2283.06	c      2283          66047          58        20     -128792.0000     -212068.0000     64.66%
44122.02/2288.30	c      2288          74520          36        20     -128792.0000     -212068.0000     64.66%
44222.81/2293.48	c      2293          66503          56        20     -128792.0000     -212068.0000     64.66%
44329.85/2298.85	c      2299          74800          37        20     -128792.0000     -212068.0000     64.66%
44430.96/2304.02	c      2304          66888          56        20     -128792.0000     -212068.0000     64.66%
44537.98/2309.35	c      2309          67231          95        20     -128792.0000     -212068.0000     64.66%
44641.09/2314.51	c      2315          67499          59        20     -128792.0000     -212068.0000     64.66%
44742.21/2319.66	c      2320          67701          55        20     -128792.0000     -212068.0000     64.66%
44843.33/2324.79	c      2325          75599          34        20     -128792.0000     -212068.0000     64.66%
44946.48/2329.96	c      2330          75740          35        20     -128792.0000     -212068.0000     64.66%
45050.37/2335.17	c      2335          75925          34        20     -128792.0000     -212068.0000     64.66%
45150.77/2340.26	c      2340          76042          34        20     -128792.0000     -212068.0000     64.66%
45257.60/2345.68	c      2346          76233          34        20     -128792.0000     -212068.0000     64.66%
45358.70/2350.72	c      2351          69050          59        20     -128792.0000     -212068.0000     64.66%
45459.79/2355.83	c      2356          76571          35        20     -128792.0000     -212068.0000     64.66%
45563.75/2361.13	c      2361          76746          43        20     -128792.0000     -212068.0000     64.66%
45664.78/2366.15	c      2366          69562          58        20     -128792.0000     -212068.0000     64.66%
45766.84/2371.40	c      2371          77038          32        20     -128792.0000     -212068.0000     64.66%
45869.76/2376.54	c      2377          77229          32        20     -128792.0000     -212068.0000     64.66%
45968.83/2381.58	c      2382          77385          32        20     -128792.0000     -212068.0000     64.66%
46069.71/2386.61	c      2387          70384          55        20     -128792.0000     -212068.0000     64.66%
46172.81/2391.84	c      2392          77716          33        20     -128792.0000     -212068.0000     64.66%
46276.46/2397.05	c      2397          70808          69        20     -128792.0000     -212068.0000     64.66%
46378.94/2402.22	c      2402          71066          56        20     -128792.0000     -212068.0000     64.66%
46483.92/2407.51	c      2408          71303          62        20     -128792.0000     -212068.0000     64.66%
46587.08/2412.73	c      2413          71471          59        20     -128792.0000     -212068.0000     64.66%
46686.15/2417.79	c      2418          78596          33        20     -128792.0000     -212068.0000     64.66%
46789.19/2422.92	c      2423          78781          29        20     -128792.0000     -212068.0000     64.66%
46893.12/2428.16	c      2428          78961          48        20     -128792.0000     -212068.0000     64.66%
46992.25/2433.17	c      2433          79145          36        20     -128792.0000     -212068.0000     64.66%
47094.51/2438.34	c      2438          79340          40        20     -128792.0000     -212068.0000     64.66%
47193.67/2443.36	c      2443          72625          59        20     -128792.0000     -212068.0000     64.66%
47294.77/2448.43	c      2448          79620          36        20     -128792.0000     -212068.0000     64.66%
47401.86/2453.89	c      2454          79788          36        20     -128792.0000     -212068.0000     64.66%
47505.63/2459.04	c      2459          79968          32        20     -128792.0000     -212068.0000     64.66%
47605.04/2464.10	c      2464          80155          34        20     -128792.0000     -212068.0000     64.66%
47706.08/2469.17	c      2469          80311          36        20     -128792.0000     -212068.0000     64.66%
47805.14/2474.19	c      2474          73683          57        20     -128792.0000     -212068.0000     64.66%
47904.34/2479.19	c      2479          80647          40        20     -128792.0000     -212068.0000     64.66%
48004.70/2484.28	c      2484          80880          34        20     -128792.0000     -212068.0000     64.66%
48105.85/2489.34	c      2489          81050          35        20     -128792.0000     -212068.0000     64.66%
48207.00/2494.43	c      2494          74445          54        20     -128792.0000     -212068.0000     64.66%
48306.09/2499.49	c      2500          74634          53        20     -128792.0000     -212068.0000     64.66%
48409.21/2504.67	c      2505          81582          35        20     -128792.0000     -212068.0000     64.66%
48514.30/2509.94	c      2510          81754          34        20     -128792.0000     -212068.0000     64.66%
48618.26/2515.17	c      2515          81904          31        20     -128792.0000     -212068.0000     64.66%
48720.51/2520.39	c      2520          75322          51        20     -128792.0000     -212068.0000     64.66%
48821.39/2525.47	c      2525          75523          53        20     -128792.0000     -212068.0000     64.66%
48926.26/2530.75	c      2531          82426          32        20     -128792.0000     -212068.0000     64.66%
49029.37/2535.93	c      2536          75963          55        20     -128792.0000     -212068.0000     64.66%
49128.32/2540.95	c      2541          82832          32        20     -128792.0000     -212068.0000     64.66%
49232.12/2546.18	c      2546          83012          41        20     -128792.0000     -212068.0000     64.66%
49336.38/2551.48	c      2551          83199          42        20     -128792.0000     -212068.0000     64.66%
49437.40/2556.53	c      2557          83344          33        20     -128792.0000     -212068.0000     64.66%
49542.44/2561.81	c      2562          83544          35        20     -128792.0000     -212068.0000     64.66%
49643.50/2566.99	c      2567          83707          34        20     -128792.0000     -212068.0000     64.66%
49745.53/2572.06	c      2572          77364          73        20     -128792.0000     -212068.0000     64.66%
49844.77/2577.08	c      2577          84037          33        20     -128792.0000     -212068.0000     64.66%
49950.90/2582.43	c      2582          84159          30        20     -128792.0000     -212068.0000     64.66%
50056.03/2587.70	c      2588          84326          32        20     -128792.0000     -212068.0000     64.66%
50156.85/2592.84	c      2593          84478          30        20     -128792.0000     -212068.0000     64.66%
50262.78/2598.19	c      2598          84705          40        20     -128792.0000     -212068.0000     64.66%
50369.09/2603.53	c      2604          78568          60        20     -128792.0000     -212068.0000     64.66%
50456.35/2607.99	c *    2608          78743          61        20     -128793.0000     -212068.0000     64.66%
50471.85/2608.74	c      2609          85121          36        20     -128793.0000     -212068.0000     64.66%
50573.02/2613.87	c      2614          78945          60        20     -128793.0000     -212068.0000     64.66%
50674.05/2618.92	c      2619          85483          32        20     -128793.0000     -212068.0000     64.66%
50783.10/2624.49	c      2624          79271          66        20     -128793.0000     -212068.0000     64.66%
50883.98/2629.53	c      2630          85797          34        20     -128793.0000     -212068.0000     64.66%
50985.16/2634.64	c      2635          79669          70        20     -128793.0000     -212068.0000     64.66%
51090.28/2639.93	c      2640          79893          61        20     -128793.0000     -212068.0000     64.66%
51203.33/2645.66	c      2646          86154          35        20     -128793.0000     -212068.0000     64.66%
51304.49/2650.73	c      2651          86300          32        20     -128793.0000     -212068.0000     64.66%
51407.56/2656.03	c      2656          86478          33        20     -128793.0000     -212068.0000     64.66%
51509.41/2661.08	c      2661          86589          35        20     -128793.0000     -212068.0000     64.66%
51585.99/2665.02	c *    2665          80844          61        20     -128794.0000     -212068.0000     64.66%
51617.24/2666.59	c      2667          80878          60        20     -128794.0000     -212068.0000     64.66%
51722.29/2671.89	c      2672          86885          35        20     -128794.0000     -212068.0000     64.66%
51815.42/2676.54	c *    2677          81310          87        20     -128795.0000     -212068.0000     64.66%
51823.18/2676.96	c      2677          81368          82        20     -128795.0000     -212068.0000     64.66%
51928.20/2682.23	c      2682          87131          33        20     -128795.0000     -212068.0000     64.66%
52031.31/2687.40	c      2687          82515          87        20     -128795.0000     -212068.0000     64.66%
52130.28/2692.49	c      2692          87422          31        20     -128795.0000     -212068.0000     64.66%
52233.27/2697.66	c      2698          87464          31        20     -128795.0000     -212068.0000     64.66%
52338.21/2702.95	c      2703          84493          88        20     -128795.0000     -212068.0000     64.66%
52443.19/2708.20	c      2708          84628          88        20     -128795.0000     -212068.0000     64.66%
52542.31/2713.28	c      2713          84805          87        20     -128795.0000     -212068.0000     64.66%
52618.55/2717.14	c *    2717          85167          87        20     -128796.0000     -212068.0000     64.65%
52629.24/2717.65	c *    2718          85262          86        20     -128797.0000     -212068.0000     64.65%
52642.99/2718.34	c      2718          87914          39        20     -128797.0000     -212068.0000     64.65%
52688.55/2720.68	c *    2721          85534          86        20     -128798.0000     -212068.0000     64.65%
52744.04/2723.46	c      2723          85721          84        20     -128798.0000     -212068.0000     64.65%
52801.54/2726.35	c *    2726          85721          84        20     -128800.0000     -212068.0000     64.65%
52847.11/2728.66	c      2729          88324          35        20     -128800.0000     -212068.0000     64.65%
52958.26/2734.25	c      2734          88516          33        20     -128800.0000     -212068.0000     64.65%
53063.21/2739.55	c      2740          85866          94        20     -128800.0000     -212068.0000     64.65%
53162.39/2744.56	c      2745          88788          36        20     -128800.0000     -212068.0000     64.65%
53261.44/2749.59	c      2750          86435          89        20     -128800.0000     -212068.0000     64.65%
53362.62/2754.62	c      2755          86858          88        20     -128800.0000     -212068.0000     64.65%
53463.80/2759.70	c      2760          87294          91        20     -128800.0000     -212068.0000     64.65%
53564.97/2764.83	c      2765          89531          46        20     -128800.0000     -212068.0000     64.65%
53665.91/2770.01	c      2770          89660          36        20     -128800.0000     -212068.0000     64.65%
53767.67/2775.12	c      2775          88138          86        20     -128800.0000     -212068.0000     64.65%
53869.84/2780.20	c      2780          89814          32        20     -128800.0000     -212068.0000     64.65%
53968.97/2785.22	c      2785          89974          33        20     -128800.0000     -212068.0000     64.65%
54067.93/2790.28	c      2790          90143          38        20     -128800.0000     -212068.0000     64.65%
54169.07/2795.30	c      2795          90253          37        20     -128800.0000     -212068.0000     64.65%
54271.89/2800.56	c      2801          89648          86        20     -128800.0000     -212068.0000     64.65%
54371.06/2805.58	c      2806          90532          37        20     -128800.0000     -212068.0000     64.65%
54472.14/2810.68	c      2811          90669          29        20     -128800.0000     -212068.0000     64.65%
54573.23/2815.78	c      2816          90529          89        20     -128800.0000     -212068.0000     64.65%
54674.25/2820.85	c      2821          90773          88        20     -128800.0000     -212068.0000     64.65%
54773.38/2825.90	c      2826          90884          88        20     -128800.0000     -212068.0000     64.65%
54874.54/2831.00	c      2831          90975          37        20     -128800.0000     -212068.0000     64.65%
54981.62/2836.31	c      2836          90998          31        20     -128800.0000     -212068.0000     64.65%
55084.62/2841.53	c      2842          91362          88        20     -128800.0000     -212068.0000     64.65%
55189.69/2846.83	c      2847          91205          30        20     -128800.0000     -212068.0000     64.65%
55288.82/2851.88	c      2852          91206          33        20     -128800.0000     -212068.0000     64.65%
55392.78/2857.07	c      2857          92062          88        20     -128800.0000     -212068.0000     64.65%
55495.10/2862.22	c      2862          92091          88        20     -128800.0000     -212068.0000     64.65%
55596.24/2867.38	c      2867          91544          32        20     -128800.0000     -212068.0000     64.65%
55703.37/2872.76	c      2873          91706          36        20     -128800.0000     -212068.0000     64.65%
55804.52/2877.82	c      2878          93466          88        20     -128800.0000     -212068.0000     64.65%
55905.65/2883.01	c      2883          91982          35        20     -128800.0000     -212068.0000     64.65%
55931.24/2884.22	c *    2884          93913          89        20     -132608.0000     -212068.0000     59.92%
56010.47/2888.21	c      2888          93913          89        20     -132608.0000     -212068.0000     59.92%
56111.30/2893.33	c      2893          93913          89        20     -132608.0000     -212068.0000     59.92%
56216.10/2898.65	c      2899          93913          89        20     -132608.0000     -212068.0000     59.92%
56319.02/2903.86	c      2904          92210          34        20     -132608.0000     -212068.0000     59.92%
56423.01/2909.07	c      2909          92376          31        20     -132608.0000     -212068.0000     59.92%
56524.21/2914.15	c      2914          92483          34        20     -132608.0000     -212068.0000     59.92%
56624.35/2919.22	c      2919          94565          77        20     -132608.0000     -212068.0000     59.92%
56727.52/2924.47	c      2924          92777          30        20     -132608.0000     -212068.0000     59.92%
56830.74/2929.63	c      2930          92945          33        20     -132608.0000     -212068.0000     59.92%
56931.83/2934.70	c      2935          93059          29        20     -132608.0000     -212068.0000     59.92%
57037.67/2940.09	c      2940          93084          36        20     -132608.0000     -212068.0000     59.92%
57140.06/2945.26	c      2945          95456          60        20     -132608.0000     -212068.0000     59.92%
57245.14/2950.50	c      2951          95611          59        20     -132608.0000     -212068.0000     59.92%
57352.27/2956.01	c      2956          93477          37        20     -132608.0000     -212068.0000     59.92%
57456.23/2961.19	c      2961          93680          27        20     -132608.0000     -212068.0000     59.92%
57558.55/2966.31	c      2966          93795          33        20     -132608.0000     -212068.0000     59.92%
57663.70/2971.62	c      2972          93947          29        20     -132608.0000     -212068.0000     59.92%
57764.87/2976.78	c      2977          96377          59        20     -132608.0000     -212068.0000     59.92%
57868.03/2982.02	c      2982          96604          57        20     -132608.0000     -212068.0000     59.92%
57966.96/2986.91	c *    2987          94573          41        20     -132609.0000     -212068.0000     59.92%
57969.98/2987.06	c      2987          94573          41        20     -132609.0000     -212068.0000     59.92%
58002.57/2988.73	c *    2989          94573          41        20     -132610.0000     -212068.0000     59.92%
58009.25/2989.09	c *    2989          94573          41        20     -132611.0000     -212068.0000     59.92%
58014.35/2989.33	c *    2989          96844          53        20     -133828.0000     -212068.0000     58.46%
58071.85/2992.20	c      2992          96934          77        20     -133828.0000     -212068.0000     58.46%
58176.84/2997.51	c      2998          94698          40        20     -133828.0000     -212068.0000     58.46%
58277.79/3002.63	c      3003          94700          35        20     -133828.0000     -212068.0000     58.46%
58376.96/3007.65	c      3008          97715          58        20     -133828.0000     -212068.0000     58.46%
58480.05/3012.88	c      3013          97931          64        20     -133828.0000     -212068.0000     58.46%
58583.97/3018.13	c      3018          94994          32        20     -133828.0000     -212068.0000     58.46%
58688.24/3023.33	c      3023          94999          35        20     -133828.0000     -212068.0000     58.46%
58789.40/3028.45	c      3028          98694          68        20     -133828.0000     -212068.0000     58.46%
58892.47/3033.65	c      3034          95079          36        20     -133828.0000     -212068.0000     58.46%
58995.63/3038.81	c      3039          95178          33        20     -133828.0000     -212068.0000     58.46%
59094.64/3043.86	c      3044          95179          36        20     -133828.0000     -212068.0000     58.46%
59198.46/3049.12	c      3049          95321          42        20     -133828.0000     -212068.0000     58.46%
59306.66/3054.51	c      3055          95487          31        20     -133828.0000     -212068.0000     58.46%
59409.82/3059.78	c      3060          95675          28        20     -133828.0000     -212068.0000     58.46%
59510.87/3064.82	c      3065         100122          56        20     -133828.0000     -212068.0000     58.46%
59617.67/3070.23	c      3070          95900          27        20     -133828.0000     -212068.0000     58.46%
59718.72/3075.36	c      3075         100576          58        20     -133828.0000     -212068.0000     58.46%
59817.89/3080.38	c      3080          96205          29        20     -133828.0000     -212068.0000     58.46%
59923.05/3085.63	c      3086          96372          33        20     -133828.0000     -212068.0000     58.46%
60028.20/3090.92	c      3091          96527          32        20     -133828.0000     -212068.0000     58.46%
60132.17/3096.19	c      3096          96716          27        20     -133828.0000     -212068.0000     58.46%
60236.49/3101.48	c      3101         101436          55        20     -133828.0000     -212068.0000     58.46%
60339.54/3106.61	c      3107         101619          56        20     -133828.0000     -212068.0000     58.46%
60442.49/3111.83	c      3112         101803          54        20     -133828.0000     -212068.0000     58.46%
60543.44/3116.95	c      3117         101982          56        20     -133828.0000     -212068.0000     58.46%
60648.40/3122.26	c      3122          97553          34        20     -133828.0000     -212068.0000     58.46%
60753.23/3127.52	c      3128          97760          36        20     -133828.0000     -212068.0000     58.46%
60856.13/3132.74	c      3133         102543          63        20     -133828.0000     -212068.0000     58.46%
60958.91/3138.02	c      3138          97975          38        20     -133828.0000     -212068.0000     58.46%
61063.78/3143.27	c      3143         102977          56        20     -133828.0000     -212068.0000     58.46%
61164.79/3148.34	c      3148         103120          63        20     -133828.0000     -212068.0000     58.46%
61267.36/3153.55	c      3154          98611          35        20     -133828.0000     -212068.0000     58.46%
61370.09/3158.73	c      3159          98767          40        20     -133828.0000     -212068.0000     58.46%
61472.82/3163.91	c      3164          98992          35        20     -133828.0000     -212068.0000     58.46%
61571.77/3168.93	c      3169          99101          37        20     -133828.0000     -212068.0000     58.46%
61670.45/3173.97	c      3174          99123          46        20     -133828.0000     -212068.0000     58.46%
61773.93/3179.18	c      3179          99261          37        20     -133828.0000     -212068.0000     58.46%
61877.81/3184.48	c      3184          99471          52        20     -133828.0000     -212068.0000     58.46%
61984.50/3189.85	c      3190          99680          42        20     -133828.0000     -212068.0000     58.46%
62085.50/3194.96	c      3195          99806          51        20     -133828.0000     -212068.0000     58.46%
62184.15/3200.01	c      3200         100047          48        20     -133828.0000     -212068.0000     58.46%
62285.87/3205.13	c      3205         100325          48        20     -133828.0000     -212068.0000     58.46%
62388.07/3210.25	c      3210         100615          48        20     -133828.0000     -212068.0000     58.46%
62489.06/3215.34	c      3215         100617          50        20     -133828.0000     -212068.0000     58.46%
62592.07/3220.58	c      3221         100617          50        20     -133828.0000     -212068.0000     58.46%
62697.15/3225.81	c      3226         100617          50        20     -133828.0000     -212068.0000     58.46%
62804.18/3231.23	c      3231         100658           1        20     -133828.0000     -212068.0000     58.46%
62907.29/3236.44	c      3236         106440          57        20     -133828.0000     -212068.0000     58.46%
63008.43/3241.50	c      3242         106601          54        20     -133828.0000     -212068.0000     58.46%
63107.55/3246.53	c      3247         101220          65        20     -133828.0000     -212068.0000     58.46%
63210.43/3251.79	c      3252         101454          64        20     -133828.0000     -212068.0000     58.46%
63311.36/3256.89	c      3257         101664          64        20     -133828.0000     -212068.0000     58.46%
63411.99/3261.90	c      3262         101896          74        20     -133828.0000     -212068.0000     58.46%
63513.70/3267.14	c      3267         102094          55        20     -133828.0000     -212068.0000     58.46%
63615.65/3272.23	c      3272         107662          57        20     -133828.0000     -212068.0000     58.46%
63722.32/3277.61	c      3278         107864          57        20     -133828.0000     -212068.0000     58.46%
63822.80/3282.73	c      3283         108067          58        20     -133828.0000     -212068.0000     58.46%
63923.65/3287.88	c      3288         102939          60        20     -133828.0000     -212068.0000     58.46%
64026.94/3293.11	c      3293         108544          60        20     -133828.0000     -212068.0000     58.46%
64129.14/3298.27	c      3298         108763          62        20     -133828.0000     -212068.0000     58.46%
64229.95/3303.33	c      3303         103623          64        20     -133828.0000     -212068.0000     58.46%
64328.94/3308.33	c      3308         109352         185        20     -133828.0000     -212068.0000     58.46%
64433.52/3313.64	c      3314         104010          53        20     -133828.0000     -212068.0000     58.46%
64534.67/3318.75	c      3319         104161          58        20     -133828.0000     -212068.0000     58.46%
64637.34/3323.96	c      3324         104350          59        20     -133828.0000     -212068.0000     58.46%
64736.27/3329.03	c      3329         104596          59        20     -133828.0000     -212068.0000     58.46%
64843.04/3334.32	c      3334         104823          56        20     -133828.0000     -212068.0000     58.46%
64941.82/3339.37	c      3339         111764          83        20     -133828.0000     -212068.0000     58.46%
65042.74/3344.45	c      3344         111979          84        20     -133828.0000     -212068.0000     58.46%
65145.53/3349.62	c      3350         105360          56        20     -133828.0000     -212068.0000     58.46%
65248.50/3354.80	c      3355         105516          54        20     -133828.0000     -212068.0000     58.46%
65349.55/3359.95	c      3360         112459          82        20     -133828.0000     -212068.0000     58.46%
65454.33/3365.25	c      3365         105886          74        20     -133828.0000     -212068.0000     58.46%
65557.22/3370.47	c      3370         106154          75        20     -133828.0000     -212068.0000     58.46%
65666.26/3375.97	c      3376         106369          65        20     -133828.0000     -212068.0000     58.46%
65773.10/3381.33	c      3381         106552          56        20     -133828.0000     -212068.0000     58.46%
65876.19/3386.50	c      3387         106767          59        20     -133828.0000     -212068.0000     58.46%
65981.12/3391.83	c      3392         113828          84        20     -133828.0000     -212068.0000     58.46%
66082.32/3396.97	c      3397         114144          84        20     -133828.0000     -212068.0000     58.46%
66186.50/3402.15	c      3402         114418          83        20     -133828.0000     -212068.0000     58.46%
66285.43/3407.17	c      3407         107545          61        20     -133828.0000     -212068.0000     58.46%
66389.71/3412.42	c      3412         114848          82        20     -133828.0000     -212068.0000     58.46%
66494.98/3417.77	c      3418         107951          57        20     -133828.0000     -212068.0000     58.46%
66595.81/3422.85	c      3423         108133          54        20     -133828.0000     -212068.0000     58.46%
66694.90/3427.89	c      3428         115557          81        20     -133828.0000     -212068.0000     58.46%
66795.77/3432.97	c      3433         108429          53        20     -133828.0000     -212068.0000     58.46%
66897.69/3438.06	c      3438         108601          55        20     -133828.0000     -212068.0000     58.46%
66998.79/3443.18	c      3443         108778          53        20     -133828.0000     -212068.0000     58.46%
67098.67/3448.24	c      3448         116364          80        20     -133828.0000     -212068.0000     58.46%
67201.66/3453.43	c      3453         116396          83        20     -133828.0000     -212068.0000     58.46%
67302.61/3458.50	c      3458         109273          53        20     -133828.0000     -212068.0000     58.46%
67407.35/3463.88	c      3464         109467          58        20     -133828.0000     -212068.0000     58.46%
67511.16/3469.09	c      3469         109728          79        20     -133828.0000     -212068.0000     58.46%
67610.14/3474.13	c      3474         109938          56        20     -133828.0000     -212068.0000     58.46%
67712.37/3479.23	c      3479         117248          78        20     -133828.0000     -212068.0000     58.46%
67813.36/3484.31	c      3484         117503          80        20     -133828.0000     -212068.0000     58.46%
67918.16/3489.65	c      3490         117817          80        20     -133828.0000     -212068.0000     58.46%
68017.23/3494.68	c      3495         118151          79        20     -133828.0000     -212068.0000     58.46%
68124.69/3500.09	c      3500         118504          81        20     -133828.0000     -212068.0000     58.46%
68228.97/3505.38	c      3505         118754          79        20     -133828.0000     -212068.0000     58.46%
68335.82/3510.75	c      3511         111647          77        20     -133828.0000     -212068.0000     58.46%
68438.86/3515.99	c      3516         119356          79        20     -133828.0000     -212068.0000     58.46%
68540.30/3521.11	c      3521         119626          81        20     -133828.0000     -212068.0000     58.46%
68646.34/3526.45	c      3526         119813          82        20     -133828.0000     -212068.0000     58.46%
68751.32/3531.72	c      3532         120034          81        20     -133828.0000     -212068.0000     58.46%
68854.19/3536.95	c      3537         120308          81        20     -133828.0000     -212068.0000     58.46%
68956.15/3542.14	c      3542         114265          68        20     -133828.0000     -212068.0000     58.46%
69062.28/3547.43	c      3547         114654          77        20     -133828.0000     -212068.0000     58.46%
69167.33/3552.75	c      3553         121134          83        20     -133828.0000     -212068.0000     58.46%
69268.46/3557.88	c      3558         121406          83        20     -133828.0000     -212068.0000     58.46%
69372.12/3563.06	c      3563         121621          79        20     -133828.0000     -212068.0000     58.46%
69471.40/3568.08	c      3568         115747          65        20     -133828.0000     -212068.0000     58.46%
69577.55/3573.42	c      3573         122021          83        20     -133828.0000     -212068.0000     58.46%
69678.67/3578.53	c      3579         116300          70        20     -133828.0000     -212068.0000     58.46%
69777.82/3583.56	c      3584         116573          69        20     -133828.0000     -212068.0000     58.46%
69880.92/3588.78	c      3589         116842          69        20     -133828.0000     -212068.0000     58.46%
69988.98/3594.16	c      3594         122942          79        20     -133828.0000     -212068.0000     58.46%
70098.96/3599.72	c      3600         122994          83        20     -133828.0000     -212068.0000     58.46%
70200.04/3604.85	c      3605         117985          77        20     -133828.0000     -212068.0000     58.46%
70300.90/3609.99	c      3610         118171          75        20     -133828.0000     -212068.0000     58.46%
70402.55/3615.10	c      3615         118380          72        20     -133828.0000     -212068.0000     58.46%
70501.35/3620.13	c      3620         123820          80        20     -133828.0000     -212068.0000     58.46%
70602.34/3625.15	c      3625         123974          82        20     -133828.0000     -212068.0000     58.46%
70701.63/3630.18	c      3630         118963          80        20     -133828.0000     -212068.0000     58.46%
70807.50/3635.56	c      3636         119216          72        20     -133828.0000     -212068.0000     58.46%
70910.39/3640.73	c      3641         124755          81        20     -133828.0000     -212068.0000     58.46%
71018.13/3646.14	c      3646         119864          70        20     -133828.0000     -212068.0000     58.46%
71124.24/3651.55	c      3652         125060          82        20     -133828.0000     -212068.0000     58.46%
71229.23/3656.83	c      3657         125091          82        20     -133828.0000     -212068.0000     58.46%
71330.26/3661.97	c      3662         125092          81        20     -133828.0000     -212068.0000     58.46%
71435.27/3667.28	c      3667         125276          81        20     -133828.0000     -212068.0000     58.46%
71538.27/3672.47	c      3672         121373          70        20     -133828.0000     -212068.0000     58.46%
71643.17/3677.78	c      3678         121579          72        20     -133828.0000     -212068.0000     58.46%
71748.63/3683.07	c      3683         126044          82        20     -133828.0000     -212068.0000     58.46%
71852.62/3688.30	c      3688         126223          82        20     -133828.0000     -212068.0000     58.46%
71953.22/3693.48	c      3693         126667          80        20     -133828.0000     -212068.0000     58.46%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100118 s]*
/proc/loadavg: 5.60 6.81 20.15 6/864 733371
/proc/meminfo: memFree=780568504/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=83908 memory=71568 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) R 733367 733370 733298 0 -1 4194304 15796 0 0 0 9 2 0 0 20 0 1 0 124755543 85921792 17892 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 20977 17892 2347 3035 0 17373 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 83908 KiB
Current children cumulated memory: 71568 KiB

[startup+0.21881 s]*
/proc/loadavg: 5.60 6.81 20.15 6/864 733371
/proc/meminfo: memFree=780349264/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=140180 memory=127992 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) R 733367 733370 733298 0 -1 4194304 29872 0 0 0 19 4 0 0 20 0 1 0 124755543 143544320 31998 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 35045 31998 2347 3035 0 31441 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 140180 KiB
Current children cumulated memory: 127992 KiB

[startup+0.319746 s]*
/proc/loadavg: 5.60 6.81 20.15 7/864 733371
/proc/meminfo: memFree=780175936/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=177264 memory=165016 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) R 733367 733370 733298 0 -1 4194304 39164 0 0 0 27 5 0 0 20 0 1 0 124755543 181518336 41254 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 44316 41254 2347 3035 0 40712 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 177264 KiB
Current children cumulated memory: 165016 KiB

[startup+0.700272 s]
/proc/loadavg: 5.60 6.81 20.15 6/864 733371
/proc/meminfo: memFree=779891832/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=399384 memory=387172 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) R 733367 733370 733298 0 -1 4194304 94853 0 0 0 55 13 0 0 20 0 1 0 124755543 408969216 96793 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 99846 96793 2555 3035 0 96242 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 399384 KiB
Current children cumulated memory: 387172 KiB

[startup+1.50027 s]
/proc/loadavg: 5.60 6.81 20.15 6/864 733371
/proc/meminfo: memFree=779626808/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=691716 memory=674520 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) R 733367 733370 733298 0 -1 4194304 140899 0 0 0 125 24 0 0 20 0 1 0 124755543 708317184 168630 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 172929 168630 2694 3035 0 169325 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 691716 KiB
Current children cumulated memory: 674520 KiB

[startup+3.11837 s]
/proc/loadavg: 5.60 6.81 20.15 6/904 733411
/proc/meminfo: memFree=777390560/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=691716 memory=674520 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) R 733367 733370 733298 0 -1 4194304 140935 0 0 0 286 24 0 0 20 0 1 0 124755543 708317184 168630 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 172929 168630 2694 3035 0 169325 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 691716 KiB
Current children cumulated memory: 674520 KiB

[startup+6.30026 s]
/proc/loadavg: 8.67 7.43 20.28 46/944 733451
/proc/meminfo: memFree=770141868/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=691716 memory=674788 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) R 733367 733370 733298 0 -1 4194304 140999 0 0 0 602 25 0 0 20 0 1 0 124755543 708317184 168697 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 172929 168697 2742 3035 0 169325 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 691716 KiB
Current children cumulated memory: 674788 KiB

[startup+12.7002 s]
/proc/loadavg: 11.34 8.01 20.40 46/944 733452
/proc/meminfo: memFree=758674880/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=694880 memory=678240 CPUtime=12.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) R 733367 733370 733298 0 -1 4194304 171783 0 0 0 1232 31 0 0 20 0 1 0 124755543 711557120 169560 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 173720 169560 2790 3035 0 170116 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 694880 KiB
Current children cumulated memory: 678240 KiB

[startup+25.5003 s]
/proc/loadavg: 18.21 9.69 20.75 47/964 733474
/proc/meminfo: memFree=757091892/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=715928 memory=698952 CPUtime=25.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) R 733367 733370 733298 0 -1 4194304 174446 0 0 0 2504 33 0 0 20 0 1 0 124755543 733110272 174738 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 178982 174738 2790 3035 0 175378 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 715928 KiB
Current children cumulated memory: 698952 KiB

[startup+51.1407 s]
/proc/loadavg: 37.96 14.95 22.20 85/1024 733539
/proc/meminfo: memFree=717348552/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=20071744 memory=19173812 CPUtime=304.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) S 733367 733370 733298 0 -1 1077936128 4991014 0 0 0 28702 1777 0 0 20 0 41 0 124755543 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 5017936 4793453 2918 3035 0 4931848 0
[pid=733370/tid=733496] ppid=733367 vsize=20071744 memory=10544 CPUtime=13.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733496/stat : 733496 (fscip) R 733367 733370 733298 0 -1 4194368 139026 0 0 0 1369 28 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733497] ppid=733367 vsize=20071744 memory=211292545211 CPUtime=13.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733497/stat : 733497 (fscip) R 733367 733370 733298 0 -1 4194368 307995 0 0 0 1163 179 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733498] ppid=733367 vsize=20071744 memory=2316 CPUtime=13.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733498/stat : 733498 (fscip) R 733367 733370 733298 0 -1 4194368 263118 0 0 0 1331 51 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733499] ppid=733367 vsize=20071744 memory=16164 CPUtime=13.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733499/stat : 733499 (fscip) R 733367 733370 733298 0 -1 4194368 139027 0 0 0 1367 31 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733500] ppid=733367 vsize=20071744 memory=29273809900535888 CPUtime=13.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733500/stat : 733500 (fscip) R 733367 733370 733298 0 -1 4194368 314526 0 0 0 1154 169 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733501] ppid=733367 vsize=20071744 memory=11448 CPUtime=13.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733501/stat : 733501 (fscip) R 733367 733370 733298 0 -1 4194368 266170 0 0 0 1334 47 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733502] ppid=733367 vsize=20071744 memory=0 CPUtime=13.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733502/stat : 733502 (fscip) R 733367 733370 733298 0 -1 4194368 139043 0 0 0 1370 26 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733503] ppid=733367 vsize=20071744 memory=0 CPUtime=13.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733503/stat : 733503 (fscip) R 733367 733370 733298 0 -1 4194368 302314 0 0 0 1145 178 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733504] ppid=733367 vsize=20071744 memory=0 CPUtime=13.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733504/stat : 733504 (fscip) R 733367 733370 733298 0 -1 4194368 264314 0 0 0 1339 48 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733505] ppid=733367 vsize=20071744 memory=25333125866717268 CPUtime=13.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733505/stat : 733505 (fscip) R 733367 733370 733298 0 -1 4194368 139068 0 0 0 1368 28 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733506] ppid=733367 vsize=20071744 memory=281200770418864 CPUtime=13.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733506/stat : 733506 (fscip) R 733367 733370 733298 0 -1 4194368 307253 0 0 0 1150 175 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733507] ppid=733367 vsize=20071744 memory=281200770394352 CPUtime=13.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733507/stat : 733507 (fscip) R 733367 733370 733298 0 -1 4194368 268611 0 0 0 1336 49 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733508] ppid=733367 vsize=20071744 memory=281200770401616 CPUtime=13.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733508/stat : 733508 (fscip) R 733367 733370 733298 0 -1 4194368 139042 0 0 0 1367 29 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733509] ppid=733367 vsize=20071744 memory=25333125866717268 CPUtime=13.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733509/stat : 733509 (fscip) R 733367 733370 733298 0 -1 4194368 304447 0 0 0 1151 183 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733510] ppid=733367 vsize=20071744 memory=837148 CPUtime=13.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733510/stat : 733510 (fscip) R 733367 733370 733298 0 -1 4194368 265396 0 0 0 1333 49 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733511] ppid=733367 vsize=20071744 memory=7140628 CPUtime=13.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733511/stat : 733511 (fscip) R 733367 733370 733298 0 -1 4194368 139042 0 0 0 1368 29 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733512] ppid=733367 vsize=20071744 memory=2316 CPUtime=13.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733512/stat : 733512 (fscip) R 733367 733370 733298 0 -1 4194368 306784 0 0 0 1154 168 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733513] ppid=733367 vsize=20071744 memory=3776 CPUtime=13.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733513/stat : 733513 (fscip) R 733367 733370 733298 0 -1 4194368 267157 0 0 0 1325 51 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733514] ppid=733367 vsize=20071744 memory=40480 CPUtime=13.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733514/stat : 733514 (fscip) R 733367 733370 733298 0 -1 4194368 139042 0 0 0 1369 28 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733515] ppid=733367 vsize=20071744 memory=19272804 CPUtime=13.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733515/stat : 733515 (fscip) R 733367 733370 733298 0 -1 4194368 308846 0 0 0 1150 179 0 0 20 0 41 0 124758611 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733516] ppid=733367 vsize=20071744 memory=6796 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733516/stat : 733516 (fscip) S 733367 733370 733298 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733517] ppid=733367 vsize=20071744 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733517/stat : 733517 (fscip) S 733367 733370 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733518] ppid=733367 vsize=20071744 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733518/stat : 733518 (fscip) S 733367 733370 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733519] ppid=733367 vsize=20071744 memory=281200770650496 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733519/stat : 733519 (fscip) S 733367 733370 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733520] ppid=733367 vsize=20071744 memory=-7306109022452344155 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733520/stat : 733520 (fscip) S 733367 733370 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733521] ppid=733367 vsize=20071744 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733521/stat : 733521 (fscip) S 733367 733370 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733522] ppid=733367 vsize=20071744 memory=4386872 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733522/stat : 733522 (fscip) S 733367 733370 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733523] ppid=733367 vsize=20071744 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733523/stat : 733523 (fscip) S 733367 733370 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733524] ppid=733367 vsize=20071744 memory=3465120 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733524/stat : 733524 (fscip) S 733367 733370 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733525] ppid=733367 vsize=20071744 memory=17455992 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733525/stat : 733525 (fscip) S 733367 733370 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733526] ppid=733367 vsize=20071744 memory=38136 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733526/stat : 733526 (fscip) S 733367 733370 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733527] ppid=733367 vsize=20071744 memory=10544 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733527/stat : 733527 (fscip) S 733367 733370 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733528] ppid=733367 vsize=20071744 memory=2696 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733528/stat : 733528 (fscip) S 733367 733370 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124759273 20553465856 4793453 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0

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

/proc/733370/task/733522/stat : 733522 (fscip) S 733367 733370 733298 0 -1 1077936192 2120 0 0 0 39 5 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733523] ppid=733367 vsize=36252372 memory=33590056 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733523/stat : 733523 (fscip) S 733367 733370 733298 0 -1 1077936192 2238 0 0 0 19 1 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733524] ppid=733367 vsize=36252372 memory=281200772222704 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733524/stat : 733524 (fscip) S 733367 733370 733298 0 -1 1077936192 2351 0 0 0 18 2 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733525] ppid=733367 vsize=36252372 memory=33775840 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733525/stat : 733525 (fscip) S 733367 733370 733298 0 -1 1077936192 197 0 0 0 0 3 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733526] ppid=733367 vsize=36252372 memory=32777524 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733526/stat : 733526 (fscip) S 733367 733370 733298 0 -1 1077936192 955 0 0 0 12 1 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733527] ppid=733367 vsize=36252372 memory=33723940 CPUtime=0.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733527/stat : 733527 (fscip) S 733367 733370 733298 0 -1 1077936192 3365 0 0 0 38 3 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733528] ppid=733367 vsize=36252372 memory=281200770769520 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733528/stat : 733528 (fscip) S 733367 733370 733298 0 -1 1077936192 1455 0 0 0 21 3 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733529] ppid=733367 vsize=36252372 memory=11448 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733529/stat : 733529 (fscip) S 733367 733370 733298 0 -1 1077936192 148 0 0 0 1 1 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733530] ppid=733367 vsize=36252372 memory=33770292 CPUtime=0.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733530/stat : 733530 (fscip) S 733367 733370 733298 0 -1 1077936192 4052 0 0 0 27 1 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733531] ppid=733367 vsize=36252372 memory=11448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733531/stat : 733531 (fscip) S 733367 733370 733298 0 -1 1077936192 148 0 0 0 2 1 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733532] ppid=733367 vsize=36252372 memory=32843340 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733532/stat : 733532 (fscip) S 733367 733370 733298 0 -1 1077936192 173 0 0 0 2 2 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733533] ppid=733367 vsize=36252372 memory=33823724 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733533/stat : 733533 (fscip) S 733367 733370 733298 0 -1 1077936192 208 0 0 0 0 3 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733534] ppid=733367 vsize=36252372 memory=33589268 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733534/stat : 733534 (fscip) S 733367 733370 733298 0 -1 1077936192 515 0 0 0 24 0 0 0 20 0 41 0 124759273 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733535] ppid=733367 vsize=36252372 memory=6656426216303648864 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733535/stat : 733535 (fscip) S 733367 733370 733298 0 -1 1077936192 864 0 0 0 16 3 0 0 20 0 41 0 124759274 37122428928 8397514 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
Current children cumulated CPU time: 70942.1 s
Current children cumulated vsize: 36252372 KiB
Current children cumulated memory: 33590056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3695.8 s]
/proc/loadavg: 77.05 79.13 78.83 82/1025 735656
/proc/meminfo: memFree=706198964/790760804 swapFree=131071996/131071996
[pid=733370] ppid=733367 vsize=36323592 memory=33743936 CPUtime=72000.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/stat : 733370 (fscip) S 733367 733370 733298 0 -1 1077936128 142320454 0 0 0 7177682 22395 0 0 20 0 41 0 124755543 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
/proc/733370/statm: 9080898 8435984 3030 3035 0 8885654 0
[pid=733370/tid=733496] ppid=733367 vsize=36323592 memory=2264 CPUtime=3625.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733496/stat : 733496 (fscip) R 733367 733370 733298 0 -1 4194368 1442330 0 0 0 362278 251 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733497] ppid=733367 vsize=36323592 memory=1668 CPUtime=3630 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733497/stat : 733497 (fscip) R 733367 733370 733298 0 -1 4194368 2827445 0 0 0 362492 508 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733498] ppid=733367 vsize=36323592 memory=19044 CPUtime=3532.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733498/stat : 733498 (fscip) R 733367 733370 733298 0 -1 4194368 12178654 0 0 0 351864 1389 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733499] ppid=733367 vsize=36323592 memory=28648 CPUtime=3626.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733499/stat : 733499 (fscip) R 733367 733370 733298 0 -1 4194368 5792090 0 0 0 361561 1134 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733500] ppid=733367 vsize=36323592 memory=32792 CPUtime=3628.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733500/stat : 733500 (fscip) R 733367 733370 733298 0 -1 4194368 2418507 0 0 0 362376 473 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733501] ppid=733367 vsize=36323592 memory=7068 CPUtime=3534.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733501/stat : 733501 (fscip) R 733367 733370 733298 0 -1 4194368 12090847 0 0 0 352140 1316 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733502] ppid=733367 vsize=36323592 memory=5512 CPUtime=3625.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733502/stat : 733502 (fscip) R 733367 733370 733298 0 -1 4194368 3482121 0 0 0 361648 911 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733503] ppid=733367 vsize=36323592 memory=16164 CPUtime=3625.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733503/stat : 733503 (fscip) R 733367 733370 733298 0 -1 4194368 2863969 0 0 0 362103 454 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733504] ppid=733367 vsize=36323592 memory=2316 CPUtime=3523.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733504/stat : 733504 (fscip) R 733367 733370 733298 0 -1 4194368 12671681 0 0 0 350918 1430 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733505] ppid=733367 vsize=36323592 memory=33000 CPUtime=3622.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733505/stat : 733505 (fscip) R 733367 733370 733298 0 -1 4194368 31165348 0 0 0 355785 6472 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733506] ppid=733367 vsize=36323592 memory=1804 CPUtime=3631.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733506/stat : 733506 (fscip) R 733367 733370 733298 0 -1 4194368 2419974 0 0 0 362683 457 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733507] ppid=733367 vsize=36323592 memory=6048 CPUtime=3521.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733507/stat : 733507 (fscip) R 733367 733370 733298 0 -1 4194368 12644881 0 0 0 350777 1393 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733508] ppid=733367 vsize=36323592 memory=51344 CPUtime=3624.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733508/stat : 733508 (fscip) R 733367 733370 733298 0 -1 4194368 2559141 0 0 0 362020 452 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733509] ppid=733367 vsize=36323592 memory=104 CPUtime=3630.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733509/stat : 733509 (fscip) R 733367 733370 733298 0 -1 4194368 2712204 0 0 0 362575 470 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733510] ppid=733367 vsize=36323592 memory=25932 CPUtime=3521.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733510/stat : 733510 (fscip) R 733367 733370 733298 0 -1 4194368 12288527 0 0 0 350882 1308 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733511] ppid=733367 vsize=36323592 memory=21392 CPUtime=3628.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733511/stat : 733511 (fscip) R 733367 733370 733298 0 -1 4194368 2523255 0 0 0 362441 400 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733512] ppid=733367 vsize=36323592 memory=2208 CPUtime=3629.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733512/stat : 733512 (fscip) R 733367 733370 733298 0 -1 4194368 2058541 0 0 0 362531 410 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733513] ppid=733367 vsize=36323592 memory=2036 CPUtime=3535.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733513/stat : 733513 (fscip) R 733367 733370 733298 0 -1 4194368 12322112 0 0 0 352160 1370 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733514] ppid=733367 vsize=36323592 memory=31572 CPUtime=3623.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733514/stat : 733514 (fscip) R 733367 733370 733298 0 -1 4194368 2501898 0 0 0 361214 1115 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733515] ppid=733367 vsize=36323592 memory=13928436 CPUtime=3629.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733515/stat : 733515 (fscip) R 733367 733370 733298 0 -1 4194368 2668180 0 0 0 362377 535 0 0 20 0 41 0 124758611 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733516] ppid=733367 vsize=36323592 memory=2704 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733516/stat : 733516 (fscip) S 733367 733370 733298 0 -1 1077936192 3548 0 0 0 17 0 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733517] ppid=733367 vsize=36323592 memory=5980 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733517/stat : 733517 (fscip) S 733367 733370 733298 0 -1 1077936192 3037 0 0 0 29 4 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733518] ppid=733367 vsize=36323592 memory=12047128 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733518/stat : 733518 (fscip) S 733367 733370 733298 0 -1 1077936192 669 0 0 0 19 0 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733519] ppid=733367 vsize=36323592 memory=2608 CPUtime=0.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733519/stat : 733519 (fscip) S 733367 733370 733298 0 -1 1077936192 1918 0 0 0 36 2 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733520] ppid=733367 vsize=36323592 memory=281200770944176 CPUtime=0.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733520/stat : 733520 (fscip) S 733367 733370 733298 0 -1 1077936192 7711 0 0 0 27 2 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733521] ppid=733367 vsize=36323592 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733521/stat : 733521 (fscip) S 733367 733370 733298 0 -1 1077936192 187 0 0 0 0 3 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733522] ppid=733367 vsize=36323592 memory=13904 CPUtime=0.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733522/stat : 733522 (fscip) S 733367 733370 733298 0 -1 1077936192 2125 0 0 0 39 5 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733523] ppid=733367 vsize=36323592 memory=11276 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733523/stat : 733523 (fscip) S 733367 733370 733298 0 -1 1077936192 2239 0 0 0 19 1 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733524] ppid=733367 vsize=36323592 memory=11656 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733524/stat : 733524 (fscip) S 733367 733370 733298 0 -1 1077936192 2355 0 0 0 19 2 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733525] ppid=733367 vsize=36323592 memory=11676 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733525/stat : 733525 (fscip) S 733367 733370 733298 0 -1 1077936192 197 0 0 0 0 3 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733526] ppid=733367 vsize=36323592 memory=11656 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733526/stat : 733526 (fscip) S 733367 733370 733298 0 -1 1077936192 957 0 0 0 12 1 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733527] ppid=733367 vsize=36323592 memory=2696 CPUtime=0.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733527/stat : 733527 (fscip) S 733367 733370 733298 0 -1 1077936192 3366 0 0 0 38 3 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733528] ppid=733367 vsize=36323592 memory=36300 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733528/stat : 733528 (fscip) S 733367 733370 733298 0 -1 1077936192 1469 0 0 0 21 3 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733529] ppid=733367 vsize=36323592 memory=6796 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733529/stat : 733529 (fscip) S 733367 733370 733298 0 -1 1077936192 148 0 0 0 1 1 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733530] ppid=733367 vsize=36323592 memory=20660 CPUtime=0.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733530/stat : 733530 (fscip) S 733367 733370 733298 0 -1 1077936192 4053 0 0 0 27 1 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733531] ppid=733367 vsize=36323592 memory=6952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733531/stat : 733531 (fscip) S 733367 733370 733298 0 -1 1077936192 148 0 0 0 2 1 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733532] ppid=733367 vsize=36323592 memory=7044 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733532/stat : 733532 (fscip) S 733367 733370 733298 0 -1 1077936192 174 0 0 0 2 2 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733533] ppid=733367 vsize=36323592 memory=28188 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733533/stat : 733533 (fscip) S 733367 733370 733298 0 -1 1077936192 209 0 0 0 0 3 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733534] ppid=733367 vsize=36323592 memory=33864 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733534/stat : 733534 (fscip) S 733367 733370 733298 0 -1 1077936192 515 0 0 0 24 0 0 0 20 0 41 0 124759273 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
[pid=733370/tid=733535] ppid=733367 vsize=36323592 memory=65044 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/733370/task/733535/stat : 733535 (fscip) S 733367 733370 733298 0 -1 1077936192 876 0 0 0 16 3 0 0 20 0 41 0 124759274 37195358208 8435984 809668444160 4194304 16623229 140733897779168 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 50106368 140733897786374 140733897786492 140733897786492 140733897793520 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 36323592 KiB
Current children cumulated memory: 33743936 KiB

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

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

# cumulated CPU time of all completed processes:  user=71777.1 s, system=224.993 s

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

[startup+3696.02 s]*
/proc/loadavg: 77.05 79.13 78.83 62/986 735656
/proc/meminfo: memFree=712732948/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3696.4 s]
/proc/loadavg: 77.05 79.13 78.83 62/986 735656
/proc/meminfo: memFree=712732948/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3696.8 s]
/proc/loadavg: 77.05 79.13 78.83 62/986 735656
/proc/meminfo: memFree=712732948/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3696.85
CPU time (s): 72002.1
CPU user time (s): 71777.1
CPU system time (s): 224.993
CPU usage (%): 1947.66
Max. virtual memory (cumulated for all children) (KiB): 36463840
Max. memory (cumulated for all children) (KiB): 33823844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71777.1
system time used= 224.994
maximum resident set size= 33825748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142322089
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= 3493089
involuntary context switches= 498046


# summary of solver processes directly reported to runsolver:
#   pid: 733370
#   total CPU time (s): 72002.1
#   total CPU user time (s): 71777.1
#   total CPU system time (s): 224.993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.2435 second user time and 99.6517 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-13 22:42:04
IDJOB=4465113
IDBENCH=144784
IDSOLVER=3094
FILE ID=nodeD105/4465113-1723581724
RUNJOBID= nodeD105-1723581724-733308
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622820 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_binary/normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX300_K67_cod2_pbEq1_newVersion_binary.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465113-1723581724/watcher-4465113-1723581724 -o /tmp/evaluation-result-4465113-1723581724/solver-4465113-1723581724 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733308 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465113-1723581724.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 76d4374776c44997889e9fdaf7321aa0
RANDOM SEED=1241491334

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        780823140 kB
MemAvailable:   783655520 kB
Buffers:         1166172 kB
Cached:          4982548 kB
SwapCached:            0 kB
Active:          1568596 kB
Inactive:        4991108 kB
Active(anon):       2100 kB
Inactive(anon):   447824 kB
Active(file):    1566496 kB
Inactive(file):  4543284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            129136 kB
Writeback:             0 kB
AnonPages:        411288 kB
Mapped:           111096 kB
Shmem:             38920 kB
KReclaimable:     284608 kB
Slab:             712192 kB
SReclaimable:     284608 kB
SUnreclaim:       427584 kB
KernelStack:       14736 kB
PageTables:        10920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1086956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1107840 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1085440 kB
DirectMap2M:    133629952 kB
DirectMap1G:    671088640 kB

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