Intelligent Vehicle Power Control Based on Machine Learning Of

Total Page:16

File Type:pdf, Size:1020Kb

Intelligent Vehicle Power Control Based on Machine Learning Of IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 58, NO. 9, NOVEMBER 2009 4741 Intelligent Vehicle Power Control Based on Machine Learning of Optimal Control Parameters and Prediction of Road Type and Traffic Congestion Jungme Park, Zhihang Chen, Leonidas Kiliaris, Ming L. Kuang, M. Abul Masrur, Senior Member, IEEE, Anthony M. Phillips, and Yi Lu Murphey, Senior Member, IEEE Abstract—Previous research has shown that current driving efficiently control the energy flow through the vehicle system. conditions and driving style have a strong influence over a vehicle’s Our research focuses on the latter. Vehicle power management fuel consumption and emissions. This paper presents a methodol- has been an active research area in the past decade and has ogy for inferring road type and traffic congestion (RT&TC) levels from available onboard vehicle data and then using this informa- intensified recently by the emergence of hybrid electric vehicle tion for improved vehicle power management. A machine-learning technologies. Most of the previous approaches were developed algorithm has been developed to learn the critical knowledge about based on mathematical models or knowledge derived from fuel efficiency on 11 facility-specific drive cycles representing dif- static vehicle operation data. The application of optimal control ferent road types and traffic congestion levels, as well as a neural theory to power distribution and management has been the learning algorithm for the training of a neural network to predict the RT&TC level. An online University of Michigan-Dearborn most popular approach, which includes linear programming [1], intelligent power controller (UMD_IPC) applies this knowledge to optimal control [2], and, particularly, dynamic programming real-time vehicle power control to achieve improved fuel efficiency. (DP) [3]–[5]. In general, these techniques do not offer an online UMD_IPC has been fully implemented in a conventional (non- solution because they assume that the future drive cycle is hybrid) vehicle model in the powertrain systems analysis toolkit entirely known. However, these results can be used as a bench- (PSAT) environment. Simulations conducted on the standard drive cycles provided by the PSAT show that the performance of the mark for the performance of online power control strategies. If UMD_IPC algorithm is very close to the offline controller that is only the present state of the vehicle is considered, optimization generated using a dynamic programming optimization approach. of the operating points of the individual components can still be Furthermore, UMD_IPC gives improved fuel consumption in a beneficial, but the benefits will be limited [6]–[8]. Interesting conventional vehicle, alternating neither the vehicle structure nor its components. techniques for deriving effective online control rules based on the results generated by offline DP and quadratic programming Index Terms—Fuel economy, machine learning, road type (QP) can be found in [3] and [9]. and traffic congestion (RT&TC) level prediction, vehicle power management. Recent research has shown that current driving conditions and the driver’s driving style have a strong influence over a vehicle’s fuel consumption and emissions [10], [11]. Driving I. INTRODUCTION patterns exhibited by a real-world driver are the product of USTOMER demand for improved fuel economy is chal- the instantaneous decisions of the driver to respond to the C lenging the automotive industry to produce affordable (physical) driving environment. Specifically, varying road type new vehicles that deliver better fuel efficiency without sacri- and traffic conditions, driving trends, driving styles, and vehicle ficing performance, safety, emissions, or reliability. To meet operating modes have had varying degrees of impact on vehicle this challenge, it is very important to optimize the architecture fuel consumption. However, most of the existing vehicle power and the various devices and components of the vehicle system, control approaches do not incorporate knowledge about driving as well as the energy-management strategy that is used to patterns into their vehicle power-management strategies. The main contribution of this paper is an algorithm for optimization Manuscript received October 1, 2008; revised March 12, 2009 and May 14, of vehicle power management that utilizes inferred knowledge 2009. First published July 17, 2009; current version published November 11, of road type and traffic congestion (RT&TC). Only recently has 2009. This work was supported in part by the State of Michigan through the 21st Jobs Fund under a grant and in part by the Institute of Advanced Vehicle the research community in vehicle power control begun to ex- Systems, University of Michigan-Dearborn, under Grant 06-1-p1-0727. The plore ways to incorporate knowledge about driving patterns into review of this paper was coordinated by Dr. M. S. Ahmed. online control strategies [12]–[15]. A comprehensive overview J. Park, Z. Chen, L. Kiliaris, and Y. L. Murphey are with the Department of Electrical and Computer Engineering, University of Michigan-Dearborn, of intelligent system approaches for vehicle power management Dearborn, MI 48128 USA (e-mail: [email protected]). can be found in [16]. M. L. Kuang and A. M. Phillips are with the Ford Motor Company, Dearborn, MI 48120 USA. This paper presents our research on intelligent vehicle power M. A. Masrur is with the U.S. Army RDECOM-TARDEC, Warren, MI management using machine learning. Specifically, we will 49307 USA. present machine-learning algorithms for learning about the Color versions of one or more of the figures in this paper are available online at http://ieeexplore.ieee.org. optimal power control parameters for all 11 standard facility- Digital Object Identifier 10.1109/TVT.2009.2027710 specific (FS) drive cycles proposed in [17] and [18] and 0018-9545/$26.00 © 2009 IEEE 4742 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 58, NO. 9, NOVEMBER 2009 Fig. 1. Intelligent power control in a vehicle system. about predicting road types and traffic congestion, as well as tem for predicting roadway type and traffic-congestion level, an online University of Michigan-Dearborn intelligent power Section IV presents the intelligent online vehicle power- controller (UMD_IPC) that applies the knowledge obtained management system, namely, UMD_IPC, Section V presents through machine learning to online vehicle power control with the experiment results, and Section VI presents the conclusion. the online prediction of driving environment by a neural net- work. UMD_IPC has been fully implemented in a conventional II. OPTIMAL POWER CONTROL IN A CONVENTIONAL vehicle model built using the powertrain systems analysis tool- VEHICLE SYSTEM USING MACHINE LEARNING kit (PSAT) (http://www.transportation.anl.gov/software/PSAT/ Fig. 1 illustrates the interaction between the proposed in- index.html) simulation program and tested on 11 drive cycles telligent power controller UMD_IPC and the major power provided by the PSAT library. PSAT is a high-fidelity sim- components in a conventional vehicle system. At any given time ulation software developed by Argonne National Laboratory, during a drive cycle, based on the current vehicle state, which is Argonne, IL, under the direction of and with contributions represented by the current vehicle speed, driver power demand, from Ford, General Motors, and Chrysler. PSAT is a “forward- electrical load and state of charge (SOC) of the battery, the looking” model that simulates vehicle fuel economy and per- UMD_IPC calls the neural network NN_RT&TC to predict the formance in a realistic manner—taking into account transient current RT&TC level and calculates the electric power set point behavior and control system characteristics. It can simulate a to the battery controller and a resultant feedforward torque com- broad range of predefined vehicle configurations (conventional, pensation to the engine controller. The variable P , representing electric, fuel cell, series hybrid, parallel hybrid, and power split s the power actually to be charged (P > 0) or discharged (P < hybrid). s s 0) from the battery, is set by the UMD_IPC with the aim of In this research project, the PSAT software is used to build minimizing fuel consumption. The desired engine power P , a high-fidelity vehicle model; simulate drive cycles to gener- eng which is calculated based on the optimal value of P ,isusedto ate numerical data, such as fuel consumption and emissions s find the feedforward torque compensation through the engine and vehicle performance; and implement an intelligent power fuel-efficiency map. The functional relationship between P controller UMD_IPC. Experiments will show that the online eng and P is shown as follows: performances of UMD_IPC are very close to the offline optimal s controller built based on DP. In comparison with the default Peng = Pd + Ge2m(Pe,ω) (1) controller used by the vehicle model in PSAT, our results Pe = Pl + Pb (2) showed a maximum of 3.95% fuel reduction in an urban drive P = η (P , SOC,T) (3) cycle. Furthermore, the implementation of UMD_IPC does not b in2out s require the change of any vehicle components. Although the where research results presented in this paper were generated based ω engine speed; on a conventional vehicle model, the proposed technology can Pd driver demanded power at the wheels; be extended to a hybrid vehicle system, which is the authors’ Pe electrical power from the alternator; ongoing effort. Ge2m(Pe,ω) mechanical power required by the alternator This paper is organized as follows. Section II presents the based on alternator efficiency map Φalt to machine-learning process of optimal power control in a con- produce a given electrical power Pe at a ventional vehicle, Section III presents a neural network sys- given speed; PARK et al.: VEHICLE POWER CONTROL BASED ON MACHINE LEARNING OF OPTIMAL CONTROL PARAMETERS 4743 where γ(Ps,t) is the fuel consumed as a function of Ps(t) at time t. The fuel-consumption function γ(Ps,t) is approximated as a convex quadratic function, i.e., 2 γ(Ps,t)≈ϕ2(t)Ps(t) +ϕ1(t)Ps(t)+ϕ0(t),ϕ2 >0 (5) where ϕi represents time-varying coefficients.
Recommended publications
  • Smart Contracts for Machine-To-Machine Communication: Possibilities and Limitations
    Smart Contracts for Machine-to-Machine Communication: Possibilities and Limitations Yuichi Hanada Luke Hsiao Philip Levis Stanford University Stanford University Stanford University [email protected] [email protected] [email protected] Abstract—Blockchain technologies, such as smart contracts, present a unique interface for machine-to-machine communication that provides a secure, append-only record that can be shared without trust and without a central administrator. We study the possibilities and limitations of using smart contracts for machine-to-machine communication by designing, implementing, and evaluating AGasP, an application for automated gasoline purchases. We find that using smart contracts allows us to directly address the challenges of transparency, longevity, and Figure 1. A traditional IoT application that stores a user’s credit card trust in IoT applications. However, real-world applications using information and is installed in a smart vehicle and smart gasoline pump. smart contracts must address their important trade-offs, such Before refueling, the vehicle and pump communicate directly using short-range as performance, privacy, and the challenge of ensuring they are wireless communication, such as Bluetooth, to identify the vehicle and pump written correctly. involved in the transaction. Then, the credit card stored by the cloud service Index Terms—Internet of Things, IoT, Machine-to-Machine is charged after the user refuels. Note that each piece of the application is Communication, Blockchain, Smart Contracts, Ethereum controlled by a single entity. I. INTRODUCTION centralized entity manages application state and communication protocols—they cannot function without the cloud services of The Internet of Things (IoT) refers broadly to interconnected their vendors [11], [12].
    [Show full text]
  • Microscope Systems and Their Application in Machine Vision
    Microscope Systems And Their Application in Machine Vision 1 1 Agenda • What is a microscope system? • Basic setup of a microscope • Differences to standard lenses • Parameters of microscope systems • Illumination options in a microscope setup • Special contrast enhancement techniques • Zoom components • Real-world examples What is a microscope systems? Greek: μικρός mikrós „small“; σκοπεῖν skopeín „observe“ Microscopes help us to look at small things, by enlarging them until we can see them with bare eyes or an image sensor. A microscope system is a system that consists of compatible components which can be combined into different configurations We only look at visible light microscopes We only look at digial microscopes no eyepiece but an image sensor in the object plane The optical magnification is ≥1 Basic setup of a microscope microscopes always show the same basic configuration: Sensor Tube lens: - Images onto the sensor - Defines the maximum sensor size Collimated beam path (infinity conjugated) Objective: - Images to infinity - Holds the system aperture - Defines the resolution of the system Object Differences to standard lenses microscope Finite-finite lens Sensor Sensor Collimated beam path (infinity conjugate) EnthältSystem apertureSystemblende Object Object Differences to standard lenses • Collimated beam path offers several options - Distance between objective and tube lens can be changed . Focusing by moving the objective without changing any optical parameter . Integration of filters, mirrors and beam splitters . Beam
    [Show full text]
  • Second Machine Age Or Fifth Technological Revolution? Different
    Second Machine Age or Fifth Technological Revolution? Different interpretations lead to different recommendations – Reflections on Erik Brynjolfsson and Andrew McAfee’s book The Second Machine Age (2014). Part 1 Introduction: the pitfalls of historical periodization Carlota Perez January 2017 Blog post: http://beyondthetechrevolution.com/blog/second-machine-age-or-fifth-technological- revolution/ This is the first instalment in a series of posts (and a Working Paper in progress) that reflect on aspects of Erik Brynjolfsson and Andrew McAfee’s influential book, The Second Machine Age (2014), in order to examine how different historical understandings of technological revolutions can influence policy recommendations in the present. Over the next few weeks, we will discuss the various criteria used for identifying a technological revolution, the nature of the current moment, and the different implications that stem from taking either the ‘machine ages’ or my ‘great surges’ point of view. We will look at what we see as the virtues and limits of Brynjolfsson and McAfee’s policy proposals, and why implementing policies appropriate to the stage of development of any technological revolution have been crucial to unleashing ‘Golden Ages’ in the past. 1 Introduction: the pitfalls of historical periodization Information technology has been such an obvious disrupter and game changer across our societies and economies that the past few years have seen a great revival of the notion of ‘technological revolutions’. Preparing for the next industrial revolution was the theme of the World Economic Forum at Davos in 2016; the European Union (EU) has strategies in place to cope with the changes that the current ‘revolution’ is bringing.
    [Show full text]
  • The History of Computing in the History of Technology
    The History of Computing in the History of Technology Michael S. Mahoney Program in History of Science Princeton University, Princeton, NJ (Annals of the History of Computing 10(1988), 113-125) After surveying the current state of the literature in the history of computing, this paper discusses some of the major issues addressed by recent work in the history of technology. It suggests aspects of the development of computing which are pertinent to those issues and hence for which that recent work could provide models of historical analysis. As a new scientific technology with unique features, computing in turn can provide new perspectives on the history of technology. Introduction record-keeping by a new industry of data processing. As a primary vehicle of Since World War II 'information' has emerged communication over both space and t ime, it as a fundamental scientific and technological has come to form the core of modern concept applied to phenomena ranging from information technolo gy. What the black holes to DNA, from the organization of English-speaking world refers to as "computer cells to the processes of human thought, and science" is known to the rest of western from the management of corporations to the Europe as informatique (or Informatik or allocation of global resources. In addition to informatica). Much of the concern over reshaping established disciplines, it has information as a commodity and as a natural stimulated the formation of a panoply of new resource derives from the computer and from subjects and areas of inquiry concerned with computer-based communications technolo gy.
    [Show full text]
  • Reverse Engineering Integrated Circuits Using Finite State Machine Analysis
    Proceedings of the 50th Hawaii International Conference on System Sciences | 2017 Reverse Engineering Integrated Circuits Using Finite State Machine Analysis Jessica Smithy, Kiri Oler∗, Carl Miller∗, David Manz∗ ∗Pacific Northwest National Laboratory Email: fi[email protected] yWashington State University Email: [email protected] Abstract are expensive and time consumptive but extremely accurate. Due to the lack of a secure supply chain, it is not possible Alternatively, there are a variety of non-destructive imaging to fully trust the integrity of electronic devices. Current methods for determining if an unknown IC is different from methods of verifying integrated circuits are either destruc- an ’assumed-good’ benchmark IC. However, these methods tive or non-specific. Here we expand upon prior work, in often only work for large or active differences, and are which we proposed a novel method of reverse engineering based on the assumption that the benchmark chip has not the finite state machines that integrated circuits are built been corrupted. What is needed, and what we will detail upon in a non-destructive and highly specific manner. In in the following sections, is an algorithm to enable a fast, this paper, we present a methodology for reverse engineering non-destructive method of reverse engineering ICs to ensure integrated circuits, including a mathematical verification of their veracity. We must assume the worst case scenario in a scalable algorithm used to generate minimal finite state which we have no prior knowledge, no design documents, machine representations of integrated circuits. no labeling, or an out-of-production IC. The mathematical theory behind our approach is pre- 1.
    [Show full text]
  • ERC Machine Shop Operational Policy
    College of Engineering --- Colorado State University Machine Shop Operational Policy Engineering Research Center November 2011 Table of Contents 1.0 Introduction and Context ................................................................................................................... - 1 - 1.1 Purpose ........................................................................................................................................... - 1 - 1.2 Introduction .................................................................................................................................... - 1 - 1.3 Contact Information ....................................................................................................................... - 1 - 2.0 Safety: Rules, Procedures and Guidelines ......................................................................................... - 1 - 2.1 General Shop Safety Rules and Conduct: ...................................................................................... - 1 - 2.2 Personal Protective Equipment (Eyes, Ears, Respiration, Body, Hands) ...................................... - 3 - 2.2.1. Protective Clothing ................................................................................................................. - 3 - 2.2.2 Eye Protection ......................................................................................................................... - 3 - 2.2.3 Protective Gloves ...................................................................................................................
    [Show full text]
  • The Impact of the Technological Revolution on Labour Markets and Income Distribution
    Department of Economic & Social Affairs FRONTIER ISSUES 31 JULY 2017 The impact of the technological revolution on labour markets and income distribution CONTENTS Executive Summary .................................................... 1 1. Introduction ....................................................... 3 2. A new technological revolution? ....................................... 4 A. Technological progress and revolutions ............................. 4 B. Economic potential of the new technological breakthroughs ............. 7 3. Long term and recent trends .......................................... 8 A. Productivity trends .............................................. 8 B. Sectoral employment shifts and work conditions ..................... 11 C. Income inequality .............................................. 14 4. How does technological innovation affect labour markets and inequality? ..... 17 A. Job destruction and job creation ................................. 17 B. Occupational shifts, job polarization and wage inequality .............. 20 C. Technology and globalization .................................... 21 D. Technology and market structures. .22 E. Technology and the organization of work ........................... 23 F. Technology and the informal sector ............................... 23 G. Technology and female labour force participation .................... 24 5. Looking ahead: What will technology mean for labour and inequality? ........ 26 A. The future of technological progress ............................... 26
    [Show full text]
  • The Machine That Changed the World
    Leggi e ascolta. The machine that changed the world Between the late 1700s and the late 1800s, factories, machines and hundreds of new inventions changed the lives of millions of people. Today we call this time the Industrial Revolution – and the energy for that revolution came from one important invention: the Watt Steam Engine. Before the Industrial Revolution, most machines were a few simple parts – and they needed animals, wind or water to move them. At the time, people made everything by hand – from furniture and clothes to houses and ships. Then, in May 1765, a young Scottish engineer called James Watt invented a new type of steam engine. It quickly changed the world. High Five Exam Trainer . Oral presentation 13, CLIL History p. 64 © Oxford University Press PHOTOCOPIABLE A steam engine burns coal to heat water and to change it into steam. Then the hot steam moves the parts of the engine. Watt’s Steam Engine was much more efficient than the first steam engines – it used less coal and it could produce enough energy to move big, heavy machines. It could also work faster, and it could turn a wheel. This was important because people could use it to move the parts of machines in factories. Soon, new factories appeared all over Britain. At the same time, people invented new factory machines to make lots of different products. These factories needed new workers, so millions of people left their villages and went to work in the towns. Some factory towns quickly developed into big cities. Other engineers later changed the design of Watt’s Steam Engine.
    [Show full text]
  • TECHNOLOGY RESOURCES (Resources Are Things We Need to Get a Job Done) Steve Krar Resources Are Things We Need to Get a Job Done
    1 TECHNOLOGY RESOURCES (Resources are Things we Need to get a Job Done) Steve Krar Resources are things we need to get a job done. Every technological system makes use of seven types of resources: people, information, materials, tools and machines, energy, capital, and time. People Technology comes from the needs of people and people's needs drive technology. Humans use what they know, try to learn more, design and create technology using their knowledge and intelligence. NASA scientists had to combine their knowledge with new ideas to come up with a space vehicle and a way to get it to the moon and back safely. People provide the labor on which technology depends, they are needed to provide the products and services we use every day. People are also the consumers of technology and the ones that buy consumer goods produced such as food, cars, homes, etc. Information Technology requires information to solve problems and to create new knowledge. Information comes from raw data, that is processed by collecting, recording, classifying, calculating, storing, and retrieving it. Information can be found in many places: in computer files, books, etc., but it is only valuable when we make use of it. We process information by collecting it, thinking about it, and applying it to meet our needs and wants. Materials Natural resources found in nature are called raw materials. These include air, water, land, timber, minerals, plants, and animals. Synthetic materials are manufactured materials that may have useful characteristics natural materials do not have. Raw Materials There are two types of raw materials available for humans to use: 1.
    [Show full text]
  • Eras of Technological Convergence: Machine Tools and Mechanization in the United States
    Eras of Technological Convergence: Machine Tools and Mechanization in the United States, 1820-1929 Ross Thomson University of Vermont Prepared for the Economic History Association meetings, September 2010 Abstract: Following up on the seminal insights of Nathan Rosenberg, this paper explores how, and how widely, technology converged among U.S. machine-tool using industries from 1815 through 1930. Convergence involved the invention and spread of machine tools, and both occurred in a variety of ways. Through the study of Brown and Sharpe company records, census data, and patenting by metalworking lathe inventors and machine tool firms, I argue that machine tools evolved through three stages of progressively wider convergence and different organizational forms. Through 1865, firms often made their own machine tools and used inventions in their own firms. Convergence was narrow, occurring through diversification by machinery firms, incipient sale of general purpose machine tools, and some worker mobility. From 1865 through the 1890s, machine tool firms became more central to the invention and dissemination of machine tools among industries. Widening mobility and new firm formation by workers trained by machine tool firms, along with some diversification, added to the convergence. After 1900, machine tool firms and their workers remained central to invention and diffusion for established industries and autos and other new sectors. But major innovations also emerged and spread from new sources making complements to machine tools, notably the steel and electrical industries, so that materials science and electrification had come to contribute to metalworking industries. Eras of Technological Convergence: Machine Tools and Mechanization in the United States, 1820-1929 The United States was widely recognized for its breadth of mechanization, a breadth that by the 1920s led the world in autos, electrical equipment, and machines to reap, mine, print, spin, sew, type, and make machines.
    [Show full text]
  • A Brief History of IT
    IT Computer Technical Support Newsletter A Brief History of IT May 23, 2016 Vol.2, No.29 TABLE OF CONTENTS Introduction........................1 Pre-mechanical..................2 Mechanical.........................3 Electro-mechanical............4 Electronic...........................5 Age of Information.............6 Since the dawn of modern computers, the rapid digitization and growth in the amount of data created, shared, and consumed has transformed society greatly. In a world that is interconnected, change happens at a startling pace. Have you ever wondered how this connected world of ours got connected in the first place? The IT Computer Technical Support 1 Newsletter is complements of Pejman Kamkarian nformation technology has been around for a long, long time. Basically as Ilong as people have been around! Humans have always been quick to adapt technologies for better and faster communication. There are 4 main ages that divide up the history of information technology but only the latest age (electronic) and some of the electromechanical age really affects us today. 1. Pre-Mechanical The earliest age of technology. It can be defined as the time between 3000 B.C. and 1450 A.D. When humans first started communicating, they would try to use language to make simple pictures – petroglyphs to tell a story, map their terrain, or keep accounts such as how many animals one owned, etc. Petroglyph in Utah This trend continued with the advent of formal language and better media such as rags, papyrus, and eventually paper. The first ever calculator – the abacus was invented in this period after the development of numbering systems. 2 | IT Computer Technical Support Newsletter 2.
    [Show full text]
  • Advanced Manufacturing Machine Technology CERTIFICATE
    Advanced Manufacturing Machine Technology CERTIFICATE CONSIDER MANUFACTURING The Southwestern Connecticut Advanced Manufacturing Technology Center, established at • Do you enjoy working with tools and computers? Housatonic Community College in 2012, is part of • Do you like working with your hands as well as your mind? a statewide initiative to provide skilled employees • Are you curious about the way things work and how they for the growing manufacturing industry. are made? • Do you possess the ability to focus on precision and quality? From research and development, to • Are you interested in learning advanced technologies manufacturing, to maintenance and repair, skilled with the latest software and equipment? machinists are in great demand. Machinists • Are you curious about manufacturing careers in the aerospace, now use sophisticated manual and computer biomedical, plastics & composites or metals sectors? numerically controlled (CNC) machine tools, precision instruments, and state-of-the-art If the answer to any of these questions is yes, the Advanced software to produce tools and parts for a wide Manufacturing Machine Technology program may be for you. range of industries. Current labor statistics indicate dramatic “Manufacturers in Fairfield and New Haven counties shortages of skilled workers and anticipated have been asking for a program that will provide skilled growth (not including attrition projections) of workers capable of meeting our employment needs. We 3000 Connecticut jobs per year through 2030. stand ready to support and hire HCC graduates who can According to CCSU labor statistics, average make the grade.” starting salaries are above $42,000, with Kris Lorch, President - Alloy Engineering projections including overtime and fringe benefits New Haven Manufacturers Association (health insurance, 401k plans etc.) after five years Manufacturer’s Training and Education Alliance (METAL) approaching $70,000.
    [Show full text]