planetiler/planet-logs/v0.5.0-planet-c6gd-64gb.txt

2268 wiersze
272 KiB
Plaintext

0:00:00 DEB - argument: config=null (path to config file)
0:00:00 DEB - argument: area=planet (name of the extract to download if osm_url/osm_path not specified (i.e. 'monaco' 'rhode island' 'australia' or 'planet'))
0:00:00 INF - Using in-memory stats
0:00:00 INF [overall] -
0:00:00 INF [overall] - Starting...
0:00:00 DEB - argument: madvise=true (default value for whether to use linux madvise(random) to improve memory-mapped read performance for temporary storage)
0:00:00 DEB - argument: storage=mmap (default storage type for temporary data, one of [ram, mmap, direct])
0:00:00 DEB - argument: threads=32 (num threads)
0:00:00 DEB - argument: write_threads=1 (number of threads to use when writing temp features)
0:00:00 DEB - argument: process_threads=31 (number of threads to use when processing input features)
0:00:00 DEB - argument: bounds=null (bounds)
0:00:00 DEB - argument: feature_read_threads=2 (number of threads to use when reading features at tile write time)
0:00:00 DEB - argument: loginterval=10 seconds (time between logs)
0:00:00 DEB - argument: minzoom=0 (minimum zoom level)
0:00:00 DEB - argument: maxzoom=14 (maximum zoom level (limit 14))
0:00:00 DEB - argument: skip_mbtiles_index_creation=false (skip adding index to mbtiles file)
0:00:00 DEB - argument: optimize_db=false (optimize mbtiles after writing)
0:00:00 DEB - argument: emit_tiles_in_order=true (emit tiles in index order)
0:00:00 DEB - argument: force=false (overwriting output file and ignore disk/RAM warnings)
0:00:00 DEB - argument: gzip_temp=false (gzip temporary feature storage (uses more CPU, but less disk space))
0:00:00 DEB - argument: mmap_temp=true (use memory-mapped IO for temp feature files)
0:00:00 DEB - argument: sort_max_readers=6 (maximum number of concurrent read threads to use when sorting chunks)
0:00:00 DEB - argument: sort_max_writers=6 (maximum number of concurrent write threads to use when sorting chunks)
0:00:00 DEB - argument: nodemap_type=sparsearray (type of node location map, one of [noop, sortedtable, sparsearray, array])
0:00:00 DEB - argument: nodemap_storage=mmap (storage for node location map, one of [ram, mmap, direct])
0:00:00 DEB - argument: nodemap_madvise=true (use linux madvise(random) for node locations)
0:00:00 DEB - argument: multipolygon_geometry_storage=mmap (storage for multipolygon geometries, one of [ram, mmap, direct])
0:00:00 DEB - argument: multipolygon_geometry_madvise=true (use linux madvise(random) for temporary multipolygon geometry storage)
0:00:00 DEB - argument: http_user_agent=Planetiler downloader (https://github.com/onthegomap/planetiler) (User-Agent header to set when downloading files over HTTP)
0:00:00 DEB - argument: http_timeout=30 seconds (Timeout to use when downloading files over HTTP)
0:00:00 DEB - argument: http_retries=1 (Retries to use when downloading files over HTTP)
0:00:00 DEB - argument: download_chunk_size_mb=500 (Size of file chunks to download in parallel in megabytes)
0:00:00 DEB - argument: download_threads=16 (Number of parallel threads to use when downloading each file)
0:00:00 DEB - argument: min_feature_size_at_max_zoom=0.0625 (Default value for the minimum size in tile pixels of features to emit at the maximum zoom level to allow for overzooming)
0:00:00 DEB - argument: min_feature_size=1.0 (Default value for the minimum size in tile pixels of features to emit below the maximum zoom level)
0:00:00 DEB - argument: simplify_tolerance_at_max_zoom=0.0625 (Default value for the tile pixel tolerance to use when simplifying features at the maximum zoom level to allow for overzooming)
0:00:00 DEB - argument: simplify_tolerance=0.1 (Default value for the tile pixel tolerance to use when simplifying features below the maximum zoom level)
0:00:00 DEB - argument: osm_lazy_reads=false (Read OSM blocks from disk in worker threads)
0:00:00 DEB - argument: compact_db=true (Reduce the DB size by separating and deduping the tile data)
0:00:00 DEB - argument: skip_filled_tiles=false (Skip writing tiles containing only polygon fills to the output)
0:00:00 DEB - argument: tmpdir=data/tmp (temp directory)
0:00:00 DEB - argument: only_download=true (download source data then exit)
0:00:00 DEB - argument: temp_nodes=data/tmp/node.db (temp node db location)
0:00:00 DEB - argument: temp_multipolygons=data/tmp/multipolygon.db (temp multipolygon db location)
0:00:00 DEB - argument: temp_features=data/tmp/feature.db (temp feature db location)
0:00:00 DEB - argument: osm_parse_node_bounds=false (parse bounds from OSM nodes instead of header)
0:00:00 DEB - argument: only_fetch_wikidata=false (fetch wikidata translations then quit)
0:00:00 DEB - argument: fetch_wikidata=false (fetch wikidata translations then continue)
0:00:00 DEB - argument: use_wikidata=true (use wikidata translations)
0:00:00 DEB - argument: wikidata_cache=data/sources/wikidata_names.json (wikidata cache file)
0:00:00 DEB - argument: lake_centerlines_path=data/sources/lake_centerline.shp.zip (lake_centerlines shapefile path)
0:00:00 DEB - argument: free_lake_centerlines_after_read=false (delete lake_centerlines input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: lake_centerlines_url=https://github.com/acalcutt/osm-lakelines/releases/download/latest/lake_centerline.shp.zip (lake_centerlines shapefile url)
0:00:00 DEB - argument: water_polygons_path=data/sources/water-polygons-split-3857.zip (water_polygons shapefile path)
0:00:00 DEB - argument: free_water_polygons_after_read=false (delete water_polygons input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: water_polygons_url=https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip (water_polygons shapefile url)
0:00:00 DEB - argument: natural_earth_path=data/sources/natural_earth_vector.sqlite.zip (natural_earth sqlite db path)
0:00:00 DEB - argument: free_natural_earth_after_read=false (delete natural_earth input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: natural_earth_url=https://naciscdn.org/naturalearth/packages/natural_earth_vector.sqlite.zip (natural_earth sqlite db url)
0:00:00 DEB - argument: osm_path=data/sources/planet.osm.pbf (osm OSM input file path)
0:00:00 DEB - argument: free_osm_after_read=false (delete osm input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: osm_url=aws:latest (osm OSM input file url)
0:00:00 DEB - argument: mbtiles=data/output.mbtiles (mbtiles output file)
0:00:00 DEB - argument: transliterate=true (attempt to transliterate latin names)
0:00:00 DEB - argument: languages=am,ar,az,be,bg,br,bs,ca,co,cs,cy,da,de,el,en,eo,es,et,eu,fi,fr,fy,ga,gd,he,hi,hr,hu,hy,id,is,it,ja,ja_kana,ja_rm,ja-Latn,ja-Hira,ka,kk,kn,ko,ko-Latn,ku,la,lb,lt,lv,mk,mt,ml,nl,no,oc,pl,pt,rm,ro,ru,sk,sl,sq,sr,sr-Latn,sv,ta,te,th,tr,uk,zh (languages to use)
0:00:00 DEB - argument: only_layers= (Include only certain layers)
0:00:00 DEB - argument: exclude_layers= (Exclude certain layers)
0:00:00 DEB - argument: boundary_country_names=true (boundary layer: add left/right codes of neighboring countries)
0:00:00 DEB - argument: transportation_z13_paths=false (transportation(_name) layer: show all paths on z13)
0:00:00 DEB - argument: building_merge_z13=true (building layer: merge nearby buildings at z13)
0:00:00 DEB - argument: transportation_name_brunnel=false (transportation_name layer: set to false to omit brunnel and help merge long highways)
0:00:00 DEB - argument: transportation_name_size_for_shield=false (transportation_name layer: allow road names on shorter segments (ie. they will have a shield))
0:00:00 DEB - argument: transportation_name_limit_merge=false (transportation_name layer: limit merge so we don't combine different relations to help merge long highways)
0:00:00 DEB - argument: transportation_name_minor_refs=false (transportation_name layer: include name and refs from minor road networks if not present on a way)
0:00:00 DEB - argument: mbtiles_name=OpenMapTiles ('name' attribute for mbtiles metadata)
0:00:00 DEB - argument: mbtiles_description=A tileset showcasing all layers in OpenMapTiles. https://openmaptiles.org ('description' attribute for mbtiles metadata)
0:00:00 DEB - argument: mbtiles_attribution=<a href="https://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a> ('attribution' attribute for mbtiles metadata)
0:00:00 DEB - argument: mbtiles_version=3.13.1 ('version' attribute for mbtiles metadata)
0:00:00 DEB - argument: mbtiles_type=baselayer ('type' attribute for mbtiles metadata)
0:00:00 DEB - argument: help=false (show arguments then exit)
0:00:00 INF - Building BasemapProfile profile into data/output.mbtiles in these phases:
0:00:00 INF - download: Download sources [lake_centerlines, water_polygons, natural_earth, osm]
0:00:00 INF [download] -
0:00:00 INF [download] - Starting...
0:00:02 INF [download] - Downloading https://naciscdn.org/naturalearth/packages/natural_earth_vector.sqlite.zip to data/sources/natural_earth_vector.sqlite.zip
0:00:02 INF [download] - Downloading https://osm-pds.s3.amazonaws.com/2022/planet-220530.osm.pbf to data/sources/planet.osm.pbf
0:00:02 INF [download] - Downloading https://github.com/acalcutt/osm-lakelines/releases/download/latest/lake_centerline.shp.zip (redirected to https://objects.githubusercontent.com/github-production-release-asset-2e65be/342970808/9e1f7a55-2e12-4af1-a7ff-64a0834d3535?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220605T153917Z&X-Amz-Expires=300&X-Amz-Signature=0adb3524d50f9b8c982d8436fac5dbe04a22b77bc642ec0dcadf4dc7c11efbb3&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=342970808&response-content-disposition=attachment%3B%20filename%3Dlake_centerline.shp.zip&response-content-type=application%2Foctet-stream) to data/sources/lake_centerline.shp.zip
0:00:02 INF [download] - Downloading https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip to data/sources/water-polygons-split-3857.zip
0:00:02 INF [download] - Finished downloading https://github.com/acalcutt/osm-lakelines/releases/download/latest/lake_centerline.shp.zip to data/sources/lake_centerline.shp.zip
0:00:12 INF [download] - lake_centerlines: [ 80M 100% 8M/s ] water_polygons: [ 332M 41% 33M/s ] natural_earth: [ 368M 85% 36M/s ] osm: [ 8.3G 12% 830M/s ] cpus: 3.2 gc: 1% heap: 70M/16G direct: 338k postGC: 69M
0:00:14 INF [download] - Finished downloading https://naciscdn.org/naturalearth/packages/natural_earth_vector.sqlite.zip to data/sources/natural_earth_vector.sqlite.zip
0:00:22 INF [download] - lake_centerlines: [ 80M 100% 0/s ] water_polygons: [ 701M 87% 36M/s ] natural_earth: [ 434M 100% 6.5M/s ] osm: [ 16G 24% 805M/s ] cpus: 2.9 gc: 0% heap: 37M/16G direct: 313k postGC: 67M
0:00:26 INF [download] - Finished downloading https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip to data/sources/water-polygons-split-3857.zip
0:00:32 INF [download] - lake_centerlines: [ 80M 100% 0/s ] water_polygons: [ 809M 100% 10M/s ] natural_earth: [ 434M 100% 0/s ] osm: [ 24G 36% 796M/s ] cpus: 2.7 gc: 0% heap: 28M/16G direct: 297k postGC: 67M
0:00:42 INF [download] - lake_centerlines: [ 80M 100% 0/s ] water_polygons: [ 809M 100% 0/s ] natural_earth: [ 434M 100% 0/s ] osm: [ 31G 46% 730M/s ] cpus: 2.3 gc: 0% heap: 33M/16G direct: 297k postGC: 68M
0:00:52 INF [download] - lake_centerlines: [ 80M 100% 0/s ] water_polygons: [ 809M 100% 0/s ] natural_earth: [ 434M 100% 0/s ] osm: [ 39G 58% 819M/s ] cpus: 2.7 gc: 0% heap: 84M/16G direct: 297k postGC: 68M
0:01:02 INF [download] - lake_centerlines: [ 80M 100% 0/s ] water_polygons: [ 809M 100% 0/s ] natural_earth: [ 434M 100% 0/s ] osm: [ 47G 69% 762M/s ] cpus: 2.5 gc: 0% heap: 60M/16G direct: 295k postGC: 68M
0:01:12 INF [download] - lake_centerlines: [ 80M 100% 0/s ] water_polygons: [ 809M 100% 0/s ] natural_earth: [ 434M 100% 0/s ] osm: [ 55G 81% 768M/s ] cpus: 2.5 gc: 0% heap: 88M/16G direct: 295k postGC: 68M
0:01:22 INF [download] - lake_centerlines: [ 80M 100% 0/s ] water_polygons: [ 809M 100% 0/s ] natural_earth: [ 434M 100% 0/s ] osm: [ 63G 92% 788M/s ] cpus: 2.5 gc: 0% heap: 91M/16G direct: 295k postGC: 68M
0:01:32 INF [download] - lake_centerlines: [ 80M 100% 0/s ] water_polygons: [ 809M 100% 0/s ] natural_earth: [ 434M 100% 0/s ] osm: [ 68G 100% 517M/s ] cpus: 1.5 gc: 0% heap: 60M/16G direct: 98k postGC: 68M
0:01:33 INF [download] - Finished downloading https://osm-pds.s3.amazonaws.com/2022/planet-220530.osm.pbf to data/sources/planet.osm.pbf
0:01:33 INF [download] - lake_centerlines: [ 80M 100% 0/s ] water_polygons: [ 809M 100% 0/s ] natural_earth: [ 434M 100% 0/s ] osm: [ 68G 100% 170M/s ] cpus: 0.4 gc: 0% heap: 85M/16G direct: 32k postGC: 68M
0:01:33 INF [download] - Finished in 1m33s cpu:3m58s avg:2.5
0:01:33 INF [download] - download-lake_centerlines_chunk-downloader 1x(0% 0.2s done:1m33s)
0:01:33 INF [download] - download-natural_earth_chunk-downloader 1x(1% 1s done:1m21s)
0:01:33 INF [download] - download-water_polygons_chunk-downloader 2x(1% 1s done:1m12s)
0:01:33 INF [download] - download-osm_chunk-downloader 16x(15% 14s sys:10s done:6s)
0:01:33 INF - no wikidata translations found, run with --fetch-wikidata to download
0:00:00 DEB - argument: config=null (path to config file)
0:00:00 DEB - argument: area=planet (name of the extract to download if osm_url/osm_path not specified (i.e. 'monaco' 'rhode island' 'australia' or 'planet'))
0:00:00 INF - Using in-memory stats
0:00:00 INF [overall] -
0:00:00 INF [overall] - Starting...
0:00:00 DEB - argument: madvise=true (default value for whether to use linux madvise(random) to improve memory-mapped read performance for temporary storage)
0:00:00 DEB - argument: storage=mmap (default storage type for temporary data, one of [ram, mmap, direct])
0:00:00 DEB - argument: threads=32 (num threads)
0:00:00 DEB - argument: write_threads=1 (number of threads to use when writing temp features)
0:00:00 DEB - argument: process_threads=31 (number of threads to use when processing input features)
0:00:00 DEB - argument: bounds=Env[-180.0 : 180.0, -85.0511287798066 : 85.0511287798066] (bounds)
0:00:00 DEB - argument: feature_read_threads=2 (number of threads to use when reading features at tile write time)
0:00:00 DEB - argument: loginterval=10 seconds (time between logs)
0:00:00 DEB - argument: minzoom=0 (minimum zoom level)
0:00:00 DEB - argument: maxzoom=14 (maximum zoom level (limit 14))
0:00:00 DEB - argument: skip_mbtiles_index_creation=false (skip adding index to mbtiles file)
0:00:00 DEB - argument: optimize_db=false (optimize mbtiles after writing)
0:00:00 DEB - argument: emit_tiles_in_order=true (emit tiles in index order)
0:00:00 DEB - argument: force=false (overwriting output file and ignore disk/RAM warnings)
0:00:00 DEB - argument: gzip_temp=false (gzip temporary feature storage (uses more CPU, but less disk space))
0:00:00 DEB - argument: mmap_temp=true (use memory-mapped IO for temp feature files)
0:00:00 DEB - argument: sort_max_readers=6 (maximum number of concurrent read threads to use when sorting chunks)
0:00:00 DEB - argument: sort_max_writers=6 (maximum number of concurrent write threads to use when sorting chunks)
0:00:00 DEB - argument: nodemap_type=array (type of node location map, one of [noop, sortedtable, sparsearray, array])
0:00:00 DEB - argument: nodemap_storage=mmap (storage for node location map, one of [ram, mmap, direct])
0:00:00 DEB - argument: nodemap_madvise=true (use linux madvise(random) for node locations)
0:00:00 DEB - argument: multipolygon_geometry_storage=mmap (storage for multipolygon geometries, one of [ram, mmap, direct])
0:00:00 DEB - argument: multipolygon_geometry_madvise=true (use linux madvise(random) for temporary multipolygon geometry storage)
0:00:00 DEB - argument: http_user_agent=Planetiler downloader (https://github.com/onthegomap/planetiler) (User-Agent header to set when downloading files over HTTP)
0:00:00 DEB - argument: http_timeout=30 seconds (Timeout to use when downloading files over HTTP)
0:00:00 DEB - argument: http_retries=1 (Retries to use when downloading files over HTTP)
0:00:00 DEB - argument: download_chunk_size_mb=100 (Size of file chunks to download in parallel in megabytes)
0:00:00 DEB - argument: download_threads=1 (Number of parallel threads to use when downloading each file)
0:00:00 DEB - argument: min_feature_size_at_max_zoom=0.0625 (Default value for the minimum size in tile pixels of features to emit at the maximum zoom level to allow for overzooming)
0:00:00 DEB - argument: min_feature_size=1.0 (Default value for the minimum size in tile pixels of features to emit below the maximum zoom level)
0:00:00 DEB - argument: simplify_tolerance_at_max_zoom=0.0625 (Default value for the tile pixel tolerance to use when simplifying features at the maximum zoom level to allow for overzooming)
0:00:00 DEB - argument: simplify_tolerance=0.1 (Default value for the tile pixel tolerance to use when simplifying features below the maximum zoom level)
0:00:00 DEB - argument: osm_lazy_reads=false (Read OSM blocks from disk in worker threads)
0:00:00 DEB - argument: compact_db=true (Reduce the DB size by separating and deduping the tile data)
0:00:00 DEB - argument: skip_filled_tiles=false (Skip writing tiles containing only polygon fills to the output)
0:00:00 DEB - argument: tmpdir=data/tmp (temp directory)
0:00:00 DEB - argument: only_download=false (download source data then exit)
0:00:00 DEB - argument: download=false (download sources)
0:00:00 DEB - argument: temp_nodes=data/tmp/node.db (temp node db location)
0:00:00 DEB - argument: temp_multipolygons=data/tmp/multipolygon.db (temp multipolygon db location)
0:00:00 DEB - argument: temp_features=data/tmp/feature.db (temp feature db location)
0:00:00 DEB - argument: osm_parse_node_bounds=false (parse bounds from OSM nodes instead of header)
0:00:00 DEB - argument: only_fetch_wikidata=false (fetch wikidata translations then quit)
0:00:00 DEB - argument: fetch_wikidata=false (fetch wikidata translations then continue)
0:00:00 DEB - argument: use_wikidata=true (use wikidata translations)
0:00:00 DEB - argument: wikidata_cache=data/sources/wikidata_names.json (wikidata cache file)
0:00:00 DEB - argument: lake_centerlines_path=data/sources/lake_centerline.shp.zip (lake_centerlines shapefile path)
0:00:00 DEB - argument: free_lake_centerlines_after_read=false (delete lake_centerlines input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: water_polygons_path=data/sources/water-polygons-split-3857.zip (water_polygons shapefile path)
0:00:00 DEB - argument: free_water_polygons_after_read=false (delete water_polygons input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: natural_earth_path=data/sources/natural_earth_vector.sqlite.zip (natural_earth sqlite db path)
0:00:00 DEB - argument: free_natural_earth_after_read=false (delete natural_earth input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: osm_path=data/sources/planet.osm.pbf (osm OSM input file path)
0:00:00 DEB - argument: free_osm_after_read=false (delete osm input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: mbtiles=data/output.mbtiles (mbtiles output file)
0:00:00 DEB - argument: transliterate=true (attempt to transliterate latin names)
0:00:00 DEB - argument: languages=am,ar,az,be,bg,br,bs,ca,co,cs,cy,da,de,el,en,eo,es,et,eu,fi,fr,fy,ga,gd,he,hi,hr,hu,hy,id,is,it,ja,ja_kana,ja_rm,ja-Latn,ja-Hira,ka,kk,kn,ko,ko-Latn,ku,la,lb,lt,lv,mk,mt,ml,nl,no,oc,pl,pt,rm,ro,ru,sk,sl,sq,sr,sr-Latn,sv,ta,te,th,tr,uk,zh (languages to use)
0:00:00 DEB - argument: only_layers= (Include only certain layers)
0:00:00 DEB - argument: exclude_layers= (Exclude certain layers)
0:00:00 DEB - argument: boundary_country_names=true (boundary layer: add left/right codes of neighboring countries)
0:00:00 DEB - argument: transportation_z13_paths=false (transportation(_name) layer: show all paths on z13)
0:00:00 DEB - argument: building_merge_z13=true (building layer: merge nearby buildings at z13)
0:00:00 DEB - argument: transportation_name_brunnel=false (transportation_name layer: set to false to omit brunnel and help merge long highways)
0:00:00 DEB - argument: transportation_name_size_for_shield=false (transportation_name layer: allow road names on shorter segments (ie. they will have a shield))
0:00:00 DEB - argument: transportation_name_limit_merge=false (transportation_name layer: limit merge so we don't combine different relations to help merge long highways)
0:00:00 DEB - argument: transportation_name_minor_refs=false (transportation_name layer: include name and refs from minor road networks if not present on a way)
0:00:00 DEB - argument: mbtiles_name=OpenMapTiles ('name' attribute for mbtiles metadata)
0:00:00 DEB - argument: mbtiles_description=A tileset showcasing all layers in OpenMapTiles. https://openmaptiles.org ('description' attribute for mbtiles metadata)
0:00:00 DEB - argument: mbtiles_attribution=<a href="https://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a> ('attribution' attribute for mbtiles metadata)
0:00:00 DEB - argument: mbtiles_version=3.13.1 ('version' attribute for mbtiles metadata)
0:00:00 DEB - argument: mbtiles_type=baselayer ('type' attribute for mbtiles metadata)
0:00:00 DEB - argument: help=false (show arguments then exit)
0:00:00 INF - Building BasemapProfile profile into data/output.mbtiles in these phases:
0:00:00 INF - lake_centerlines: Process features in data/sources/lake_centerline.shp.zip
0:00:00 INF - water_polygons: Process features in data/sources/water-polygons-split-3857.zip
0:00:00 INF - natural_earth: Process features in data/sources/natural_earth_vector.sqlite.zip
0:00:00 INF - osm_pass1: Pre-process OpenStreetMap input (store node locations then relation members)
0:00:00 INF - osm_pass2: Process OpenStreetMap nodes, ways, then relations
0:00:00 INF - sort: Sort rendered features by tile ID
0:00:00 INF - mbtiles: Encode each tile and write to data/output.mbtiles
0:00:00 INF - no wikidata translations found, run with --fetch-wikidata to download
0:00:00 DEB - ✓ 316G storage on /data (/dev/nvme1n1) requested for read phase disk, 1.8T available
0:00:00 DEB - - 78G used for temporary node location cache
0:00:00 DEB - - 10G used for temporary multipolygon geometry cache
0:00:00 DEB - - 228G used for temporary feature storage
0:00:00 DEB - ✓ 342G storage on /data (/dev/nvme1n1) requested for write phase disk, 1.8T available
0:00:00 DEB - - 228G used for temporary feature storage
0:00:00 DEB - - 114G used for mbtiles output
0:00:00 DEB - ✓ 88G storage on /data (/dev/nvme1n1) requested for read phase, 1.8T available
0:00:00 DEB - - 78G used for array node location cache (switch to sparsearray to reduce size)
0:00:00 DEB - - 10G used for multipolygon way geometries
0:00:00 INF - ⚠️️ 20G JVM heap requested for read phase, 21G available (increase JVM -Xmx setting)
0:00:00 INF - - 20G used for temporary profile storage
0:00:00 WAR - Planetiler will use ~88G memory-mapped files for node locations and multipolygon geometries but the OS only
has 44G available to cache pages, this may slow the import down. To speed up, run on a machine with more
memory or reduce the -Xmx setting.
0:00:00 INF - Using merge sort feature map, chunk size=2000mb max workers=32
0:00:01 INF - dataFileCache open start
0:00:02 INF [lake_centerlines] -
0:00:02 INF [lake_centerlines] - Starting...
0:00:04 INF [lake_centerlines] - read: [ 59k 100% 28k/s ] write: [ 0 0/s ] 0
cpus: 2.4 gc: 1% heap: 367M/21G direct: 237k postGC: 178M
read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
0:00:04 INF [lake_centerlines] - Finished in 2s cpu:5s avg:2.5
0:00:04 INF [lake_centerlines] - read 1x(87% 2s)
0:00:04 INF [lake_centerlines] - process 31x(2% 0s wait:2s)
0:00:04 INF [lake_centerlines] - write 1x(0% 0s wait:2s)
0:00:04 INF [water_polygons] -
0:00:04 INF [water_polygons] - Starting...
0:00:14 INF [water_polygons] - read: [ 1.9k 13% 190/s ] write: [ 10M 1M/s ] 2G
cpus: 30.6 gc: 5% heap: 4.6G/21G direct: 52M postGC: 3.7G
read(74%) -> (1k/1k) -> process(91% 89% 89% 88% 90% 90% 87% 89% 85% 87% 90% 83% 89% 87% 91% 87% 88% 86% 87% 91% 87% 88% 91% 90% 92% 86% 89% 89% 91% 88% 79%) -> (16k/82k) -> write(15%)
0:00:24 INF [water_polygons] - read: [ 4.3k 30% 244/s ] write: [ 25M 1.5M/s ] 3G
cpus: 31 gc: 5% heap: 6.7G/21G direct: 52M postGC: 3.8G
read(48%) -> (985/1k) -> process(94% 93% 92% 94% 93% 94% 93% 94% 94% 93% 93% 92% 93% 93% 94% 94% 94% 93% 92% 93% 94% 94% 93% 94% 94% 94% 92% 94% 94% 93% 94%) -> (15k/82k) -> write(20%)
0:00:34 INF [water_polygons] - read: [ 7.3k 51% 302/s ] write: [ 59M 3.4M/s ] 5G
cpus: 27.7 gc: 4% heap: 2.4G/21G direct: 52M postGC: 1.5G
read(24%) -> (1k/1k) -> process(80% 87% 91% 86% 80% 81% 83% 94% 92% 82% 81% 86% 82% 82% 95% 80% 80% 79% 85% 80% 79% 87% 81% 95% 79% 81% 80% 81% 80% 80% 80%) -> (75k/82k) -> write(41%)
0:00:44 INF [water_polygons] - read: [ 11k 78% 387/s ] write: [ 148M 8.8M/s ] 8.7G
cpus: 9.1 gc: 1% heap: 6.4G/21G direct: 52M postGC: 1.4G
read( 1%) -> (1k/1k) -> process(24% 24% 24% 24% 24% 25% 24% 31% 25% 24% 24% 24% 24% 24% 50% 24% 24% 24% 24% 25% 24% 24% 24% 31% 25% 24% 24% 24% 24% 24% 24%) -> (76k/82k) -> write(99%)
0:00:52 INF [water_polygons] - read: [ 14k 100% 388/s ] write: [ 222M 8.9M/s ] 10G
cpus: 8.6 gc: 0% heap: 6.4G/21G direct: 52M postGC: 1.4G
read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
0:00:52 INF [water_polygons] - Finished in 48s cpu:17m37s gc:2s avg:21.9
0:00:52 INF [water_polygons] - read 1x(30% 15s wait:29s done:3s)
0:00:52 INF [water_polygons] - process 31x(64% 31s wait:15s)
0:00:52 INF [water_polygons] - write 1x(53% 26s sys:7s wait:22s)
0:00:52 INF [natural_earth] - unzipping /data/data/sources/natural_earth_vector.sqlite.zip to data/tmp/natearth.sqlite
0:00:56 INF [natural_earth] -
0:00:56 INF [natural_earth] - Starting...
0:01:07 INF [natural_earth] - read: [ 333k 95% 33k/s ] write: [ 7k 699/s ] 12G
cpus: 2.5 gc: 0% heap: 4.7G/21G direct: 52M postGC: 1.4G
read(99%) -> (0/1k) -> process( 3% 2% 2% 3% 2% 3% 2% 11% 3% 2% 3% 3% 3% 3% 3% 2% 2% 2% 2% 3% 2% 3% 3% 2% 2% 2% 3% 3% 3% 3% 2%) -> (22k/82k) -> write( 0%)
0:01:08 INF [natural_earth] - read: [ 349k 100% 22k/s ] write: [ 33k 38k/s ] 10G
cpus: 2.7 gc: 0% heap: 5.2G/21G direct: 52M postGC: 1.4G
read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
0:01:08 INF [natural_earth] - Finished in 11s cpu:27s avg:2.5
0:01:08 INF [natural_earth] - read 1x(94% 10s sys:2s)
0:01:08 INF [natural_earth] - process 31x(3% 0.3s wait:10s)
0:01:08 INF [natural_earth] - write 1x(0% 0s wait:11s)
0:01:08 INF [osm_pass1] -
0:01:08 INF [osm_pass1] - Starting...
0:01:18 INF [osm_pass1] - nodes: [ 500M 49M/s ] 6.1G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 2.1k 215/s ]
cpus: 24.6 gc: 4% heap: 5.7G/21G direct: 2.3G postGC: 4.5G hppc: 972
read(24%) -> (27/94) -> process(76% 75% 76% 75% 76% 76% 75% 75% 75% 74% 76% 76% 75% 74% 75% 75% 74% 75% 75% 76% 75% 77% 75% 76% 76% 74% 75% 75% 74% 74% 73%)
0:01:28 INF [osm_pass1] - nodes: [ 1B 53M/s ] 11G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 4.4k 232/s ]
cpus: 23.8 gc: 7% heap: 7.9G/21G direct: 3.9G postGC: 5.4G hppc: 972
read(27%) -> (63/94) -> process(70% 71% 70% 71% 69% 71% 72% 70% 70% 71% 70% 71% 71% 71% 71% 71% 71% 71% 72% 70% 71% 71% 71% 71% 71% 71% 72% 71% 71% 71% 72%)
0:01:38 INF [osm_pass1] - nodes: [ 1.6B 58M/s ] 17G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 6.7k 224/s ]
cpus: 24.5 gc: 9% heap: 7.7G/21G direct: 4G postGC: 4.3G hppc: 972
read(25%) -> (63/94) -> process(73% 73% 72% 73% 71% 73% 71% 72% 74% 72% 73% 72% 72% 72% 72% 72% 70% 71% 72% 73% 71% 73% 72% 73% 73% 72% 72% 72% 72% 73% 72%)
0:01:48 INF [osm_pass1] - nodes: [ 2.2B 57M/s ] 23G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 8.8k 207/s ]
cpus: 24.8 gc: 15% heap: 3.3G/21G direct: 4G postGC: 17G hppc: 972
read(19%) -> (61/94) -> process(68% 68% 69% 68% 69% 69% 68% 69% 70% 68% 69% 70% 68% 68% 69% 70% 69% 69% 69% 70% 69% 68% 68% 69% 69% 69% 68% 69% 69% 68% 69%)
0:01:58 INF [osm_pass1] - nodes: [ 2.9B 72M/s ] 31G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 10k 216/s ]
cpus: 27.3 gc: 12% heap: 12G/21G direct: 4G postGC: 12G hppc: 972
read(20%) -> (63/94) -> process(79% 77% 80% 79% 79% 80% 79% 78% 79% 79% 79% 81% 77% 79% 79% 80% 78% 78% 78% 79% 79% 80% 79% 80% 80% 78% 79% 79% 78% 78% 78%)
0:02:08 INF [osm_pass1] - nodes: [ 3.6B 68M/s ] 37G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 12k 198/s ]
cpus: 26.9 gc: 16% heap: 16G/21G direct: 4.2G postGC: 16G hppc: 972
read(19%) -> (55/94) -> process(75% 74% 74% 75% 75% 76% 74% 75% 75% 74% 75% 75% 75% 76% 75% 74% 75% 75% 75% 74% 76% 75% 75% 75% 75% 75% 74% 75% 74% 76% 74%)
0:02:18 INF [osm_pass1] - nodes: [ 4.3B 71M/s ] 44G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 14k 201/s ]
cpus: 27 gc: 15% heap: 8.8G/21G direct: 4.2G postGC: 5.1G hppc: 972
read(18%) -> (63/94) -> process(76% 75% 74% 75% 75% 76% 77% 74% 76% 76% 75% 76% 76% 76% 77% 76% 74% 75% 74% 74% 76% 76% 73% 75% 75% 74% 75% 75% 75% 75% 75%)
0:02:28 INF [osm_pass1] - nodes: [ 5.1B 82M/s ] 52G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 17k 233/s ]
cpus: 28.7 gc: 9% heap: 7.7G/21G direct: 4.2G postGC: 6.7G hppc: 972
read(19%) -> (0/94) -> process(86% 84% 85% 85% 85% 85% 86% 85% 85% 87% 86% 86% 85% 87% 84% 86% 86% 85% 86% 84% 86% 86% 85% 86% 86% 85% 84% 86% 87% 85% 85%)
0:02:38 INF [osm_pass1] - nodes: [ 5.8B 73M/s ] 60G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 19k 207/s ]
cpus: 27.7 gc: 12% heap: 10G/21G direct: 4.2G postGC: 6G hppc: 972
read(18%) -> (63/94) -> process(81% 80% 80% 80% 80% 80% 79% 78% 80% 79% 80% 79% 79% 80% 81% 79% 79% 81% 82% 80% 79% 80% 81% 79% 80% 80% 77% 80% 81% 80% 79%)
0:02:48 INF [osm_pass1] - nodes: [ 6.6B 74M/s ] 67G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 21k 205/s ]
cpus: 27.5 gc: 14% heap: 6.3G/21G direct: 4.2G postGC: 6G hppc: 972
read(18%) -> (62/94) -> process(78% 78% 79% 78% 78% 77% 79% 78% 80% 79% 77% 78% 79% 79% 77% 78% 79% 75% 77% 79% 79% 78% 78% 78% 78% 79% 78% 78% 78% 78% 78%)
0:02:58 INF [osm_pass1] - nodes: [ 7.3B 71M/s ] 74G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 23k 198/s ]
cpus: 26.9 gc: 16% heap: 13G/21G direct: 4.2G postGC: 13G hppc: 972
read(17%) -> (63/94) -> process(75% 75% 76% 76% 74% 76% 75% 75% 74% 76% 74% 76% 74% 75% 75% 75% 76% 75% 74% 74% 76% 74% 75% 77% 76% 75% 77% 73% 76% 75% 75%)
0:03:03 INF [osm_pass1:process] - Finished nodes: 7,715,618,978 (67M/s) in 1m54s cpu:50m19s gc:13s avg:26.4
0:03:08 INF [osm_pass1] - nodes: [ 7.7B 36M/s ] 78G ways: [ 49M 4.9M/s ] rels: [ 0 0/s ] blocks: [ 25k 203/s ]
cpus: 27.2 gc: 16% heap: 8.9G/21G direct: 4.2G postGC: 6.1G hppc: 972
read(20%) -> (0/94) -> process(75% 75% 75% 73% 74% 75% 74% 74% 74% 74% 74% 75% 75% 73% 73% 74% 74% 74% 75% 73% 74% 74% 75% 73% 73% 74% 74% 74% 74% 74% 75%)
0:03:18 INF [osm_pass1] - nodes: [ 7.7B 0/s ] 78G ways: [ 238M 18M/s ] rels: [ 0 0/s ] blocks: [ 28k 307/s ]
cpus: 28.9 gc: 8% heap: 8.3G/21G direct: 4.2G postGC: 7.2G hppc: 972
read(29%) -> (62/94) -> process(87% 87% 87% 87% 87% 87% 87% 86% 87% 86% 86% 86% 87% 86% 86% 87% 87% 87% 86% 87% 86% 86% 87% 86% 86% 86% 87% 86% 87% 87% 87%)
0:03:28 INF [osm_pass1] - nodes: [ 7.7B 0/s ] 78G ways: [ 462M 22M/s ] rels: [ 0 0/s ] blocks: [ 31k 322/s ]
cpus: 30.1 gc: 11% heap: 11G/21G direct: 4.2G postGC: 8.5G hppc: 972
read(25%) -> (62/94) -> process(88% 89% 89% 89% 89% 88% 89% 88% 88% 89% 88% 89% 89% 88% 89% 89% 89% 89% 88% 88% 89% 88% 88% 88% 88% 89% 89% 89% 89% 89% 88%)
0:03:38 INF [osm_pass1] - nodes: [ 7.7B 0/s ] 78G ways: [ 697M 23M/s ] rels: [ 0 0/s ] blocks: [ 35k 324/s ]
cpus: 30 gc: 12% heap: 12G/21G direct: 4.2G postGC: 11G hppc: 972
read(21%) -> (63/94) -> process(87% 88% 87% 87% 87% 87% 87% 88% 88% 88% 88% 87% 87% 88% 87% 87% 88% 87% 87% 87% 88% 87% 87% 88% 88% 87% 87% 88% 87% 88% 88%)
0:03:47 INF [osm_pass1:process] - Finished ways: 862,758,280 (19M/s) in 44s cpu:21m30s gc:6s avg:29.1
0:03:48 INF [osm_pass1] - nodes: [ 7.7B 0/s ] 78G ways: [ 862M 16M/s ] rels: [ 354k 35k/s ] blocks: [ 37k 227/s ]
cpus: 28.3 gc: 18% heap: 2.3G/21G direct: 4.2G postGC: 6.7G hppc: 67M
read(15%) -> (63/94) -> process(70% 69% 69% 68% 69% 70% 70% 68% 70% 69% 68% 66% 68% 67% 73% 68% 69% 70% 67% 67% 67% 70% 71% 67% 71% 70% 72% 68% 69% 70% 69%)
0:03:58 INF [osm_pass1] - nodes: [ 7.7B 0/s ] 78G ways: [ 862M 0/s ] rels: [ 8.9M 854k/s ] blocks: [ 37k 25/s ]
cpus: 11.4 gc: 4% heap: 10G/21G direct: 4.2G postGC: 6.1G hppc: 724M
read( -%) -> (15/94) -> process(19% 20% 21% 22% 19% 23% 19% 22% 19% 20% 19% 21% 21% 19% 20% 18% 22% 20% 21% 21% 21% 19% 20% 21% 19% 20% 20% 23% 21% 22% 22%)
0:03:59 INF [osm_pass1:process] - Finished relations: 9,948,180 (812k/s) in 12s cpu:2m22s avg:11.6
0:03:59 INF [osm_pass1] - nodes: [ 7.7B 0/s ] 78G ways: [ 862M 0/s ] rels: [ 9.9M 667k/s ] blocks: [ 37k 29/s ]
cpus: 8.8 gc: 7% heap: 7.3G/21G direct: 186M postGC: 7.5G hppc: 1G
read( -%) -> (0/94) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%)
0:03:59 DEB [osm_pass1] - Processed 37,622 blocks:
0:03:59 DEB [osm_pass1] - nodes: 7,715,618,978 (67M/s) in 1m54s cpu:50m19s gc:13s avg:26.4
0:03:59 DEB [osm_pass1] - ways: 862,758,280 (19M/s) in 44s cpu:21m30s gc:6s avg:29.1
0:03:59 DEB [osm_pass1] - relations: 9,948,180 (812k/s) in 12s cpu:2m22s avg:11.6
0:03:59 INF [osm_pass1] - Finished in 2m52s cpu:1h14m36s gc:20s avg:26.1
0:03:59 INF [osm_pass1] - read 1x(20% 34s sys:27s wait:1m8s done:3s)
0:03:59 INF [osm_pass1] - process 31x(74% 2m6s sys:5s block:9s wait:7s)
0:03:59 INF [osm_pass2] -
0:03:59 INF [osm_pass2] - Starting...
0:04:09 INF [osm_pass2] - nodes: [ 237M 3% 23M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 247M 2.5M/s ] 15G blocks: [ 1k 3% 109/s ]
cpus: 28.8 gc: 4% heap: 7G/21G direct: 55M postGC: 4G relInfo: 1G mpGeoms: 277
read(13%) -> (16/47) -> process(71% 74% 66% 72% 74% 73% 77% 73% 65% 68% 67% 74% 69% 76% 69% 74% 70% 63% 67% 75% 70% 71% 69% 69% 68% 73% 72% 66% 70% 66% 72%) -> (73k/82k) -> write(64%)
0:04:19 INF [osm_pass2] - nodes: [ 599M 8% 36M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 274M 2.7M/s ] 17G blocks: [ 2.5k 7% 148/s ]
cpus: 30 gc: 3% heap: 6.3G/21G direct: 55M postGC: 4.2G relInfo: 1G mpGeoms: 277
read(18%) -> (16/47) -> process(84% 82% 82% 80% 86% 81% 82% 87% 84% 84% 82% 85% 84% 84% 83% 86% 83% 81% 77% 85% 85% 77% 88% 86% 89% 82% 83% 87% 88% 87% 83%) -> (14k/82k) -> write(74%)
0:04:29 INF [osm_pass2] - nodes: [ 1B 13% 41M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 296M 2.1M/s ] 19G blocks: [ 4.4k 12% 181/s ]
cpus: 31.2 gc: 2% heap: 10G/21G direct: 55M postGC: 4.2G relInfo: 1G mpGeoms: 277
read(22%) -> (15/47) -> process(94% 93% 94% 92% 92% 92% 90% 93% 91% 94% 90% 92% 94% 92% 91% 90% 91% 90% 91% 93% 89% 93% 95% 91% 91% 92% 88% 92% 92% 93% 95%) -> (60k/82k) -> write(55%)
0:04:39 INF [osm_pass2] - nodes: [ 1.4B 19% 45M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 311M 1.5M/s ] 21G blocks: [ 6.1k 16% 179/s ]
cpus: 31.2 gc: 3% heap: 11G/21G direct: 55M postGC: 4.2G relInfo: 1G mpGeoms: 277
read(19%) -> (16/47) -> process(96% 95% 95% 93% 95% 94% 93% 96% 93% 93% 94% 95% 95% 96% 93% 95% 96% 93% 95% 95% 91% 94% 95% 95% 94% 96% 95% 95% 95% 95% 94%) -> (15k/82k) -> write(42%)
0:04:49 INF [osm_pass2] - nodes: [ 1.9B 25% 46M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 331M 2M/s ] 23G blocks: [ 7.9k 21% 171/s ]
cpus: 31.2 gc: 3% heap: 9.3G/21G direct: 55M postGC: 4.3G relInfo: 1G mpGeoms: 277
read(17%) -> (13/47) -> process(95% 96% 94% 94% 96% 95% 94% 94% 94% 95% 94% 96% 95% 96% 95% 96% 94% 94% 95% 94% 96% 92% 94% 94% 94% 95% 94% 95% 94% 95% 96%) -> (18k/82k) -> write(54%)
0:05:00 INF [osm_pass2] - nodes: [ 2.3B 31% 45M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 359M 2.7M/s ] 25G blocks: [ 9.4k 25% 149/s ]
cpus: 31.1 gc: 3% heap: 9.9G/21G direct: 55M postGC: 4.4G relInfo: 1G mpGeoms: 277
read(15%) -> (16/47) -> process(95% 94% 95% 94% 94% 95% 95% 95% 94% 94% 95% 94% 95% 92% 93% 95% 95% 93% 95% 95% 94% 94% 94% 95% 94% 93% 93% 94% 94% 94% 95%) -> (15k/82k) -> write(67%)
0:05:10 INF [osm_pass2] - nodes: [ 2.9B 38% 51M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 375M 1.6M/s ] 26G blocks: [ 10k 29% 151/s ]
cpus: 31.3 gc: 3% heap: 12G/21G direct: 55M postGC: 4.4G relInfo: 1G mpGeoms: 277
read(15%) -> (16/47) -> process(95% 95% 95% 95% 96% 96% 95% 95% 95% 95% 95% 93% 95% 96% 95% 96% 93% 94% 94% 96% 93% 95% 95% 96% 96% 95% 96% 96% 95% 96% 96%) -> (17k/82k) -> write(43%)
0:05:20 INF [osm_pass2] - nodes: [ 3.4B 44% 49M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 391M 1.5M/s ] 28G blocks: [ 12k 33% 144/s ]
cpus: 31.1 gc: 3% heap: 14G/21G direct: 55M postGC: 4.6G relInfo: 1G mpGeoms: 277
read(14%) -> (15/47) -> process(95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 94% 95% 95% 94% 94% 93% 94% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 95% 94% 95% 93%) -> (16k/82k) -> write(43%)
0:05:30 INF [osm_pass2] - nodes: [ 3.9B 51% 49M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 406M 1.5M/s ] 29G blocks: [ 13k 37% 142/s ]
cpus: 31.2 gc: 4% heap: 12G/21G direct: 55M postGC: 4.9G relInfo: 1G mpGeoms: 277
read(13%) -> (16/47) -> process(95% 96% 93% 95% 95% 95% 95% 96% 92% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 96% 96% 94% 94% 95% 95% 93% 95% 95% 94%) -> (24k/82k) -> write(41%)
0:05:40 INF [osm_pass2] - nodes: [ 4.4B 57% 50M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 422M 1.6M/s ] 31G blocks: [ 15k 41% 143/s ]
cpus: 31.2 gc: 4% heap: 7G/21G direct: 55M postGC: 5G relInfo: 1G mpGeoms: 277
read(13%) -> (16/47) -> process(96% 94% 96% 94% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 94% 95% 95% 95% 94% 94% 95% 94% 94% 94% 95% 96% 96% 95% 95% 95% 94%) -> (21k/82k) -> write(43%)
0:05:50 INF [osm_pass2] - nodes: [ 4.9B 64% 52M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 436M 1.3M/s ] 33G blocks: [ 16k 44% 148/s ]
cpus: 31 gc: 4% heap: 13G/21G direct: 55M postGC: 5.1G relInfo: 1G mpGeoms: 277
read(14%) -> (15/47) -> process(95% 95% 96% 95% 96% 96% 96% 96% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 96% 95% 95% 96%) -> (17k/82k) -> write(38%)
0:06:00 INF [osm_pass2] - nodes: [ 5.4B 71% 52M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 450M 1.3M/s ] 34G blocks: [ 18k 48% 148/s ]
cpus: 31 gc: 4% heap: 8.1G/21G direct: 55M postGC: 5.3G relInfo: 1G mpGeoms: 277
read(13%) -> (16/47) -> process(95% 95% 95% 95% 94% 95% 96% 95% 94% 95% 95% 95% 95% 96% 96% 94% 95% 95% 95% 95% 95% 95% 96% 95% 94% 95% 95% 95% 95% 95% 95%) -> (23k/82k) -> write(38%)
0:06:10 INF [osm_pass2] - nodes: [ 5.9B 78% 52M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 466M 1.6M/s ] 35G blocks: [ 19k 52% 146/s ]
cpus: 31.1 gc: 4% heap: 12G/21G direct: 55M postGC: 6G relInfo: 1G mpGeoms: 277
read(13%) -> (15/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 96% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 96% 95% 96% 95%) -> (14k/82k) -> write(43%)
0:06:20 INF [osm_pass2] - nodes: [ 6.5B 85% 53M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 480M 1.3M/s ] 37G blocks: [ 21k 56% 147/s ]
cpus: 31 gc: 4% heap: 9.6G/21G direct: 55M postGC: 6.8G relInfo: 1G mpGeoms: 277
read(13%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 94% 95% 94% 95%) -> (19k/82k) -> write(37%)
0:06:30 INF [osm_pass2] - nodes: [ 6.9B 91% 47M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 498M 1.8M/s ] 38G blocks: [ 22k 60% 132/s ]
cpus: 30.6 gc: 5% heap: 12G/21G direct: 55M postGC: 11G relInfo: 1G mpGeoms: 277
read(12%) -> (16/47) -> process(93% 94% 93% 93% 93% 93% 93% 93% 93% 93% 92% 93% 93% 93% 94% 94% 94% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 92% 92% 93% 93%) -> (18k/82k) -> write(47%)
0:06:40 INF [osm_pass2] - nodes: [ 7.4B 97% 48M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 511M 1.2M/s ] 39G blocks: [ 23k 63% 133/s ]
cpus: 30.1 gc: 5% heap: 10G/21G direct: 55M postGC: 5.8G relInfo: 1G mpGeoms: 277
read(12%) -> (16/47) -> process(91% 92% 91% 91% 91% 91% 91% 91% 91% 91% 91% 91% 91% 91% 91% 90% 91% 91% 91% 91% 90% 91% 91% 91% 92% 91% 91% 91% 91% 91% 91%) -> (21k/82k) -> write(33%)
0:06:44 DEB [osm_pass2:process] - Sorting long long multimap...
0:06:44 INF [osm_pass2:process] - Finished nodes: 7,715,618,978 (46M/s) in 2m45s cpu:1h24m34s gc:6s avg:30.8
0:06:50 INF [osm_pass2] - nodes: [ 7.7B 100% 22M/s ] 78G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 518M 677k/s ] 39G blocks: [ 24k 65% 63/s ]
cpus: 15 gc: 2% heap: 13G/21G direct: 55M postGC: 5.8G relInfo: 1G mpGeoms: 277
read( 5%) -> (16/47) -> process(41% 41% 42% 43% 42% 41% 42% 42% 42% 43% 42% 42% 43% 96% 42% 42% 43% 42% 43% 42% 43% 42% 43% 43% 43% 43% 43% 42% 42% 42% 42%) -> (15k/82k) -> write(18%)
0:06:50 DEB [osm_pass2:process] - Sorted long long multimap 6s cpu:17s avg:2.9
0:07:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 1.5M 0% 152k/s ] rels: [ 0 0% 0/s ] features: [ 528M 1M/s ] 40G blocks: [ 24k 65% 1/s ]
cpus: 14 gc: 2% heap: 13G/21G direct: 56M postGC: 6.7G relInfo: 970M mpGeoms: 27M
read( 0%) -> (16/47) -> process(33% 32% 34% 44% 34% 36% 34% 33% 46% 48% 34% 41% 48% 45% 35% 44% 44% 34% 41% 47% 43% 42% 43% 52% 47% 46% 49% 45% 34% 33% 34%) -> (14k/82k) -> write(29%)
0:07:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 3.9M 0% 242k/s ] rels: [ 0 0% 0/s ] features: [ 544M 1.5M/s ] 42G blocks: [ 24k 65% 6/s ]
cpus: 17.6 gc: 3% heap: 9.2G/21G direct: 57M postGC: 8.5G relInfo: 970M mpGeoms: 43M
read( 1%) -> (16/47) -> process(44% 39% 55% 53% 50% 50% 50% 63% 55% 55% 53% 62% 55% 50% 59% 54% 55% 41% 55% 51% 57% 55% 56% 58% 54% 54% 42% 55% 55% 45% 48%) -> (13k/82k) -> write(44%)
0:07:20 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 7M 1% 309k/s ] rels: [ 0 0% 0/s ] features: [ 563M 1.9M/s ] 44G blocks: [ 24k 65% 6/s ]
cpus: 20.2 gc: 4% heap: 11G/21G direct: 57M postGC: 10G relInfo: 970M mpGeoms: 78M
read( 1%) -> (16/47) -> process(58% 57% 60% 64% 67% 65% 59% 56% 60% 60% 64% 56% 59% 64% 61% 56% 63% 64% 62% 55% 64% 68% 62% 62% 57% 63% 61% 57% 56% 59% 56%) -> (14k/82k) -> write(54%)
0:07:30 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 10M 1% 314k/s ] rels: [ 0 0% 0/s ] features: [ 582M 1.8M/s ] 46G blocks: [ 24k 66% 7/s ]
cpus: 20 gc: 3% heap: 11G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 89M
read( 1%) -> (16/47) -> process(62% 59% 62% 59% 56% 61% 62% 57% 59% 64% 56% 53% 59% 55% 55% 52% 65% 63% 59% 63% 64% 61% 61% 57% 64% 64% 57% 56% 58% 60% 59%) -> (17k/82k) -> write(53%)
0:07:40 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 13M 2% 345k/s ] rels: [ 0 0% 0/s ] features: [ 602M 2M/s ] 48G blocks: [ 24k 66% 8/s ]
cpus: 22.2 gc: 4% heap: 10G/21G direct: 57M postGC: 7.6G relInfo: 970M mpGeoms: 136M
read( 1%) -> (16/47) -> process(61% 67% 67% 65% 65% 73% 63% 65% 65% 65% 65% 64% 64% 67% 64% 66% 67% 67% 69% 68% 67% 67% 67% 71% 71% 69% 69% 70% 67% 64% 64%) -> (16k/82k) -> write(57%)
0:07:50 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 15M 2% 208k/s ] rels: [ 0 0% 0/s ] features: [ 615M 1.2M/s ] 48G blocks: [ 24k 66% 4/s ]
cpus: 18.5 gc: 3% heap: 14G/21G direct: 57M postGC: 8.6G relInfo: 970M mpGeoms: 193M
read( 1%) -> (16/47) -> process(57% 58% 57% 56% 59% 56% 55% 55% 57% 55% 55% 54% 54% 54% 57% 56% 59% 54% 56% 56% 56% 57% 59% 55% 56% 53% 68% 54% 59% 58% 55%) -> (49k/82k) -> write(37%)
0:08:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 18M 2% 235k/s ] rels: [ 0 0% 0/s ] features: [ 628M 1.3M/s ] 49G blocks: [ 24k 66% 4/s ]
cpus: 20 gc: 4% heap: 12G/21G direct: 57M postGC: 10G relInfo: 970M mpGeoms: 245M
read( 1%) -> (16/47) -> process(60% 58% 56% 58% 65% 64% 59% 58% 63% 58% 59% 56% 58% 58% 58% 57% 63% 57% 66% 57% 59% 62% 58% 59% 58% 68% 65% 62% 69% 65% 59%) -> (15k/82k) -> write(37%)
0:08:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 20M 2% 278k/s ] rels: [ 0 0% 0/s ] features: [ 643M 1.5M/s ] 52G blocks: [ 24k 66% 6/s ]
cpus: 23.1 gc: 3% heap: 13G/21G direct: 57M postGC: 5G relInfo: 970M mpGeoms: 320M
read( 1%) -> (16/47) -> process(69% 70% 69% 66% 69% 71% 67% 68% 71% 67% 71% 67% 71% 68% 67% 73% 70% 70% 75% 68% 72% 76% 67% 73% 64% 70% 72% 65% 69% 68% 71%) -> (16k/82k) -> write(44%)
0:08:20 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 24M 3% 338k/s ] rels: [ 0 0% 0/s ] features: [ 659M 1.5M/s ] 53G blocks: [ 24k 66% 7/s ]
cpus: 25.4 gc: 5% heap: 13G/21G direct: 57M postGC: 7.2G relInfo: 970M mpGeoms: 394M
read( 1%) -> (16/47) -> process(74% 84% 83% 73% 75% 73% 75% 72% 77% 83% 73% 79% 87% 77% 83% 74% 73% 85% 73% 72% 84% 74% 76% 69% 72% 75% 82% 71% 75% 84% 75%) -> (14k/82k) -> write(45%)
0:08:30 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 26M 3% 266k/s ] rels: [ 0 0% 0/s ] features: [ 671M 1.2M/s ] 55G blocks: [ 25k 67% 5/s ]
cpus: 26.2 gc: 4% heap: 16G/21G direct: 57M postGC: 8.8G relInfo: 970M mpGeoms: 486M
read( 1%) -> (16/47) -> process(85% 83% 80% 77% 80% 84% 82% 76% 83% 81% 78% 80% 79% 76% 78% 77% 82% 75% 81% 83% 79% 83% 77% 82% 80% 84% 81% 82% 78% 76% 82%) -> (15k/82k) -> write(37%)
0:08:40 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 29M 3% 250k/s ] rels: [ 0 0% 0/s ] features: [ 682M 1.1M/s ] 55G blocks: [ 25k 67% 5/s ]
cpus: 26.1 gc: 4% heap: 15G/21G direct: 57M postGC: 10G relInfo: 970M mpGeoms: 578M
read( 1%) -> (16/47) -> process(90% 87% 77% 74% 81% 84% 84% 77% 85% 82% 73% 74% 75% 75% 77% 77% 85% 75% 87% 85% 78% 88% 75% 77% 78% 75% 78% 83% 75% 83% 88%) -> (18k/82k) -> write(34%)
0:08:50 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 32M 4% 330k/s ] rels: [ 0 0% 0/s ] features: [ 696M 1.3M/s ] 56G blocks: [ 25k 67% 6/s ]
cpus: 25.6 gc: 4% heap: 14G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 641M
read( 1%) -> (16/47) -> process(79% 77% 78% 77% 79% 77% 74% 80% 79% 77% 76% 76% 81% 77% 76% 75% 76% 73% 85% 76% 75% 80% 75% 76% 74% 74% 75% 75% 76% 85% 78%) -> (14k/82k) -> write(40%)
0:09:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 36M 4% 342k/s ] rels: [ 0 0% 0/s ] features: [ 709M 1.2M/s ] 57G blocks: [ 25k 67% 6/s ]
cpus: 26.2 gc: 5% heap: 7.6G/21G direct: 57M postGC: 7.7G relInfo: 970M mpGeoms: 703M
read( 1%) -> (16/47) -> process(79% 79% 80% 80% 81% 79% 78% 80% 80% 79% 78% 80% 82% 79% 82% 76% 77% 83% 78% 80% 80% 83% 83% 79% 81% 77% 77% 78% 78% 82% 78%) -> (13k/82k) -> write(38%)
0:09:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 40M 5% 434k/s ] rels: [ 0 0% 0/s ] features: [ 721M 1.2M/s ] 58G blocks: [ 25k 67% 8/s ]
cpus: 27.8 gc: 5% heap: 5.1G/21G direct: 57M postGC: 4.8G relInfo: 970M mpGeoms: 745M
read( 1%) -> (16/47) -> process(83% 86% 83% 77% 83% 85% 82% 85% 83% 87% 88% 85% 82% 87% 84% 84% 85% 83% 82% 85% 85% 82% 88% 86% 86% 83% 83% 81% 84% 83% 85%) -> (16k/82k) -> write(36%)
0:09:20 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 45M 5% 452k/s ] rels: [ 0 0% 0/s ] features: [ 734M 1.2M/s ] 59G blocks: [ 25k 67% 7/s ]
cpus: 27.8 gc: 5% heap: 9.1G/21G direct: 57M postGC: 7.1G relInfo: 970M mpGeoms: 785M
read( 1%) -> (16/47) -> process(85% 88% 85% 84% 86% 84% 84% 85% 88% 86% 85% 83% 85% 84% 86% 84% 85% 84% 87% 86% 83% 84% 85% 85% 84% 85% 87% 84% 85% 84% 83%) -> (17k/82k) -> write(36%)
0:09:30 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 49M 6% 440k/s ] rels: [ 0 0% 0/s ] features: [ 746M 1.2M/s ] 59G blocks: [ 25k 68% 8/s ]
cpus: 27.6 gc: 5% heap: 13G/21G direct: 57M postGC: 9.9G relInfo: 970M mpGeoms: 834M
read( 1%) -> (16/47) -> process(86% 84% 84% 83% 81% 82% 85% 84% 83% 82% 85% 84% 86% 85% 83% 85% 86% 83% 84% 84% 84% 84% 85% 83% 82% 84% 82% 86% 84% 82% 86%) -> (10k/82k) -> write(35%)
0:09:40 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 53M 6% 413k/s ] rels: [ 0 0% 0/s ] features: [ 758M 1.2M/s ] 60G blocks: [ 25k 68% 7/s ]
cpus: 27.5 gc: 5% heap: 7.3G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 886M
read( 1%) -> (16/47) -> process(83% 82% 81% 85% 80% 83% 84% 86% 85% 84% 84% 82% 84% 83% 81% 81% 84% 84% 83% 86% 82% 82% 83% 84% 83% 81% 83% 80% 83% 81% 85%) -> (15k/82k) -> write(35%)
0:09:50 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 57M 7% 343k/s ] rels: [ 0 0% 0/s ] features: [ 769M 1M/s ] 62G blocks: [ 25k 68% 6/s ]
cpus: 28 gc: 4% heap: 12G/21G direct: 57M postGC: 4.9G relInfo: 970M mpGeoms: 960M
read( 1%) -> (16/47) -> process(87% 85% 87% 84% 85% 87% 86% 84% 86% 86% 84% 82% 88% 86% 87% 86% 85% 83% 88% 86% 82% 86% 85% 87% 87% 86% 86% 84% 85% 85% 87%) -> (14k/82k) -> write(32%)
0:10:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 60M 7% 364k/s ] rels: [ 0 0% 0/s ] features: [ 780M 1.1M/s ] 62G blocks: [ 25k 68% 6/s ]
cpus: 28 gc: 4% heap: 8.9G/21G direct: 57M postGC: 6.2G relInfo: 970M mpGeoms: 1G
read( 1%) -> (16/47) -> process(89% 85% 85% 87% 84% 89% 88% 85% 90% 84% 85% 86% 86% 86% 84% 88% 87% 86% 86% 83% 84% 87% 84% 87% 85% 90% 84% 84% 87% 86% 90%) -> (14k/82k) -> write(33%)
0:10:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 64M 7% 349k/s ] rels: [ 0 0% 0/s ] features: [ 791M 1.1M/s ] 63G blocks: [ 25k 68% 6/s ]
cpus: 27.5 gc: 4% heap: 14G/21G direct: 57M postGC: 4.9G relInfo: 970M mpGeoms: 1G
read( 1%) -> (16/47) -> process(81% 82% 82% 83% 82% 84% 85% 81% 85% 84% 87% 83% 84% 86% 84% 86% 81% 83% 83% 87% 82% 86% 85% 84% 84% 83% 82% 83% 83% 81% 87%) -> (18k/82k) -> write(33%)
0:10:20 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 68M 8% 395k/s ] rels: [ 0 0% 0/s ] features: [ 803M 1.2M/s ] 64G blocks: [ 25k 69% 8/s ]
cpus: 27.1 gc: 5% heap: 10G/21G direct: 57M postGC: 7.1G relInfo: 970M mpGeoms: 1.1G
read( 1%) -> (16/47) -> process(83% 83% 83% 81% 82% 83% 82% 81% 83% 84% 83% 82% 83% 81% 80% 86% 82% 81% 84% 84% 85% 83% 82% 82% 82% 84% 82% 83% 86% 85% 81%) -> (17k/82k) -> write(36%)
0:10:30 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 71M 8% 378k/s ] rels: [ 0 0% 0/s ] features: [ 816M 1.2M/s ] 65G blocks: [ 25k 69% 7/s ]
cpus: 27.7 gc: 5% heap: 17G/21G direct: 57M postGC: 9.5G relInfo: 970M mpGeoms: 1.1G
read( 1%) -> (16/47) -> process(85% 87% 85% 84% 84% 86% 82% 84% 85% 84% 85% 84% 83% 86% 85% 85% 84% 83% 83% 86% 84% 83% 84% 86% 85% 83% 85% 84% 85% 84% 83%) -> (14k/82k) -> write(36%)
0:10:40 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 76M 9% 423k/s ] rels: [ 0 0% 0/s ] features: [ 829M 1.3M/s ] 66G blocks: [ 25k 69% 6/s ]
cpus: 27 gc: 4% heap: 16G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 1.2G
read( 1%) -> (16/47) -> process(79% 83% 83% 82% 83% 81% 80% 83% 79% 87% 81% 82% 85% 79% 81% 83% 83% 81% 82% 83% 83% 82% 81% 78% 82% 84% 79% 82% 79% 80% 83%) -> (16k/82k) -> write(38%)
0:10:50 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 80M 9% 438k/s ] rels: [ 0 0% 0/s ] features: [ 843M 1.4M/s ] 66G blocks: [ 26k 69% 7/s ]
cpus: 26.9 gc: 5% heap: 9.4G/21G direct: 57M postGC: 8.3G relInfo: 970M mpGeoms: 1.2G
read( 1%) -> (16/47) -> process(81% 81% 81% 80% 82% 85% 78% 82% 82% 82% 83% 82% 82% 81% 80% 84% 82% 82% 82% 81% 81% 81% 80% 81% 84% 79% 81% 84% 83% 81% 81%) -> (12k/82k) -> write(40%)
0:11:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 84M 10% 426k/s ] rels: [ 0 0% 0/s ] features: [ 857M 1.3M/s ] 67G blocks: [ 26k 69% 6/s ]
cpus: 27.1 gc: 5% heap: 16G/21G direct: 57M postGC: 5G relInfo: 970M mpGeoms: 1.3G
read( 1%) -> (16/47) -> process(82% 80% 82% 80% 81% 83% 81% 83% 81% 81% 80% 82% 82% 82% 82% 82% 81% 81% 82% 83% 81% 81% 81% 83% 80% 81% 81% 81% 80% 83% 85%) -> (14k/82k) -> write(39%)
0:11:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 89M 10% 438k/s ] rels: [ 0 0% 0/s ] features: [ 871M 1.4M/s ] 69G blocks: [ 26k 70% 7/s ]
cpus: 26.9 gc: 5% heap: 13G/21G direct: 57M postGC: 7.5G relInfo: 970M mpGeoms: 1.3G
read( 1%) -> (16/47) -> process(83% 83% 83% 81% 82% 83% 83% 84% 81% 84% 82% 79% 79% 82% 82% 84% 83% 81% 81% 82% 81% 82% 82% 81% 80% 82% 82% 80% 83% 82% 80%) -> (15k/82k) -> write(40%)
0:11:20 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 93M 11% 413k/s ] rels: [ 0 0% 0/s ] features: [ 884M 1.2M/s ] 70G blocks: [ 26k 70% 6/s ]
cpus: 26.8 gc: 5% heap: 16G/21G direct: 57M postGC: 10G relInfo: 970M mpGeoms: 1.4G
read( 1%) -> (16/47) -> process(80% 80% 81% 79% 79% 81% 82% 82% 82% 85% 82% 80% 82% 81% 81% 83% 82% 81% 83% 82% 81% 79% 81% 82% 82% 80% 82% 82% 80% 80% 82%) -> (17k/82k) -> write(37%)
0:11:30 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 97M 11% 395k/s ] rels: [ 0 0% 0/s ] features: [ 897M 1.2M/s ] 71G blocks: [ 26k 70% 6/s ]
cpus: 27.4 gc: 5% heap: 16G/21G direct: 57M postGC: 6.5G relInfo: 970M mpGeoms: 1.4G
read( 1%) -> (16/47) -> process(83% 83% 81% 82% 83% 83% 82% 82% 82% 83% 83% 81% 85% 84% 84% 82% 84% 82% 81% 84% 83% 83% 81% 82% 81% 83% 82% 81% 82% 83% 84%) -> (16k/82k) -> write(36%)
0:11:40 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 101M 12% 408k/s ] rels: [ 0 0% 0/s ] features: [ 909M 1.2M/s ] 71G blocks: [ 26k 70% 6/s ]
cpus: 27.6 gc: 5% heap: 11G/21G direct: 57M postGC: 4.6G relInfo: 970M mpGeoms: 1.5G
read( 1%) -> (16/47) -> process(82% 83% 84% 83% 84% 84% 82% 81% 83% 83% 84% 83% 81% 82% 83% 83% 84% 83% 81% 82% 82% 85% 83% 83% 83% 85% 83% 84% 82% 85% 81%) -> (13k/82k) -> write(36%)
0:11:50 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 105M 12% 429k/s ] rels: [ 0 0% 0/s ] features: [ 922M 1.3M/s ] 72G blocks: [ 26k 70% 6/s ]
cpus: 27.1 gc: 5% heap: 10G/21G direct: 57M postGC: 7.5G relInfo: 970M mpGeoms: 1.6G
read( 1%) -> (16/47) -> process(83% 82% 82% 81% 83% 82% 84% 83% 82% 82% 84% 83% 82% 84% 85% 82% 83% 80% 83% 83% 82% 84% 82% 81% 81% 81% 83% 86% 83% 83% 83%) -> (24k/82k) -> write(38%)
0:12:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 110M 13% 429k/s ] rels: [ 0 0% 0/s ] features: [ 936M 1.3M/s ] 73G blocks: [ 26k 71% 6/s ]
cpus: 27.2 gc: 4% heap: 14G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 1.6G
read( 1%) -> (16/47) -> process(83% 83% 84% 82% 81% 82% 81% 82% 82% 83% 83% 79% 83% 82% 81% 81% 84% 82% 84% 82% 81% 83% 82% 80% 82% 82% 81% 82% 81% 83% 85%) -> (18k/82k) -> write(39%)
0:12:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 114M 13% 420k/s ] rels: [ 0 0% 0/s ] features: [ 949M 1.3M/s ] 74G blocks: [ 26k 71% 6/s ]
cpus: 26.7 gc: 5% heap: 8.8G/21G direct: 57M postGC: 8.5G relInfo: 970M mpGeoms: 1.7G
read( 1%) -> (16/47) -> process(80% 81% 81% 81% 82% 82% 82% 80% 81% 81% 81% 82% 80% 80% 81% 83% 82% 80% 83% 81% 80% 81% 80% 79% 81% 83% 81% 79% 82% 79% 82%) -> (16k/82k) -> write(39%)
0:12:20 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 118M 14% 428k/s ] rels: [ 0 0% 0/s ] features: [ 963M 1.3M/s ] 75G blocks: [ 26k 71% 6/s ]
cpus: 26.9 gc: 5% heap: 9.8G/21G direct: 57M postGC: 6.2G relInfo: 970M mpGeoms: 1.7G
read( 1%) -> (16/47) -> process(81% 81% 84% 81% 80% 80% 80% 81% 83% 81% 79% 79% 81% 80% 79% 84% 82% 79% 81% 79% 81% 80% 82% 81% 87% 79% 83% 81% 79% 81% 81%) -> (12k/82k) -> write(39%)
0:12:30 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 122M 14% 424k/s ] rels: [ 0 0% 0/s ] features: [ 977M 1.3M/s ] 77G blocks: [ 26k 71% 6/s ]
cpus: 26.5 gc: 5% heap: 10G/21G direct: 57M postGC: 9G relInfo: 970M mpGeoms: 1.7G
read( 1%) -> (16/47) -> process(78% 80% 81% 81% 81% 81% 78% 80% 80% 80% 79% 81% 79% 82% 81% 81% 81% 80% 80% 80% 80% 80% 80% 79% 80% 79% 80% 80% 81% 78% 82%) -> (15k/82k) -> write(39%)
0:12:40 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 126M 15% 414k/s ] rels: [ 0 0% 0/s ] features: [ 990M 1.3M/s ] 77G blocks: [ 26k 71% 6/s ]
cpus: 26.3 gc: 4% heap: 16G/21G direct: 57M postGC: 6.3G relInfo: 970M mpGeoms: 1.8G
read( 1%) -> (16/47) -> process(80% 80% 78% 78% 80% 80% 78% 80% 81% 79% 80% 79% 80% 81% 80% 78% 79% 78% 79% 80% 79% 81% 79% 79% 77% 80% 79% 78% 82% 80% 81%) -> (15k/82k) -> write(39%)
0:12:50 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 131M 15% 418k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.3M/s ] 78G blocks: [ 26k 71% 6/s ]
cpus: 26.8 gc: 6% heap: 10G/21G direct: 57M postGC: 9.1G relInfo: 970M mpGeoms: 1.8G
read( 1%) -> (16/47) -> process(80% 81% 80% 81% 83% 80% 82% 80% 80% 81% 80% 82% 82% 82% 82% 79% 80% 80% 80% 80% 82% 81% 81% 83% 81% 82% 82% 78% 82% 81% 79%) -> (16k/82k) -> write(38%)
0:13:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 135M 16% 397k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.2M/s ] 79G blocks: [ 26k 72% 6/s ]
cpus: 27.6 gc: 4% heap: 15G/21G direct: 57M postGC: 6.3G relInfo: 970M mpGeoms: 1.9G
read( 1%) -> (16/47) -> process(85% 85% 83% 82% 83% 83% 82% 84% 82% 83% 83% 83% 85% 83% 84% 82% 84% 83% 84% 85% 84% 82% 84% 82% 83% 83% 84% 84% 85% 82% 84%) -> (15k/82k) -> write(37%)
0:13:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 139M 16% 413k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.2M/s ] 80G blocks: [ 26k 72% 6/s ]
cpus: 27.3 gc: 5% heap: 9.9G/21G direct: 57M postGC: 8.6G relInfo: 970M mpGeoms: 2G
read( 1%) -> (16/47) -> process(83% 83% 83% 83% 83% 85% 84% 82% 83% 84% 86% 83% 84% 86% 84% 83% 84% 81% 83% 82% 82% 81% 82% 83% 84% 81% 83% 84% 82% 82% 83%) -> (16k/82k) -> write(37%)
0:13:20 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 143M 17% 427k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.3M/s ] 81G blocks: [ 27k 72% 6/s ]
cpus: 27.5 gc: 5% heap: 8.3G/21G direct: 57M postGC: 6.5G relInfo: 970M mpGeoms: 2G
read( 1%) -> (16/47) -> process(84% 83% 85% 84% 83% 83% 83% 85% 82% 84% 83% 81% 81% 83% 81% 83% 82% 84% 83% 82% 84% 85% 84% 83% 84% 82% 81% 83% 82% 82% 83%) -> (14k/82k) -> write(38%)
0:13:30 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 147M 17% 425k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.3M/s ] 81G blocks: [ 27k 72% 6/s ]
cpus: 27.1 gc: 5% heap: 11G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 2.1G
read( 1%) -> (16/47) -> process(81% 80% 81% 81% 80% 83% 80% 82% 82% 82% 79% 82% 80% 82% 82% 80% 83% 81% 79% 80% 81% 81% 81% 80% 80% 81% 83% 80% 82% 80% 81%) -> (14k/82k) -> write(37%)
0:13:40 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 152M 18% 417k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.2M/s ] 82G blocks: [ 27k 72% 6/s ]
cpus: 27 gc: 5% heap: 10G/21G direct: 57M postGC: 8.5G relInfo: 970M mpGeoms: 2.1G
read( 1%) -> (16/47) -> process(81% 82% 82% 83% 82% 83% 85% 83% 83% 81% 81% 82% 82% 83% 82% 81% 81% 83% 82% 83% 83% 81% 83% 82% 83% 83% 83% 82% 84% 80% 83%) -> (14k/82k) -> write(37%)
0:13:50 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 156M 18% 445k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.3M/s ] 84G blocks: [ 27k 72% 6/s ]
cpus: 27.9 gc: 5% heap: 6.4G/21G direct: 57M postGC: 6.5G relInfo: 970M mpGeoms: 2.2G
read( 1%) -> (16/47) -> process(81% 83% 83% 83% 83% 85% 86% 84% 85% 83% 83% 84% 84% 83% 84% 85% 82% 82% 84% 86% 85% 85% 84% 83% 87% 84% 85% 84% 85% 85% 84%) -> (15k/82k) -> write(38%)
0:14:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 160M 19% 444k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.3M/s ] 85G blocks: [ 27k 73% 6/s ]
cpus: 28.2 gc: 6% heap: 14G/21G direct: 57M postGC: 4.8G relInfo: 970M mpGeoms: 2.2G
read( 1%) -> (16/47) -> process(81% 80% 88% 89% 89% 82% 83% 82% 84% 85% 84% 85% 85% 87% 84% 85% 85% 89% 83% 81% 88% 81% 87% 87% 84% 87% 81% 84% 82% 84% 83%) -> (15k/82k) -> write(37%)
0:14:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 165M 19% 425k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 85G blocks: [ 27k 73% 6/s ]
cpus: 26.8 gc: 5% heap: 11G/21G direct: 57M postGC: 7.4G relInfo: 970M mpGeoms: 2.2G
read( 1%) -> (16/47) -> process(83% 79% 81% 82% 82% 81% 84% 80% 82% 83% 83% 82% 81% 82% 81% 82% 81% 81% 82% 82% 82% 82% 80% 83% 83% 82% 81% 82% 81% 81% 83%) -> (14k/82k) -> write(37%)
0:14:20 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 169M 20% 410k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 86G blocks: [ 27k 73% 6/s ]
cpus: 27.2 gc: 4% heap: 8.7G/21G direct: 57M postGC: 5.3G relInfo: 970M mpGeoms: 2.3G
read( 1%) -> (16/47) -> process(80% 80% 81% 82% 82% 83% 81% 81% 81% 82% 88% 82% 84% 82% 81% 83% 80% 82% 82% 86% 82% 85% 82% 81% 85% 85% 81% 81% 80% 83% 81%) -> (14k/82k) -> write(37%)
0:14:30 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 173M 20% 415k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.3M/s ] 87G blocks: [ 27k 73% 6/s ]
cpus: 27.1 gc: 5% heap: 11G/21G direct: 57M postGC: 7.9G relInfo: 970M mpGeoms: 2.3G
read( 1%) -> (16/47) -> process(83% 83% 84% 82% 82% 83% 84% 82% 83% 85% 81% 82% 82% 81% 86% 82% 81% 83% 82% 82% 81% 82% 83% 84% 83% 81% 82% 83% 82% 80% 84%) -> (17k/82k) -> write(38%)
0:14:40 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 177M 21% 417k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 88G blocks: [ 27k 73% 6/s ]
cpus: 27.1 gc: 4% heap: 13G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 2.4G
read( 1%) -> (16/47) -> process(81% 84% 82% 82% 81% 83% 84% 82% 81% 81% 83% 82% 81% 81% 81% 83% 83% 90% 82% 82% 80% 80% 81% 81% 81% 81% 81% 82% 81% 80% 82%) -> (15k/82k) -> write(36%)
0:14:50 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 181M 21% 428k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 89G blocks: [ 27k 73% 6/s ]
cpus: 27 gc: 5% heap: 14G/21G direct: 57M postGC: 8.4G relInfo: 970M mpGeoms: 2.4G
read( 1%) -> (16/47) -> process(80% 80% 82% 81% 82% 83% 80% 81% 81% 80% 82% 81% 81% 81% 82% 80% 80% 80% 83% 81% 82% 82% 81% 82% 82% 80% 82% 79% 83% 80% 80%) -> (15k/82k) -> write(37%)
0:15:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 186M 22% 438k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 89G blocks: [ 27k 74% 6/s ]
cpus: 27.3 gc: 5% heap: 9.4G/21G direct: 57M postGC: 4.8G relInfo: 970M mpGeoms: 2.5G
read( 1%) -> (16/47) -> process(81% 82% 80% 83% 83% 82% 82% 81% 81% 81% 82% 81% 82% 83% 81% 82% 81% 82% 82% 82% 81% 83% 81% 82% 82% 82% 81% 84% 81% 81% 83%) -> (15k/82k) -> write(35%)
0:15:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 190M 22% 456k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.3M/s ] 90G blocks: [ 27k 74% 7/s ]
cpus: 28.1 gc: 5% heap: 8.4G/21G direct: 57M postGC: 7.7G relInfo: 970M mpGeoms: 2.5G
read( 1%) -> (16/47) -> process(85% 86% 87% 85% 86% 86% 86% 84% 85% 86% 85% 86% 86% 84% 87% 86% 85% 85% 85% 86% 86% 87% 85% 86% 86% 85% 85% 85% 85% 85% 85%) -> (16k/82k) -> write(37%)
0:15:20 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 195M 23% 435k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.3M/s ] 91G blocks: [ 27k 74% 6/s ]
cpus: 27.3 gc: 5% heap: 12G/21G direct: 57M postGC: 5.2G relInfo: 970M mpGeoms: 2.5G
read( 1%) -> (16/47) -> process(83% 82% 82% 81% 81% 81% 82% 82% 82% 83% 83% 82% 81% 84% 83% 81% 83% 84% 82% 82% 83% 82% 83% 83% 82% 81% 83% 84% 83% 82% 82%) -> (18k/82k) -> write(37%)
0:15:30 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 199M 23% 418k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 91G blocks: [ 27k 74% 6/s ]
cpus: 27.5 gc: 6% heap: 9.1G/21G direct: 57M postGC: 7.9G relInfo: 970M mpGeoms: 2.6G
read( 1%) -> (16/47) -> process(83% 84% 86% 84% 83% 83% 83% 85% 83% 85% 85% 84% 86% 83% 83% 85% 83% 82% 82% 83% 83% 82% 85% 83% 82% 83% 84% 82% 84% 83% 84%) -> (15k/82k) -> write(35%)
0:15:40 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 203M 24% 441k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 92G blocks: [ 27k 74% 7/s ]
cpus: 27.8 gc: 5% heap: 5.7G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 2.8G
read( 1%) -> (16/47) -> process(83% 84% 85% 85% 83% 85% 83% 84% 84% 84% 85% 82% 85% 85% 83% 87% 85% 83% 83% 85% 82% 81% 83% 83% 83% 85% 84% 84% 83% 83% 84%) -> (12k/82k) -> write(35%)
0:15:50 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 208M 24% 470k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 93G blocks: [ 28k 75% 8/s ]
cpus: 28.3 gc: 6% heap: 15G/21G direct: 57M postGC: 8.3G relInfo: 970M mpGeoms: 2.8G
read( 1%) -> (16/47) -> process(86% 83% 87% 86% 86% 88% 86% 85% 86% 85% 85% 87% 86% 87% 86% 85% 86% 85% 86% 87% 86% 86% 86% 87% 85% 87% 85% 86% 86% 86% 87%) -> (14k/82k) -> write(34%)
0:16:00 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 213M 25% 467k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 93G blocks: [ 28k 75% 7/s ]
cpus: 28.4 gc: 5% heap: 15G/21G direct: 57M postGC: 6.5G relInfo: 970M mpGeoms: 2.8G
read( 1%) -> (16/47) -> process(85% 84% 85% 85% 87% 86% 87% 87% 85% 86% 86% 85% 86% 86% 85% 84% 86% 86% 86% 86% 86% 85% 86% 87% 85% 84% 86% 85% 87% 85% 85%) -> (12k/82k) -> write(34%)
0:16:10 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 217M 25% 464k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 95G blocks: [ 28k 75% 7/s ]
cpus: 28 gc: 6% heap: 10G/21G direct: 57M postGC: 9.6G relInfo: 970M mpGeoms: 2.9G
read( 1%) -> (16/47) -> process(85% 84% 84% 85% 83% 84% 84% 85% 85% 83% 86% 85% 85% 85% 86% 84% 84% 87% 84% 85% 82% 85% 85% 85% 85% 84% 84% 85% 84% 84% 84%) -> (16k/82k) -> write(35%)
0:16:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 222M 26% 440k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 96G blocks: [ 28k 75% 7/s ]
cpus: 27.9 gc: 5% heap: 8G/21G direct: 57M postGC: 6.7G relInfo: 970M mpGeoms: 2.9G
read( 1%) -> (16/47) -> process(85% 84% 84% 84% 83% 84% 84% 84% 84% 85% 83% 87% 84% 83% 84% 81% 84% 85% 82% 86% 82% 84% 84% 84% 83% 84% 84% 82% 83% 82% 86%) -> (15k/82k) -> write(34%)
0:16:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 226M 26% 438k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 97G blocks: [ 28k 75% 6/s ]
cpus: 27.6 gc: 5% heap: 10G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 2.9G
read( 1%) -> (16/47) -> process(84% 82% 83% 83% 84% 85% 82% 84% 84% 85% 84% 84% 81% 85% 84% 83% 82% 82% 84% 84% 83% 83% 82% 84% 84% 83% 84% 83% 85% 83% 83%) -> (15k/82k) -> write(36%)
0:16:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 231M 27% 434k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 97G blocks: [ 28k 76% 7/s ]
cpus: 27.5 gc: 6% heap: 5.5G/21G direct: 57M postGC: 5G relInfo: 970M mpGeoms: 3G
read( 1%) -> (16/47) -> process(81% 79% 82% 82% 82% 82% 85% 83% 82% 81% 82% 85% 80% 82% 82% 82% 81% 85% 82% 81% 81% 83% 82% 85% 82% 81% 83% 83% 81% 83% 84%) -> (15k/82k) -> write(34%)
0:16:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 235M 27% 442k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 98G blocks: [ 28k 76% 6/s ]
cpus: 27.3 gc: 5% heap: 12G/21G direct: 57M postGC: 5.1G relInfo: 970M mpGeoms: 3G
read( 1%) -> (16/47) -> process(81% 82% 80% 83% 81% 82% 84% 81% 80% 82% 82% 82% 81% 83% 85% 83% 84% 82% 82% 82% 82% 82% 82% 82% 82% 85% 81% 83% 83% 81% 83%) -> (17k/82k) -> write(35%)
0:17:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 239M 28% 441k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 99G blocks: [ 28k 76% 6/s ]
cpus: 27.4 gc: 5% heap: 14G/21G direct: 57M postGC: 7.5G relInfo: 970M mpGeoms: 3.1G
read( 1%) -> (16/47) -> process(85% 85% 85% 84% 83% 84% 83% 82% 84% 84% 83% 84% 83% 84% 84% 85% 84% 84% 85% 84% 85% 84% 84% 84% 83% 85% 84% 84% 84% 84% 83%) -> (15k/82k) -> write(36%)
0:17:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 244M 28% 432k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 99G blocks: [ 28k 76% 6/s ]
cpus: 27.4 gc: 5% heap: 15G/21G direct: 57M postGC: 6.6G relInfo: 970M mpGeoms: 3.2G
read( 1%) -> (16/47) -> process(83% 81% 83% 82% 82% 83% 82% 82% 84% 83% 82% 85% 81% 82% 83% 83% 83% 83% 81% 83% 83% 83% 83% 83% 82% 82% 84% 83% 81% 84% 83%) -> (16k/82k) -> write(35%)
0:17:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 248M 29% 430k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 100G blocks: [ 28k 76% 6/s ]
cpus: 27.1 gc: 5% heap: 17G/21G direct: 57M postGC: 9.3G relInfo: 970M mpGeoms: 3.2G
read( 1%) -> (16/47) -> process(82% 83% 83% 83% 83% 83% 83% 82% 81% 82% 83% 82% 82% 82% 82% 83% 84% 81% 84% 82% 83% 83% 82% 82% 81% 83% 83% 82% 83% 82% 82%) -> (16k/82k) -> write(36%)
0:17:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 252M 29% 436k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 101G blocks: [ 28k 77% 6/s ]
cpus: 27.7 gc: 5% heap: 8.2G/21G direct: 57M postGC: 7G relInfo: 970M mpGeoms: 3.3G
read( 1%) -> (16/47) -> process(84% 81% 85% 81% 84% 84% 85% 84% 83% 85% 84% 84% 84% 83% 82% 83% 84% 85% 82% 85% 82% 83% 83% 85% 83% 84% 83% 85% 82% 84% 82%) -> (14k/82k) -> write(36%)
0:17:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 257M 30% 432k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 102G blocks: [ 28k 77% 6/s ]
cpus: 27.5 gc: 5% heap: 5G/21G direct: 57M postGC: 5G relInfo: 970M mpGeoms: 3.3G
read( 1%) -> (16/47) -> process(85% 83% 84% 82% 82% 84% 84% 82% 82% 83% 83% 83% 83% 82% 83% 82% 83% 82% 83% 82% 81% 82% 82% 82% 84% 84% 82% 82% 82% 86% 83%) -> (16k/82k) -> write(35%)
0:17:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 261M 30% 438k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 102G blocks: [ 28k 77% 6/s ]
cpus: 27.4 gc: 5% heap: 10G/21G direct: 57M postGC: 7.7G relInfo: 970M mpGeoms: 3.4G
read( 1%) -> (16/47) -> process(82% 83% 85% 83% 83% 83% 84% 85% 83% 83% 83% 82% 83% 83% 85% 84% 84% 84% 84% 83% 83% 83% 83% 84% 84% 84% 84% 83% 83% 83% 83%) -> (21k/82k) -> write(35%)
0:18:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 266M 31% 450k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 103G blocks: [ 28k 77% 7/s ]
cpus: 27.5 gc: 5% heap: 8.9G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 3.5G
read( 1%) -> (16/47) -> process(83% 84% 82% 82% 83% 83% 81% 83% 83% 83% 84% 82% 84% 85% 84% 81% 84% 82% 82% 83% 82% 80% 83% 82% 84% 83% 83% 81% 83% 82% 82%) -> (15k/82k) -> write(35%)
0:18:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 271M 31% 490k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 104G blocks: [ 29k 77% 6/s ]
cpus: 27.8 gc: 5% heap: 15G/21G direct: 57M postGC: 8.4G relInfo: 970M mpGeoms: 3.5G
read( 1%) -> (16/47) -> process(85% 85% 84% 83% 85% 84% 84% 86% 83% 86% 84% 85% 82% 84% 83% 85% 87% 84% 86% 84% 84% 85% 84% 84% 84% 83% 84% 84% 84% 84% 83%) -> (14k/82k) -> write(35%)
0:18:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 275M 32% 481k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.1M/s ] 104G blocks: [ 29k 77% 7/s ]
cpus: 28.1 gc: 5% heap: 5.8G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 3.6G
read( 1%) -> (16/47) -> process(84% 86% 84% 86% 84% 85% 85% 84% 83% 85% 84% 83% 86% 85% 85% 83% 82% 86% 83% 84% 85% 85% 83% 84% 85% 84% 83% 85% 83% 84% 83%) -> (12k/82k) -> write(33%)
0:18:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 280M 33% 497k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 105G blocks: [ 29k 78% 6/s ]
cpus: 28 gc: 6% heap: 8.5G/21G direct: 57M postGC: 8.6G relInfo: 970M mpGeoms: 3.7G
read( 1%) -> (16/47) -> process(85% 86% 86% 85% 83% 88% 82% 83% 87% 85% 82% 83% 86% 86% 88% 84% 86% 85% 82% 85% 87% 83% 83% 86% 85% 83% 85% 84% 85% 84% 85%) -> (13k/82k) -> write(35%)
0:18:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 285M 33% 463k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 107G blocks: [ 29k 78% 6/s ]
cpus: 27.5 gc: 5% heap: 11G/21G direct: 57M postGC: 6.9G relInfo: 970M mpGeoms: 3.7G
read( 1%) -> (16/47) -> process(81% 81% 84% 84% 83% 84% 83% 81% 82% 83% 82% 81% 83% 83% 83% 81% 83% 84% 84% 82% 80% 84% 85% 81% 83% 83% 83% 84% 82% 82% 84%) -> (15k/82k) -> write(35%)
0:18:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 290M 34% 455k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 108G blocks: [ 29k 78% 6/s ]
cpus: 27.7 gc: 5% heap: 10G/21G direct: 57M postGC: 7.1G relInfo: 970M mpGeoms: 3.7G
read( 1%) -> (16/47) -> process(83% 82% 83% 82% 83% 85% 83% 84% 83% 82% 84% 83% 83% 83% 85% 83% 85% 83% 84% 83% 84% 84% 83% 83% 83% 83% 83% 84% 85% 82% 84%) -> (16k/82k) -> write(36%)
0:19:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 294M 34% 446k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 108G blocks: [ 29k 78% 7/s ]
cpus: 27 gc: 5% heap: 14G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 3.8G
read( 1%) -> (16/47) -> process(79% 80% 81% 82% 82% 82% 82% 80% 80% 82% 83% 84% 83% 82% 81% 82% 84% 81% 81% 83% 82% 81% 82% 81% 82% 81% 81% 82% 81% 80% 82%) -> (18k/82k) -> write(35%)
0:19:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 299M 35% 448k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 109G blocks: [ 29k 78% 6/s ]
cpus: 27.2 gc: 6% heap: 14G/21G direct: 57M postGC: 8.5G relInfo: 970M mpGeoms: 3.8G
read( 1%) -> (16/47) -> process(82% 81% 81% 83% 85% 81% 81% 81% 83% 85% 81% 82% 80% 82% 82% 81% 83% 83% 80% 83% 83% 81% 81% 82% 82% 84% 82% 84% 81% 83% 85%) -> (15k/82k) -> write(36%)
0:19:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 303M 35% 458k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 110G blocks: [ 29k 79% 6/s ]
cpus: 28.1 gc: 5% heap: 10G/21G direct: 57M postGC: 6.7G relInfo: 970M mpGeoms: 3.9G
read( 1%) -> (16/47) -> process(85% 84% 85% 84% 86% 84% 85% 86% 86% 84% 82% 85% 83% 84% 84% 87% 85% 86% 85% 85% 85% 84% 84% 83% 86% 84% 86% 85% 85% 85% 84%) -> (14k/82k) -> write(35%)
0:19:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 308M 36% 460k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 110G blocks: [ 29k 79% 6/s ]
cpus: 27.7 gc: 5% heap: 14G/21G direct: 57M postGC: 6.3G relInfo: 970M mpGeoms: 4G
read( 1%) -> (16/47) -> process(85% 86% 85% 84% 84% 83% 82% 85% 84% 83% 83% 83% 81% 84% 83% 84% 84% 84% 84% 82% 84% 84% 84% 83% 84% 85% 85% 83% 84% 82% 85%) -> (16k/82k) -> write(34%)
0:19:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 313M 36% 474k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 111G blocks: [ 29k 79% 6/s ]
cpus: 27.5 gc: 5% heap: 14G/21G direct: 57M postGC: 8.9G relInfo: 970M mpGeoms: 4G
read( 1%) -> (16/47) -> process(82% 84% 84% 84% 83% 84% 84% 82% 83% 84% 84% 85% 84% 83% 83% 84% 84% 83% 84% 84% 82% 83% 84% 85% 84% 83% 85% 82% 84% 84% 84%) -> (17k/82k) -> write(35%)
0:19:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 317M 37% 481k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 112G blocks: [ 29k 79% 6/s ]
cpus: 28.2 gc: 5% heap: 10G/21G direct: 57M postGC: 7.1G relInfo: 970M mpGeoms: 4.1G
read( 1%) -> (16/47) -> process(84% 85% 86% 86% 83% 86% 85% 85% 84% 85% 85% 85% 85% 84% 84% 85% 85% 85% 87% 85% 85% 86% 85% 84% 85% 84% 85% 85% 87% 85% 84%) -> (15k/82k) -> write(36%)
0:20:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 322M 37% 470k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 112G blocks: [ 29k 79% 6/s ]
cpus: 28 gc: 5% heap: 11G/21G direct: 57M postGC: 5.9G relInfo: 970M mpGeoms: 4.1G
read( 1%) -> (16/47) -> process(84% 84% 83% 84% 84% 86% 85% 85% 81% 88% 86% 83% 85% 84% 82% 86% 85% 84% 86% 86% 84% 83% 85% 85% 84% 85% 84% 84% 86% 84% 82%) -> (15k/82k) -> write(35%)
0:20:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 327M 38% 487k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 113G blocks: [ 29k 79% 6/s ]
cpus: 28.3 gc: 6% heap: 16G/21G direct: 57M postGC: 8.7G relInfo: 970M mpGeoms: 4.2G
read( 1%) -> (16/47) -> process(86% 88% 85% 84% 86% 86% 89% 86% 85% 85% 87% 86% 87% 86% 85% 84% 86% 86% 86% 86% 86% 85% 85% 85% 86% 87% 86% 84% 84% 86% 87%) -> (14k/82k) -> write(34%)
0:20:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 332M 39% 507k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 114G blocks: [ 29k 80% 7/s ]
cpus: 28 gc: 5% heap: 10G/21G direct: 57M postGC: 7.2G relInfo: 970M mpGeoms: 4.2G
read( 1%) -> (16/47) -> process(86% 82% 86% 82% 87% 84% 86% 85% 85% 84% 85% 85% 83% 86% 85% 85% 83% 85% 84% 84% 85% 85% 85% 84% 84% 85% 83% 82% 84% 83% 84%) -> (20k/82k) -> write(36%)
0:20:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 337M 39% 493k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 115G blocks: [ 30k 80% 7/s ]
cpus: 28.1 gc: 5% heap: 13G/21G direct: 57M postGC: 5.2G relInfo: 970M mpGeoms: 4.3G
read( 1%) -> (16/47) -> process(86% 85% 84% 84% 86% 83% 84% 84% 84% 85% 84% 87% 83% 84% 82% 86% 84% 86% 84% 82% 85% 82% 84% 85% 86% 84% 85% 84% 86% 85% 86%) -> (15k/82k) -> write(35%)
0:20:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 342M 40% 476k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 115G blocks: [ 30k 80% 7/s ]
cpus: 27.8 gc: 6% heap: 14G/21G direct: 57M postGC: 8.2G relInfo: 970M mpGeoms: 4.3G
read( 1%) -> (16/47) -> process(86% 84% 86% 85% 86% 84% 84% 82% 83% 83% 84% 84% 84% 85% 86% 85% 84% 83% 84% 85% 85% 84% 85% 85% 84% 85% 84% 85% 84% 85% 82%) -> (17k/82k) -> write(34%)
0:20:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 346M 40% 468k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 116G blocks: [ 30k 80% 6/s ]
cpus: 27.4 gc: 5% heap: 7.8G/21G direct: 57M postGC: 6.1G relInfo: 970M mpGeoms: 4.4G
read( 1%) -> (16/47) -> process(82% 82% 83% 82% 83% 82% 83% 82% 82% 81% 82% 82% 83% 84% 83% 82% 82% 82% 83% 83% 82% 83% 83% 83% 84% 80% 82% 81% 82% 82% 81%) -> (17k/82k) -> write(36%)
0:21:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 351M 41% 468k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 117G blocks: [ 30k 80% 7/s ]
cpus: 27.9 gc: 5% heap: 14G/21G direct: 57M postGC: 4.6G relInfo: 970M mpGeoms: 4.4G
read( 1%) -> (16/47) -> process(83% 85% 85% 85% 84% 85% 83% 84% 84% 87% 85% 86% 85% 85% 85% 84% 84% 84% 83% 84% 85% 84% 86% 84% 83% 85% 84% 85% 85% 81% 86%) -> (12k/82k) -> write(35%)
0:21:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 356M 41% 478k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 117G blocks: [ 30k 81% 7/s ]
cpus: 27.7 gc: 5% heap: 13G/21G direct: 57M postGC: 5G relInfo: 970M mpGeoms: 4.5G
read( 1%) -> (16/47) -> process(84% 83% 83% 83% 83% 84% 82% 83% 84% 84% 84% 83% 83% 84% 84% 84% 84% 85% 84% 82% 83% 83% 83% 85% 83% 83% 83% 84% 85% 82% 82%) -> (13k/82k) -> write(34%)
0:21:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 361M 42% 492k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 118G blocks: [ 30k 81% 6/s ]
cpus: 27.9 gc: 6% heap: 14G/21G direct: 57M postGC: 7.7G relInfo: 970M mpGeoms: 4.5G
read( 1%) -> (16/47) -> process(85% 85% 85% 85% 86% 86% 85% 84% 84% 86% 84% 86% 82% 85% 85% 84% 86% 83% 84% 86% 84% 84% 86% 84% 85% 85% 84% 85% 85% 84% 84%) -> (17k/82k) -> write(35%)
0:21:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 366M 42% 483k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 119G blocks: [ 30k 81% 6/s ]
cpus: 28 gc: 5% heap: 6G/21G direct: 57M postGC: 6G relInfo: 970M mpGeoms: 4.5G
read( 1%) -> (16/47) -> process(83% 85% 86% 84% 83% 83% 83% 85% 83% 83% 85% 86% 83% 85% 84% 85% 83% 86% 82% 86% 83% 87% 85% 83% 84% 84% 85% 84% 84% 84% 83%) -> (16k/82k) -> write(35%)
0:21:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 371M 43% 487k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 119G blocks: [ 30k 81% 7/s ]
cpus: 28.3 gc: 6% heap: 9.6G/21G direct: 57M postGC: 8.8G relInfo: 970M mpGeoms: 4.6G
read( 1%) -> (16/47) -> process(86% 86% 86% 86% 86% 86% 86% 86% 85% 85% 87% 88% 87% 85% 87% 87% 86% 86% 86% 85% 86% 86% 86% 86% 86% 87% 85% 85% 86% 86% 85%) -> (14k/82k) -> write(35%)
0:21:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 375M 44% 470k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 120G blocks: [ 30k 81% 7/s ]
cpus: 28.5 gc: 5% heap: 17G/21G direct: 57M postGC: 7.5G relInfo: 970M mpGeoms: 4.6G
read( 1%) -> (16/47) -> process(84% 88% 86% 85% 87% 86% 85% 88% 84% 88% 88% 85% 86% 87% 87% 86% 85% 86% 85% 85% 84% 86% 87% 85% 85% 86% 87% 85% 85% 85% 86%) -> (15k/82k) -> write(34%)
0:22:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 380M 44% 488k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 121G blocks: [ 30k 81% 6/s ]
cpus: 28 gc: 5% heap: 16G/21G direct: 57M postGC: 6.6G relInfo: 970M mpGeoms: 4.8G
read( 1%) -> (16/47) -> process(84% 84% 86% 84% 86% 83% 85% 85% 83% 84% 85% 83% 85% 85% 84% 85% 83% 86% 83% 86% 84% 83% 84% 85% 83% 84% 84% 85% 83% 85% 85%) -> (16k/82k) -> write(35%)
0:22:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 385M 45% 476k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 121G blocks: [ 30k 82% 6/s ]
cpus: 27.7 gc: 5% heap: 7.5G/21G direct: 57M postGC: 6.6G relInfo: 970M mpGeoms: 4.9G
read( 1%) -> (16/47) -> process(84% 84% 84% 84% 84% 85% 84% 85% 83% 83% 84% 83% 83% 83% 84% 84% 84% 82% 83% 82% 84% 84% 83% 82% 83% 84% 83% 82% 82% 84% 83%) -> (15k/82k) -> write(34%)
0:22:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 390M 45% 495k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 123G blocks: [ 30k 82% 7/s ]
cpus: 28 gc: 5% heap: 16G/21G direct: 57M postGC: 6.5G relInfo: 970M mpGeoms: 4.9G
read( 1%) -> (16/47) -> process(84% 84% 84% 84% 84% 83% 83% 86% 85% 83% 86% 85% 85% 83% 83% 84% 84% 86% 85% 85% 86% 83% 85% 84% 85% 85% 85% 82% 84% 84% 85%) -> (17k/82k) -> write(34%)
0:22:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 395M 46% 495k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 124G blocks: [ 30k 82% 6/s ]
cpus: 28.1 gc: 6% heap: 12G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 5G
read( 1%) -> (16/47) -> process(83% 84% 84% 83% 82% 85% 84% 84% 84% 84% 83% 84% 85% 86% 82% 83% 82% 84% 84% 84% 84% 84% 83% 85% 82% 84% 85% 86% 83% 83% 83%) -> (15k/82k) -> write(34%)
0:22:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 400M 46% 513k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 124G blocks: [ 30k 82% 6/s ]
cpus: 28.2 gc: 5% heap: 11G/21G direct: 57M postGC: 8.5G relInfo: 970M mpGeoms: 5G
read( 1%) -> (16/47) -> process(86% 85% 85% 86% 84% 87% 86% 86% 87% 87% 87% 85% 86% 86% 85% 86% 85% 86% 86% 86% 86% 88% 86% 84% 87% 85% 85% 85% 86% 86% 85%) -> (17k/82k) -> write(35%)
0:22:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 405M 47% 498k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 125G blocks: [ 31k 82% 6/s ]
cpus: 28.1 gc: 5% heap: 8.5G/21G direct: 57M postGC: 7.5G relInfo: 970M mpGeoms: 5G
read( 1%) -> (15/47) -> process(83% 86% 84% 84% 84% 84% 84% 84% 83% 84% 85% 86% 84% 86% 85% 84% 83% 83% 84% 84% 85% 85% 86% 82% 84% 85% 85% 85% 85% 84% 84%) -> (18k/82k) -> write(35%)
0:23:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 410M 48% 497k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 126G blocks: [ 31k 83% 6/s ]
cpus: 28.6 gc: 5% heap: 13G/21G direct: 57M postGC: 7.3G relInfo: 970M mpGeoms: 5.1G
read( 1%) -> (16/47) -> process(87% 85% 85% 84% 85% 85% 85% 86% 86% 84% 86% 86% 84% 84% 87% 87% 85% 86% 86% 86% 86% 84% 84% 85% 87% 83% 85% 88% 86% 87% 84%) -> (18k/82k) -> write(35%)
0:23:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 415M 48% 511k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 126G blocks: [ 31k 83% 7/s ]
cpus: 28.2 gc: 5% heap: 15G/21G direct: 57M postGC: 8G relInfo: 970M mpGeoms: 5.1G
read( 1%) -> (16/47) -> process(86% 85% 84% 86% 85% 84% 87% 86% 85% 85% 88% 86% 86% 87% 84% 85% 85% 86% 86% 86% 85% 86% 85% 86% 85% 85% 84% 87% 86% 86% 88%) -> (14k/82k) -> write(34%)
0:23:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 420M 49% 507k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 127G blocks: [ 31k 83% 6/s ]
cpus: 28.6 gc: 6% heap: 8G/21G direct: 57M postGC: 7G relInfo: 970M mpGeoms: 5.1G
read( 1%) -> (16/47) -> process(85% 86% 84% 89% 85% 87% 87% 86% 87% 85% 84% 85% 85% 85% 86% 84% 87% 85% 85% 87% 85% 86% 87% 86% 86% 86% 87% 86% 86% 86% 87%) -> (13k/82k) -> write(34%)
0:23:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 425M 49% 503k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 128G blocks: [ 31k 83% 6/s ]
cpus: 28.3 gc: 5% heap: 9.3G/21G direct: 57M postGC: 5.9G relInfo: 970M mpGeoms: 5.2G
read( 1%) -> (16/47) -> process(85% 84% 86% 86% 85% 85% 85% 86% 87% 85% 83% 85% 84% 83% 84% 86% 84% 86% 84% 87% 84% 87% 87% 87% 86% 85% 85% 85% 85% 86% 87%) -> (14k/82k) -> write(35%)
0:23:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 430M 50% 513k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 128G blocks: [ 31k 83% 6/s ]
cpus: 28.7 gc: 5% heap: 17G/21G direct: 57M postGC: 6.1G relInfo: 970M mpGeoms: 5.2G
read( 1%) -> (16/47) -> process(86% 87% 87% 86% 87% 87% 86% 86% 87% 87% 88% 87% 86% 88% 86% 85% 87% 87% 87% 86% 88% 87% 87% 87% 89% 86% 86% 87% 87% 87% 89%) -> (14k/82k) -> write(35%)
0:23:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 435M 51% 500k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 129G blocks: [ 31k 83% 7/s ]
cpus: 28.2 gc: 6% heap: 7.2G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 5.2G
read( 1%) -> (16/47) -> process(86% 84% 83% 84% 86% 84% 83% 82% 84% 83% 83% 84% 88% 85% 86% 83% 86% 85% 86% 85% 85% 85% 84% 82% 84% 83% 83% 83% 84% 84% 84%) -> (16k/82k) -> write(35%)
0:24:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 440M 51% 494k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 130G blocks: [ 31k 84% 7/s ]
cpus: 27.9 gc: 5% heap: 12G/21G direct: 57M postGC: 8G relInfo: 970M mpGeoms: 5.3G
read( 1%) -> (16/47) -> process(85% 85% 85% 85% 85% 86% 85% 86% 86% 86% 85% 86% 85% 85% 86% 85% 85% 85% 85% 85% 86% 85% 85% 86% 85% 85% 85% 85% 84% 86% 86%) -> (15k/82k) -> write(35%)
0:24:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 445M 52% 488k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 130G blocks: [ 31k 84% 6/s ]
cpus: 27.9 gc: 5% heap: 12G/21G direct: 57M postGC: 5.9G relInfo: 970M mpGeoms: 5.3G
read( 1%) -> (16/47) -> process(83% 85% 84% 83% 83% 85% 86% 84% 82% 84% 84% 84% 84% 85% 83% 84% 85% 83% 83% 85% 84% 85% 81% 84% 83% 83% 84% 86% 81% 83% 85%) -> (16k/82k) -> write(35%)
0:24:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 450M 52% 491k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 131G blocks: [ 31k 84% 6/s ]
cpus: 28 gc: 6% heap: 5.8G/21G direct: 57M postGC: 5.9G relInfo: 970M mpGeoms: 5.3G
read( 1%) -> (16/47) -> process(83% 83% 86% 84% 84% 85% 83% 84% 83% 85% 83% 85% 85% 84% 83% 82% 83% 85% 84% 83% 82% 84% 84% 86% 84% 84% 85% 83% 84% 83% 83%) -> (16k/82k) -> write(35%)
0:24:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 455M 53% 515k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.3M/s ] 132G blocks: [ 31k 84% 6/s ]
cpus: 28.2 gc: 5% heap: 15G/21G direct: 57M postGC: 7.9G relInfo: 970M mpGeoms: 5.4G
read( 1%) -> (16/47) -> process(87% 86% 86% 86% 87% 85% 86% 85% 87% 86% 87% 85% 85% 87% 87% 87% 85% 86% 86% 86% 87% 86% 86% 86% 85% 86% 85% 86% 86% 86% 87%) -> (15k/82k) -> write(37%)
0:24:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 460M 53% 514k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 132G blocks: [ 31k 84% 7/s ]
cpus: 28.2 gc: 5% heap: 11G/21G direct: 57M postGC: 7.5G relInfo: 970M mpGeoms: 5.4G
read( 1%) -> (16/47) -> process(86% 84% 86% 84% 85% 83% 84% 83% 84% 84% 85% 85% 86% 85% 84% 84% 83% 85% 83% 85% 84% 84% 85% 86% 85% 86% 83% 85% 85% 85% 83%) -> (17k/82k) -> write(35%)
0:24:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 466M 54% 522k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 133G blocks: [ 31k 85% 6/s ]
cpus: 28.6 gc: 5% heap: 11G/21G direct: 57M postGC: 6.1G relInfo: 970M mpGeoms: 5.5G
read( 1%) -> (16/47) -> process(88% 84% 88% 88% 86% 86% 87% 86% 86% 84% 86% 87% 85% 86% 83% 83% 85% 85% 85% 85% 86% 86% 86% 87% 88% 85% 87% 86% 86% 85% 85%) -> (15k/82k) -> write(35%)
0:25:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 471M 55% 521k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 134G blocks: [ 31k 85% 6/s ]
cpus: 28.4 gc: 6% heap: 17G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 5.5G
read( 1%) -> (16/47) -> process(85% 85% 86% 84% 84% 83% 87% 85% 85% 86% 85% 87% 85% 83% 85% 86% 84% 84% 84% 84% 84% 83% 86% 84% 86% 84% 83% 84% 84% 85% 83%) -> (13k/82k) -> write(35%)
0:25:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 476M 55% 508k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 134G blocks: [ 31k 85% 6/s ]
cpus: 28.4 gc: 5% heap: 15G/21G direct: 57M postGC: 5G relInfo: 970M mpGeoms: 5.5G
read( 1%) -> (16/47) -> process(84% 87% 83% 85% 86% 85% 85% 87% 84% 85% 86% 85% 85% 85% 85% 87% 86% 85% 88% 88% 86% 84% 87% 87% 86% 86% 86% 87% 87% 88% 85%) -> (16k/82k) -> write(34%)
0:25:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 481M 56% 522k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 135G blocks: [ 32k 85% 6/s ]
cpus: 28.7 gc: 5% heap: 10G/21G direct: 57M postGC: 5.4G relInfo: 970M mpGeoms: 5.6G
read( 1%) -> (16/47) -> process(86% 85% 85% 88% 88% 88% 86% 86% 86% 86% 86% 84% 87% 86% 88% 89% 87% 88% 87% 87% 83% 85% 87% 87% 83% 87% 89% 89% 88% 88% 85%) -> (14k/82k) -> write(35%)
0:25:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 487M 56% 536k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 136G blocks: [ 32k 85% 7/s ]
cpus: 28.9 gc: 5% heap: 9G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 5.6G
read( 1%) -> (16/47) -> process(86% 85% 87% 87% 89% 88% 87% 86% 87% 89% 87% 88% 88% 88% 85% 84% 87% 87% 88% 86% 88% 87% 86% 88% 85% 87% 88% 87% 86% 87% 87%) -> (16k/82k) -> write(35%)
0:25:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 492M 57% 529k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 136G blocks: [ 32k 86% 6/s ]
cpus: 28.8 gc: 6% heap: 16G/21G direct: 57M postGC: 6G relInfo: 970M mpGeoms: 5.6G
read( 1%) -> (16/47) -> process(85% 86% 86% 85% 85% 88% 84% 87% 86% 85% 87% 84% 88% 87% 87% 86% 86% 85% 86% 87% 86% 88% 88% 88% 86% 86% 86% 86% 85% 86% 87%) -> (17k/82k) -> write(35%)
0:25:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 497M 58% 529k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 137G blocks: [ 32k 86% 6/s ]
cpus: 28.2 gc: 6% heap: 10G/21G direct: 57M postGC: 8.4G relInfo: 970M mpGeoms: 5.7G
read( 1%) -> (16/47) -> process(84% 86% 85% 86% 86% 88% 84% 86% 86% 86% 86% 86% 87% 87% 88% 85% 87% 86% 86% 86% 84% 86% 86% 84% 85% 85% 87% 85% 87% 87% 86%) -> (15k/82k) -> write(36%)
0:26:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 502M 58% 506k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 138G blocks: [ 32k 86% 7/s ]
cpus: 28.2 gc: 5% heap: 15G/21G direct: 57M postGC: 7.3G relInfo: 970M mpGeoms: 5.7G
read( 1%) -> (16/47) -> process(84% 83% 86% 86% 86% 86% 85% 84% 85% 84% 85% 85% 84% 85% 86% 85% 87% 84% 86% 84% 84% 86% 83% 84% 85% 82% 84% 85% 88% 84% 88%) -> (15k/82k) -> write(35%)
0:26:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 507M 59% 507k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 138G blocks: [ 32k 86% 6/s ]
cpus: 28.5 gc: 5% heap: 16G/21G direct: 57M postGC: 6.4G relInfo: 970M mpGeoms: 5.8G
read( 1%) -> (16/47) -> process(86% 84% 86% 88% 86% 88% 87% 86% 86% 87% 87% 87% 85% 89% 83% 84% 86% 87% 86% 87% 86% 85% 85% 85% 85% 87% 83% 85% 87% 85% 86%) -> (15k/82k) -> write(34%)
0:26:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 512M 59% 494k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 139G blocks: [ 32k 86% 6/s ]
cpus: 28.2 gc: 5% heap: 10G/21G direct: 57M postGC: 6.7G relInfo: 970M mpGeoms: 5.8G
read( 1%) -> (16/47) -> process(85% 85% 87% 85% 87% 84% 84% 86% 86% 82% 84% 84% 86% 85% 86% 84% 85% 86% 84% 83% 85% 85% 85% 86% 83% 85% 85% 83% 84% 86% 85%) -> (14k/82k) -> write(34%)
0:26:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 517M 60% 508k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 140G blocks: [ 32k 86% 6/s ]
cpus: 28.8 gc: 5% heap: 6G/21G direct: 57M postGC: 5.9G relInfo: 970M mpGeoms: 5.9G
read( 1%) -> (16/47) -> process(86% 88% 86% 88% 86% 86% 88% 86% 86% 85% 86% 85% 89% 86% 86% 88% 87% 86% 88% 87% 86% 86% 86% 87% 84% 87% 87% 87% 87% 83% 87%) -> (15k/82k) -> write(34%)
0:26:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 523M 61% 518k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 140G blocks: [ 32k 87% 6/s ]
cpus: 28.4 gc: 6% heap: 9.5G/21G direct: 57M postGC: 8.8G relInfo: 970M mpGeoms: 5.9G
read( 1%) -> (16/47) -> process(86% 86% 86% 87% 86% 86% 85% 88% 85% 86% 86% 85% 85% 85% 87% 86% 87% 86% 86% 86% 86% 85% 86% 87% 85% 87% 87% 87% 85% 84% 86%) -> (15k/82k) -> write(35%)
0:26:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 528M 61% 535k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 141G blocks: [ 32k 87% 7/s ]
cpus: 28.8 gc: 5% heap: 9.9G/21G direct: 57M postGC: 7.4G relInfo: 970M mpGeoms: 5.9G
read( 1%) -> (16/47) -> process(88% 86% 86% 88% 86% 86% 86% 88% 87% 86% 87% 88% 85% 85% 85% 86% 86% 86% 89% 87% 85% 85% 86% 86% 87% 86% 87% 85% 86% 87% 85%) -> (16k/82k) -> write(35%)
0:27:01 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 533M 62% 496k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 142G blocks: [ 32k 87% 6/s ]
cpus: 28.1 gc: 5% heap: 8.1G/21G direct: 57M postGC: 6.6G relInfo: 970M mpGeoms: 6G
read( 1%) -> (16/47) -> process(83% 84% 85% 85% 87% 85% 84% 84% 83% 85% 86% 86% 84% 85% 84% 86% 83% 84% 85% 86% 85% 84% 84% 84% 83% 84% 86% 84% 85% 84% 84%) -> (15k/82k) -> write(35%)
0:27:11 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 538M 62% 482k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.1M/s ] 142G blocks: [ 32k 87% 6/s ]
cpus: 28.6 gc: 5% heap: 12G/21G direct: 57M postGC: 7G relInfo: 970M mpGeoms: 6G
read( 1%) -> (16/47) -> process(86% 87% 84% 87% 85% 86% 87% 87% 86% 85% 87% 89% 87% 90% 88% 85% 87% 86% 87% 85% 85% 87% 85% 88% 86% 87% 86% 85% 86% 85% 87%) -> (16k/82k) -> write(33%)
0:27:21 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 543M 63% 474k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.1M/s ] 143G blocks: [ 32k 87% 6/s ]
cpus: 28.1 gc: 6% heap: 10G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 6G
read( 1%) -> (16/47) -> process(85% 85% 84% 83% 85% 84% 84% 85% 84% 83% 84% 84% 84% 85% 84% 85% 86% 84% 84% 85% 83% 84% 84% 82% 84% 84% 84% 84% 83% 82% 85%) -> (15k/82k) -> write(34%)
0:27:31 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 547M 64% 483k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.2M/s ] 144G blocks: [ 32k 88% 6/s ]
cpus: 28 gc: 5% heap: 11G/21G direct: 57M postGC: 8.3G relInfo: 970M mpGeoms: 6.1G
read( 1%) -> (16/47) -> process(85% 85% 85% 85% 84% 85% 86% 84% 85% 86% 86% 85% 87% 86% 85% 87% 86% 86% 84% 85% 86% 85% 85% 85% 86% 86% 85% 85% 84% 85% 86%) -> (16k/82k) -> write(35%)
0:27:41 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 552M 64% 488k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.2M/s ] 144G blocks: [ 33k 88% 6/s ]
cpus: 27.9 gc: 5% heap: 16G/21G direct: 57M postGC: 7G relInfo: 970M mpGeoms: 6.1G
read( 1%) -> (16/47) -> process(84% 84% 84% 85% 84% 84% 84% 83% 84% 85% 84% 83% 84% 84% 84% 84% 83% 83% 84% 83% 84% 84% 84% 83% 84% 83% 84% 84% 84% 84% 84%) -> (13k/82k) -> write(34%)
0:27:51 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 557M 65% 478k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.2M/s ] 145G blocks: [ 33k 88% 7/s ]
cpus: 27.5 gc: 5% heap: 15G/21G direct: 57M postGC: 6.5G relInfo: 970M mpGeoms: 6.2G
read( 1%) -> (16/47) -> process(82% 83% 82% 83% 84% 82% 84% 82% 85% 81% 84% 82% 83% 82% 82% 83% 83% 83% 83% 83% 84% 82% 82% 84% 82% 83% 83% 83% 82% 85% 83%) -> (14k/82k) -> write(35%)
0:28:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 562M 65% 460k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.1M/s ] 146G blocks: [ 33k 88% 6/s ]
cpus: 27.5 gc: 5% heap: 8.1G/21G direct: 57M postGC: 5.2G relInfo: 970M mpGeoms: 6.2G
read( 1%) -> (16/47) -> process(82% 82% 82% 82% 82% 82% 84% 82% 79% 82% 80% 81% 82% 80% 80% 82% 82% 82% 81% 81% 82% 81% 82% 81% 80% 80% 81% 80% 80% 82% 81%) -> (15k/82k) -> write(34%)
0:28:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 567M 66% 478k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.2M/s ] 147G blocks: [ 33k 88% 7/s ]
cpus: 28 gc: 5% heap: 6.7G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 6.3G
read( 1%) -> (16/47) -> process(86% 85% 86% 84% 86% 83% 84% 85% 84% 85% 84% 86% 85% 84% 84% 83% 85% 84% 84% 83% 85% 84% 84% 83% 85% 85% 84% 85% 84% 86% 84%) -> (14k/82k) -> write(35%)
0:28:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 571M 66% 488k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.2M/s ] 147G blocks: [ 33k 88% 6/s ]
cpus: 27.7 gc: 5% heap: 15G/21G direct: 57M postGC: 8.1G relInfo: 970M mpGeoms: 6.3G
read( 1%) -> (16/47) -> process(85% 85% 83% 83% 83% 84% 85% 86% 85% 85% 83% 84% 86% 84% 85% 85% 84% 85% 86% 85% 84% 86% 85% 85% 85% 84% 85% 85% 83% 84% 84%) -> (15k/82k) -> write(35%)
0:28:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 576M 67% 493k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.2M/s ] 148G blocks: [ 33k 89% 6/s ]
cpus: 28.1 gc: 5% heap: 11G/21G direct: 57M postGC: 7.2G relInfo: 970M mpGeoms: 6.4G
read( 1%) -> (16/47) -> process(84% 85% 84% 84% 84% 85% 84% 83% 85% 85% 86% 84% 84% 84% 84% 83% 87% 86% 85% 84% 86% 84% 83% 85% 85% 85% 85% 84% 86% 84% 85%) -> (14k/82k) -> write(35%)
0:28:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 581M 67% 491k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.2M/s ] 149G blocks: [ 33k 89% 7/s ]
cpus: 28.1 gc: 5% heap: 6.8G/21G direct: 57M postGC: 6.6G relInfo: 970M mpGeoms: 6.4G
read( 1%) -> (16/47) -> process(84% 85% 84% 85% 84% 84% 85% 86% 85% 84% 85% 84% 86% 86% 84% 84% 85% 85% 85% 82% 85% 85% 85% 85% 85% 84% 85% 85% 85% 84% 84%) -> (16k/82k) -> write(35%)
0:28:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 586M 68% 523k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.2M/s ] 149G blocks: [ 33k 89% 6/s ]
cpus: 28.6 gc: 5% heap: 14G/21G direct: 57M postGC: 7.1G relInfo: 970M mpGeoms: 6.4G
read( 1%) -> (16/47) -> process(86% 85% 86% 85% 86% 87% 85% 85% 87% 85% 88% 86% 86% 87% 85% 86% 87% 84% 87% 87% 87% 87% 86% 88% 88% 85% 85% 84% 85% 87% 87%) -> (16k/82k) -> write(35%)
0:29:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 592M 69% 517k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.3M/s ] 150G blocks: [ 33k 89% 6/s ]
cpus: 28.1 gc: 5% heap: 10G/21G direct: 57M postGC: 7G relInfo: 970M mpGeoms: 6.5G
read( 1%) -> (16/47) -> process(83% 85% 84% 84% 86% 85% 84% 83% 84% 85% 85% 82% 83% 83% 85% 85% 85% 84% 86% 84% 84% 85% 85% 85% 85% 84% 83% 85% 86% 86% 83%) -> (16k/82k) -> write(36%)
0:29:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 597M 69% 507k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.2M/s ] 152G blocks: [ 33k 89% 7/s ]
cpus: 28.3 gc: 5% heap: 9.2G/21G direct: 57M postGC: 6.3G relInfo: 970M mpGeoms: 6.5G
read( 1%) -> (16/47) -> process(85% 87% 85% 85% 86% 86% 85% 87% 86% 85% 86% 86% 85% 87% 85% 85% 85% 84% 85% 83% 85% 84% 84% 84% 86% 85% 84% 85% 85% 86% 85%) -> (13k/82k) -> write(36%)
0:29:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 602M 70% 505k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.2M/s ] 152G blocks: [ 33k 90% 7/s ]
cpus: 28.1 gc: 6% heap: 16G/21G direct: 57M postGC: 6.1G relInfo: 970M mpGeoms: 6.6G
read( 1%) -> (16/47) -> process(84% 83% 84% 82% 84% 84% 84% 84% 84% 84% 83% 84% 84% 82% 84% 84% 83% 84% 85% 84% 83% 83% 84% 84% 84% 85% 84% 84% 84% 84% 85%) -> (15k/82k) -> write(35%)
0:29:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 607M 70% 534k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.3M/s ] 153G blocks: [ 33k 90% 6/s ]
cpus: 28.1 gc: 5% heap: 10G/21G direct: 57M postGC: 8.3G relInfo: 970M mpGeoms: 6.6G
read( 1%) -> (16/47) -> process(85% 86% 83% 85% 86% 86% 85% 85% 86% 82% 85% 86% 86% 87% 85% 84% 84% 86% 86% 84% 85% 87% 86% 85% 86% 87% 86% 86% 86% 86% 85%) -> (18k/82k) -> write(37%)
0:29:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 612M 71% 529k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.3M/s ] 154G blocks: [ 33k 90% 7/s ]
cpus: 28.3 gc: 5% heap: 9.6G/21G direct: 57M postGC: 5.2G relInfo: 970M mpGeoms: 6.7G
read( 1%) -> (16/47) -> process(86% 83% 84% 84% 84% 84% 84% 85% 84% 84% 83% 86% 85% 84% 84% 83% 86% 82% 83% 85% 86% 84% 85% 84% 84% 84% 85% 84% 85% 85% 84%) -> (14k/82k) -> write(36%)
0:29:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 617M 72% 488k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.2M/s ] 155G blocks: [ 33k 90% 6/s ]
cpus: 28 gc: 5% heap: 13G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 6.8G
read( 1%) -> (16/47) -> process(84% 84% 84% 83% 84% 84% 84% 86% 84% 84% 85% 84% 84% 82% 85% 83% 84% 85% 83% 86% 86% 84% 84% 84% 83% 84% 83% 84% 83% 85% 83%) -> (17k/82k) -> write(34%)
0:30:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 622M 72% 507k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.2M/s ] 155G blocks: [ 33k 90% 6/s ]
cpus: 28 gc: 5% heap: 14G/21G direct: 57M postGC: 8.2G relInfo: 970M mpGeoms: 6.8G
read( 1%) -> (16/47) -> process(86% 86% 85% 86% 87% 86% 86% 86% 85% 86% 84% 84% 86% 87% 84% 87% 85% 85% 85% 87% 85% 87% 86% 86% 84% 87% 86% 85% 86% 87% 87%) -> (14k/82k) -> write(36%)
0:30:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 627M 73% 496k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.2M/s ] 156G blocks: [ 34k 91% 6/s ]
cpus: 27.8 gc: 5% heap: 15G/21G direct: 57M postGC: 7.1G relInfo: 970M mpGeoms: 6.9G
read( 1%) -> (16/47) -> process(85% 84% 84% 85% 84% 83% 82% 84% 84% 84% 85% 86% 83% 85% 85% 84% 84% 84% 84% 84% 84% 84% 84% 83% 82% 84% 84% 83% 85% 84% 84%) -> (18k/82k) -> write(36%)
0:30:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 633M 73% 516k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.2M/s ] 157G blocks: [ 34k 91% 7/s ]
cpus: 28.2 gc: 5% heap: 6.7G/21G direct: 57M postGC: 6.7G relInfo: 970M mpGeoms: 7G
read( 1%) -> (16/47) -> process(84% 85% 85% 85% 84% 85% 85% 85% 84% 84% 85% 84% 86% 84% 85% 84% 85% 85% 86% 85% 85% 83% 84% 84% 84% 84% 86% 83% 87% 86% 85%) -> (15k/82k) -> write(36%)
0:30:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 637M 74% 480k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.1M/s ] 157G blocks: [ 34k 91% 6/s ]
cpus: 28.1 gc: 5% heap: 12G/21G direct: 57M postGC: 5.3G relInfo: 970M mpGeoms: 7.1G
read( 1%) -> (16/47) -> process(84% 85% 84% 85% 84% 83% 84% 85% 85% 84% 87% 83% 85% 87% 84% 85% 85% 85% 85% 85% 86% 85% 85% 85% 84% 84% 88% 84% 84% 87% 84%) -> (15k/82k) -> write(33%)
0:30:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 642M 75% 499k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.2M/s ] 158G blocks: [ 34k 91% 6/s ]
cpus: 28.2 gc: 5% heap: 15G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 7.1G
read( 1%) -> (16/47) -> process(85% 84% 85% 85% 84% 86% 86% 84% 83% 87% 85% 85% 85% 85% 85% 86% 85% 86% 85% 85% 85% 86% 87% 85% 85% 85% 85% 85% 87% 85% 85%) -> (17k/82k) -> write(34%)
0:30:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 648M 75% 531k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.2M/s ] 159G blocks: [ 34k 91% 8/s ]
cpus: 28.3 gc: 4% heap: 15G/21G direct: 57M postGC: 6.7G relInfo: 970M mpGeoms: 7.2G
read( 1%) -> (16/47) -> process(86% 86% 86% 87% 86% 86% 85% 86% 86% 85% 85% 86% 87% 86% 85% 86% 86% 87% 85% 86% 86% 86% 88% 86% 87% 86% 86% 86% 87% 85% 86%) -> (15k/82k) -> write(36%)
0:31:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 653M 76% 529k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.2M/s ] 159G blocks: [ 34k 91% 6/s ]
cpus: 28.2 gc: 5% heap: 8G/21G direct: 57M postGC: 7G relInfo: 970M mpGeoms: 7.2G
read( 1%) -> (16/47) -> process(85% 85% 84% 85% 85% 84% 84% 85% 85% 85% 85% 84% 86% 85% 85% 85% 85% 84% 85% 85% 86% 84% 84% 84% 83% 84% 85% 83% 84% 85% 85%) -> (14k/82k) -> write(35%)
0:31:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 658M 76% 522k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.2M/s ] 160G blocks: [ 34k 92% 7/s ]
cpus: 28 gc: 5% heap: 6G/21G direct: 57M postGC: 6.1G relInfo: 970M mpGeoms: 7.3G
read( 1%) -> (16/47) -> process(86% 85% 85% 85% 85% 84% 85% 85% 84% 85% 83% 84% 84% 87% 83% 85% 85% 85% 83% 84% 84% 85% 84% 86% 86% 85% 83% 84% 84% 85% 84%) -> (19k/82k) -> write(36%)
0:31:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 664M 77% 532k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.3M/s ] 161G blocks: [ 34k 92% 7/s ]
cpus: 28.2 gc: 5% heap: 13G/21G direct: 57M postGC: 6G relInfo: 970M mpGeoms: 7.3G
read( 1%) -> (16/47) -> process(83% 84% 84% 82% 83% 83% 84% 86% 84% 84% 84% 85% 84% 84% 85% 83% 82% 83% 85% 84% 85% 86% 85% 83% 84% 82% 85% 86% 83% 83% 85%) -> (14k/82k) -> write(36%)
0:31:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 669M 78% 549k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 162G blocks: [ 34k 92% 6/s ]
cpus: 28.4 gc: 5% heap: 9G/21G direct: 57M postGC: 8.2G relInfo: 970M mpGeoms: 7.4G
read( 1%) -> (16/47) -> process(86% 87% 87% 87% 86% 87% 86% 87% 87% 86% 87% 87% 88% 87% 87% 86% 86% 87% 86% 88% 87% 87% 86% 87% 88% 87% 86% 85% 87% 86% 87%) -> (16k/82k) -> write(37%)
0:31:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 674M 78% 484k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.2M/s ] 162G blocks: [ 34k 92% 7/s ]
cpus: 28.6 gc: 5% heap: 6.6G/21G direct: 57M postGC: 5.4G relInfo: 970M mpGeoms: 7.4G
read( 1%) -> (16/47) -> process(83% 85% 84% 89% 85% 85% 84% 84% 83% 90% 82% 83% 91% 83% 85% 85% 83% 84% 85% 84% 84% 84% 87% 83% 85% 82% 83% 85% 86% 84% 83%) -> (17k/82k) -> write(35%)
0:31:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 679M 79% 532k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 163G blocks: [ 34k 92% 6/s ]
cpus: 28.4 gc: 4% heap: 12G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 7.4G
read( 1%) -> (16/47) -> process(84% 86% 87% 86% 86% 86% 86% 86% 86% 87% 86% 86% 88% 86% 86% 87% 86% 87% 86% 86% 86% 86% 86% 87% 85% 85% 86% 85% 85% 86% 86%) -> (15k/82k) -> write(36%)
0:32:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 685M 79% 536k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.2M/s ] 164G blocks: [ 34k 93% 7/s ]
cpus: 28.4 gc: 5% heap: 8.9G/21G direct: 57M postGC: 6.4G relInfo: 970M mpGeoms: 7.5G
read( 1%) -> (16/47) -> process(87% 84% 86% 87% 87% 87% 85% 87% 85% 85% 84% 86% 85% 85% 85% 85% 87% 86% 86% 86% 86% 85% 86% 86% 86% 87% 86% 86% 86% 85% 86%) -> (17k/82k) -> write(36%)
0:32:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 690M 80% 541k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 164G blocks: [ 34k 93% 7/s ]
cpus: 28.2 gc: 6% heap: 9.3G/21G direct: 57M postGC: 9.4G relInfo: 970M mpGeoms: 7.6G
read( 1%) -> (16/47) -> process(84% 85% 85% 86% 85% 86% 86% 85% 84% 85% 85% 85% 87% 86% 85% 87% 85% 87% 86% 86% 85% 85% 86% 85% 86% 87% 87% 87% 86% 85% 86%) -> (13k/82k) -> write(36%)
0:32:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 695M 81% 540k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.2M/s ] 165G blocks: [ 35k 93% 7/s ]
cpus: 28.5 gc: 5% heap: 8.7G/21G direct: 57M postGC: 7.7G relInfo: 970M mpGeoms: 7.6G
read( 1%) -> (16/47) -> process(85% 86% 84% 86% 85% 87% 87% 86% 86% 85% 85% 85% 87% 85% 86% 86% 85% 85% 87% 86% 86% 85% 86% 85% 85% 86% 86% 85% 85% 86% 86%) -> (16k/82k) -> write(36%)
0:32:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 701M 81% 524k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.2M/s ] 166G blocks: [ 35k 93% 7/s ]
cpus: 28.6 gc: 5% heap: 9.5G/21G direct: 57M postGC: 6.2G relInfo: 970M mpGeoms: 7.7G
read( 1%) -> (16/47) -> process(84% 86% 86% 87% 86% 85% 86% 86% 86% 87% 85% 84% 85% 86% 86% 87% 86% 86% 86% 86% 86% 86% 86% 85% 86% 87% 88% 86% 85% 87% 85%) -> (15k/82k) -> write(35%)
0:32:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 706M 82% 535k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.2M/s ] 166G blocks: [ 35k 93% 7/s ]
cpus: 28.3 gc: 5% heap: 11G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 7.7G
read( 1%) -> (16/47) -> process(86% 85% 85% 84% 83% 86% 85% 84% 86% 86% 85% 84% 86% 85% 85% 84% 85% 84% 85% 85% 85% 87% 86% 85% 85% 86% 86% 85% 85% 85% 85%) -> (14k/82k) -> write(34%)
0:32:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 711M 83% 528k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.2M/s ] 167G blocks: [ 35k 94% 6/s ]
cpus: 28.4 gc: 6% heap: 9.1G/21G direct: 57M postGC: 5.4G relInfo: 970M mpGeoms: 7.8G
read( 1%) -> (16/47) -> process(86% 85% 85% 84% 85% 87% 85% 85% 85% 85% 84% 85% 85% 85% 85% 84% 86% 85% 85% 84% 85% 85% 86% 84% 85% 84% 84% 84% 86% 84% 85%) -> (19k/82k) -> write(35%)
0:33:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 717M 83% 544k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.2M/s ] 168G blocks: [ 35k 94% 7/s ]
cpus: 28.4 gc: 5% heap: 15G/21G direct: 57M postGC: 8.4G relInfo: 970M mpGeoms: 7.8G
read( 1%) -> (16/47) -> process(87% 87% 86% 87% 86% 88% 87% 88% 87% 87% 86% 87% 86% 87% 87% 86% 87% 87% 88% 86% 86% 86% 86% 86% 86% 87% 87% 87% 88% 88% 87%) -> (16k/82k) -> write(36%)
0:33:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 722M 84% 530k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.2M/s ] 168G blocks: [ 35k 94% 7/s ]
cpus: 28.3 gc: 5% heap: 14G/21G direct: 57M postGC: 8.2G relInfo: 970M mpGeoms: 7.9G
read( 1%) -> (16/47) -> process(84% 85% 85% 86% 85% 85% 87% 85% 85% 85% 85% 85% 85% 86% 86% 85% 85% 85% 84% 86% 84% 85% 85% 85% 84% 85% 85% 85% 85% 85% 84%) -> (17k/82k) -> write(35%)
0:33:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 728M 84% 546k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.2M/s ] 169G blocks: [ 35k 94% 7/s ]
cpus: 28.5 gc: 6% heap: 7.7G/21G direct: 57M postGC: 7.3G relInfo: 970M mpGeoms: 7.9G
read( 1%) -> (16/47) -> process(86% 85% 84% 87% 84% 85% 87% 85% 85% 86% 86% 85% 84% 85% 85% 84% 85% 85% 87% 85% 85% 84% 86% 85% 86% 85% 86% 86% 87% 86% 84%) -> (15k/82k) -> write(36%)
0:33:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 733M 85% 536k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.2M/s ] 170G blocks: [ 35k 94% 7/s ]
cpus: 28.2 gc: 5% heap: 6.7G/21G direct: 57M postGC: 6.6G relInfo: 970M mpGeoms: 7.9G
read( 1%) -> (16/47) -> process(83% 86% 84% 84% 85% 85% 85% 85% 84% 85% 84% 85% 84% 85% 85% 84% 86% 86% 85% 86% 86% 86% 85% 84% 85% 85% 86% 86% 84% 84% 85%) -> (16k/82k) -> write(36%)
0:33:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 739M 86% 556k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.2M/s ] 171G blocks: [ 35k 95% 7/s ]
cpus: 28.4 gc: 5% heap: 7.7G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 8G
read( 1%) -> (16/47) -> process(85% 85% 86% 84% 85% 86% 84% 86% 85% 86% 86% 85% 85% 85% 86% 85% 86% 85% 87% 84% 86% 86% 86% 86% 86% 86% 84% 86% 85% 86% 86%) -> (18k/82k) -> write(36%)
0:33:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 744M 86% 549k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.2M/s ] 171G blocks: [ 35k 95% 7/s ]
cpus: 28.6 gc: 5% heap: 7.2G/21G direct: 57M postGC: 5.4G relInfo: 970M mpGeoms: 8G
read( 1%) -> (16/47) -> process(86% 87% 86% 87% 85% 86% 86% 85% 87% 87% 85% 87% 86% 88% 86% 87% 87% 87% 86% 87% 86% 85% 87% 86% 86% 86% 87% 86% 86% 86% 86%) -> (15k/82k) -> write(35%)
0:34:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 750M 87% 556k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 172G blocks: [ 35k 95% 7/s ]
cpus: 28.7 gc: 5% heap: 14G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 8.1G
read( 1%) -> (16/47) -> process(87% 87% 87% 86% 88% 86% 87% 85% 86% 86% 86% 86% 85% 86% 87% 87% 85% 88% 87% 86% 86% 87% 88% 86% 86% 85% 88% 87% 86% 87% 87%) -> (16k/82k) -> write(36%)
0:34:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 755M 88% 560k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 173G blocks: [ 35k 95% 7/s ]
cpus: 28.8 gc: 5% heap: 9.6G/21G direct: 57M postGC: 6.1G relInfo: 970M mpGeoms: 8.1G
read( 1%) -> (16/47) -> process(87% 86% 86% 88% 87% 87% 87% 87% 88% 86% 87% 88% 87% 85% 86% 86% 86% 87% 86% 88% 87% 88% 87% 87% 87% 88% 86% 87% 89% 87% 86%) -> (17k/82k) -> write(36%)
0:34:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 761M 88% 548k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 173G blocks: [ 35k 95% 7/s ]
cpus: 28.5 gc: 5% heap: 16G/21G direct: 57M postGC: 6.6G relInfo: 970M mpGeoms: 8.1G
read( 1%) -> (16/47) -> process(87% 89% 85% 87% 84% 86% 85% 86% 85% 86% 87% 85% 86% 86% 85% 87% 84% 86% 86% 86% 87% 85% 86% 87% 87% 85% 86% 84% 86% 85% 87%) -> (15k/82k) -> write(34%)
0:34:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 766M 89% 541k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 174G blocks: [ 35k 96% 7/s ]
cpus: 28.5 gc: 6% heap: 10G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 8.2G
read( 1%) -> (16/47) -> process(85% 86% 84% 85% 85% 86% 85% 86% 86% 85% 85% 86% 84% 85% 85% 86% 86% 85% 86% 87% 87% 85% 87% 84% 84% 86% 86% 87% 85% 84% 85%) -> (18k/82k) -> write(35%)
0:34:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 772M 89% 536k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 175G blocks: [ 36k 96% 7/s ]
cpus: 28.8 gc: 5% heap: 7.5G/21G direct: 57M postGC: 4.7G relInfo: 970M mpGeoms: 8.2G
read( 1%) -> (16/47) -> process(84% 85% 86% 86% 86% 87% 86% 86% 86% 86% 85% 85% 85% 85% 86% 87% 87% 84% 86% 86% 85% 86% 87% 86% 86% 85% 86% 85% 84% 85% 86%) -> (15k/82k) -> write(35%)
0:34:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 777M 90% 539k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 175G blocks: [ 36k 96% 7/s ]
cpus: 28.5 gc: 5% heap: 6.5G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 8.3G
read( 1%) -> (16/47) -> process(87% 86% 88% 86% 87% 87% 86% 87% 86% 88% 86% 86% 86% 88% 87% 86% 86% 88% 87% 87% 86% 86% 86% 85% 85% 85% 86% 88% 85% 87% 87%) -> (15k/82k) -> write(35%)
0:35:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 782M 91% 536k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 176G blocks: [ 36k 96% 6/s ]
cpus: 28.2 gc: 5% heap: 16G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 8.3G
read( 1%) -> (16/47) -> process(83% 85% 85% 84% 85% 85% 84% 86% 86% 87% 85% 85% 84% 85% 84% 85% 89% 85% 86% 85% 86% 85% 87% 85% 86% 86% 85% 86% 87% 85% 86%) -> (18k/82k) -> write(36%)
0:35:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 788M 91% 524k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 178G blocks: [ 36k 96% 7/s ]
cpus: 28.4 gc: 5% heap: 15G/21G direct: 57M postGC: 6.5G relInfo: 970M mpGeoms: 8.3G
read( 1%) -> (16/47) -> process(85% 86% 85% 86% 85% 86% 86% 87% 85% 87% 86% 85% 85% 86% 87% 86% 85% 84% 85% 85% 85% 86% 86% 87% 84% 85% 86% 86% 87% 86% 86%) -> (16k/82k) -> write(35%)
0:35:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 793M 92% 520k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 178G blocks: [ 36k 97% 7/s ]
cpus: 28.6 gc: 5% heap: 13G/21G direct: 57M postGC: 5.4G relInfo: 970M mpGeoms: 8.4G
read( 1%) -> (16/47) -> process(85% 84% 86% 85% 85% 85% 84% 85% 84% 85% 84% 85% 86% 83% 84% 85% 84% 85% 85% 85% 85% 86% 85% 86% 84% 86% 84% 86% 83% 85% 85%) -> (19k/82k) -> write(34%)
0:35:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 798M 93% 533k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 179G blocks: [ 36k 97% 6/s ]
cpus: 28.6 gc: 5% heap: 15G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 8.4G
read( 1%) -> (16/47) -> process(87% 85% 85% 87% 86% 88% 86% 85% 86% 87% 86% 85% 86% 86% 88% 85% 87% 86% 86% 87% 86% 87% 86% 87% 87% 87% 88% 86% 86% 87% 87%) -> (16k/82k) -> write(34%)
0:35:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 803M 93% 536k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 180G blocks: [ 36k 97% 7/s ]
cpus: 28.6 gc: 5% heap: 16G/21G direct: 57M postGC: 6.7G relInfo: 970M mpGeoms: 8.5G
read( 1%) -> (16/47) -> process(85% 88% 87% 86% 87% 85% 86% 89% 83% 85% 86% 86% 86% 86% 86% 87% 86% 87% 85% 86% 87% 86% 84% 86% 87% 85% 86% 86% 86% 89% 87%) -> (21k/82k) -> write(35%)
0:35:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 809M 94% 520k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 180G blocks: [ 36k 97% 7/s ]
cpus: 28.6 gc: 5% heap: 12G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 8.5G
read( 1%) -> (16/47) -> process(87% 86% 84% 83% 87% 86% 88% 84% 85% 84% 84% 84% 85% 87% 85% 87% 83% 85% 87% 86% 86% 83% 86% 85% 85% 86% 86% 84% 87% 83% 87%) -> (17k/82k) -> write(33%)
0:36:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 814M 94% 529k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 181G blocks: [ 36k 97% 7/s ]
cpus: 28.7 gc: 5% heap: 17G/21G direct: 57M postGC: 6.2G relInfo: 970M mpGeoms: 8.5G
read( 1%) -> (16/47) -> process(87% 86% 85% 86% 87% 87% 86% 87% 86% 86% 87% 87% 86% 85% 87% 88% 87% 87% 87% 87% 87% 85% 85% 87% 87% 86% 86% 86% 85% 88% 87%) -> (16k/82k) -> write(34%)
0:36:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 819M 95% 514k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 182G blocks: [ 36k 98% 6/s ]
cpus: 28.5 gc: 5% heap: 11G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 8.6G
read( 1%) -> (16/47) -> process(88% 86% 85% 84% 85% 84% 86% 83% 85% 84% 85% 84% 85% 85% 85% 84% 85% 83% 85% 83% 85% 83% 84% 85% 84% 85% 85% 82% 87% 85% 83%) -> (25k/82k) -> write(34%)
0:36:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 824M 96% 528k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 182G blocks: [ 36k 98% 7/s ]
cpus: 28.7 gc: 5% heap: 11G/21G direct: 57M postGC: 6.5G relInfo: 970M mpGeoms: 8.6G
read( 1%) -> (16/47) -> process(85% 87% 87% 87% 90% 86% 87% 86% 88% 87% 86% 86% 87% 87% 87% 86% 87% 86% 88% 87% 87% 86% 86% 86% 87% 88% 86% 87% 87% 87% 87%) -> (15k/82k) -> write(34%)
0:36:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 830M 96% 514k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.1M/s ] 183G blocks: [ 36k 98% 6/s ]
cpus: 28.5 gc: 6% heap: 8.5G/21G direct: 57M postGC: 5.3G relInfo: 970M mpGeoms: 8.7G
read( 1%) -> (16/47) -> process(84% 83% 84% 84% 84% 86% 86% 84% 85% 85% 84% 84% 84% 85% 85% 84% 84% 84% 86% 85% 84% 85% 83% 85% 85% 84% 85% 85% 84% 85% 85%) -> (17k/82k) -> write(33%)
0:36:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 835M 97% 528k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.2M/s ] 183G blocks: [ 36k 98% 7/s ]
cpus: 28.8 gc: 4% heap: 10G/21G direct: 57M postGC: 6G relInfo: 970M mpGeoms: 8.7G
read( 1%) -> (16/47) -> process(87% 86% 88% 87% 86% 88% 87% 89% 86% 87% 89% 87% 87% 86% 87% 87% 87% 88% 87% 87% 89% 87% 87% 87% 88% 88% 87% 87% 87% 88% 86%) -> (14k/82k) -> write(34%)
0:36:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 840M 97% 504k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.1M/s ] 184G blocks: [ 36k 98% 6/s ]
cpus: 28.3 gc: 5% heap: 16G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 9.2G
read( 1%) -> (16/47) -> process(83% 83% 84% 83% 82% 84% 83% 85% 82% 84% 84% 87% 83% 82% 84% 83% 83% 83% 83% 81% 83% 84% 83% 81% 84% 83% 83% 82% 83% 82% 83%) -> (13k/82k) -> write(33%)
0:37:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 845M 98% 520k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.1M/s ] 185G blocks: [ 37k 99% 7/s ]
cpus: 29.1 gc: 4% heap: 13G/21G direct: 57M postGC: 5.9G relInfo: 970M mpGeoms: 9.2G
read( 1%) -> (16/47) -> process(87% 82% 86% 89% 86% 88% 90% 83% 88% 84% 87% 85% 87% 86% 85% 87% 87% 84% 84% 85% 84% 84% 84% 83% 85% 87% 85% 84% 85% 86% 87%) -> (17k/82k) -> write(34%)
0:37:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 850M 99% 532k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.1M/s ] 185G blocks: [ 37k 99% 7/s ]
cpus: 29.1 gc: 4% heap: 12G/21G direct: 57M postGC: 5.4G relInfo: 970M mpGeoms: 9.2G
read( 1%) -> (16/47) -> process(86% 85% 88% 86% 87% 86% 86% 86% 88% 87% 86% 89% 88% 87% 86% 87% 86% 84% 85% 88% 86% 85% 88% 84% 87% 87% 89% 84% 83% 86% 87%) -> (14k/82k) -> write(33%)
0:37:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 856M 99% 514k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.1M/s ] 186G blocks: [ 37k 99% 7/s ]
cpus: 28.6 gc: 4% heap: 6.4G/21G direct: 57M postGC: 6G relInfo: 970M mpGeoms: 9.3G
read( 1%) -> (16/47) -> process(85% 86% 86% 86% 84% 87% 86% 83% 85% 84% 85% 85% 84% 85% 86% 87% 84% 84% 84% 85% 85% 84% 85% 84% 84% 86% 84% 86% 86% 85% 87%) -> (16k/82k) -> write(34%)
0:37:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 861M 100% 520k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.1M/s ] 187G blocks: [ 37k 99% 7/s ]
cpus: 29.1 gc: 4% heap: 12G/21G direct: 57M postGC: 5.3G relInfo: 970M mpGeoms: 9.3G
read( 1%) -> (16/47) -> process(86% 85% 86% 84% 85% 86% 85% 84% 86% 86% 85% 85% 86% 85% 83% 85% 84% 87% 86% 86% 88% 85% 84% 84% 85% 86% 84% 85% 86% 85% 87%) -> (18k/82k) -> write(34%)
0:37:37 INF [osm_pass2:process] - Finished ways: 862,758,280 (465k/s) in 30m53s cpu:14h7m36s gc:1m32s avg:27.4
0:37:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 144k/s ] rels: [ 184k 2% 18k/s ] features: [ 2.8B 412k/s ] 187G blocks: [ 37k 99% 3/s ]
cpus: 22 gc: 2% heap: 12G/21G direct: 57M postGC: 4.8G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(62% 41% 45% 61% 88% 68% 67% 58% 73% 76% 52% 50% 83% 82% 67% 54% 54% 66% 74% 47% 68% 57% 82% 69% 49% 72% 67% 53% 77% 73% 83%) -> (15k/82k) -> write(12%)
0:37:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 396k 4% 21k/s ] features: [ 2.8B 134k/s ] 187G blocks: [ 37k 99% <1/s ]
cpus: 26.5 gc: 1% heap: 10G/21G direct: 57M postGC: 4.9G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(86% 81% 83% 88% 85% 83% 87% 86% 84% 90% 84% 82% 86% 86% 87% 89% 87% 84% 84% 81% 84% 88% 84% 85% 82% 81% 83% 86% 86% 81% 84%) -> (16k/82k) -> write( 6%)
0:38:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 564k 6% 16k/s ] features: [ 2.8B 131k/s ] 187G blocks: [ 37k 99% <1/s ]
cpus: 27.2 gc: 1% heap: 12G/21G direct: 57M postGC: 5.2G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(87% 85% 85% 87% 84% 89% 85% 85% 86% 87% 83% 82% 88% 88% 90% 87% 84% 85% 88% 86% 88% 92% 87% 88% 84% 84% 87% 84% 85% 84% 87%) -> (17k/82k) -> write( 6%)
0:38:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 734k 7% 16k/s ] features: [ 2.8B 149k/s ] 188G blocks: [ 37k 99% <1/s ]
cpus: 26.9 gc: 2% heap: 14G/21G direct: 57M postGC: 5.3G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(83% 77% 90% 83% 82% 87% 85% 90% 86% 86% 84% 84% 85% 89% 86% 86% 83% 84% 90% 86% 90% 91% 90% 87% 88% 83% 85% 81% 83% 83% 83%) -> (16k/82k) -> write( 7%)
0:38:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 921k 9% 18k/s ] features: [ 2.8B 570k/s ] 188G blocks: [ 37k 99% <1/s ]
cpus: 27.6 gc: 2% heap: 8.5G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(87% 79% 86% 89% 88% 87% 90% 89% 84% 86% 87% 85% 96% 88% 86% 84% 86% 90% 86% 84% 89% 85% 95% 85% 88% 87% 90% 89% 87% 89% 84%) -> (19k/82k) -> write(11%)
0:38:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 1.1M 11% 19k/s ] features: [ 2.8B 299k/s ] 188G blocks: [ 37k 99% <1/s ]
cpus: 27.9 gc: 1% heap: 16G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(85% 87% 91% 89% 88% 88% 90% 90% 86% 86% 87% 86% 87% 85% 83% 88% 85% 85% 89% 86% 87% 88% 94% 87% 89% 90% 91% 87% 84% 86% 89%) -> (14k/82k) -> write( 9%)
0:38:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 1.3M 13% 20k/s ] features: [ 2.8B 189k/s ] 190G blocks: [ 37k 99% 1/s ]
cpus: 27.5 gc: 2% heap: 9.7G/21G direct: 57M postGC: 5.3G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(83% 87% 84% 90% 85% 87% 88% 87% 86% 87% 87% 86% 84% 89% 86% 86% 88% 88% 89% 87% 85% 90% 92% 87% 90% 89% 92% 88% 88% 86% 86%) -> (15k/82k) -> write( 8%)
0:38:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 1.5M 16% 23k/s ] features: [ 2.8B 211k/s ] 190G blocks: [ 37k 99% <1/s ]
cpus: 27.9 gc: 3% heap: 10G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(89% 88% 89% 88% 86% 88% 88% 88% 87% 86% 90% 86% 87% 88% 86% 88% 90% 90% 85% 85% 87% 87% 92% 87% 89% 86% 90% 88% 86% 88% 86%) -> (13k/82k) -> write( 9%)
0:39:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 1.8M 18% 25k/s ] features: [ 2.8B 194k/s ] 190G blocks: [ 37k 99% <1/s ]
cpus: 28.3 gc: 1% heap: 10G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(92% 91% 91% 89% 90% 89% 91% 88% 92% 90% 92% 87% 89% 91% 89% 91% 91% 89% 88% 90% 91% 90% 94% 88% 90% 90% 89% 88% 90% 90% 93%) -> (18k/82k) -> write( 8%)
0:39:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 2M 21% 27k/s ] features: [ 2.8B 426k/s ] 191G blocks: [ 37k 99% 1/s ]
cpus: 28 gc: 2% heap: 6.6G/21G direct: 57M postGC: 5.2G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(90% 86% 86% 91% 78% 88% 91% 86% 90% 90% 86% 84% 87% 91% 91% 89% 86% 93% 88% 90% 87% 87% 92% 91% 91% 84% 83% 82% 87% 87% 86%) -> (16k/82k) -> write(11%)
0:39:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 2.3M 24% 29k/s ] features: [ 2.8B 806k/s ] 191G blocks: [ 37k 99% <1/s ]
cpus: 27.3 gc: 3% heap: 7.2G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(88% 86% 83% 85% 79% 88% 93% 85% 86% 89% 85% 83% 87% 86% 88% 84% 83% 96% 83% 89% 84% 85% 87% 85% 85% 85% 83% 84% 88% 82% 75%) -> (15k/82k) -> write(14%)
0:39:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 2.7M 27% 31k/s ] features: [ 2.8B 209k/s ] 191G blocks: [ 37k 99% <1/s ]
cpus: 27.9 gc: 2% heap: 8.1G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(89% 88% 77% 90% 88% 91% 90% 87% 86% 92% 87% 88% 89% 89% 89% 86% 90% 92% 88% 91% 87% 92% 89% 89% 89% 90% 90% 87% 87% 90% 84%) -> (15k/82k) -> write( 9%)
0:39:42 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 3M 30% 31k/s ] features: [ 2.8B 172k/s ] 193G blocks: [ 37k 99% 1/s ]
cpus: 28.1 gc: 2% heap: 6.8G/21G direct: 57M postGC: 5.4G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(88% 88% 91% 90% 91% 86% 87% 88% 88% 90% 89% 88% 88% 88% 85% 87% 87% 81% 85% 85% 86% 90% 90% 87% 93% 86% 90% 90% 87% 86% 87%) -> (14k/82k) -> write( 9%)
0:39:52 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 3.3M 33% 31k/s ] features: [ 2.9B 216k/s ] 193G blocks: [ 37k 99% <1/s ]
cpus: 28 gc: 2% heap: 7.8G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(82% 88% 88% 89% 86% 88% 90% 88% 86% 89% 91% 91% 87% 90% 90% 88% 82% 97% 87% 87% 86% 89% 91% 86% 94% 87% 91% 88% 86% 90% 85%) -> (13k/82k) -> write( 9%)
0:40:02 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 3.6M 37% 33k/s ] features: [ 2.9B 233k/s ] 193G blocks: [ 37k 99% <1/s ]
cpus: 28.2 gc: 1% heap: 8.4G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(90% 91% 93% 90% 88% 90% 92% 88% 88% 89% 91% 92% 91% 88% 93% 92% 88% 93% 89% 88% 91% 92% 89% 90% 89% 83% 92% 89% 89% 90% 88%) -> (19k/82k) -> write( 9%)
0:40:12 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 3.9M 40% 33k/s ] features: [ 2.9B 168k/s ] 194G blocks: [ 37k 100% 1/s ]
cpus: 27.9 gc: 1% heap: 12G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(90% 86% 93% 87% 90% 93% 87% 90% 85% 85% 85% 89% 89% 89% 83% 92% 88% 87% 84% 86% 86% 85% 91% 88% 90% 89% 86% 92% 86% 86% 85%) -> (13k/82k) -> write( 8%)
0:40:22 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 4.3M 44% 36k/s ] features: [ 2.9B 168k/s ] 194G blocks: [ 37k 100% <1/s ]
cpus: 28 gc: 2% heap: 11G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(86% 89% 92% 88% 89% 88% 88% 91% 86% 91% 88% 87% 89% 91% 84% 89% 88% 88% 88% 88% 89% 88% 91% 87% 92% 86% 88% 97% 86% 88% 87%) -> (16k/82k) -> write( 7%)
0:40:32 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 4.7M 48% 36k/s ] features: [ 2.9B 320k/s ] 194G blocks: [ 37k 100% 1/s ]
cpus: 28.2 gc: 2% heap: 17G/21G direct: 57M postGC: 5.3G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(87% 90% 89% 86% 89% 91% 89% 89% 84% 89% 88% 89% 85% 85% 87% 87% 92% 86% 89% 89% 87% 87% 86% 87% 91% 89% 87% 97% 86% 87% 89%) -> (14k/82k) -> write(12%)
0:40:43 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 5M 51% 35k/s ] features: [ 2.9B 284k/s ] 196G blocks: [ 37k 100% <1/s ]
cpus: 27.7 gc: 3% heap: 15G/21G direct: 57M postGC: 5.7G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(87% 86% 87% 87% 88% 90% 88% 87% 89% 82% 86% 85% 86% 81% 86% 86% 90% 87% 87% 83% 88% 86% 88% 86% 87% 87% 86% 94% 86% 87% 87%) -> (15k/82k) -> write(11%)
0:40:53 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 5.4M 55% 39k/s ] features: [ 2.9B 262k/s ] 196G blocks: [ 37k 100% <1/s ]
cpus: 27.8 gc: 2% heap: 9.1G/21G direct: 57M postGC: 5.1G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(85% 88% 89% 88% 85% 91% 86% 85% 84% 85% 86% 87% 89% 85% 88% 88% 87% 85% 88% 89% 88% 89% 86% 87% 87% 89% 87% 90% 86% 86% 88%) -> (15k/82k) -> write(10%)
0:41:03 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 5.8M 59% 36k/s ] features: [ 2.9B 436k/s ] 198G blocks: [ 37k 100% 1/s ]
cpus: 27.9 gc: 1% heap: 7.4G/21G direct: 57M postGC: 5.5G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(87% 89% 91% 89% 86% 88% 86% 87% 87% 88% 91% 93% 90% 87% 89% 89% 89% 89% 89% 88% 89% 87% 86% 91% 90% 89% 89% 88% 88% 87% 91%) -> (16k/82k) -> write(15%)
0:41:13 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 6.1M 62% 34k/s ] features: [ 2.9B 578k/s ] 199G blocks: [ 37k 100% 1/s ]
cpus: 27.6 gc: 2% heap: 15G/21G direct: 57M postGC: 6G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(86% 85% 85% 89% 84% 83% 87% 83% 87% 87% 88% 86% 91% 86% 87% 86% 90% 86% 91% 87% 85% 87% 84% 84% 87% 88% 87% 87% 86% 83% 90%) -> (17k/82k) -> write(18%)
0:41:23 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 6.5M 66% 40k/s ] features: [ 2.9B 307k/s ] 199G blocks: [ 37k 100% <1/s ]
cpus: 28 gc: 2% heap: 9.7G/21G direct: 57M postGC: 5.2G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(85% 85% 85% 88% 86% 87% 88% 88% 85% 88% 89% 89% 88% 86% 89% 86% 89% 90% 89% 88% 90% 88% 85% 85% 89% 85% 86% 87% 84% 86% 85%) -> (15k/82k) -> write(11%)
0:41:33 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 6.9M 70% 37k/s ] features: [ 2.9B 156k/s ] 199G blocks: [ 37k 100% 1/s ]
cpus: 28.1 gc: 2% heap: 9.3G/21G direct: 57M postGC: 5.6G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(88% 89% 88% 88% 91% 89% 88% 90% 88% 90% 89% 89% 88% 90% 87% 87% 92% 90% 87% 89% 90% 90% 88% 88% 88% 88% 88% 90% 90% 92% 87%) -> (12k/82k) -> write( 7%)
0:41:43 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 7.2M 73% 30k/s ] features: [ 2.9B 162k/s ] 201G blocks: [ 37k 100% 1/s ]
cpus: 27.3 gc: 3% heap: 17G/21G direct: 57M postGC: 6G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(80% 89% 81% 88% 86% 86% 82% 87% 84% 87% 87% 84% 86% 87% 87% 87% 83% 83% 88% 88% 89% 91% 82% 86% 84% 83% 85% 89% 86% 90% 82%) -> (14k/82k) -> write( 8%)
0:41:53 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 7.5M 76% 31k/s ] features: [ 2.9B 150k/s ] 201G blocks: [ 37k 100% <1/s ]
cpus: 28.2 gc: 2% heap: 10G/21G direct: 57M postGC: 5.1G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(88% 88% 89% 91% 88% 87% 88% 85% 87% 87% 91% 88% 91% 85% 90% 91% 88% 86% 90% 88% 87% 91% 86% 89% 91% 86% 89% 89% 87% 89% 91%) -> (15k/82k) -> write( 7%)
0:42:03 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 7.9M 80% 33k/s ] features: [ 2.9B 189k/s ] 201G blocks: [ 37k 100% <1/s ]
cpus: 28.4 gc: 1% heap: 8.9G/21G direct: 57M postGC: 5.4G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(93% 94% 94% 90% 86% 91% 91% 89% 89% 91% 92% 89% 93% 91% 88% 89% 90% 90% 92% 92% 90% 88% 89% 92% 89% 89% 92% 93% 89% 92% 92%) -> (16k/82k) -> write( 8%)
0:42:13 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 8.2M 83% 34k/s ] features: [ 2.9B 153k/s ] 201G blocks: [ 37k 100% 1/s ]
cpus: 27.8 gc: 2% heap: 17G/21G direct: 57M postGC: 5.8G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(89% 90% 89% 85% 86% 91% 84% 83% 84% 91% 89% 89% 88% 89% 87% 87% 88% 85% 92% 94% 87% 89% 86% 90% 87% 85% 84% 86% 86% 88% 92%) -> (13k/82k) -> write( 7%)
0:42:23 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 8.6M 87% 38k/s ] features: [ 2.9B 171k/s ] 203G blocks: [ 37k 100% <1/s ]
cpus: 27.9 gc: 3% heap: 12G/21G direct: 57M postGC: 5.1G relInfo: 970M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(86% 85% 87% 85% 83% 87% 86% 85% 88% 87% 93% 88% 89% 84% 87% 90% 84% 86% 90% 92% 85% 89% 85% 85% 86% 88% 87% 85% 86% 85% 86%) -> (17k/82k) -> write( 8%)
0:42:33 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 9M 91% 41k/s ] features: [ 2.9B 189k/s ] 203G blocks: [ 37k 100% 1/s ]
cpus: 27.9 gc: 1% heap: 8.4G/21G direct: 53M postGC: 5.6G relInfo: 970M mpGeoms: 9.3G
read( -%) -> (8/47) -> process(89% 88% 89% 88% 87% 88% 88% 88% 89% 87% 92% 88% 94% 88% 87% 89% 89% 87% 92% 87% 89% 90% 89% 89% 90% 89% 88% 88% 89% 88% 87%) -> (15k/82k) -> write( 8%)
0:42:43 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 9.4M 95% 37k/s ] features: [ 2.9B 189k/s ] 203G blocks: [ 37k 100% 1/s ]
cpus: 28 gc: 3% heap: 17G/21G direct: 53M postGC: 5.8G relInfo: 970M mpGeoms: 9.3G
read( -%) -> (0/47) -> process(90% 87% 89% 87% 86% 89% 88% 88% 87% 88% 89% 88% 89% 90% 88% 87% 88% 89% 89% 88% 87% 88% 88% 90% 91% 87% 87% 88% 88% 89% 88%) -> (14k/82k) -> write( 8%)
0:42:53 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 9.8M 99% 40k/s ] features: [ 2.9B 224k/s ] 204G blocks: [ 37k 100% 1/s ]
cpus: 27.9 gc: 1% heap: 8.6G/21G direct: 53M postGC: 4.9G relInfo: 970M mpGeoms: 9.3G
read( -%) -> (0/47) -> process(90% 90% 90% 88% 86% 88% 84% 88% 88% 89% 89% 88% 87% 90% 89% 87% 85% 88% 88% 88% 76% 87% 88% 90% 86% 88% 87% 86% 87% 88% 87%) -> (14k/82k) -> write(10%)
0:43:03 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 9.9M 100% 10k/s ] features: [ 2.9B 47k/s ] 204G blocks: [ 37k 100% 1/s ]
cpus: 8.7 gc: 0% heap: 14G/21G direct: 53M postGC: 4.9G relInfo: 970M mpGeoms: 9.3G
read( -%) -> (0/47) -> process(26% 25% 26% 25% 25% 25% 26% 26% 26% 26% 27% 26% 25% 26% 26% 26% 26% 25% 25% 26% 100% 25% 26% 26% 25% 25% 26% 26% 25% 26% 25%) -> (13k/82k) -> write( 2%)
0:43:04 INF [osm_pass2:process] - Finished relations: 9,948,180 (30k/s) in 5m27s cpu:2h27m49s gc:6s avg:27.1
0:43:04 INF [osm_pass2] - nodes: [ 7.7B 100% 0/s ] 78G ways: [ 862M 100% 0/s ] rels: [ 9.9M 100% 5.3k/s ] features: [ 2.9B 31k/s ] 202G blocks: [ 37k 100% <1/s ]
cpus: 5.3 gc: 0% heap: 5.9G/21G direct: 52M postGC: 4.8G relInfo: 970M mpGeoms: 9.3G
read( -%) -> (0/47) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
0:43:04 DEB [osm_pass2] - Processed 37,622 blocks:
0:43:04 DEB [osm_pass2] - nodes: 7,715,618,978 (46M/s) in 2m45s cpu:1h24m34s gc:6s avg:30.8
0:43:04 DEB [osm_pass2] - ways: 862,758,280 (465k/s) in 30m53s cpu:14h7m36s gc:1m32s avg:27.4
0:43:04 DEB [osm_pass2] - relations: 9,948,180 (30k/s) in 5m27s cpu:2h27m49s gc:6s avg:27.1
0:43:04 INF [osm_pass2] - Finished in 39m5s cpu:17h59m55s gc:1m44s avg:27.6
0:43:04 INF [osm_pass2] - read 1x(2% 37s sys:31s wait:37m26s done:36s)
0:43:04 INF [osm_pass2] - process 31x(84% 32m44s sys:34s block:6s wait:13s)
0:43:04 INF [osm_pass2] - write 1x(33% 12m49s sys:2m21s wait:25m43s)
0:43:04 INF [boundaries] -
0:43:04 INF [boundaries] - Starting...
0:43:04 INF [boundaries] - Creating polygons for 218 boundaries
0:43:14 INF [boundaries] - Finished creating 218 country polygons
0:43:19 WAR [boundaries] - no left or right country for border between OSM country relations: [307763] around https://www.openstreetmap.org/#map=10/26.02676/54.87710
0:43:21 WAR [boundaries] - no left or right country for border between OSM country relations: [449220] around https://www.openstreetmap.org/#map=10/24.37468/118.13815
0:43:23 INF [boundaries] - Finished in 19s cpu:22s avg:1.2
0:43:32 INF - Deleting node.db to make room for output file
0:43:32 INF [sort] -
0:43:32 INF [sort] - Starting...
0:43:32 INF [sort] - Grouped 185 chunks into 179
0:43:42 INF [sort] - chunks: [ 5 / 179 3% ] 203G
cpus: 13.1 gc: 8% heap: 15G/21G direct: 52M postGC: 15G
-> (169/185) -> worker(35% 48% 44% 47% 36%)
0:43:52 INF [sort] - chunks: [ 11 / 179 6% ] 203G
cpus: 11.2 gc: 10% heap: 6.2G/21G direct: 18M postGC: 3.9G
-> (163/185) -> worker(37% 52% 33% 31% 55%)
0:44:02 INF [sort] - chunks: [ 16 / 179 9% ] 203G
cpus: 11.4 gc: 5% heap: 15G/21G direct: 18M postGC: 14G
-> (158/185) -> worker(40% 40% 40% 25% 28%)
0:44:12 INF [sort] - chunks: [ 22 / 179 12% ] 203G
cpus: 14 gc: 7% heap: 14G/21G direct: 18M postGC: 16G
-> (152/185) -> worker(36% 36% 28% 31% 50%)
0:44:22 INF [sort] - chunks: [ 28 / 179 16% ] 203G
cpus: 14.1 gc: 8% heap: 4.9G/21G direct: 18M postGC: 4.9G
-> (146/185) -> worker(48% 70% 48% 37% 47%)
0:44:32 INF [sort] - chunks: [ 33 / 179 18% ] 203G
cpus: 13.4 gc: 7% heap: 9.9G/21G direct: 18M postGC: 9.4G
-> (141/185) -> worker(50% 47% 37% 54% 47%)
0:44:42 INF [sort] - chunks: [ 38 / 179 21% ] 203G
cpus: 13.9 gc: 6% heap: 10G/21G direct: 18M postGC: 9.2G
-> (136/185) -> worker(52% 52% 39% 39% 32%)
0:44:52 INF [sort] - chunks: [ 44 / 179 25% ] 203G
cpus: 16.8 gc: 5% heap: 10G/21G direct: 18M postGC: 8.6G
-> (130/185) -> worker(55% 53% 47% 44% 28%)
0:45:03 INF [sort] - chunks: [ 50 / 179 28% ] 203G
cpus: 14.6 gc: 9% heap: 13G/21G direct: 18M postGC: 13G
-> (122/185) -> worker(38% 48% 50% 49% 43%)
0:45:13 INF [sort] - chunks: [ 56 / 179 31% ] 203G
cpus: 14 gc: 14% heap: 6.5G/21G direct: 18M postGC: 6.4G
-> (118/185) -> worker(33% 20% 21% 32% 32%)
0:45:23 INF [sort] - chunks: [ 62 / 179 35% ] 204G
cpus: 13.4 gc: 6% heap: 10G/21G direct: 18M postGC: 10G
-> (112/185) -> worker(36% 40% 46% 33% 27%)
0:45:35 INF [sort] - chunks: [ 69 / 179 39% ] 204G
cpus: 14.1 gc: 5% heap: 11G/21G direct: 18M postGC: 11G
-> (105/185) -> worker(32% 30% 33% 44% 33%)
0:45:45 INF [sort] - chunks: [ 75 / 179 42% ] 203G
cpus: 15 gc: 10% heap: 9.1G/21G direct: 18M postGC: 9G
-> (99/185) -> worker(52% 61% 66% 67% 51%)
0:45:55 INF [sort] - chunks: [ 80 / 179 45% ] 203G
cpus: 17.4 gc: 8% heap: 18G/21G direct: 18M postGC: 18G
-> (94/185) -> worker(35% 55% 42% 54% 54%)
0:46:05 INF [sort] - chunks: [ 85 / 179 47% ] 203G
cpus: 17.8 gc: 6% heap: 19G/21G direct: 18M postGC: 19G
-> (89/185) -> worker(50% 51% 33% 48% 34%)
0:46:15 INF [sort] - chunks: [ 90 / 179 50% ] 203G
cpus: 18.5 gc: 6% heap: 9.9G/21G direct: 18M postGC: 9.4G
-> (84/185) -> worker(59% 63% 61% 46% 52%)
0:46:26 INF [sort] - chunks: [ 96 / 179 54% ] 206G
cpus: 15 gc: 7% heap: 10G/21G direct: 18M postGC: 10G
-> (78/185) -> worker(56% 53% 50% 54% 46%)
0:46:36 INF [sort] - chunks: [ 105 / 179 59% ] 203G
cpus: 14 gc: 6% heap: 11G/21G direct: 18M postGC: 11G
-> (69/185) -> worker(59% 43% 43% 34% 36%)
0:46:46 INF [sort] - chunks: [ 110 / 179 61% ] 203G
cpus: 14.8 gc: 5% heap: 12G/21G direct: 18M postGC: 11G
-> (64/185) -> worker(58% 53% 53% 31% 48%)
0:46:56 INF [sort] - chunks: [ 115 / 179 64% ] 203G
cpus: 15.1 gc: 6% heap: 13G/21G direct: 18M postGC: 13G
-> (59/185) -> worker(47% 50% 52% 39% 38%)
0:47:06 INF [sort] - chunks: [ 120 / 179 67% ] 203G
cpus: 16 gc: 4% heap: 13G/21G direct: 18M postGC: 12G
-> (54/185) -> worker(50% 56% 57% 33% 44%)
0:47:16 INF [sort] - chunks: [ 125 / 179 70% ] 203G
cpus: 14.8 gc: 6% heap: 13G/21G direct: 18M postGC: 13G
-> (49/185) -> worker(49% 47% 53% 35% 40%)
0:47:26 INF [sort] - chunks: [ 130 / 179 73% ] 203G
cpus: 15.9 gc: 5% heap: 14G/21G direct: 18M postGC: 14G
-> (44/185) -> worker(40% 50% 53% 37% 32%)
0:47:36 INF [sort] - chunks: [ 135 / 179 75% ] 203G
cpus: 14.4 gc: 8% heap: 9G/21G direct: 18M postGC: 8.6G
-> (39/185) -> worker(58% 51% 59% 43% 55%)
0:47:46 INF [sort] - chunks: [ 141 / 179 79% ] 203G
cpus: 13.3 gc: 5% heap: 8.7G/21G direct: 18M postGC: 8.6G
-> (33/185) -> worker(44% 38% 40% 30% 29%)
0:47:56 INF [sort] - chunks: [ 146 / 179 82% ] 204G
cpus: 12.9 gc: 7% heap: 18G/21G direct: 18M postGC: 18G
-> (28/185) -> worker(34% 31% 32% 35% 22%)
0:48:06 INF [sort] - chunks: [ 152 / 179 85% ] 203G
cpus: 14.8 gc: 13% heap: 5.6G/21G direct: 18M postGC: 6.1G
-> (22/185) -> worker(37% 38% 28% 30% 36%)
0:48:16 INF [sort] - chunks: [ 157 / 179 88% ] 203G
cpus: 13.4 gc: 8% heap: 6G/21G direct: 18M postGC: 5.9G
-> (17/185) -> worker(43% 39% 34% 35% 36%)
0:48:26 INF [sort] - chunks: [ 162 / 179 91% ] 203G
cpus: 16.5 gc: 7% heap: 10G/21G direct: 18M postGC: 9.3G
-> (12/185) -> worker(56% 55% 49% 42% 40%)
0:48:37 INF [sort] - chunks: [ 167 / 179 93% ] 204G
cpus: 17 gc: 6% heap: 10G/21G direct: 18M postGC: 10G
-> (7/185) -> worker(45% 44% 42% 40% 40%)
0:48:49 INF [sort] - chunks: [ 173 / 179 97% ] 203G
cpus: 14.9 gc: 6% heap: 11G/21G direct: 18M postGC: 20G
-> (1/185) -> worker(47% 34% 35% 40% 31%)
0:48:52 INF [sort] - chunks: [ 179 / 179 100% ] 203G
cpus: 6.6 gc: 1% heap: 12G/21G direct: 18M postGC: 11G
-> (0/185) -> worker( -% -% -% -% -%)
0:48:52 INF [sort] - Finished in 5m20s cpu:1h17m44s gc:22s avg:14.6
0:48:52 INF [sort] - worker 5x(43% 2m17s sys:31s wait:52s done:1s)
0:48:52 INF - read:774s write:351s sort:468s
0:48:52 INF [mbtiles] -
0:48:52 INF [mbtiles] - Starting...
0:48:52 DEB [mbtiles:write] - Execute mbtiles: create table metadata (name text, value text);
0:48:52 DEB [mbtiles:write] - Execute mbtiles: create unique index name on metadata (name);
0:48:52 DEB [mbtiles:write] - Execute mbtiles: create table tiles_shallow (
zoom_level integer,
tile_column integer,
tile_row integer,
tile_data_id integer
, primary key(zoom_level,tile_column,tile_row)
) without rowid
0:48:52 DEB [mbtiles:write] - Execute mbtiles: create table tiles_data (
tile_data_id integer primary key,
tile_data blob
)
0:48:52 DEB [mbtiles:write] - Execute mbtiles: create view tiles AS
select
tiles_shallow.zoom_level as zoom_level,
tiles_shallow.tile_column as tile_column,
tiles_shallow.tile_row as tile_row,
tiles_data.tile_data as tile_data
from tiles_shallow
join tiles_data on tiles_shallow.tile_data_id = tiles_data.tile_data_id
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: name=OpenMapTiles
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: format=pbf
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: description=A tileset showcasing all layers in OpenMapTiles. https://openmaptiles.org
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: attribution=<a href="https://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: version=3.13.1
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: type=baselayer
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: bounds=-180,-85.05113,180,85.05113
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: center=0,0,0
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: minzoom=0
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: maxzoom=14
0:48:52 DEB [mbtiles:write] - Set mbtiles metadata: json={"vector_layers":[{"id":"aerodrome_label","fields":{"name:fy":"String","name:oc":"String","name_int":"String","name:bs":"String","name:sk":"String","name:ka":"String","name:nonlatin":"String","name:ja-Latn":"String","name:sl":"String","name:ga":"String","name:sr":"String","name:kk":"String","name:gd":"String","name:sq":"String","name:ca":"String","name:kn":"String","name:sv":"String","name:ko":"String","name_de":"String","name:co":"String","name:ku":"String","name:cs":"String","name:ta":"String","ele":"Number","name:latin":"String","name:ko-Latn":"String","name:ar":"String","name:ja":"String","name:rm":"String","name:az":"String","name:ro":"String","name:ja_kana":"String","name:nl":"String","name:be":"String","name:fi":"String","name:ru":"String","name:no":"String","iata":"String","name:bg":"String","name":"String","name:fr":"String","name:ja_rm":"String","name:br":"String","name:hy":"String","name:uk":"String","name:id":"String","name:ja-Hira":"String","name:ml":"String","name:mk":"String","name:el":"String","name:sr-Latn":"String","name:it":"String","name:am":"String","name:en":"String","name:eo":"String","name:is":"String","name:et":"String","name:eu":"String","class":"String","name:zh":"String","name:es":"String","name:th":"String","name:te":"String","name:la":"String","name:lb":"String","name:cy":"String","name:pl":"String","name:he":"String","name:da":"String","name:tr":"String","name:pt":"String","name:hi":"String","name:de":"String","name:lt":"String","ele_ft":"Number","icao":"String","name:lv":"String","name:hr":"String","name:hu":"String","name_en":"String"},"minzoom":8,"maxzoom":14},{"id":"aeroway","fields":{"ref":"String","class":"String"},"minzoom":10,"maxzoom":14},{"id":"boundary","fields":{"adm0_r":"String","disputed":"Number","admin_level":"Number","disputed_name":"String","maritime":"Number","adm0_l":"String","claimed_by":"String"},"minzoom":0,"maxzoom":14},{"id":"building","fields":{"colour":"String","render_height":"Number","render_min_height":"Number","hide_3d":"Boolean"},"minzoom":13,"maxzoom":14},{"id":"housenumber","fields":{"housenumber":"String"},"minzoom":14,"maxzoom":14},{"id":"landcover","fields":{"subclass":"String","class":"String","_numpoints":"Number"},"minzoom":0,"maxzoom":14},{"id":"landuse","fields":{"class":"String"},"minzoom":4,"maxzoom":14},{"id":"mountain_peak","fields":{"name:fy":"String","name:oc":"String","name_int":"String","name:bs":"String","name:sk":"String","name:ka":"String","name:nonlatin":"String","name:ja-Latn":"String","name:sl":"String","name:ga":"String","name:sr":"String","name:kk":"String","name:gd":"String","name:sq":"String","name:ca":"String","name:kn":"String","name:sv":"String","name:ko":"String","name_de":"String","rank":"Number","name:co":"String","name:ku":"String","name:cs":"String","name:ta":"String","name:latin":"String","ele":"Number","name:ko-Latn":"String","name:ar":"String","name:ja":"String","name:rm":"String","name:az":"String","name:ro":"String","name:ja_kana":"String","name:nl":"String","name:fi":"String","name:be":"String","name:ru":"String","name:no":"String","name:bg":"String","name":"String","name:fr":"String","name:ja_rm":"String","name:br":"String","name:hy":"String","name:uk":"String","name:id":"String","name:ja-Hira":"String","name:ml":"String","name:mk":"String","customary_ft":"Number","name:el":"String","name:sr-Latn":"String","name:it":"String","name:am":"String","name:en":"String","name:is":"String","name:eo":"String","name:et":"String","name:eu":"String","class":"String","name:es":"String","name:zh":"String","name:th":"String","name:te":"String","name:la":"String","name:lb":"String","name:cy":"String","name:pl":"String","name:da":"String","name:he":"String","name:tr":"String","name:pt":"String","name:hi":"String","name:de":"String","name:lt":"String","ele_ft":"Number","name:lv":"String","name:hr":"String","name:hu":"String","name_en":"String"},"minzoom":7,"maxzoom":14},{"id":"park","fields":{"name:fy":"String","name:oc":"String","name_int":"String","name:bs":"String","name:sk":"String","name:ka":"String","name:nonlatin":"String","name:ja-Latn":"String","name:sl":"String","name:ga":"String","name:sr":"String","name:kk":"String","name:gd":"String","name:sq":"String","name:ca":"String","name:sv":"String","name:kn":"String","name:ko":"String","name_de":"String","name:co":"String","name:ku":"String","name:cs":"String","name:ta":"String","name:latin":"String","name:ko-Latn":"String","name:ar":"String","name:ja":"String","name:rm":"String","name:az":"String","name:ro":"String","name:ja_kana":"String","name:nl":"String","name:fi":"String","name:ru":"String","name:be":"String","name:no":"String","name:bg":"String","name":"String","name:fr":"String","name:ja_rm":"String","name:br":"String","name:hy":"String","name:uk":"String","name:id":"String","name:ja-Hira":"String","name:ml":"String","name:mk":"String","name:el":"String","name:sr-Latn":"String","name:it":"String","name:am":"String","name:en":"String","name:eo":"String","name:is":"String","name:et":"String","name:eu":"String","class":"String","name:es":"String","name:zh":"String","name:th":"String","name:te":"String","name:la":"String","name:lb":"String","name:cy":"String","name:pl":"String","name:da":"String","name:he":"String","name:tr":"String","name:pt":"String","name:hi":"String","name:de":"String","name:lt":"String","name:lv":"String","name:hr":"String","name:hu":"String","name_en":"String"},"minzoom":4,"maxzoom":14},{"id":"place","fields":{"name:fy":"String","name:oc":"String","name_int":"String","name:bs":"String","capital":"Number","name:sk":"String","name:ka":"String","name:nonlatin":"String","name:ja-Latn":"String","name:sl":"String","name:ga":"String","name:sr":"String","name:kk":"String","name:gd":"String","name:sq":"String","name:ca":"String","name:sv":"String","name:kn":"String","name:ko":"String","name_de":"String","name:co":"String","rank":"Number","name:ku":"String","name:cs":"String","name:ta":"String","name:latin":"String","name:ko-Latn":"String","name:ar":"String","name:ja":"String","name:rm":"String","name:az":"String","name:ro":"String","name:ja_kana":"String","name:nl":"String","name:fi":"String","name:be":"String","name:ru":"String","name:no":"String","name:bg":"String","name":"String","name:fr":"String","name:ja_rm":"String","name:br":"String","name:hy":"String","name:uk":"String","name:id":"String","name:ja-Hira":"String","name:ml":"String","name:mk":"String","name:mt":"String","name:el":"String","name:sr-Latn":"String","name:it":"String","name:am":"String","name:en":"String","name:is":"String","name:eo":"String","name:et":"String","name:eu":"String","class":"String","iso_a2":"String","name:zh":"String","name:es":"String","name:th":"String","name:te":"String","name:la":"String","name:lb":"String","name:cy":"String","name:pl":"String","name:da":"String","name:he":"String","name:tr":"String","name:pt":"String","name:hi":"String","name:de":"String","name:lt":"String","name:lv":"String","name:hr":"String","name:hu":"String","name_en":"String"},"minzoom":0,"maxzoom":14},{"id":"poi","fields":{"name:fy":"String","name:oc":"String","name_int":"String","name:bs":"String","name:sk":"String","name:ka":"String","name:nonlatin":"String","name:ja-Latn":"String","name:sl":"String","name:ga":"String","name:sr":"String","name:kk":"String","name:gd":"String","name:sq":"String","name:ca":"String","name:kn":"String","name:sv":"String","name:ko":"String","name_de":"String","name:co":"String","name:ku":"String","name:cs":"String","name:ta":"String","name:latin":"String","name:ko-Latn":"String","name:ar":"String","name:ja":"String","level":"Number","name:rm":"String","name:az":"String","name:ro":"String","name:ja_kana":"String","name:nl":"String","name:be":"String","name:ru":"String","name:fi":"String","name:no":"String","name:bg":"String","name":"String","name:fr":"String","indoor":"Number","name:ja_rm":"String","name:br":"String","name:hy":"String","name:uk":"String","name:id":"String","name:ja-Hira":"String","name:ml":"String","layer":"Number","name:mk":"String","name:mt":"String","name:el":"String","name:sr-Latn":"String","name:it":"String","name:am":"String","name:en":"String","name:is":"String","name:eo":"String","name:et":"String","name:eu":"String","class":"String","name:es":"String","name:zh":"String","name:th":"String","name:te":"String","name:la":"String","name:lb":"String","name:cy":"String","name:pl":"String","name:da":"String","name:he":"String","name:tr":"String","name:pt":"String","name:hi":"String","name:de":"String","name:lt":"String","subclass":"String","name:hr":"String","name:lv":"String","name:hu":"String","name_en":"String"},"minzoom":12,"maxzoom":14},{"id":"transportation","fields":{"access":"String","brunnel":"String","expressway":"Number","surface":"String","bicycle":"String","level":"Number","ramp":"Number","mtb_scale":"String","toll":"Number","layer":"Number","oneway":"Number","network":"String","horse":"String","service":"String","subclass":"String","indoor":"Number","class":"String","foot":"String"},"minzoom":4,"maxzoom":14},{"id":"transportation_name","fields":{"name_int":"String","level":"Number","name:nonlatin":"String","route_5":"String","route_4":"String","route_3":"String","route_2":"String","route_1":"String","layer":"Number","network":"String","ref":"String","route_6":"String","name_de":"String","ref_length":"Number","subclass":"String","name":"String","indoor":"Number","class":"String","name_en":"String","name:latin":"String"},"minzoom":6,"maxzoom":14},{"id":"water","fields":{"brunnel":"String","intermittent":"Number","id":"Number","class":"String"},"minzoom":0,"maxzoom":14},{"id":"water_name","fields":{"name:fy":"String","name:oc":"String","name_int":"String","name:bs":"String","name:sk":"String","name:ka":"String","name:nonlatin":"String","name:ja-Latn":"String","intermittent":"Number","name:sl":"String","name:ga":"String","name:sr":"String","name:kk":"String","name:gd":"String","name:sq":"String","name:ca":"String","name:kn":"String","name:sv":"String","name:ko":"String","name_de":"String","name:co":"String","name:ku":"String","name:cs":"String","name:ta":"String","name:latin":"String","name:ko-Latn":"String","name:ar":"String","name:ja":"String","name:rm":"String","name:az":"String","name:ro":"String","name:ja_kana":"String","name:nl":"String","name:be":"String","name:fi":"String","name:ru":"String","name:no":"String","name:bg":"String","name":"String","name:fr":"String","name:ja_rm":"String","name:br":"String","name:hy":"String","name:uk":"String","name:id":"String","name:ja-Hira":"String","name:ml":"String","name:mk":"String","name:mt":"String","name:el":"String","name:sr-Latn":"String","name:it":"String","name:am":"String","name:en":"String","name:is":"String","name:eo":"String","name:et":"String","name:eu":"String","class":"String","name:es":"String","name:zh":"String","name:th":"String","name:te":"String","name:la":"String","name:cy":"String","name:lb":"String","name:pl":"String","name:da":"String","name:he":"String","name:tr":"String","name:pt":"String","name:hi":"String","name:de":"String","name:lt":"String","name:hr":"String","name:lv":"String","name:hu":"String","name_en":"String"},"minzoom":0,"maxzoom":14},{"id":"waterway","fields":{"name:fy":"String","name_int":"String","name:oc":"String","name:bs":"String","name:sk":"String","name:nonlatin":"String","name:ka":"String","intermittent":"Number","name:ja-Latn":"String","name:sl":"String","name:ga":"String","name:sr":"String","name:kk":"String","name:gd":"String","name:ca":"String","name:sq":"String","name:sv":"String","name:kn":"String","name:ko":"String","name_de":"String","name:co":"String","name:ku":"String","name:cs":"String","name:ta":"String","name:latin":"String","name:ko-Latn":"String","name:ar":"String","name:ja":"String","name:rm":"String","name:az":"String","name:ro":"String","name:nl":"String","name:ja_kana":"String","name:be":"String","name:ru":"String","name:fi":"String","name:no":"String","name:bg":"String","name":"String","name:fr":"String","name:ja_rm":"String","name:br":"String","name:hy":"String","brunnel":"String","name:uk":"String","name:id":"String","name:ja-Hira":"String","name:ml":"String","name:mk":"String","name:el":"String","name:mt":"String","name:sr-Latn":"String","name:it":"String","name:am":"String","name:en":"String","name:is":"String","name:eo":"String","name:et":"String","name:eu":"String","class":"String","name:es":"String","name:zh":"String","name:th":"String","name:te":"String","name:la":"String","_relid":"Number","name:cy":"String","name:lb":"String","name:pl":"String","name:he":"String","name:da":"String","name:tr":"String","name:pt":"String","name:de":"String","name:hi":"String","name:lt":"String","name:hr":"String","name:lv":"String","name:hu":"String","name_en":"String"},"minzoom":3,"maxzoom":14}]}
0:48:54 INF [mbtiles:write] - Starting z0
0:48:54 INF [mbtiles:write] - Finished z0 in 0s cpu:0s avg:0, now starting z1
0:48:54 INF [mbtiles:write] - Finished z1 in 0s cpu:0s avg:0, now starting z2
0:48:54 INF [mbtiles:write] - Finished z2 in 0.1s cpu:3s avg:29.8, now starting z3
0:48:54 INF [mbtiles:write] - Finished z3 in 0s cpu:0.4s avg:26.8, now starting z4
0:48:57 INF [mbtiles:write] - Finished z4 in 3s cpu:1m24s avg:29.3, now starting z5
0:48:57 INF [mbtiles:write] - Finished z5 in 0.1s cpu:2s avg:30.6, now starting z6
0:48:59 INF [mbtiles:write] - Finished z6 in 2s cpu:55s avg:29.8, now starting z7
0:49:02 INF [mbtiles] - features: [ 12M 0% 1.2M/s ] 203G tiles: [ 7k 702/s ] 64M
cpus: 29.6 gc: 15% heap: 7.5G/21G direct: 18M postGC: 4.9G
read(30% 32%) -> merge(33%) -> (842/1.1k) -> encode(71% 74% 72% 74% 76% 74% 77% 68% 73% 76% 74% 71% 74% 74% 74% 75% 68% 72% 74% 71% 75% 75% 74% 74% 67% 71% 78% 68% 71% 72%) -> (1k/1k) -> write( 2%)
last tile: 7/12/34 (z7 10%) https://www.openstreetmap.org/#map=7/64.16811/-146.25000
0:49:12 INF [mbtiles] - features: [ 17M 1% 537k/s ] 203G tiles: [ 13k 616/s ] 117M
cpus: 29.9 gc: 8% heap: 11G/21G direct: 18M postGC: 5.2G
read( 5% 5%) -> merge( 8%) -> (848/1.1k) -> encode(87% 89% 87% 87% 86% 89% 89% 91% 88% 87% 90% 88% 86% 90% 87% 87% 90% 85% 88% 87% 85% 88% 88% 87% 86% 88% 88% 88% 83% 84%) -> (1k/1k) -> write( 1%)
last tile: 7/68/68 (z7 53%) https://www.openstreetmap.org/#map=7/-11.17840/11.25000
0:49:22 INF [mbtiles] - features: [ 25M 1% 740k/s ] 203G tiles: [ 17k 458/s ] 188M
cpus: 30.2 gc: 6% heap: 10G/21G direct: 18M postGC: 6G
read( 5% 6%) -> merge(10%) -> (693/1.1k) -> encode(92% 91% 84% 90% 89% 91% 90% 84% 92% 90% 91% 86% 92% 89% 91% 91% 88% 86% 88% 86% 85% 88% 89% 91% 89% 93% 92% 91% 89% 90%) -> (1k/1k) -> write( 1%)
last tile: 7/114/46 (z7 89%) https://www.openstreetmap.org/#map=7/45.08904/140.62500
0:49:24 INF [mbtiles:write] - Finished z7 in 25s cpu:12m31s gc:2s avg:30, now starting z8
0:49:32 INF [mbtiles] - features: [ 32M 1% 707k/s ] 203G tiles: [ 49k 3.1k/s ] 315M
cpus: 29.6 gc: 12% heap: 13G/21G direct: 18M postGC: 4.8G
read(10% 8%) -> merge(14%) -> (970/1.1k) -> encode(85% 85% 83% 83% 86% 80% 84% 77% 83% 86% 80% 85% 84% 86% 83% 83% 85% 82% 86% 85% 86% 81% 82% 79% 84% 82% 86% 79% 82% 83%) -> (1k/1k) -> write( 3%)
last tile: 8/133/77 (z8 52%) https://www.openstreetmap.org/#map=8/58.07788/7.03125
0:49:42 INF [mbtiles] - features: [ 36M 1% 421k/s ] 203G tiles: [ 51k 221/s ] 359M
cpus: 29.5 gc: 5% heap: 12G/21G direct: 18M postGC: 5.3G
read( 1% 2%) -> merge( 2%) -> (954/1.1k) -> encode(92% 93% 92% 94% 91% 92% 93% 91% 93% 93% 94% 93% 93% 94% 92% 92% 94% 94% 93% 91% 94% 94% 94% 94% 93% 94% 92% 93% 94% 93%) -> (1k/1k) -> write( 1%)
last tile: 8/144/94 (z8 56%) https://www.openstreetmap.org/#map=8/43.06889/22.50000
0:49:52 INF [mbtiles] - features: [ 48M 2% 1.2M/s ] 203G tiles: [ 60k 875/s ] 457M
cpus: 29.5 gc: 4% heap: 9.7G/21G direct: 18M postGC: 4.9G
read( 2% 2%) -> merge( 3%) -> (655/1.1k) -> encode(93% 92% 93% 93% 93% 93% 94% 93% 93% 93% 94% 95% 93% 93% 94% 93% 94% 94% 95% 95% 95% 93% 94% 93% 94% 94% 94% 93% 94% 93%) -> (996/1k) -> write( 2%)
last tile: 8/188/87 (z8 73%) https://www.openstreetmap.org/#map=8/49.83798/84.37500
0:50:00 INF [mbtiles:write] - Finished z8 in 37s cpu:18m7s gc:3s avg:29.6, now starting z9
0:50:02 INF [mbtiles] - features: [ 56M 2% 762k/s ] 203G tiles: [ 140k 7.9k/s ] 663M
cpus: 29.6 gc: 8% heap: 14G/21G direct: 18M postGC: 6.1G
read( 9% 10%) -> merge(14%) -> (951/1.1k) -> encode(89% 90% 89% 89% 90% 88% 90% 91% 91% 90% 91% 91% 88% 91% 90% 90% 91% 90% 90% 90% 90% 91% 90% 90% 91% 89% 91% 89% 88% 91%) -> (1k/1k) -> write( 5%)
last tile: 9/148/183 (z9 29%) https://www.openstreetmap.org/#map=9/45.58329/-75.93750
0:50:12 INF [mbtiles] - features: [ 67M 2% 1M/s ] 203G tiles: [ 192k 5.2k/s ] 859M
cpus: 29.9 gc: 8% heap: 12G/21G direct: 18M postGC: 4.6G
read( 7% 9%) -> merge(13%) -> (833/1.1k) -> encode(88% 90% 88% 88% 88% 85% 85% 89% 86% 87% 87% 87% 86% 86% 90% 87% 87% 87% 90% 90% 83% 88% 86% 85% 87% 85% 84% 90% 87% 87%) -> (1k/1k) -> write( 5%)
last tile: 9/267/154 (z9 52%) https://www.openstreetmap.org/#map=9/58.07788/7.73438
0:50:22 INF [mbtiles] - features: [ 73M 2% 602k/s ] 203G tiles: [ 201k 840/s ] 997M
cpus: 29.5 gc: 6% heap: 16G/21G direct: 18M postGC: 4.7G
read( 8% 6%) -> merge(12%) -> (866/1.1k) -> encode(91% 91% 90% 91% 92% 92% 90% 92% 90% 91% 92% 90% 92% 92% 92% 92% 92% 92% 92% 91% 92% 92% 92% 92% 92% 92% 91% 92% 91% 91%) -> (1k/1k) -> write( 2%)
last tile: 9/288/182 (z9 56%) https://www.openstreetmap.org/#map=9/46.07323/22.50000
0:50:32 INF [mbtiles] - features: [ 87M 3% 1.3M/s ] 203G tiles: [ 220k 1.9k/s ] 1.2G
cpus: 29.4 gc: 6% heap: 13G/21G direct: 18M postGC: 4.4G
read( 4% 4%) -> merge( 5%) -> (464/1.1k) -> encode(91% 91% 93% 93% 93% 91% 93% 93% 91% 92% 93% 92% 93% 92% 93% 93% 93% 91% 92% 91% 93% 91% 90% 93% 93% 91% 91% 91% 91% 93%) -> (1k/1k) -> write( 4%)
last tile: 9/337/170 (z9 66%) https://www.openstreetmap.org/#map=9/51.61802/56.95313
0:50:39 INF [mbtiles:write] - Finished z9 in 39s cpu:19m4s gc:3s avg:29.6, now starting z10
0:50:42 INF [mbtiles] - features: [ 100M 3% 1.3M/s ] 203G tiles: [ 547k 32k/s ] 1.7G
cpus: 29.7 gc: 7% heap: 8.3G/21G direct: 18M postGC: 5.4G
read(12% 14%) -> merge(17%) -> (769/1.1k) -> encode(88% 91% 91% 89% 89% 91% 91% 90% 91% 91% 91% 91% 91% 91% 91% 90% 88% 89% 89% 89% 91% 91% 91% 91% 88% 91% 91% 90% 91% 91%) -> (1k/1k) -> write(17%)
last tile: 10/296/453 (z10 29%) https://www.openstreetmap.org/#map=10/20.30342/-75.93750
0:50:52 INF [mbtiles] - features: [ 119M 4% 1.8M/s ] 203G tiles: [ 807k 25k/s ] 2.4G
cpus: 30.2 gc: 8% heap: 10G/21G direct: 18M postGC: 4.7G
read(18% 19%) -> merge(27%) -> (993/1.1k) -> encode(88% 90% 91% 91% 91% 91% 91% 91% 91% 92% 86% 87% 90% 90% 90% 90% 87% 87% 91% 91% 92% 90% 88% 91% 91% 87% 91% 89% 91% 90%) -> (1k/1k) -> write(18%)
last tile: 10/600/389 (z10 58%) https://www.openstreetmap.org/#map=10/39.63954/30.93750
0:51:00 INF [mbtiles:write] - Finished z10 in 22s cpu:10m49s gc:2s avg:30.1, now starting z11
0:51:02 INF [mbtiles] - features: [ 143M 5% 2.3M/s ] 203G tiles: [ 1.8M 103k/s ] 3.3G
cpus: 30.2 gc: 7% heap: 8.3G/21G direct: 18M postGC: 4.8G
read(15% 16%) -> merge(20%) -> (865/1.1k) -> encode(91% 92% 92% 93% 93% 92% 93% 92% 93% 92% 93% 92% 92% 92% 93% 92% 92% 92% 90% 93% 90% 93% 91% 93% 92% 92% 90% 90% 93% 92%) -> (1k/1k) -> write(34%)
last tile: 11/397/708 (z11 19%) https://www.openstreetmap.org/#map=11/48.45835/-110.21484
0:51:12 INF [mbtiles] - features: [ 170M 6% 2.6M/s ] 203G tiles: [ 2.9M 110k/s ] 4.3G
cpus: 30.6 gc: 7% heap: 14G/21G direct: 18M postGC: 5.2G
read(23% 24%) -> merge(33%) -> (996/1.1k) -> encode(89% 89% 91% 90% 88% 91% 89% 89% 91% 92% 92% 90% 89% 86% 91% 91% 86% 86% 87% 90% 86% 88% 91% 89% 89% 91% 85% 87% 87% 88%) -> (1k/1k) -> write(39%)
last tile: 11/1056/728 (z11 51%) https://www.openstreetmap.org/#map=11/46.07323/5.62500
0:51:22 INF [mbtiles] - features: [ 191M 7% 2.1M/s ] 203G tiles: [ 3.2M 26k/s ] 5.3G
cpus: 30.2 gc: 7% heap: 13G/21G direct: 18M postGC: 5.9G
read(19% 20%) -> merge(26%) -> (977/1.1k) -> encode(91% 91% 89% 92% 89% 92% 91% 89% 90% 91% 90% 91% 88% 89% 90% 92% 92% 90% 92% 91% 90% 90% 92% 88% 91% 91% 91% 89% 89% 89%) -> (1k/1k) -> write(18%)
last tile: 11/1227/612 (z11 59%) https://www.openstreetmap.org/#map=11/58.44773/35.68359
0:51:32 INF [mbtiles] - features: [ 219M 7% 2.7M/s ] 203G tiles: [ 4.1M 88k/s ] 6.4G
cpus: 30.3 gc: 7% heap: 11G/21G direct: 18M postGC: 6.5G
read(16% 13%) -> merge(22%) -> (1k/1.1k) -> encode(91% 92% 91% 92% 92% 91% 92% 92% 91% 92% 90% 92% 92% 91% 90% 92% 91% 92% 90% 92% 90% 92% 89% 90% 90% 91% 90% 92% 92% 92%) -> (1k/1k) -> write(35%)
last tile: 11/1840/960 (z11 89%) https://www.openstreetmap.org/#map=11/11.17840/143.43750
0:51:33 INF [mbtiles:write] - Finished z11 in 33s cpu:16m42s gc:2s avg:30.4, now starting z12
0:51:42 INF [mbtiles] - features: [ 248M 8% 2.9M/s ] 203G tiles: [ 7.8M 372k/s ] 7.3G
cpus: 26.9 gc: 8% heap: 11G/21G direct: 18M postGC: 6.4G
read(25% 26%) -> merge(30%) -> (1k/1.1k) -> encode(74% 78% 78% 78% 76% 77% 77% 77% 77% 77% 76% 79% 76% 78% 76% 77% 76% 77% 76% 80% 78% 77% 76% 78% 80% 76% 76% 77% 79% 78%) -> (1k/1k) -> write(79%)
last tile: 12/999/1591 (z12 24%) https://www.openstreetmap.org/#map=12/37.23033/-92.19727
0:51:52 INF [mbtiles] - features: [ 282M 10% 3.2M/s ] 203G tiles: [ 8.8M 98k/s ] 8.3G
cpus: 30.5 gc: 8% heap: 10G/21G direct: 18M postGC: 4.8G
read(23% 25%) -> merge(28%) -> (1k/1.1k) -> encode(87% 90% 91% 91% 86% 88% 86% 92% 89% 90% 92% 90% 91% 86% 89% 89% 91% 90% 89% 91% 88% 89% 90% 85% 90% 90% 87% 91% 89% 84%) -> (1k/1k) -> write(35%)
last tile: 12/1324/2801 (z12 32%) https://www.openstreetmap.org/#map=12/-55.02802/-63.63281
0:52:02 INF [mbtiles] - features: [ 316M 11% 3.4M/s ] 203G tiles: [ 11M 253k/s ] 9.2G
cpus: 30.6 gc: 8% heap: 11G/21G direct: 18M postGC: 5.5G
read(28% 28%) -> merge(31%) -> (1k/1.1k) -> encode(91% 90% 89% 90% 89% 91% 92% 91% 92% 91% 90% 89% 87% 92% 88% 91% 89% 84% 89% 90% 91% 87% 85% 87% 87% 90% 91% 90% 87% 88%) -> (1k/1k) -> write(60%)
last tile: 12/2050/1523 (z12 50%) https://www.openstreetmap.org/#map=12/41.83683/0.17578
0:52:13 INF [mbtiles] - features: [ 351M 12% 3.4M/s ] 203G tiles: [ 11M 43k/s ] 10G
cpus: 30.4 gc: 8% heap: 12G/21G direct: 18M postGC: 6.8G
read(30% 32%) -> merge(31%) -> (992/1.1k) -> encode(91% 90% 87% 88% 89% 91% 88% 89% 91% 91% 91% 89% 87% 89% 88% 87% 91% 90% 90% 90% 89% 90% 91% 88% 90% 89% 87% 91% 88% 90%) -> (1k/1k) -> write(19%)
last tile: 12/2188/1213 (z12 53%) https://www.openstreetmap.org/#map=12/58.95001/12.30469
0:52:23 INF [mbtiles] - features: [ 377M 13% 2.5M/s ] 203G tiles: [ 12M 48k/s ] 11G
cpus: 30.4 gc: 8% heap: 10G/21G direct: 18M postGC: 4.2G
read(21% 22%) -> merge(24%) -> (1k/1.1k) -> encode(91% 87% 91% 90% 89% 89% 90% 91% 91% 89% 91% 92% 92% 88% 91% 88% 87% 89% 89% 91% 90% 91% 91% 91% 91% 89% 91% 90% 89% 90%) -> (1k/1k) -> write(25%)
last tile: 12/2350/994 (z12 57%) https://www.openstreetmap.org/#map=12/67.54217/26.54297
0:52:33 INF [mbtiles] - features: [ 405M 14% 2.8M/s ] 203G tiles: [ 13M 87k/s ] 12G
cpus: 30.4 gc: 7% heap: 11G/21G direct: 18M postGC: 4.1G
read(19% 19%) -> merge(25%) -> (991/1.1k) -> encode(90% 90% 92% 90% 91% 90% 91% 90% 88% 90% 89% 91% 90% 92% 89% 91% 92% 90% 91% 89% 87% 92% 91% 91% 92% 92% 92% 92% 92% 90%) -> (1k/1k) -> write(36%)
last tile: 12/2639/206 (z12 64%) https://www.openstreetmap.org/#map=12/83.21569/51.94336
0:52:43 INF [mbtiles] - features: [ 438M 15% 3.2M/s ] 203G tiles: [ 14M 183k/s ] 13G
cpus: 30.7 gc: 8% heap: 15G/21G direct: 18M postGC: 6G
read(24% 23%) -> merge(30%) -> (1k/1.1k) -> encode(90% 92% 92% 89% 88% 91% 91% 91% 92% 92% 91% 91% 92% 92% 92% 91% 91% 89% 92% 91% 91% 90% 91% 92% 88% 92% 91% 91% 90% 92%) -> (1k/1k) -> write(56%)
last tile: 12/3296/1774 (z12 80%) https://www.openstreetmap.org/#map=12/23.40276/109.68750
0:52:53 INF [mbtiles] - features: [ 470M 16% 3.2M/s ] 203G tiles: [ 17M 218k/s ] 14G
cpus: 28.7 gc: 6% heap: 13G/21G direct: 18M postGC: 3.7G
read(14% 13%) -> merge(20%) -> (0/1.1k) -> encode(85% 86% 83% 84% 85% 86% 83% 86% 86% 86% 84% 83% 85% 86% 85% 86% 86% 86% 80% 85% 85% 86% 86% 86% 86% 83% 87% 83% 83% 86%) -> (1k/1k) -> write(58%)
last tile: 12/4023/1553 (z12 98%) https://www.openstreetmap.org/#map=12/39.84229/173.58398
0:52:53 INF [mbtiles:write] - Finished z12 in 1m20s cpu:39m23s gc:6s avg:29.7, now starting z13
0:53:03 INF [mbtiles] - features: [ 478M 16% 774k/s ] 203G tiles: [ 22M 561k/s ] 14G
cpus: 8.3 gc: 2% heap: 5.8G/21G direct: 18M postGC: 4.5G
read( 5% 4%) -> merge( 8%) -> (0/1.1k) -> encode(19% 21% 17% 17% 21% 20% 16% 26% 16% 16% 24% 22% 21% 27% 25% 20% 24% 22% 26% 17% 21% 20% 16% 17% 16% 17% 19% 26% 27% 21%) -> (1k/1k) -> write(98%)
last tile: 13/696/6230 (z13 8%) https://www.openstreetmap.org/#map=13/-67.97463/-149.41406
0:53:13 INF [mbtiles] - features: [ 487M 17% 924k/s ] 203G tiles: [ 26M 391k/s ] 14G
cpus: 19.9 gc: 4% heap: 13G/21G direct: 18M postGC: 3.8G
read( 9% 10%) -> merge(13%) -> (964/1.1k) -> encode(59% 60% 59% 59% 56% 57% 58% 58% 58% 58% 60% 57% 56% 62% 57% 62% 58% 58% 55% 54% 57% 58% 59% 60% 58% 56% 58% 58% 61% 57%) -> (1k/1k) -> write(73%)
last tile: 13/1303/3148 (z13 15%) https://www.openstreetmap.org/#map=13/38.41056/-122.73926
0:53:23 INF [mbtiles] - features: [ 493M 17% 528k/s ] 203G tiles: [ 26M 10k/s ] 14G
cpus: 29.7 gc: 6% heap: 14G/21G direct: 18M postGC: 4.4G
read( 3% 2%) -> merge( 3%) -> (957/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 3%)
last tile: 13/1320/3180 (z13 16%) https://www.openstreetmap.org/#map=13/37.30028/-121.99219
0:53:33 INF [mbtiles] - features: [ 500M 17% 710k/s ] 203G tiles: [ 27M 48k/s ] 15G
cpus: 30 gc: 7% heap: 11G/21G direct: 18M postGC: 3.8G
read( 4% 7%) -> merge( 6%) -> (992/1.1k) -> encode(93% 93% 89% 93% 92% 90% 93% 92% 93% 93% 93% 93% 93% 93% 93% 92% 93% 92% 93% 93% 93% 93% 92% 92% 93% 93% 90% 92% 93% 93%) -> (1k/1k) -> write(12%)
last tile: 13/1400/3273 (z13 17%) https://www.openstreetmap.org/#map=13/33.97981/-118.47656
0:53:43 INF [mbtiles] - features: [ 504M 17% 384k/s ] 203G tiles: [ 27M 7.8k/s ] 15G
cpus: 29.6 gc: 5% heap: 7.8G/21G direct: 18M postGC: 4.4G
read( 1% 1%) -> merge( 1%) -> (909/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/1413/3270 (z13 17%) https://www.openstreetmap.org/#map=13/34.08906/-117.90527
0:53:53 INF [mbtiles] - features: [ 510M 17% 635k/s ] 203G tiles: [ 27M 11k/s ] 15G
cpus: 29.5 gc: 7% heap: 11G/21G direct: 18M postGC: 5.4G
read( 1% 1%) -> merge( 1%) -> (249/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 3%)
last tile: 13/1432/3314 (z13 17%) https://www.openstreetmap.org/#map=13/32.47270/-117.07031
0:54:03 INF [mbtiles] - features: [ 515M 17% 514k/s ] 203G tiles: [ 28M 77k/s ] 15G
cpus: 22.4 gc: 4% heap: 15G/21G direct: 18M postGC: 3.5G
read( 6% 5%) -> merge( 6%) -> (933/1.1k) -> encode(68% 66% 66% 68% 69% 66% 71% 69% 95% 66% 68% 65% 68% 72% 73% 73% 68% 66% 70% 68% 69% 67% 70% 67% 71% 70% 66% 69% 66% 67%) -> (1k/1k) -> write(19%)
last tile: 13/1564/5644 (z13 19%) https://www.openstreetmap.org/#map=13/-56.07204/-111.26953
0:54:13 INF [mbtiles] - features: [ 529M 18% 1.3M/s ] 203G tiles: [ 29M 150k/s ] 15G
cpus: 30.1 gc: 6% heap: 16G/21G direct: 18M postGC: 5.4G
read(11% 8%) -> merge(11%) -> (922/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 93% 94% 94%) -> (1k/1k) -> write(36%)
last tile: 13/1817/3489 (z13 22%) https://www.openstreetmap.org/#map=13/25.76032/-100.15137
0:54:23 INF [mbtiles] - features: [ 539M 18% 978k/s ] 203G tiles: [ 30M 41k/s ] 16G
cpus: 29.8 gc: 6% heap: 10G/21G direct: 18M postGC: 4.7G
read( 6% 6%) -> merge( 7%) -> (1k/1.1k) -> encode(94% 92% 91% 90% 94% 94% 94% 93% 94% 92% 94% 91% 93% 94% 93% 93% 93% 92% 94% 92% 94% 91% 93% 94% 93% 94% 93% 92% 93% 92%) -> (1k/1k) -> write(11%)
last tile: 13/1889/3305 (z13 23%) https://www.openstreetmap.org/#map=13/32.80574/-96.98730
0:54:33 INF [mbtiles] - features: [ 550M 19% 1M/s ] 203G tiles: [ 30M 46k/s ] 16G
cpus: 29.8 gc: 6% heap: 12G/21G direct: 18M postGC: 5.9G
read( 5% 6%) -> merge( 7%) -> (957/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write(13%)
last tile: 13/1971/2949 (z13 24%) https://www.openstreetmap.org/#map=13/44.93370/-93.38379
0:54:43 INF [mbtiles] - features: [ 558M 19% 844k/s ] 203G tiles: [ 31M 40k/s ] 16G
cpus: 30 gc: 5% heap: 9.3G/21G direct: 18M postGC: 3.8G
read( 6% 5%) -> merge( 6%) -> (938/1.1k) -> encode(95% 92% 95% 95% 95% 95% 93% 95% 95% 95% 95% 95% 95% 95% 95% 94% 94% 93% 95% 95% 95% 95% 95% 94% 94% 92% 92% 94% 95% 95%) -> (1k/1k) -> write(11%)
last tile: 13/2044/3381 (z13 24%) https://www.openstreetmap.org/#map=13/29.95493/-90.17578
0:54:53 INF [mbtiles] - features: [ 567M 19% 860k/s ] 203G tiles: [ 31M 27k/s ] 16G
cpus: 29.7 gc: 6% heap: 13G/21G direct: 18M postGC: 4.8G
read( 4% 5%) -> merge( 5%) -> (869/1.1k) -> encode(94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 93% 94% 94% 94% 94% 94% 93% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 7%)
last tile: 13/2093/3740 (z13 25%) https://www.openstreetmap.org/#map=13/15.45368/-88.02246
0:55:03 INF [mbtiles] - features: [ 576M 20% 961k/s ] 203G tiles: [ 31M 42k/s ] 16G
cpus: 29.8 gc: 6% heap: 15G/21G direct: 18M postGC: 5.7G
read( 7% 6%) -> merge( 7%) -> (1k/1.1k) -> encode(94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write(11%)
last tile: 13/2168/3131 (z13 26%) https://www.openstreetmap.org/#map=13/38.99357/-84.72656
0:55:13 INF [mbtiles] - features: [ 586M 20% 947k/s ] 203G tiles: [ 32M 24k/s ] 17G
cpus: 29.9 gc: 6% heap: 11G/21G direct: 18M postGC: 3.8G
read( 5% 6%) -> merge( 6%) -> (989/1.1k) -> encode(94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 93% 94% 93% 94% 94% 91% 91% 94% 94% 94% 92% 93% 93% 94% 93% 93% 94% 93%) -> (1k/1k) -> write( 7%)
last tile: 13/2211/3436 (z13 27%) https://www.openstreetmap.org/#map=13/27.83908/-82.83691
0:55:23 INF [mbtiles] - features: [ 595M 20% 885k/s ] 203G tiles: [ 32M 22k/s ] 17G
cpus: 29.7 gc: 7% heap: 4.9G/21G direct: 18M postGC: 4.7G
read( 5% 5%) -> merge( 6%) -> (893/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 7%)
last tile: 13/2250/3326 (z13 27%) https://www.openstreetmap.org/#map=13/32.02671/-81.12305
0:55:33 INF [mbtiles] - features: [ 602M 20% 736k/s ] 203G tiles: [ 32M 16k/s ] 17G
cpus: 29.7 gc: 6% heap: 6.6G/21G direct: 18M postGC: 5.6G
read( 4% 4%) -> merge( 5%) -> (976/1.1k) -> encode(93% 93% 93% 94% 93% 93% 94% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 94% 93% 93% 93%) -> (1k/1k) -> write( 5%)
last tile: 13/2278/3004 (z13 27%) https://www.openstreetmap.org/#map=13/43.19717/-79.89258
0:55:43 INF [mbtiles] - features: [ 611M 21% 897k/s ] 203G tiles: [ 32M 31k/s ] 17G
cpus: 29.9 gc: 6% heap: 4.5G/21G direct: 18M postGC: 3.2G
read( 5% 6%) -> merge( 6%) -> (1k/1.1k) -> encode(94% 94% 93% 94% 94% 94% 92% 93% 94% 94% 94% 92% 94% 94% 94% 94% 92% 94% 94% 92% 94% 94% 94% 94% 94% 94% 93% 92% 94% 92%) -> (1k/1k) -> write( 9%)
last tile: 13/2331/3680 (z13 28%) https://www.openstreetmap.org/#map=13/17.97873/-77.56348
0:55:53 INF [mbtiles] - features: [ 618M 21% 736k/s ] 203G tiles: [ 32M 12k/s ] 17G
cpus: 29.6 gc: 6% heap: 8.5G/21G direct: 18M postGC: 4.1G
read( 3% 3%) -> merge( 4%) -> (868/1.1k) -> encode(94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 93% 93% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 93%) -> (1k/1k) -> write( 4%)
last tile: 13/2351/3123 (z13 28%) https://www.openstreetmap.org/#map=13/39.26628/-76.68457
0:56:03 INF [mbtiles] - features: [ 626M 21% 777k/s ] 203G tiles: [ 33M 20k/s ] 17G
cpus: 29.6 gc: 7% heap: 12G/21G direct: 18M postGC: 5.2G
read( 4% 5%) -> merge( 5%) -> (812/1.1k) -> encode(93% 93% 92% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 92% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 6%)
last tile: 13/2385/3104 (z13 29%) https://www.openstreetmap.org/#map=13/39.90974/-75.19043
0:56:13 INF [mbtiles] - features: [ 631M 21% 513k/s ] 203G tiles: [ 33M 4.8k/s ] 17G
cpus: 29.6 gc: 6% heap: 16G/21G direct: 18M postGC: 5.5G
read( 1% 1%) -> merge( 1%) -> (430/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 1%)
last tile: 13/2393/3846 (z13 29%) https://www.openstreetmap.org/#map=13/10.91962/-74.83887
0:56:23 INF [mbtiles] - features: [ 638M 22% 611k/s ] 203G tiles: [ 33M 27k/s ] 17G
cpus: 29.9 gc: 5% heap: 11G/21G direct: 18M postGC: 3.6G
read( 6% 6%) -> merge( 7%) -> (881/1.1k) -> encode(94% 94% 94% 94% 94% 91% 94% 94% 94% 94% 92% 94% 91% 92% 93% 94% 94% 92% 94% 94% 94% 92% 94% 94% 94% 94% 94% 93% 94% 94%) -> (1k/1k) -> write( 8%)
last tile: 13/2436/3966 (z13 29%) https://www.openstreetmap.org/#map=13/5.70345/-72.94922
0:56:33 INF [mbtiles] - features: [ 645M 22% 727k/s ] 203G tiles: [ 33M 21k/s ] 18G
cpus: 29.7 gc: 6% heap: 4.7G/21G direct: 18M postGC: 4.5G
read( 4% 5%) -> merge( 5%) -> (937/1.1k) -> encode(94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 92% 94% 94% 94% 94% 93% 93% 94% 93% 94% 94%) -> (1k/1k) -> write( 7%)
last tile: 13/2472/4812 (z13 30%) https://www.openstreetmap.org/#map=13/-29.99300/-71.36719
0:56:43 INF [mbtiles] - features: [ 654M 22% 957k/s ] 203G tiles: [ 34M 68k/s ] 18G
cpus: 29.9 gc: 6% heap: 7.3G/21G direct: 18M postGC: 5.8G
read( 5% 5%) -> merge( 6%) -> (1k/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 93%) -> (1k/1k) -> write(20%)
last tile: 13/2589/4498 (z13 31%) https://www.openstreetmap.org/#map=13/-17.39258/-66.22559
0:56:53 INF [mbtiles] - features: [ 664M 23% 971k/s ] 203G tiles: [ 35M 79k/s ] 18G
cpus: 30 gc: 6% heap: 11G/21G direct: 18M postGC: 3.9G
read( 4% 4%) -> merge( 4%) -> (462/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 92% 94% 94% 94% 94% 94% 94% 94% 92% 94% 92% 94% 94% 94% 92% 94% 94% 92% 94% 92%) -> (1k/1k) -> write(21%)
last tile: 13/2706/3760 (z13 33%) https://www.openstreetmap.org/#map=13/14.60485/-61.08398
0:57:03 INF [mbtiles] - features: [ 672M 23% 815k/s ] 203G tiles: [ 36M 123k/s ] 18G
cpus: 29.9 gc: 6% heap: 16G/21G direct: 18M postGC: 5.1G
read( 5% 6%) -> merge( 6%) -> (590/1.1k) -> encode(94% 94% 94% 94% 94% 94% 93% 94% 93% 94% 94% 94% 94% 94% 94% 93% 94% 93% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write(28%)
last tile: 13/2871/4804 (z13 35%) https://www.openstreetmap.org/#map=13/-29.68805/-53.83301
0:57:13 INF [mbtiles] - features: [ 681M 23% 887k/s ] 203G tiles: [ 37M 115k/s ] 19G
cpus: 29.9 gc: 8% heap: 10G/21G direct: 18M postGC: 5.7G
read( 7% 6%) -> merge( 8%) -> (965/1.1k) -> encode(91% 92% 91% 91% 92% 91% 88% 91% 91% 92% 91% 92% 92% 91% 91% 92% 91% 91% 91% 92% 90% 91% 91% 91% 89% 89% 91% 91% 91% 88%) -> (1k/1k) -> write(26%)
last tile: 13/3031/4652 (z13 37%) https://www.openstreetmap.org/#map=13/-23.72501/-46.80176
0:57:23 INF [mbtiles] - features: [ 685M 23% 414k/s ] 203G tiles: [ 37M 3.5k/s ] 19G
cpus: 30 gc: 7% heap: 11G/21G direct: 18M postGC: 5.3G
read( 0% 0%) -> merge( 0%) -> (340/1.1k) -> encode(89% 92% 87% 88% 91% 92% 92% 87% 91% 92% 87% 92% 88% 92% 86% 92% 87% 88% 91% 87% 89% 91% 88% 89% 86% 89% 84% 91% 92% 92%) -> (1k/1k) -> write( 1%)
last tile: 13/3036/4649 (z13 37%) https://www.openstreetmap.org/#map=13/-23.60426/-46.58203
0:57:33 INF [mbtiles] - features: [ 692M 24% 683k/s ] 203G tiles: [ 38M 105k/s ] 19G
cpus: 19.8 gc: 5% heap: 16G/21G direct: 18M postGC: 6G
read( 3% 3%) -> merge( 5%) -> (145/1.1k) -> encode(70% 54% 58% 53% 54% 53% 52% 61% 55% 55% 60% 60% 52% 60% 55% 87% 53% 57% 52% 53% 80% 72% 62% 54% 95% 94% 54% 53% 53% 53%) -> (1k/1k) -> write(22%)
last tile: 13/3178/4569 (z13 38%) https://www.openstreetmap.org/#map=13/-20.34463/-40.34180
0:57:43 INF [mbtiles] - features: [ 695M 24% 303k/s ] 203G tiles: [ 39M 128k/s ] 19G
cpus: 8.5 gc: 2% heap: 12G/21G direct: 18M postGC: 3.4G
read( 2% 1%) -> merge( 2%) -> (0/1.1k) -> encode(19% 16% 24% 15% 58% 15% 15% 19% 16% 57% 22% 22% 16% 20% 25% 20% 32% 21% 16% 31% 86% 35% 22% 19% 25% 26% 21% 18% 16% 18%) -> (1k/1k) -> write(24%)
last tile: 13/3354/2009 (z13 40%) https://www.openstreetmap.org/#map=13/67.18700/-32.60742
0:57:53 INF [mbtiles] - features: [ 702M 24% 659k/s ] 203G tiles: [ 42M 291k/s ] 19G
cpus: 25.8 gc: 6% heap: 5.4G/21G direct: 18M postGC: 5.3G
read( 7% 5%) -> merge( 8%) -> (866/1.1k) -> encode(78% 79% 77% 75% 78% 84% 77% 77% 78% 82% 77% 81% 78% 79% 77% 76% 79% 83% 76% 81% 78% 85% 79% 76% 81% 80% 75% 78% 76% 76%) -> (1k/1k) -> write(54%)
last tile: 13/3785/3878 (z13 46%) https://www.openstreetmap.org/#map=13/9.53575/-13.66699
0:58:03 INF [mbtiles] - features: [ 707M 24% 499k/s ] 203G tiles: [ 43M 60k/s ] 19G
cpus: 29.9 gc: 6% heap: 8.1G/21G direct: 18M postGC: 3.4G
read( 4% 4%) -> merge( 4%) -> (836/1.1k) -> encode(94% 94% 94% 94% 93% 94% 94% 94% 92% 94% 94% 94% 94% 92% 94% 93% 94% 94% 92% 91% 94% 94% 94% 92% 92% 94% 92% 94% 94% 94%) -> (1k/1k) -> write(12%)
last tile: 13/3881/3140 (z13 47%) https://www.openstreetmap.org/#map=13/38.68551/-9.44824
0:58:13 INF [mbtiles] - features: [ 714M 24% 693k/s ] 203G tiles: [ 43M 19k/s ] 19G
cpus: 29.7 gc: 5% heap: 8G/21G direct: 18M postGC: 4.2G
read( 3% 3%) -> merge( 3%) -> (629/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 5%)
last tile: 13/3913/3808 (z13 47%) https://www.openstreetmap.org/#map=13/12.55456/-8.04199
0:58:23 INF [mbtiles] - features: [ 720M 24% 664k/s ] 203G tiles: [ 43M 42k/s ] 20G
cpus: 29.8 gc: 5% heap: 7.3G/21G direct: 18M postGC: 5.1G
read( 5% 5%) -> merge( 6%) -> (894/1.1k) -> encode(95% 94% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 95% 95% 94% 95% 95% 95%) -> (1k/1k) -> write(11%)
last tile: 13/3981/3921 (z13 48%) https://www.openstreetmap.org/#map=13/7.66744/-5.05371
0:58:33 INF [mbtiles] - features: [ 726M 25% 542k/s ] 203G tiles: [ 44M 17k/s ] 20G
cpus: 29.7 gc: 6% heap: 17G/21G direct: 18M postGC: 5.7G
read( 3% 3%) -> merge( 4%) -> (957/1.1k) -> encode(94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 5%)
last tile: 13/4009/2996 (z13 48%) https://www.openstreetmap.org/#map=13/43.45292/-3.82324
0:58:43 INF [mbtiles] - features: [ 732M 25% 560k/s ] 203G tiles: [ 44M 11k/s ] 20G
cpus: 29.9 gc: 4% heap: 10G/21G direct: 18M postGC: 3.2G
read( 3% 3%) -> merge( 4%) -> (975/1.1k) -> encode(96% 94% 96% 96% 96% 96% 96% 96% 95% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 94% 96% 95% 96% 93% 95% 96% 96% 96% 93%) -> (1k/1k) -> write( 3%)
last tile: 13/4028/2657 (z13 49%) https://www.openstreetmap.org/#map=13/53.30462/-2.98828
0:58:53 INF [mbtiles] - features: [ 737M 25% 577k/s ] 203G tiles: [ 44M 10k/s ] 20G
cpus: 29.7 gc: 5% heap: 10G/21G direct: 18M postGC: 3.9G
read( 3% 4%) -> merge( 4%) -> (1k/1.1k) -> encode(95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 94% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 3%)
last tile: 13/4046/2688 (z13 49%) https://www.openstreetmap.org/#map=13/52.48278/-2.19727
0:59:03 INF [mbtiles] - features: [ 743M 25% 529k/s ] 203G tiles: [ 44M 6.7k/s ] 20G
cpus: 29.6 gc: 6% heap: 7.9G/21G direct: 18M postGC: 4.5G
read( 3% 3%) -> merge( 3%) -> (983/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 2%)
last tile: 13/4057/2845 (z13 49%) https://www.openstreetmap.org/#map=13/48.07808/-1.71387
0:59:13 INF [mbtiles] - features: [ 747M 25% 460k/s ] 203G tiles: [ 44M 2.9k/s ] 20G
cpus: 29.7 gc: 5% heap: 15G/21G direct: 18M postGC: 4.8G
read( 2% 2%) -> merge( 2%) -> (820/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4062/2635 (z13 49%) https://www.openstreetmap.org/#map=13/53.87844/-1.49414
0:59:23 INF [mbtiles] - features: [ 752M 26% 499k/s ] 203G tiles: [ 44M 6.7k/s ] 20G
cpus: 29.7 gc: 5% heap: 13G/21G direct: 18M postGC: 5.4G
read( 4% 4%) -> merge( 4%) -> (1k/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4073/2928 (z13 49%) https://www.openstreetmap.org/#map=13/45.58329/-1.01074
0:59:33 INF [mbtiles] - features: [ 757M 26% 516k/s ] 203G tiles: [ 44M 5.5k/s ] 20G
cpus: 29.8 gc: 6% heap: 5.7G/21G direct: 18M postGC: 2.9G
read( 2% 3%) -> merge( 3%) -> (924/1.1k) -> encode(94% 94% 94% 92% 94% 94% 94% 94% 94% 92% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 92% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 2%)
last tile: 13/4082/2953 (z13 49%) https://www.openstreetmap.org/#map=13/44.80912/-0.61523
0:59:43 INF [mbtiles] - features: [ 762M 26% 480k/s ] 203G tiles: [ 44M 5.4k/s ] 20G
cpus: 29.7 gc: 4% heap: 14G/21G direct: 18M postGC: 3.6G
read( 3% 3%) -> merge( 3%) -> (968/1.1k) -> encode(96% 96% 96% 96% 95% 96% 96% 96% 95% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96%) -> (1k/1k) -> write( 2%)
last tile: 13/4091/3970 (z13 49%) https://www.openstreetmap.org/#map=13/5.52851/-0.21973
0:59:53 INF [mbtiles] - features: [ 767M 26% 476k/s ] 203G tiles: [ 44M 4.4k/s ] 20G
cpus: 29.6 gc: 5% heap: 10G/21G direct: 18M postGC: 4G
read( 2% 2%) -> merge( 2%) -> (909/1.1k) -> encode(95% 95% 94% 94% 94% 95% 95% 94% 94% 94% 94% 94% 94% 94% 94% 95% 94% 94% 95% 94% 95% 94% 94% 94% 94% 94% 94% 95% 94% 94%) -> (1k/1k) -> write( 1%)
last tile: 13/4098/2796 (z13 50%) https://www.openstreetmap.org/#map=13/49.49667/0.08789
Jun 05, 2022 4:40:51 PM org.geotools.referencing.factory.DeferredAuthorityFactory disposeBackingStore
INFO: Disposing class org.geotools.referencing.factory.epsg.hsql.ThreadedHsqlEpsgFactory backing store
1:00:01 INF - Database closed
1:00:03 INF [mbtiles] - features: [ 772M 26% 525k/s ] 203G tiles: [ 44M 8k/s ] 20G
cpus: 29.7 gc: 5% heap: 9.9G/21G direct: 18M postGC: 4.5G
read( 3% 3%) -> merge( 4%) -> (924/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4111/2869 (z13 50%) https://www.openstreetmap.org/#map=13/47.36859/0.65918
1:00:13 INF [mbtiles] - features: [ 777M 26% 516k/s ] 203G tiles: [ 44M 7.9k/s ] 20G
cpus: 29.7 gc: 5% heap: 9.5G/21G direct: 18M postGC: 5.1G
read( 3% 3%) -> merge( 3%) -> (920/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 2%)
last tile: 13/4124/3956 (z13 50%) https://www.openstreetmap.org/#map=13/6.14055/1.23047
1:00:23 INF [mbtiles] - features: [ 782M 27% 467k/s ] 203G tiles: [ 44M 6.8k/s ] 20G
cpus: 29.7 gc: 5% heap: 8.3G/21G direct: 18M postGC: 5.6G
read( 3% 3%) -> merge( 4%) -> (938/1.1k) -> encode(95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4135/3065 (z13 50%) https://www.openstreetmap.org/#map=13/41.21172/1.71387
1:00:33 INF [mbtiles] - features: [ 787M 27% 457k/s ] 203G tiles: [ 44M 6k/s ] 20G
cpus: 29.8 gc: 5% heap: 13G/21G direct: 18M postGC: 3.2G
read( 2% 2%) -> merge( 3%) -> (959/1.1k) -> encode(95% 95% 92% 95% 93% 95% 95% 95% 95% 93% 95% 95% 95% 95% 95% 93% 95% 95% 95% 95% 95% 93% 95% 95% 95% 95% 92% 93% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4145/3060 (z13 50%) https://www.openstreetmap.org/#map=13/41.37681/2.15332
1:00:44 INF [mbtiles] - features: [ 790M 27% 364k/s ] 203G tiles: [ 45M 3k/s ] 20G
cpus: 29.7 gc: 5% heap: 3.7G/21G direct: 18M postGC: 3.5G
read( 2% 2%) -> merge( 2%) -> (971/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4150/2742 (z13 50%) https://www.openstreetmap.org/#map=13/51.01375/2.37305
1:00:54 INF [mbtiles] - features: [ 794M 27% 405k/s ] 203G tiles: [ 45M 5.5k/s ] 20G
cpus: 29.7 gc: 5% heap: 8.7G/21G direct: 18M postGC: 3.8G
read( 2% 2%) -> merge( 3%) -> (1k/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4159/2793 (z13 50%) https://www.openstreetmap.org/#map=13/49.58223/2.76855
1:01:04 INF [mbtiles] - features: [ 799M 27% 413k/s ] 203G tiles: [ 45M 4.2k/s ] 20G
cpus: 29.7 gc: 4% heap: 13G/21G direct: 18M postGC: 4.2G
read( 2% 2%) -> merge( 2%) -> (978/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4166/2766 (z13 50%) https://www.openstreetmap.org/#map=13/50.34546/3.07617
1:01:14 INF [mbtiles] - features: [ 803M 27% 395k/s ] 203G tiles: [ 45M 5.4k/s ] 20G
cpus: 29.7 gc: 4% heap: 5.9G/21G direct: 18M postGC: 4.6G
read( 2% 2%) -> merge( 3%) -> (1k/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4175/3001 (z13 50%) https://www.openstreetmap.org/#map=13/43.29320/3.47168
1:01:24 INF [mbtiles] - features: [ 807M 27% 441k/s ] 203G tiles: [ 45M 5.3k/s ] 21G
cpus: 29.7 gc: 5% heap: 13G/21G direct: 18M postGC: 5.1G
read( 2% 2%) -> merge( 2%) -> (886/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4184/3928 (z13 51%) https://www.openstreetmap.org/#map=13/7.36247/3.86719
1:01:34 INF [mbtiles] - features: [ 811M 28% 437k/s ] 203G tiles: [ 45M 5.5k/s ] 21G
cpus: 29.7 gc: 5% heap: 9.2G/21G direct: 18M postGC: 5.7G
read( 3% 3%) -> merge( 3%) -> (967/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4193/2725 (z13 51%) https://www.openstreetmap.org/#map=13/51.48138/4.26270
1:01:44 INF [mbtiles] - features: [ 815M 28% 352k/s ] 203G tiles: [ 45M 3k/s ] 21G
cpus: 29.7 gc: 5% heap: 6.6G/21G direct: 18M postGC: 3.2G
read( 2% 2%) -> merge( 2%) -> (1k/1.1k) -> encode(95% 95% 95% 94% 94% 95% 95% 95% 93% 95% 95% 93% 91% 95% 94% 95% 95% 95% 95% 95% 93% 95% 95% 94% 91% 94% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4198/2712 (z13 51%) https://www.openstreetmap.org/#map=13/51.83578/4.48242
1:01:54 INF [mbtiles] - features: [ 819M 28% 392k/s ] 203G tiles: [ 45M 3k/s ] 21G
cpus: 29.7 gc: 5% heap: 11G/21G direct: 18M postGC: 3.5G
read( 2% 2%) -> merge( 3%) -> (998/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4203/2721 (z13 51%) https://www.openstreetmap.org/#map=13/51.59072/4.70215
1:02:04 INF [mbtiles] - features: [ 823M 28% 417k/s ] 203G tiles: [ 45M 2.4k/s ] 21G
cpus: 29.7 gc: 5% heap: 4.1G/21G direct: 18M postGC: 4G
read( 2% 2%) -> merge( 2%) -> (962/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4207/2693 (z13 51%) https://www.openstreetmap.org/#map=13/52.34876/4.87793
1:02:14 INF [mbtiles] - features: [ 827M 28% 413k/s ] 203G tiles: [ 45M 3k/s ] 21G
cpus: 29.7 gc: 5% heap: 10G/21G direct: 18M postGC: 4.3G
read( 2% 2%) -> merge( 2%) -> (928/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4212/2703 (z13 51%) https://www.openstreetmap.org/#map=13/52.07951/5.09766
1:02:24 INF [mbtiles] - features: [ 831M 28% 430k/s ] 203G tiles: [ 45M 3.6k/s ] 21G
cpus: 29.7 gc: 5% heap: 5G/21G direct: 18M postGC: 4.9G
read( 2% 2%) -> merge( 3%) -> (924/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4218/3002 (z13 51%) https://www.openstreetmap.org/#map=13/43.26121/5.36133
1:02:34 INF [mbtiles] - features: [ 836M 28% 417k/s ] 203G tiles: [ 45M 3.7k/s ] 21G
cpus: 29.7 gc: 5% heap: 11G/21G direct: 18M postGC: 5.2G
read( 2% 3%) -> merge( 3%) -> (990/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4224/2726 (z13 51%) https://www.openstreetmap.org/#map=13/51.45401/5.62500
1:02:44 INF [mbtiles] - features: [ 840M 29% 443k/s ] 203G tiles: [ 45M 3.7k/s ] 21G
cpus: 29.7 gc: 5% heap: 7.5G/21G direct: 18M postGC: 5.6G
read( 2% 2%) -> merge( 3%) -> (1k/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4230/2746 (z13 51%) https://www.openstreetmap.org/#map=13/50.90303/5.88867
1:02:54 INF [mbtiles] - features: [ 844M 29% 421k/s ] 203G tiles: [ 45M 3.1k/s ] 21G
cpus: 29.9 gc: 4% heap: 8.1G/21G direct: 18M postGC: 2.8G
read( 2% 2%) -> merge( 3%) -> (1k/1.1k) -> encode(94% 96% 96% 96% 95% 96% 95% 96% 96% 96% 96% 94% 96% 96% 92% 95% 95% 96% 96% 96% 96% 96% 96% 96% 95% 94% 95% 96% 93% 96%) -> (1k/1k) -> write( 1%)
last tile: 13/4235/2746 (z13 51%) https://www.openstreetmap.org/#map=13/50.90303/6.10840
1:03:04 INF [mbtiles] - features: [ 849M 29% 463k/s ] 203G tiles: [ 45M 4.2k/s ] 21G
cpus: 29.7 gc: 4% heap: 4.3G/21G direct: 18M postGC: 3.3G
read( 3% 2%) -> merge( 3%) -> (1k/1.1k) -> encode(96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96%) -> (1k/1k) -> write( 1%)
last tile: 13/4242/3803 (z13 51%) https://www.openstreetmap.org/#map=13/12.76895/6.41602
1:03:14 INF [mbtiles] - features: [ 853M 29% 452k/s ] 203G tiles: [ 45M 3.1k/s ] 21G
cpus: 29.7 gc: 4% heap: 13G/21G direct: 18M postGC: 3.7G
read( 2% 2%) -> merge( 3%) -> (984/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4247/2694 (z13 51%) https://www.openstreetmap.org/#map=13/52.32191/6.63574
1:03:24 INF [mbtiles] - features: [ 858M 29% 447k/s ] 203G tiles: [ 45M 3.1k/s ] 21G
cpus: 29.7 gc: 5% heap: 9.9G/21G direct: 18M postGC: 4.3G
read( 2% 2%) -> merge( 3%) -> (931/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4252/2699 (z13 51%) https://www.openstreetmap.org/#map=13/52.18740/6.85547
1:03:34 INF [mbtiles] - features: [ 862M 29% 446k/s ] 203G tiles: [ 45M 3.7k/s ] 21G
cpus: 29.7 gc: 5% heap: 7G/21G direct: 18M postGC: 4.7G
read( 3% 3%) -> merge( 3%) -> (997/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4258/2750 (z13 51%) https://www.openstreetmap.org/#map=13/50.79205/7.11914
1:03:44 INF [mbtiles] - features: [ 868M 29% 522k/s ] 203G tiles: [ 45M 4.2k/s ] 21G
cpus: 29.7 gc: 5% heap: 7.3G/21G direct: 18M postGC: 5.2G
read( 3% 3%) -> merge( 3%) -> (974/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4265/3892 (z13 52%) https://www.openstreetmap.org/#map=13/8.92849/7.42676
1:03:54 INF [mbtiles] - features: [ 873M 30% 547k/s ] 203G tiles: [ 45M 4.4k/s ] 21G
cpus: 29.7 gc: 5% heap: 7.9G/21G direct: 18M postGC: 5.8G
read( 3% 3%) -> merge( 4%) -> (980/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4272/2828 (z13 52%) https://www.openstreetmap.org/#map=13/48.57479/7.73438
1:04:04 INF [mbtiles] - features: [ 879M 30% 620k/s ] 203G tiles: [ 45M 6.7k/s ] 21G
cpus: 29.9 gc: 4% heap: 3.2G/21G direct: 18M postGC: 3.1G
read( 4% 4%) -> merge( 4%) -> (1k/1.1k) -> encode(96% 96% 96% 96% 95% 93% 94% 96% 95% 96% 95% 96% 95% 96% 95% 96% 96% 96% 96% 96% 94% 95% 94% 96% 95% 96% 96% 96% 96% 96%) -> (1k/1k) -> write( 3%)
last tile: 13/4283/3942 (z13 52%) https://www.openstreetmap.org/#map=13/6.75190/8.21777
1:04:14 INF [mbtiles] - features: [ 886M 30% 618k/s ] 203G tiles: [ 45M 5k/s ] 21G
cpus: 29.7 gc: 5% heap: 4.6G/21G direct: 18M postGC: 3.7G
read( 3% 3%) -> merge( 3%) -> (943/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4291/3822 (z13 52%) https://www.openstreetmap.org/#map=13/11.95335/8.56934
1:04:24 INF [mbtiles] - features: [ 892M 30% 596k/s ] 203G tiles: [ 45M 4.4k/s ] 21G
cpus: 29.7 gc: 5% heap: 5.7G/21G direct: 18M postGC: 4.3G
read( 4% 4%) -> merge( 4%) -> (1k/1.1k) -> encode(95% 94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4298/2774 (z13 52%) https://www.openstreetmap.org/#map=13/50.12058/8.87695
1:04:34 INF [mbtiles] - features: [ 898M 30% 617k/s ] 203G tiles: [ 45M 4.9k/s ] 21G
cpus: 29.7 gc: 5% heap: 7.5G/21G direct: 18M postGC: 5G
read( 3% 4%) -> merge( 4%) -> (1k/1.1k) -> encode(95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 94% 94% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4306/2827 (z13 52%) https://www.openstreetmap.org/#map=13/48.60386/9.22852
1:04:44 INF [mbtiles] - features: [ 904M 31% 653k/s ] 203G tiles: [ 46M 5.4k/s ] 22G
cpus: 29.7 gc: 5% heap: 11G/21G direct: 18M postGC: 5.7G
read( 4% 4%) -> merge( 4%) -> (997/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4315/4004 (z13 52%) https://www.openstreetmap.org/#map=13/4.03962/9.62402
1:04:54 INF [mbtiles] - features: [ 910M 31% 563k/s ] 203G tiles: [ 46M 3.1k/s ] 22G
cpus: 29.8 gc: 5% heap: 3.4G/21G direct: 18M postGC: 3.2G
read( 2% 2%) -> merge( 3%) -> (804/1.1k) -> encode(93% 93% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 93% 95% 95% 95% 93% 95% 95% 95%) -> (1k/1k) -> write( 1%)
last tile: 13/4320/3861 (z13 52%) https://www.openstreetmap.org/#map=13/10.27168/9.84375
1:05:04 INF [mbtiles] - features: [ 916M 31% 610k/s ] 203G tiles: [ 46M 6.8k/s ] 22G
cpus: 29.7 gc: 6% heap: 6.6G/21G direct: 18M postGC: 3.9G
read( 5% 5%) -> merge( 5%) -> (1k/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 3%)
last tile: 13/4331/3974 (z13 52%) https://www.openstreetmap.org/#map=13/5.35352/10.32715
1:05:14 INF [mbtiles] - features: [ 923M 31% 645k/s ] 203G tiles: [ 46M 5.6k/s ] 22G
cpus: 29.7 gc: 5% heap: 10G/21G direct: 18M postGC: 4.6G
read( 4% 4%) -> merge( 4%) -> (1k/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4340/2634 (z13 52%) https://www.openstreetmap.org/#map=13/53.90434/10.72266
1:05:24 INF [mbtiles] - features: [ 929M 32% 641k/s ] 203G tiles: [ 46M 6.2k/s ] 22G
cpus: 29.7 gc: 5% heap: 13G/21G direct: 18M postGC: 5.3G
read( 4% 4%) -> merge( 4%) -> (1k/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 3%)
last tile: 13/4350/2584 (z13 53%) https://www.openstreetmap.org/#map=13/55.17887/11.16211
1:05:34 INF [mbtiles] - features: [ 935M 32% 609k/s ] 203G tiles: [ 46M 4.2k/s ] 22G
cpus: 29.7 gc: 6% heap: 10G/21G direct: 18M postGC: 6G
read( 2% 2%) -> merge( 2%) -> (801/1.1k) -> encode(94% 94% 94% 94% 92% 92% 94% 94% 94% 94% 94% 94% 92% 94% 94% 94% 92% 94% 94% 92% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 2%)
last tile: 13/4357/4009 (z13 53%) https://www.openstreetmap.org/#map=13/3.82041/11.46973
1:05:44 INF [mbtiles] - features: [ 941M 32% 631k/s ] 203G tiles: [ 46M 5.5k/s ] 22G
cpus: 29.7 gc: 5% heap: 12G/21G direct: 18M postGC: 3.6G
read( 3% 3%) -> merge( 3%) -> (688/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4366/4206 (z13 53%) https://www.openstreetmap.org/#map=13/-4.82826/11.86523
1:05:54 INF [mbtiles] - features: [ 948M 32% 671k/s ] 203G tiles: [ 46M 8.8k/s ] 22G
cpus: 29.7 gc: 6% heap: 5.1G/21G direct: 18M postGC: 4.5G
read( 6% 5%) -> merge( 6%) -> (1k/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 4%)
last tile: 13/4381/5427 (z13 53%) https://www.openstreetmap.org/#map=13/-50.37350/12.52441
1:06:04 INF [mbtiles] - features: [ 955M 32% 717k/s ] 203G tiles: [ 46M 8.3k/s ] 22G
cpus: 29.7 gc: 5% heap: 12G/21G direct: 18M postGC: 5.2G
read( 4% 4%) -> merge( 4%) -> (945/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 3%)
last tile: 13/4394/3826 (z13 53%) https://www.openstreetmap.org/#map=13/11.78133/13.09570
1:06:14 INF [mbtiles] - features: [ 962M 33% 658k/s ] 203G tiles: [ 46M 6.5k/s ] 22G
cpus: 29.7 gc: 6% heap: 16G/21G direct: 18M postGC: 5.9G
read( 3% 3%) -> merge( 4%) -> (876/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 3%)
last tile: 13/4405/3930 (z13 53%) https://www.openstreetmap.org/#map=13/7.27529/13.57910
1:06:24 INF [mbtiles] - features: [ 969M 33% 720k/s ] 203G tiles: [ 46M 9.4k/s ] 22G
cpus: 29.9 gc: 4% heap: 3.8G/21G direct: 18M postGC: 3.7G
read( 4% 4%) -> merge( 5%) -> (844/1.1k) -> encode(95% 94% 92% 95% 95% 94% 96% 95% 96% 95% 95% 92% 95% 96% 95% 94% 96% 95% 95% 95% 94% 96% 94% 92% 95% 95% 96% 96% 94% 95%) -> (1k/1k) -> write( 4%)
last tile: 13/4421/3854 (z13 53%) https://www.openstreetmap.org/#map=13/10.57422/14.28223
1:06:34 INF [mbtiles] - features: [ 976M 33% 727k/s ] 203G tiles: [ 46M 12k/s ] 23G
cpus: 29.7 gc: 6% heap: 11G/21G direct: 18M postGC: 4.6G
read( 5% 5%) -> merge( 6%) -> (1k/1.1k) -> encode(94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 5%)
last tile: 13/4442/4755 (z13 54%) https://www.openstreetmap.org/#map=13/-27.80021/15.20508
1:06:44 INF [mbtiles] - features: [ 982M 33% 596k/s ] 203G tiles: [ 46M 1.8k/s ] 23G
cpus: 29.6 gc: 6% heap: 12G/21G direct: 18M postGC: 4.8G
read( 1% 1%) -> merge( 1%) -> (497/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 1%)
last tile: 13/4445/4197 (z13 54%) https://www.openstreetmap.org/#map=13/-4.43404/15.33691
1:06:54 INF [mbtiles] - features: [ 989M 34% 659k/s ] 203G tiles: [ 46M 16k/s ] 23G
cpus: 29.8 gc: 5% heap: 5.9G/21G direct: 18M postGC: 5.8G
read( 6% 6%) -> merge( 7%) -> (1k/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 7%)
last tile: 13/4474/2874 (z13 54%) https://www.openstreetmap.org/#map=13/47.21957/16.61133
1:07:04 INF [mbtiles] - features: [ 995M 34% 607k/s ] 203G tiles: [ 47M 9.7k/s ] 23G
cpus: 29.9 gc: 4% heap: 13G/21G direct: 18M postGC: 2.9G
read( 3% 4%) -> merge( 4%) -> (1k/1.1k) -> encode(96% 96% 96% 96% 96% 96% 96% 95% 96% 95% 96% 96% 96% 96% 96% 95% 96% 96% 96% 96% 95% 96% 96% 96% 95% 95% 95% 95% 96% 96%) -> (1k/1k) -> write( 4%)
last tile: 13/4491/2843 (z13 54%) https://www.openstreetmap.org/#map=13/48.13677/17.35840
1:07:14 INF [mbtiles] - features: [ 1B 34% 671k/s ] 203G tiles: [ 47M 10k/s ] 23G
cpus: 29.7 gc: 5% heap: 6.8G/21G direct: 18M postGC: 3.7G
read( 4% 4%) -> merge( 4%) -> (1k/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 4%)
last tile: 13/4510/4101 (z13 55%) https://www.openstreetmap.org/#map=13/-0.21973/18.19336
1:07:24 INF [mbtiles] - features: [ 1B 34% 676k/s ] 203G tiles: [ 47M 5.7k/s ] 23G
cpus: 29.7 gc: 5% heap: 10G/21G direct: 18M postGC: 4.2G
read( 2% 2%) -> merge( 3%) -> (736/1.1k) -> encode(95% 94% 94% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4520/2222 (z13 55%) https://www.openstreetmap.org/#map=13/63.27318/18.63281
1:07:34 INF [mbtiles] - features: [ 1B 34% 762k/s ] 203G tiles: [ 47M 16k/s ] 23G
cpus: 29.7 gc: 6% heap: 6.3G/21G direct: 18M postGC: 5.2G
read( 6% 6%) -> merge( 6%) -> (985/1.1k) -> encode(93% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 6%)
last tile: 13/4550/6300 (z13 55%) https://www.openstreetmap.org/#map=13/-69.09994/19.95117
1:07:44 INF [mbtiles] - features: [ 1B 35% 796k/s ] 203G tiles: [ 47M 16k/s ] 23G
cpus: 29.8 gc: 6% heap: 9.9G/21G direct: 18M postGC: 6.2G
read( 5% 5%) -> merge( 5%) -> (999/1.1k) -> encode(94% 94% 94% 94% 94% 94% 91% 94% 94% 94% 93% 92% 92% 92% 94% 94% 94% 94% 94% 92% 92% 93% 94% 94% 94% 94% 94% 93% 93% 94%) -> (1k/1k) -> write( 6%)
last tile: 13/4578/4028 (z13 55%) https://www.openstreetmap.org/#map=13/2.98693/21.18164
1:07:54 INF [mbtiles] - features: [ 1B 35% 919k/s ] 203G tiles: [ 47M 18k/s ] 24G
cpus: 29.8 gc: 5% heap: 9G/21G direct: 18M postGC: 3.9G
read( 6% 6%) -> merge( 6%) -> (966/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 94% 95%) -> (1k/1k) -> write( 7%)
last tile: 13/4610/3006 (z13 56%) https://www.openstreetmap.org/#map=13/43.13306/22.58789
1:08:04 INF [mbtiles] - features: [ 1B 35% 937k/s ] 203G tiles: [ 47M 16k/s ] 24G
cpus: 29.7 gc: 7% heap: 7G/21G direct: 18M postGC: 4.6G
read( 4% 4%) -> merge( 5%) -> (725/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 6%)
last tile: 13/4638/1868 (z13 56%) https://www.openstreetmap.org/#map=13/69.47297/23.81836
1:08:14 INF [mbtiles] - features: [ 1B 36% 976k/s ] 203G tiles: [ 48M 30k/s ] 24G
cpus: 29.7 gc: 7% heap: 6G/21G direct: 18M postGC: 5.9G
read( 7% 6%) -> merge( 8%) -> (997/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 92% 92% 92% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write(11%)
last tile: 13/4690/2965 (z13 57%) https://www.openstreetmap.org/#map=13/44.43378/26.10352
1:08:24 INF [mbtiles] - features: [ 1B 36% 778k/s ] 203G tiles: [ 48M 13k/s ] 24G
cpus: 29.8 gc: 5% heap: 6.3G/21G direct: 18M postGC: 3.3G
read( 3% 3%) -> merge( 3%) -> (735/1.1k) -> encode(94% 93% 95% 94% 95% 95% 95% 95% 93% 95% 95% 95% 95% 94% 93% 95% 94% 95% 95% 95% 93% 95% 94% 95% 92% 95% 95% 95% 95% 93%) -> (1k/1k) -> write( 5%)
last tile: 13/4713/3149 (z13 57%) https://www.openstreetmap.org/#map=13/38.37612/27.11426
1:08:34 INF [mbtiles] - features: [ 1B 36% 705k/s ] 203G tiles: [ 48M 14k/s ] 24G
cpus: 29.7 gc: 6% heap: 12G/21G direct: 18M postGC: 4.1G
read( 4% 4%) -> merge( 5%) -> (882/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 5%)
last tile: 13/4738/4452 (z13 57%) https://www.openstreetmap.org/#map=13/-15.45368/28.21289
1:08:44 INF [mbtiles] - features: [ 1B 36% 591k/s ] 203G tiles: [ 48M 8.2k/s ] 24G
cpus: 29.6 gc: 6% heap: 5G/21G direct: 18M postGC: 4.4G
read( 3% 3%) -> merge( 3%) -> (799/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 3%)
last tile: 13/4752/4154 (z13 58%) https://www.openstreetmap.org/#map=13/-2.54799/28.82813
1:08:54 INF [mbtiles] - features: [ 1B 37% 533k/s ] 203G tiles: [ 48M 4.7k/s ] 25G
cpus: 29.6 gc: 5% heap: 5.9G/21G direct: 18M postGC: 4.9G
read( 2% 1%) -> merge( 2%) -> (583/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 2%)
last tile: 13/4760/4134 (z13 58%) https://www.openstreetmap.org/#map=13/-1.66969/29.17969
1:09:04 INF [mbtiles] - features: [ 1B 37% 620k/s ] 203G tiles: [ 48M 14k/s ] 25G
cpus: 29.7 gc: 6% heap: 15G/21G direct: 18M postGC: 5.7G
read( 5% 5%) -> merge( 6%) -> (964/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 5%)
last tile: 13/4784/4061 (z13 58%) https://www.openstreetmap.org/#map=13/1.53790/30.23438
1:09:14 INF [mbtiles] - features: [ 1B 37% 661k/s ] 203G tiles: [ 48M 8.9k/s ] 25G
cpus: 29.9 gc: 4% heap: 3.8G/21G direct: 18M postGC: 3.5G
read( 3% 4%) -> merge( 5%) -> (996/1.1k) -> encode(95% 96% 96% 96% 96% 93% 95% 94% 96% 94% 96% 96% 96% 96% 95% 96% 94% 94% 95% 96% 96% 96% 95% 96% 94% 96% 96% 96% 93% 96%) -> (1k/1k) -> write( 3%)
last tile: 13/4799/4510 (z13 58%) https://www.openstreetmap.org/#map=13/-17.89511/30.89355
1:09:24 INF [mbtiles] - features: [ 1B 37% 666k/s ] 203G tiles: [ 48M 8.4k/s ] 25G
cpus: 29.6 gc: 6% heap: 11G/21G direct: 18M postGC: 4.2G
read( 3% 4%) -> merge( 5%) -> (977/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 93% 94% 94% 94% 93% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 3%)
last tile: 13/4813/3986 (z13 58%) https://www.openstreetmap.org/#map=13/4.82826/31.50879
1:09:35 INF [mbtiles] - features: [ 1.1B 37% 582k/s ] 203G tiles: [ 49M 12k/s ] 25G
cpus: 29.7 gc: 5% heap: 5.8G/21G direct: 18M postGC: 4.8G
read( 3% 3%) -> merge( 4%) -> (984/1.1k) -> encode(95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 4%)
last tile: 13/4834/4095 (z13 59%) https://www.openstreetmap.org/#map=13/0.04395/32.43164
1:09:45 INF [mbtiles] - features: [ 1.1B 38% 437k/s ] 203G tiles: [ 49M 2k/s ] 25G
cpus: 29.6 gc: 6% heap: 14G/21G direct: 18M postGC: 5.1G
read( 1% 1%) -> merge( 1%) -> (684/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 1%)
last tile: 13/4837/1062 (z13 59%) https://www.openstreetmap.org/#map=13/78.85307/32.56348
1:09:55 INF [mbtiles] - features: [ 1.1B 38% 542k/s ] 203G tiles: [ 49M 11k/s ] 25G
cpus: 29.7 gc: 5% heap: 10G/21G direct: 18M postGC: 5.5G
read( 3% 4%) -> merge( 4%) -> (840/1.1k) -> encode(95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95% 95%) -> (1k/1k) -> write( 4%)
last tile: 13/4857/4300 (z13 59%) https://www.openstreetmap.org/#map=13/-8.92849/33.44238
1:10:05 INF [mbtiles] - features: [ 1.1B 38% 540k/s ] 203G tiles: [ 49M 11k/s ] 25G
cpus: 29.8 gc: 5% heap: 11G/21G direct: 18M postGC: 2.8G
read( 3% 4%) -> merge( 4%) -> (959/1.1k) -> encode(95% 95% 95% 93% 95% 94% 94% 95% 95% 95% 95% 95% 95% 93% 95% 95% 95% 95% 95% 95% 95% 95% 95% 93% 95% 95% 93% 95% 95% 95%) -> (1k/1k) -> write( 4%)
last tile: 13/4876/3345 (z13 59%) https://www.openstreetmap.org/#map=13/31.31610/34.27734
1:10:15 INF [mbtiles] - features: [ 1.1B 38% 578k/s ] 203G tiles: [ 49M 7.6k/s ] 25G
cpus: 29.7 gc: 5% heap: 5G/21G direct: 18M postGC: 3.3G
read( 2% 2%) -> merge( 3%) -> (755/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 3%)
last tile: 13/4889/4557 (z13 59%) https://www.openstreetmap.org/#map=13/-19.84939/34.84863
1:10:25 INF [mbtiles] - features: [ 1.1B 38% 644k/s ] 203G tiles: [ 49M 15k/s ] 25G
cpus: 29.8 gc: 5% heap: 15G/21G direct: 18M postGC: 4G
read( 5% 4%) -> merge( 6%) -> (1k/1.1k) -> encode(95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95%) -> (1k/1k) -> write( 5%)
last tile: 13/4914/4104 (z13 59%) https://www.openstreetmap.org/#map=13/-0.35156/35.94727
1:10:35 INF [mbtiles] - features: [ 1.1B 39% 658k/s ] 203G tiles: [ 49M 12k/s ] 25G
cpus: 29.6 gc: 6% heap: 8.6G/21G direct: 18M postGC: 4.8G
read( 3% 3%) -> merge( 3%) -> (848/1.1k) -> encode(94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 4%)
last tile: 13/4935/4126 (z13 60%) https://www.openstreetmap.org/#map=13/-1.31824/36.87012
1:10:45 INF [mbtiles] - features: [ 1.1B 39% 812k/s ] 203G tiles: [ 49M 21k/s ] 26G
cpus: 29.8 gc: 6% heap: 17G/21G direct: 18M postGC: 5.7G
read( 6% 5%) -> merge( 6%) -> (838/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94%) -> (1k/1k) -> write( 7%)
last tile: 13/4971/3936 (z13 60%) https://www.openstreetmap.org/#map=13/7.01367/38.45215
1:10:55 INF [mbtiles] - features: [ 1.1B 39% 520k/s ] 203G tiles: [ 50M 10k/s ] 26G
cpus: 29.6 gc: 8% heap: 4.2G/21G direct: 18M postGC: 4.1G
read( 2% 2%) -> merge( 2%) -> (788/1.1k) -> encode(92% 92% 92% 92% 91% 90% 92% 92% 92% 92% 89% 92% 92% 92% 92% 92% 92% 90% 89% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 90%) -> (1k/1k) -> write( 3%)
last tile: 13/4988/4253 (z13 60%) https://www.openstreetmap.org/#map=13/-6.88280/39.19922
1:11:05 INF [mbtiles] - features: [ 1.1B 39% 847k/s ] 203G tiles: [ 50M 44k/s ] 26G
cpus: 29.8 gc: 6% heap: 7.5G/21G direct: 18M postGC: 5G
read( 5% 6%) -> merge( 7%) -> (938/1.1k) -> encode(94% 93% 94% 94% 94% 93% 93% 93% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 93% 94% 94%) -> (1k/1k) -> write(13%)
last tile: 13/5063/4351 (z13 61%) https://www.openstreetmap.org/#map=13/-11.13529/42.49512
1:11:15 INF [mbtiles] - features: [ 1.1B 40% 835k/s ] 203G tiles: [ 50M 36k/s ] 26G
cpus: 29.8 gc: 6% heap: 10G/21G direct: 18M postGC: 6.4G
read( 5% 5%) -> merge( 5%) -> (915/1.1k) -> encode(93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 92% 94% 93% 94% 92% 93% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94%) -> (1k/1k) -> write(11%)
last tile: 13/5125/4050 (z13 62%) https://www.openstreetmap.org/#map=13/2.02107/45.21973
1:11:25 INF [mbtiles] - features: [ 1.1B 40% 598k/s ] 203G tiles: [ 50M 578/s ] 26G
cpus: 29.8 gc: 3% heap: 4.3G/21G direct: 18M postGC: 3.7G
read( 0% 0%) -> merge( 0%) -> (180/1.1k) -> encode(97% 97% 96% 97% 97% 97% 97% 97% 97% 97% 97% 96% 96% 96% 97% 97% 97% 97% 96% 97% 97% 97% 97% 96% 97% 97% 97% 97% 96% 96%) -> (1k/1k) -> write( 0%)
last tile: 13/5126/4050 (z13 62%) https://www.openstreetmap.org/#map=13/2.02107/45.26367
1:11:35 INF [mbtiles] - features: [ 1.1B 40% 753k/s ] 203G tiles: [ 51M 66k/s ] 26G
cpus: 29.9 gc: 6% heap: 10G/21G direct: 18M postGC: 5G
read( 7% 6%) -> merge( 8%) -> (868/1.1k) -> encode(94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write(18%)
last tile: 13/5240/4446 (z13 63%) https://www.openstreetmap.org/#map=13/-15.19939/50.27344
1:11:45 INF [mbtiles] - features: [ 1.1B 41% 1.3M/s ] 203G tiles: [ 52M 146k/s ] 27G
cpus: 30.1 gc: 7% heap: 5.6G/21G direct: 18M postGC: 2.8G
read( 7% 6%) -> merge( 9%) -> (781/1.1k) -> encode(93% 93% 93% 93% 92% 93% 91% 93% 93% 92% 93% 92% 93% 93% 92% 93% 93% 93% 92% 92% 92% 91% 93% 93% 93% 91% 91% 93% 91% 92%) -> (1k/1k) -> write(35%)
last tile: 13/5503/3355 (z13 67%) https://www.openstreetmap.org/#map=13/30.93992/61.83105
1:11:55 INF [mbtiles] - features: [ 1.2B 41% 664k/s ] 203G tiles: [ 53M 92k/s ] 27G
cpus: 29.8 gc: 6% heap: 6.5G/21G direct: 18M postGC: 3.9G
read( 4% 4%) -> merge( 5%) -> (668/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write(21%)
last tile: 13/5667/3259 (z13 69%) https://www.openstreetmap.org/#map=13/34.48845/69.03809
1:12:05 INF [mbtiles] - features: [ 1.2B 41% 1M/s ] 203G tiles: [ 54M 89k/s ] 27G
cpus: 29.9 gc: 7% heap: 7.1G/21G direct: 18M postGC: 5.3G
read( 7% 6%) -> merge( 8%) -> (772/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write(23%)
last tile: 13/5821/3566 (z13 71%) https://www.openstreetmap.org/#map=13/22.67485/75.80566
1:12:15 INF [mbtiles] - features: [ 1.2B 41% 689k/s ] 203G tiles: [ 55M 32k/s ] 27G
cpus: 29.9 gc: 5% heap: 8.7G/21G direct: 18M postGC: 3.8G
read( 4% 4%) -> merge( 5%) -> (961/1.1k) -> encode(94% 92% 92% 94% 94% 94% 94% 92% 94% 94% 90% 94% 94% 94% 94% 94% 94% 94% 94% 92% 94% 92% 94% 94% 94% 94% 94% 94% 94% 93%) -> (1k/1k) -> write( 9%)
last tile: 13/5878/3692 (z13 71%) https://www.openstreetmap.org/#map=13/17.47643/78.31055
1:12:25 INF [mbtiles] - features: [ 1.2B 42% 576k/s ] 203G tiles: [ 55M 22k/s ] 27G
cpus: 29.7 gc: 6% heap: 15G/21G direct: 18M postGC: 4.2G
read( 3% 2%) -> merge( 3%) -> (934/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 6%)
last tile: 13/5920/3797 (z13 72%) https://www.openstreetmap.org/#map=13/13.02597/80.15625
1:12:35 INF [mbtiles] - features: [ 1.2B 42% 529k/s ] 203G tiles: [ 55M 18k/s ] 28G
cpus: 29.7 gc: 6% heap: 15G/21G direct: 18M postGC: 4.6G
read( 2% 2%) -> merge( 3%) -> (984/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 5%)
last tile: 13/5955/3921 (z13 72%) https://www.openstreetmap.org/#map=13/7.66744/81.69434
1:12:45 INF [mbtiles] - features: [ 1.2B 42% 662k/s ] 203G tiles: [ 55M 38k/s ] 28G
cpus: 29.7 gc: 6% heap: 8.3G/21G direct: 18M postGC: 5.2G
read( 3% 3%) -> merge( 4%) -> (933/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write(10%)
last tile: 13/6027/3458 (z13 73%) https://www.openstreetmap.org/#map=13/26.98083/84.85840
1:12:55 INF [mbtiles] - features: [ 1.2B 42% 527k/s ] 203G tiles: [ 55M 5.3k/s ] 28G
cpus: 29.6 gc: 5% heap: 6.4G/21G direct: 18M postGC: 5.5G
read( 1% 1%) -> merge( 1%) -> (392/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 1%)
last tile: 13/6037/3440 (z13 73%) https://www.openstreetmap.org/#map=13/27.68353/85.29785
1:13:05 INF [mbtiles] - features: [ 1.2B 42% 449k/s ] 203G tiles: [ 56M 44k/s ] 28G
cpus: 30 gc: 5% heap: 12G/21G direct: 18M postGC: 3.1G
read( 5% 4%) -> merge( 6%) -> (1k/1.1k) -> encode(95% 92% 94% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 94% 94% 95% 94% 94% 95% 95% 94% 95% 94% 94% 94% 93% 95% 95% 92% 94%) -> (1k/1k) -> write(11%)
last tile: 13/6120/3560 (z13 74%) https://www.openstreetmap.org/#map=13/22.91792/88.94531
1:13:15 INF [mbtiles] - features: [ 1.2B 42% 416k/s ] 203G tiles: [ 56M 11k/s ] 28G
cpus: 29.7 gc: 5% heap: 13G/21G direct: 18M postGC: 3.5G
read( 2% 2%) -> merge( 2%) -> (989/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 3%)
last tile: 13/6142/3510 (z13 74%) https://www.openstreetmap.org/#map=13/24.92629/89.91211
1:13:25 INF [mbtiles] - features: [ 1.2B 43% 327k/s ] 203G tiles: [ 56M 5.6k/s ] 28G
cpus: 29.5 gc: 7% heap: 8.4G/21G direct: 18M postGC: 4.1G
read( 1% 1%) -> merge( 1%) -> (860/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 1%)
last tile: 13/6153/3541 (z13 75%) https://www.openstreetmap.org/#map=13/23.68477/90.39551
1:13:35 INF [mbtiles] - features: [ 1.2B 43% 503k/s ] 203G tiles: [ 56M 19k/s ] 28G
cpus: 29.7 gc: 5% heap: 4.6G/21G direct: 18M postGC: 4.5G
read( 2% 2%) -> merge( 2%) -> (605/1.1k) -> encode(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 5%)
last tile: 13/6192/3603 (z13 75%) https://www.openstreetmap.org/#map=13/21.16648/92.10938
1:13:45 INF [mbtiles] - features: [ 1.2B 43% 561k/s ] 203G tiles: [ 57M 62k/s ] 28G
cpus: 29.8 gc: 6% heap: 16G/21G direct: 18M postGC: 5.6G
read( 4% 4%) -> merge( 5%) -> (855/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write(15%)
last tile: 13/6320/3560 (z13 77%) https://www.openstreetmap.org/#map=13/22.91792/97.73438
1:13:55 INF [mbtiles] - features: [ 1.2B 43% 843k/s ] 203G tiles: [ 57M 43k/s ] 28G
cpus: 29.8 gc: 6% heap: 12G/21G direct: 18M postGC: 6.2G
read( 4% 4%) -> merge( 6%) -> (781/1.1k) -> encode(94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write(12%)
last tile: 13/6411/4023 (z13 78%) https://www.openstreetmap.org/#map=13/3.20633/101.73340
1:14:05 INF [mbtiles] - features: [ 1.2B 43% 768k/s ] 203G tiles: [ 58M 38k/s ] 28G
cpus: 29.9 gc: 6% heap: 6G/21G direct: 18M postGC: 3.9G
read( 5% 5%) -> merge( 7%) -> (819/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 92% 94% 94% 92% 93% 94% 94% 94% 94% 94% 94% 94% 94% 93% 90% 94% 92%) -> (1k/1k) -> write(11%)
last tile: 13/6491/4221 (z13 79%) https://www.openstreetmap.org/#map=13/-5.48477/105.24902
1:14:15 INF [mbtiles] - features: [ 1.2B 44% 593k/s ] 203G tiles: [ 58M 15k/s ] 28G
cpus: 29.5 gc: 8% heap: 5.7G/21G direct: 18M postGC: 5.6G
read( 4% 3%) -> merge( 4%) -> (987/1.1k) -> encode(92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92% 92%) -> (1k/1k) -> write( 5%)
last tile: 13/6524/4238 (z13 79%) https://www.openstreetmap.org/#map=13/-6.22793/106.69922
1:14:25 INF [mbtiles] - features: [ 1.2B 44% 290k/s ] 203G tiles: [ 58M 972/s ] 28G
cpus: 29.8 gc: 8% heap: 6.1G/21G direct: 18M postGC: 5.9G
read( 0% 0%) -> merge( 0%) -> (916/1.1k) -> encode(92% 92% 92% 91% 92% 92% 88% 89% 88% 92% 91% 92% 92% 92% 92% 86% 88% 89% 86% 92% 92% 92% 89% 88% 91% 91% 92% 91% 89% 88%) -> (1k/1k) -> write( 0%)
last tile: 13/6526/4237 (z13 79%) https://www.openstreetmap.org/#map=13/-6.18425/106.78711
1:14:35 INF [mbtiles] - features: [ 1.2B 44% 357k/s ] 203G tiles: [ 58M 7.8k/s ] 29G
cpus: 29.6 gc: 7% heap: 9.8G/21G direct: 18M postGC: 6G
read( 1% 2%) -> merge( 2%) -> (993/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 2%)
last tile: 13/6542/4255 (z13 79%) https://www.openstreetmap.org/#map=13/-6.97005/107.49023
1:14:45 INF [mbtiles] - features: [ 1.2B 44% 287k/s ] 203G tiles: [ 58M 7.4k/s ] 29G
cpus: 29.8 gc: 5% heap: 15G/21G direct: 18M postGC: 4.7G
read( 1% 1%) -> merge( 1%) -> (980/1.1k) -> encode(93% 95% 94% 93% 95% 94% 95% 95% 95% 95% 94% 93% 95% 94% 95% 95% 93% 93% 94% 95% 94% 95% 94% 90% 95% 93% 90% 95% 95% 93%) -> (1k/1k) -> write( 2%)
last tile: 13/6557/4261 (z13 80%) https://www.openstreetmap.org/#map=13/-7.23170/108.14941
1:14:55 INF [mbtiles] - features: [ 1.3B 44% 389k/s ] 203G tiles: [ 58M 6k/s ] 29G
cpus: 29.5 gc: 7% heap: 9.8G/21G direct: 18M postGC: 5.2G
read( 2% 2%) -> merge( 2%) -> (842/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 2%)
last tile: 13/6570/5594 (z13 80%) https://www.openstreetmap.org/#map=13/-54.82601/108.72070
1:15:05 INF [mbtiles] - features: [ 1.3B 44% 392k/s ] 203G tiles: [ 58M 14k/s ] 29G
cpus: 29.6 gc: 6% heap: 5.8G/21G direct: 18M postGC: 5.7G
read( 3% 3%) -> merge( 3%) -> (1k/1.1k) -> encode(93% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 93% 93% 94%) -> (1k/1k) -> write( 4%)
last tile: 13/6598/4272 (z13 80%) https://www.openstreetmap.org/#map=13/-7.71099/109.95117
1:15:15 INF [mbtiles] - features: [ 1.3B 44% 388k/s ] 203G tiles: [ 58M 4.4k/s ] 29G
cpus: 29.6 gc: 7% heap: 5.8G/21G direct: 18M postGC: 4.6G
read( 2% 1%) -> merge( 2%) -> (906/1.1k) -> encode(93% 93% 93% 91% 93% 93% 93% 93% 91% 91% 93% 91% 92% 93% 93% 93% 93% 93% 93% 93% 93% 91% 90% 93% 93% 91% 93% 93% 93% 93%) -> (1k/1k) -> write( 1%)
last tile: 13/6607/4275 (z13 80%) https://www.openstreetmap.org/#map=13/-7.84162/110.34668
1:15:25 INF [mbtiles] - features: [ 1.3B 45% 434k/s ] 203G tiles: [ 59M 20k/s ] 29G
cpus: 29.6 gc: 6% heap: 13G/21G direct: 18M postGC: 5.3G
read( 3% 3%) -> merge( 3%) -> (1k/1.1k) -> encode(94% 94% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 6%)
last tile: 13/6648/4282 (z13 81%) https://www.openstreetmap.org/#map=13/-8.14624/112.14844
1:15:35 INF [mbtiles] - features: [ 1.3B 45% 381k/s ] 203G tiles: [ 59M 5.5k/s ] 29G
cpus: 29.6 gc: 7% heap: 5G/21G direct: 18M postGC: 4.7G
read( 1% 2%) -> merge( 2%) -> (968/1.1k) -> encode(92% 93% 92% 93% 93% 93% 92% 92% 93% 92% 93% 92% 92% 92% 92% 93% 93% 89% 92% 92% 92% 93% 92% 92% 92% 92% 92% 92% 93% 89%) -> (1k/1k) -> write( 2%)
last tile: 13/6659/4278 (z13 81%) https://www.openstreetmap.org/#map=13/-7.97220/112.63184
1:15:45 INF [mbtiles] - features: [ 1.3B 45% 467k/s ] 203G tiles: [ 59M 1k/s ] 29G
cpus: 29.7 gc: 5% heap: 7.7G/21G direct: 18M postGC: 5.2G
read( 0% 0%) -> merge( 0%) -> (441/1.1k) -> encode(95% 95% 95% 95% 92% 95% 95% 95% 93% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (1k/1k) -> write( 0%)
last tile: 13/6661/4263 (z13 81%) https://www.openstreetmap.org/#map=13/-7.31888/112.71973
1:15:55 INF [mbtiles] - features: [ 1.3B 45% 467k/s ] 203G tiles: [ 59M 21k/s ] 29G
cpus: 29.8 gc: 6% heap: 7.7G/21G direct: 18M postGC: 4.5G
read( 3% 3%) -> merge( 4%) -> (631/1.1k) -> encode(94% 94% 93% 94% 92% 91% 94% 94% 93% 94% 94% 94% 94% 94% 93% 93% 93% 94% 94% 90% 92% 94% 94% 94% 93% 94% 94% 91% 91% 93%) -> (1k/1k) -> write( 6%)
last tile: 13/6703/4172 (z13 81%) https://www.openstreetmap.org/#map=13/-3.33795/114.56543
1:16:05 INF [mbtiles] - features: [ 1.3B 45% 653k/s ] 203G tiles: [ 59M 25k/s ] 29G
cpus: 29.7 gc: 6% heap: 5.7G/21G direct: 18M postGC: 5.3G
read( 3% 3%) -> merge( 4%) -> (701/1.1k) -> encode(94% 94% 93% 94% 94% 94% 93% 94% 94% 93% 94% 94% 94% 94% 93% 94% 93% 93% 94% 94% 94% 93% 94% 94% 93% 94% 94% 94% 93% 94%) -> (1k/1k) -> write( 8%)
last tile: 13/6754/4125 (z13 82%) https://www.openstreetmap.org/#map=13/-1.27431/116.80664
1:16:15 INF [mbtiles] - features: [ 1.3B 45% 564k/s ] 203G tiles: [ 59M 35k/s ] 29G
cpus: 29.9 gc: 5% heap: 9.4G/21G direct: 18M postGC: 3.6G
read( 4% 5%) -> merge( 5%) -> (852/1.1k) -> encode(94% 93% 95% 95% 95% 93% 95% 94% 95% 94% 94% 95% 95% 94% 94% 95% 94% 95% 95% 93% 94% 93% 95% 91% 95% 95% 95% 94% 95% 94%) -> (1k/1k) -> write(10%)
last tile: 13/6823/4117 (z13 83%) https://www.openstreetmap.org/#map=13/-0.92281/119.83887
1:16:25 INF [mbtiles] - features: [ 1.3B 46% 439k/s ] 203G tiles: [ 59M 8.8k/s ] 29G
cpus: 29.6 gc: 6% heap: 6.5G/21G direct: 18M postGC: 4.5G
read( 2% 2%) -> merge( 3%) -> (917/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 3%)
last tile: 13/6840/3748 (z13 83%) https://www.openstreetmap.org/#map=13/15.11455/120.58594
1:16:35 INF [mbtiles] - features: [ 1.3B 46% 431k/s ] 203G tiles: [ 60M 4.1k/s ] 29G
cpus: 29.5 gc: 7% heap: 14G/21G direct: 18M postGC: 5.9G
read( 1% 1%) -> merge( 1%) -> (923/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 1%)
last tile: 13/6848/3767 (z13 83%) https://www.openstreetmap.org/#map=13/14.30697/120.93750
1:16:45 INF [mbtiles] - features: [ 1.3B 46% 416k/s ] 203G tiles: [ 60M 18k/s ] 29G
cpus: 29.9 gc: 5% heap: 11G/21G direct: 18M postGC: 4.8G
read( 3% 3%) -> merge( 3%) -> (995/1.1k) -> encode(95% 95% 94% 95% 95% 94% 94% 95% 95% 92% 94% 91% 95% 92% 94% 95% 95% 95% 95% 95% 95% 95% 92% 95% 95% 92% 95% 95% 95% 94%) -> (1k/1k) -> write( 5%)
last tile: 13/6883/4188 (z13 84%) https://www.openstreetmap.org/#map=13/-4.03962/122.47559
1:16:55 INF [mbtiles] - features: [ 1.3B 46% 484k/s ] 203G tiles: [ 60M 27k/s ] 29G
cpus: 29.6 gc: 6% heap: 10G/21G direct: 18M postGC: 5.4G
read( 2% 2%) -> merge( 3%) -> (1k/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 7%)
last tile: 13/6936/4063 (z13 84%) https://www.openstreetmap.org/#map=13/1.45004/124.80469
1:17:05 INF [mbtiles] - features: [ 1.3B 46% 670k/s ] 203G tiles: [ 60M 29k/s ] 30G
cpus: 29.7 gc: 5% heap: 9.7G/21G direct: 18M postGC: 5.9G
read( 2% 2%) -> merge( 3%) -> (781/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 8%)
last tile: 13/6994/4079 (z13 85%) https://www.openstreetmap.org/#map=13/0.74705/127.35352
1:17:15 INF [mbtiles] - features: [ 1.3B 46% 695k/s ] 203G tiles: [ 61M 62k/s ] 30G
cpus: 29.9 gc: 6% heap: 6.3G/21G direct: 18M postGC: 4.2G
read( 4% 4%) -> merge( 6%) -> (837/1.1k) -> encode(92% 94% 93% 94% 93% 93% 94% 94% 94% 94% 94% 93% 94% 94% 93% 92% 91% 94% 94% 94% 93% 94% 93% 93% 94% 93% 93% 90% 91% 93%) -> (1k/1k) -> write(15%)
last tile: 13/7112/3266 (z13 86%) https://www.openstreetmap.org/#map=13/34.23451/132.53906
1:17:25 INF [mbtiles] - features: [ 1.3B 47% 530k/s ] 203G tiles: [ 61M 35k/s ] 30G
cpus: 29.6 gc: 7% heap: 17G/21G direct: 18M postGC: 5.4G
read( 3% 3%) -> merge( 4%) -> (956/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 92% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 8%)
last tile: 13/7180/3254 (z13 87%) https://www.openstreetmap.org/#map=13/34.66936/135.52734
1:17:35 INF [mbtiles] - features: [ 1.3B 47% 511k/s ] 203G tiles: [ 62M 25k/s ] 30G
cpus: 29.7 gc: 6% heap: 10G/21G direct: 18M postGC: 5.8G
read( 4% 4%) -> merge( 4%) -> (899/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 92% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 6%)
last tile: 13/7229/3254 (z13 88%) https://www.openstreetmap.org/#map=13/34.66936/137.68066
1:17:45 INF [mbtiles] - features: [ 1.3B 47% 500k/s ] 203G tiles: [ 62M 21k/s ] 30G
cpus: 29.8 gc: 6% heap: 13G/21G direct: 18M postGC: 4.4G
read( 3% 4%) -> merge( 3%) -> (985/1.1k) -> encode(94% 94% 92% 94% 91% 94% 94% 94% 93% 93% 94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 91% 94% 93% 93% 94% 93%) -> (1k/1k) -> write( 5%)
last tile: 13/7269/3232 (z13 88%) https://www.openstreetmap.org/#map=13/35.46067/139.43848
1:17:55 INF [mbtiles] - features: [ 1.3B 47% 352k/s ] 203G tiles: [ 62M 3.3k/s ] 30G
cpus: 29.5 gc: 7% heap: 16G/21G direct: 18M postGC: 5.1G
read( 1% 1%) -> merge( 1%) -> (875/1.1k) -> encode(93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%) -> (1k/1k) -> write( 1%)
last tile: 13/7275/3229 (z13 88%) https://www.openstreetmap.org/#map=13/35.56798/139.70215
1:18:05 INF [mbtiles] - features: [ 1.3B 47% 540k/s ] 203G tiles: [ 62M 19k/s ] 30G
cpus: 29.6 gc: 6% heap: 5.8G/21G direct: 18M postGC: 5.7G
read( 2% 3%) -> merge( 3%) -> (1k/1.1k) -> encode(94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94%) -> (1k/1k) -> write( 5%)
last tile: 13/7310/3008 (z13 89%) https://www.openstreetmap.org/#map=13/43.06889/141.24023
1:18:15 INF [mbtiles] - features: [ 1.4B 48% 719k/s ] 203G tiles: [ 63M 72k/s ] 30G
cpus: 29.9 gc: 5% heap: 14G/21G direct: 18M postGC: 6.1G
read( 3% 3%) -> merge( 4%) -> (753/1.1k) -> encode(95% 92% 93% 95% 93% 95% 93% 95% 95% 95% 95% 95% 93% 94% 95% 95% 95% 95% 94% 95% 94% 93% 92% 94% 95% 94% 94% 95% 95% 95%) -> (1k/1k) -> write(18%)
last tile: 13/7440/2059 (z13 90%) https://www.openstreetmap.org/#map=13/66.31986/146.95313
1:18:26 INF [mbtiles] - features: [ 1.4B 48% 943k/s ] 203G tiles: [ 66M 356k/s ] 30G
cpus: 20.1 gc: 3% heap: 15G/21G direct: 18M postGC: 4.2G
read( 4% 2%) -> merge( 7%) -> (371/1.1k) -> encode(57% 60% 59% 63% 62% 62% 67% 69% 62% 58% 66% 64% 61% 60% 62% 64% 63% 61% 68% 63% 56% 59% 62% 58% 60% 59% 63% 65% 59% 59%) -> (1k/1k) -> write(71%)
last tile: 13/7989/4692 (z13 97%) https://www.openstreetmap.org/#map=13/-25.32417/171.07910
1:18:31 INF [mbtiles:write] - Finished z13 in 25m38s cpu:12h27m39s gc:1m25s avg:29.2, now starting z14
1:18:36 INF [mbtiles] - features: [ 1.4B 48% 689k/s ] 203G tiles: [ 71M 439k/s ] 31G
cpus: 12.7 gc: 3% heap: 6.3G/21G direct: 18M postGC: 4.5G
read( 4% 1%) -> merge( 6%) -> (0/1.1k) -> encode(37% 41% 36% 36% 36% 37% 36% 36% 37% 42% 39% 38% 38% 37% 37% 36% 37% 37% 37% 37% 37% 37% 37% 37% 37% 36% 36% 36% 36% 36%) -> (1k/1k) -> write(78%)
last tile: 14/179/6444 (z14 1%) https://www.openstreetmap.org/#map=14/35.81781/-176.06689
1:18:46 INF [mbtiles] - features: [ 1.4B 48% 641k/s ] 203G tiles: [ 77M 585k/s ] 31G
cpus: 2.2 gc: 0% heap: 13G/21G direct: 18M postGC: 4.5G
read( 5% 0%) -> merge( 7%) -> (0/1.1k) -> encode( 4% 3% 3% 3% 4% 4% 4% 4% 3% 4% 4% 4% 4% 4% 4% 3% 3% 4% 3% 5% 3% 3% 3% 3% 4% 4% 4% 4% 4% 4%) -> (1k/1k) -> write(100%)
last tile: 14/545/7642 (z14 3%) https://www.openstreetmap.org/#map=14/11.99634/-168.02490
1:18:56 INF [mbtiles] - features: [ 1.4B 49% 699k/s ] 203G tiles: [ 82M 571k/s ] 31G
cpus: 3.1 gc: 0% heap: 13G/21G direct: 18M postGC: 4.7G
read( 6% 1%) -> merge( 7%) -> (0/1.1k) -> encode( 7% 6% 6% 7% 4% 6% 6% 7% 7% 5% 6% 6% 7% 6% 7% 9% 7% 5% 6% 6% 7% 7% 7% 6% 7% 6% 7% 5% 5% 7%) -> (1k/1k) -> write(100%)
last tile: 14/914/8275 (z14 5%) https://www.openstreetmap.org/#map=14/-1.82342/-159.91699
1:19:06 INF [mbtiles] - features: [ 1.4B 49% 664k/s ] 203G tiles: [ 88M 563k/s ] 31G
cpus: 3.1 gc: 1% heap: 12G/21G direct: 18M postGC: 5G
read( 3% 3%) -> merge( 7%) -> (0/1.1k) -> encode( 7% 5% 6% 7% 6% 6% 6% 6% 6% 6% 5% 5% 5% 6% 6% 7% 6% 6% 6% 6% 6% 6% 7% 6% 8% 5% 6% 5% 6% 7%) -> (1k/1k) -> write(99%)
last tile: 14/1306/8102 (z14 7%) https://www.openstreetmap.org/#map=14/1.97715/-151.30371
1:19:16 INF [mbtiles] - features: [ 1.4B 49% 632k/s ] 203G tiles: [ 94M 562k/s ] 31G
cpus: 3 gc: 1% heap: 10G/21G direct: 18M postGC: 5.4G
read( 1% 5%) -> merge( 7%) -> (0/1.1k) -> encode( 4% 6% 5% 7% 5% 6% 6% 6% 6% 6% 5% 6% 6% 6% 6% 6% 7% 6% 5% 6% 5% 5% 5% 6% 6% 6% 6% 6% 6% 7%) -> (1k/1k) -> write(99%)
last tile: 14/1724/9053 (z14 10%) https://www.openstreetmap.org/#map=14/-18.58378/-142.11914
1:19:26 INF [mbtiles] - features: [ 1.4B 49% 669k/s ] 203G tiles: [ 99M 554k/s ] 31G
cpus: 3.8 gc: 1% heap: 11G/21G direct: 18M postGC: 5.5G
read( 1% 6%) -> merge( 7%) -> (0/1.1k) -> encode(10% 9% 8% 6% 8% 9% 6% 9% 9% 10% 10% 9% 10% 7% 7% 6% 6% 8% 7% 9% 7% 10% 10% 9% 9% 10% 7% 11% 10% 10%) -> (1k/1k) -> write(99%)
last tile: 14/2153/1415 (z14 13%) https://www.openstreetmap.org/#map=14/81.49556/-132.69287
1:19:36 INF [mbtiles] - features: [ 1.4B 50% 1.3M/s ] 203G tiles: [ 104M 518k/s ] 32G
cpus: 8.8 gc: 2% heap: 9.9G/21G direct: 18M postGC: 6.8G
read( 8% 7%) -> merge(12%) -> (0/1.1k) -> encode(27% 25% 23% 25% 21% 21% 24% 22% 25% 22% 25% 23% 26% 24% 21% 24% 23% 25% 23% 24% 24% 25% 26% 25% 23% 22% 24% 22% 22% 22%) -> (1k/1k) -> write(98%)
last tile: 14/2577/6848 (z14 15%) https://www.openstreetmap.org/#map=14/28.30438/-123.37646
1:19:43 WAR [mbtiles:encode] - {x=2864 y=6625 z=14} 1085kb uncompressed
1:19:43 WAR [mbtiles:encode] - {x=2868 y=6628 z=14} 1059kb uncompressed
1:19:43 WAR [mbtiles:encode] - {x=2868 y=6627 z=14} 1029kb uncompressed
1:19:44 WAR [mbtiles:encode] - {x=2871 y=6626 z=14} 986kb uncompressed
1:19:44 WAR [mbtiles:encode] - {x=2872 y=6626 z=14} 1110kb uncompressed
1:19:44 WAR [mbtiles:encode] - {x=2873 y=6626 z=14} 1416kb uncompressed
1:19:46 INF [mbtiles] - features: [ 1.5B 51% 3.6M/s ] 203G tiles: [ 108M 391k/s ] 33G
cpus: 24 gc: 6% heap: 13G/21G direct: 18M postGC: 5.3G
read(25% 23%) -> merge(28%) -> (0/1.1k) -> encode(68% 66% 68% 66% 70% 70% 66% 69% 68% 70% 69% 66% 69% 67% 70% 68% 67% 71% 69% 70% 67% 69% 70% 68% 68% 71% 67% 69% 70% 70%) -> (1k/1k) -> write(91%)
last tile: 14/2905/5476 (z14 17%) https://www.openstreetmap.org/#map=14/51.12421/-116.16943
1:19:56 INF [mbtiles] - features: [ 1.5B 52% 1.9M/s ] 203G tiles: [ 113M 439k/s ] 34G
cpus: 15.6 gc: 4% heap: 9.8G/21G direct: 18M postGC: 8G
read(13% 11%) -> merge(17%) -> (0/1.1k) -> encode(41% 42% 42% 44% 42% 43% 45% 46% 43% 43% 42% 46% 42% 44% 41% 44% 47% 46% 46% 46% 44% 41% 45% 45% 48% 47% 45% 40% 47% 39%) -> (1k/1k) -> write(95%)
last tile: 14/3281/6796 (z14 20%) https://www.openstreetmap.org/#map=14/29.30556/-107.90771
1:20:06 INF [mbtiles] - features: [ 1.5B 52% 2.1M/s ] 203G tiles: [ 117M 422k/s ] 35G
cpus: 17.9 gc: 5% heap: 13G/21G direct: 18M postGC: 12G
read(15% 11%) -> merge(19%) -> (0/1.1k) -> encode(49% 48% 51% 52% 51% 51% 54% 53% 52% 54% 51% 50% 50% 54% 51% 50% 51% 49% 46% 48% 50% 51% 50% 53% 53% 51% 53% 51% 50% 47%) -> (1k/1k) -> write(94%)
last tile: 14/3647/9055 (z14 22%) https://www.openstreetmap.org/#map=14/-18.62542/-99.86572
1:20:16 INF [mbtiles] - features: [ 1.5B 53% 3.4M/s ] 203G tiles: [ 120M 367k/s ] 36G
cpus: 25.4 gc: 7% heap: 8.4G/21G direct: 18M postGC: 7.2G
read(24% 21%) -> merge(28%) -> (0/1.1k) -> encode(75% 73% 73% 76% 72% 72% 73% 73% 73% 73% 74% 74% 73% 71% 70% 75% 72% 72% 74% 72% 74% 74% 74% 73% 73% 72% 73% 74% 74% 72%) -> (1k/1k) -> write(91%)
last tile: 14/3975/5945 (z14 24%) https://www.openstreetmap.org/#map=14/44.19796/-92.65869
1:20:26 INF [mbtiles] - features: [ 1.6B 55% 3.8M/s ] 203G tiles: [ 124M 365k/s ] 37G
cpus: 26.6 gc: 7% heap: 9G/21G direct: 18M postGC: 6.1G
read(25% 25%) -> merge(30%) -> (0/1.1k) -> encode(77% 77% 77% 77% 77% 76% 77% 77% 76% 78% 75% 74% 75% 77% 76% 76% 79% 75% 75% 76% 76% 77% 76% 75% 77% 76% 75% 77% 77% 78%) -> (1k/1k) -> write(91%)
last tile: 14/4306/5919 (z14 26%) https://www.openstreetmap.org/#map=14/44.60611/-85.38574
1:20:36 INF [mbtiles] - features: [ 1.6B 56% 4.4M/s ] 203G tiles: [ 127M 316k/s ] 39G
cpus: 30.5 gc: 9% heap: 6.3G/21G direct: 18M postGC: 5.7G
read(31% 31%) -> merge(37%) -> (706/1.1k) -> encode(87% 88% 85% 88% 89% 87% 88% 89% 90% 90% 89% 87% 89% 86% 89% 89% 89% 88% 88% 89% 89% 89% 88% 86% 88% 88% 88% 87% 89% 87%) -> (1k/1k) -> write(86%)
last tile: 14/4587/5873 (z14 28%) https://www.openstreetmap.org/#map=14/45.32125/-79.21143
1:20:46 INF [mbtiles] - features: [ 1.7B 58% 4.9M/s ] 203G tiles: [ 130M 314k/s ] 40G
cpus: 30.8 gc: 9% heap: 13G/21G direct: 18M postGC: 12G
read(29% 33%) -> merge(36%) -> (963/1.1k) -> encode(91% 89% 90% 87% 90% 90% 89% 90% 90% 91% 91% 91% 90% 90% 88% 91% 90% 91% 90% 90% 89% 91% 89% 90% 89% 89% 90% 90% 90% 90%) -> (1k/1k) -> write(87%)
last tile: 14/4848/3655 (z14 29%) https://www.openstreetmap.org/#map=14/70.08805/-73.47656
1:20:56 INF [mbtiles] - features: [ 1.7B 59% 3.8M/s ] 203G tiles: [ 134M 315k/s ] 42G
cpus: 27.3 gc: 7% heap: 9.1G/21G direct: 18M postGC: 6.2G
read(21% 24%) -> merge(25%) -> (0/1.1k) -> encode(80% 81% 79% 79% 79% 81% 80% 79% 76% 79% 80% 82% 80% 80% 82% 80% 79% 81% 80% 82% 80% 79% 79% 79% 79% 80% 81% 79% 79% 80%) -> (1k/1k) -> write(86%)
last tile: 14/5125/7506 (z14 31%) https://www.openstreetmap.org/#map=14/14.90232/-67.39014
1:21:06 INF [mbtiles] - features: [ 1.7B 60% 1.5M/s ] 203G tiles: [ 138M 413k/s ] 42G
cpus: 13.6 gc: 5% heap: 9.7G/21G direct: 18M postGC: 9.6G
read( 9% 9%) -> merge(14%) -> (0/1.1k) -> encode(34% 38% 36% 38% 37% 41% 31% 37% 35% 39% 40% 39% 37% 40% 38% 40% 39% 39% 37% 39% 35% 37% 36% 38% 39% 42% 39% 37% 36% 37%) -> (1k/1k) -> write(95%)
last tile: 14/5446/5138 (z14 33%) https://www.openstreetmap.org/#map=14/55.55350/-60.33691
1:21:16 INF [mbtiles] - features: [ 1.7B 60% 1.6M/s ] 203G tiles: [ 142M 453k/s ] 43G
cpus: 12 gc: 4% heap: 6.7G/21G direct: 18M postGC: 3.8G
read(10% 11%) -> merge(14%) -> (0/1.1k) -> encode(33% 30% 33% 30% 30% 32% 33% 33% 38% 36% 31% 31% 31% 32% 32% 31% 30% 32% 25% 26% 31% 33% 31% 28% 32% 31% 30% 29% 32% 35%) -> (1k/1k) -> write(95%)
last tile: 14/5753/2181 (z14 35%) https://www.openstreetmap.org/#map=14/78.60833/-53.59131
1:21:24 WAR [mbtiles:encode] - {x=6070 y=9292 z=14} 1004kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6070 y=9294 z=14} 1001kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6071 y=9291 z=14} 1010kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6071 y=9292 z=14} 1281kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6073 y=9297 z=14} 1064kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6074 y=9296 z=14} 1066kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6074 y=9293 z=14} 1026kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6074 y=9297 z=14} 1205kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6075 y=9297 z=14} 1093kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6075 y=9293 z=14} 1134kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6076 y=9293 z=14} 1108kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6077 y=9293 z=14} 985kb uncompressed
1:21:24 WAR [mbtiles:encode] - {x=6079 y=9292 z=14} 1016kb uncompressed
1:21:26 INF [mbtiles] - features: [ 1.7B 61% 1.8M/s ] 203G tiles: [ 147M 462k/s ] 44G
cpus: 12.7 gc: 4% heap: 6.4G/21G direct: 18M postGC: 6G
read(11% 12%) -> merge(17%) -> (0/1.1k) -> encode(33% 34% 34% 35% 36% 30% 35% 32% 39% 36% 35% 31% 36% 34% 36% 37% 36% 36% 36% 37% 34% 36% 32% 37% 34% 35% 32% 35% 35% 39%) -> (1k/1k) -> write(96%)
last tile: 14/6079/7986 (z14 37%) https://www.openstreetmap.org/#map=14/4.52167/-46.42822
1:21:34 WAR [mbtiles:encode] - {x=6435 y=8363 z=14} 1050kb uncompressed
1:21:35 WAR [mbtiles:encode] - {x=6435 y=8361 z=14} 1790kb uncompressed
1:21:36 INF [mbtiles] - features: [ 1.8B 61% 1.3M/s ] 203G tiles: [ 152M 487k/s ] 44G
cpus: 9.6 gc: 3% heap: 9.4G/21G direct: 18M postGC: 9.5G
read( 8% 8%) -> merge(13%) -> (0/1.1k) -> encode(27% 26% 18% 26% 22% 29% 26% 28% 23% 21% 28% 27% 25% 26% 18% 24% 25% 27% 24% 26% 30% 28% 23% 27% 27% 33% 25% 28% 26% 22%) -> (1k/1k) -> write(97%)
last tile: 14/6410/3491 (z14 39%) https://www.openstreetmap.org/#map=14/71.27965/-39.15527
1:21:46 INF [mbtiles] - features: [ 1.8B 62% 875k/s ] 203G tiles: [ 157M 536k/s ] 44G
cpus: 4 gc: 2% heap: 12G/21G direct: 18M postGC: 11G
read( 6% 3%) -> merge( 9%) -> (0/1.1k) -> encode( 8% 8% 10% 8% 9% 6% 9% 9% 7% 9% 9% 8% 5% 9% 7% 8% 8% 7% 7% 9% 8% 7% 7% 8% 9% 9% 7% 9% 9% 7%) -> (1k/1k) -> write(98%)
last tile: 14/6781/4406 (z14 41%) https://www.openstreetmap.org/#map=14/63.64626/-31.00342
1:21:56 INF [mbtiles] - features: [ 1.8B 62% 726k/s ] 203G tiles: [ 163M 541k/s ] 45G
cpus: 3.8 gc: 1% heap: 7.8G/21G direct: 18M postGC: 3.4G
read( 6% 1%) -> merge( 8%) -> (0/1.1k) -> encode( 7% 8% 7% 8% 7% 7% 7% 7% 7% 7% 8% 7% 8% 8% 7% 7% 8% 7% 6% 7% 8% 7% 7% 6% 8% 7% 6% 7% 7% 7%) -> (1k/1k) -> write(99%)
last tile: 14/7180/12895 (z14 43%) https://www.openstreetmap.org/#map=14/-71.29375/-22.23633
1:22:06 INF [mbtiles] - features: [ 1.8B 62% 1.1M/s ] 203G tiles: [ 168M 525k/s ] 45G
cpus: 5.9 gc: 2% heap: 8.2G/21G direct: 18M postGC: 4.8G
read( 8% 5%) -> merge(10%) -> (0/1.1k) -> encode(14% 16% 15% 15% 14% 15% 14% 14% 13% 15% 14% 15% 13% 15% 14% 11% 13% 16% 15% 18% 12% 16% 13% 12% 16% 14% 13% 14% 15% 12%) -> (1k/1k) -> write(98%)
last tile: 14/7575/1814 (z14 46%) https://www.openstreetmap.org/#map=14/80.09591/-13.55713
1:22:16 INF [mbtiles] - features: [ 1.8B 63% 2.9M/s ] 203G tiles: [ 172M 437k/s ] 46G
cpus: 19.3 gc: 6% heap: 10G/21G direct: 18M postGC: 10G
read(20% 18%) -> merge(24%) -> (0/1.1k) -> encode(53% 52% 53% 56% 54% 54% 56% 52% 53% 53% 53% 54% 56% 55% 52% 57% 55% 53% 53% 53% 55% 52% 52% 56% 54% 55% 55% 54% 53% 53%) -> (1k/1k) -> write(94%)
last tile: 14/7926/4424 (z14 48%) https://www.openstreetmap.org/#map=14/63.47014/-5.84473
1:22:16 WAR [mbtiles:encode] - {x=7990 y=6392 z=14} 1435kb uncompressed
1:22:26 INF [mbtiles] - features: [ 1.9B 65% 5M/s ] 203G tiles: [ 175M 268k/s ] 47G
cpus: 29.7 gc: 9% heap: 13G/21G direct: 18M postGC: 10G
read(37% 37%) -> merge(46%) -> (995/1.1k) -> encode(85% 87% 85% 87% 84% 86% 84% 84% 86% 84% 83% 85% 86% 85% 83% 86% 86% 84% 87% 84% 86% 85% 86% 86% 84% 87% 86% 86% 86% 86%) -> (1k/1k) -> write(75%)
last tile: 14/8147/9147 (z14 49%) https://www.openstreetmap.org/#map=14/-20.52993/-0.98877
1:22:28 WAR [mbtiles:encode] - {x=8174 y=6234 z=14} 1240kb uncompressed
1:22:34 WAR [mbtiles:encode] - {x=8270 y=6129 z=14} 1044kb uncompressed
1:22:35 WAR [mbtiles:encode] - {x=8290 y=6119 z=14} 1285kb uncompressed
1:22:35 WAR [mbtiles:encode] - {x=8290 y=6118 z=14} 1337kb uncompressed
1:22:35 WAR [mbtiles:encode] - {x=8292 y=6115 z=14} 1274kb uncompressed
1:22:36 INF [mbtiles] - features: [ 1.9B 67% 5.6M/s ] 203G tiles: [ 177M 188k/s ] 49G
cpus: 30.5 gc: 9% heap: 9.3G/21G direct: 18M postGC: 5.1G
read(34% 37%) -> merge(41%) -> (1k/1.1k) -> encode(89% 90% 89% 88% 89% 90% 88% 89% 88% 89% 88% 88% 87% 88% 90% 89% 86% 87% 87% 89% 89% 87% 90% 88% 87% 88% 89% 89% 89% 89%) -> (1k/1k) -> write(56%)
last tile: 14/8302/5635 (z14 50%) https://www.openstreetmap.org/#map=14/48.87917/2.41699
1:22:41 WAR [mbtiles:encode] - {x=8387 y=5406 z=14} 983kb uncompressed
1:22:44 WAR [mbtiles:encode] - {x=8413 y=5384 z=14} 1145kb uncompressed
1:22:44 WAR [mbtiles:encode] - {x=8414 y=5385 z=14} 1049kb uncompressed
1:22:44 WAR [mbtiles:encode] - {x=8414 y=5384 z=14} 1168kb uncompressed
1:22:46 INF [mbtiles] - features: [ 2B 69% 6.3M/s ] 203G tiles: [ 178M 157k/s ] 50G
cpus: 30.4 gc: 10% heap: 14G/21G direct: 18M postGC: 12G
read(35% 36%) -> merge(44%) -> (1k/1.1k) -> encode(88% 88% 89% 88% 88% 88% 89% 89% 89% 89% 87% 88% 88% 89% 88% 88% 89% 88% 88% 89% 88% 88% 89% 89% 89% 89% 88% 89% 89% 88%) -> (1k/1k) -> write(49%)
last tile: 14/8433/5435 (z14 51%) https://www.openstreetmap.org/#map=14/51.68618/5.29541
1:22:56 INF [mbtiles] - features: [ 2.1B 71% 6M/s ] 203G tiles: [ 180M 113k/s ] 52G
cpus: 30.4 gc: 9% heap: 6.5G/21G direct: 18M postGC: 6.3G
read(38% 38%) -> merge(43%) -> (992/1.1k) -> encode(89% 88% 89% 89% 88% 88% 89% 88% 86% 87% 88% 88% 88% 89% 88% 85% 89% 89% 88% 88% 89% 88% 89% 88% 89% 89% 84% 87% 86% 89%) -> (1k/1k) -> write(42%)
last tile: 14/8526/5308 (z14 52%) https://www.openstreetmap.org/#map=14/53.38333/7.33887
1:23:06 INF [mbtiles] - features: [ 2.1B 73% 5.8M/s ] 203G tiles: [ 181M 112k/s ] 53G
cpus: 30.6 gc: 9% heap: 9.9G/21G direct: 18M postGC: 3G
read(36% 37%) -> merge(42%) -> (968/1.1k) -> encode(90% 89% 90% 89% 89% 90% 90% 89% 88% 89% 87% 88% 88% 89% 89% 90% 88% 88% 89% 90% 90% 90% 87% 88% 90% 89% 90% 89% 88% 90%) -> (1k/1k) -> write(43%)
last tile: 14/8617/10341 (z14 52%) https://www.openstreetmap.org/#map=14/-42.63396/9.33838
1:23:16 INF [mbtiles] - features: [ 2.2B 75% 5.8M/s ] 203G tiles: [ 182M 121k/s ] 55G
cpus: 30.7 gc: 9% heap: 11G/21G direct: 18M postGC: 10G
read(36% 36%) -> merge(42%) -> (1k/1.1k) -> encode(91% 90% 91% 90% 91% 91% 91% 91% 90% 90% 90% 90% 91% 90% 91% 91% 91% 91% 89% 90% 91% 90% 91% 90% 90% 90% 90% 90% 90% 90%) -> (1k/1k) -> write(47%)
last tile: 14/8715/4286 (z14 53%) https://www.openstreetmap.org/#map=14/64.79285/11.49170
1:23:26 INF [mbtiles] - features: [ 2.2B 77% 5.3M/s ] 203G tiles: [ 183M 136k/s ] 56G
cpus: 30.4 gc: 9% heap: 9.7G/21G direct: 18M postGC: 3.2G
read(34% 35%) -> merge(39%) -> (994/1.1k) -> encode(89% 89% 89% 89% 88% 87% 89% 88% 88% 90% 88% 88% 89% 88% 89% 88% 88% 90% 86% 87% 89% 88% 89% 87% 87% 89% 88% 90% 89% 88%) -> (1k/1k) -> write(52%)
last tile: 14/8829/4456 (z14 53%) https://www.openstreetmap.org/#map=14/63.15436/13.99658
1:23:36 INF [mbtiles] - features: [ 2.3B 79% 5.1M/s ] 203G tiles: [ 185M 165k/s ] 58G
cpus: 30.8 gc: 9% heap: 12G/21G direct: 18M postGC: 9.7G
read(33% 33%) -> merge(36%) -> (975/1.1k) -> encode(91% 91% 91% 91% 90% 91% 91% 91% 91% 90% 91% 91% 91% 91% 91% 91% 91% 91% 91% 90% 91% 91% 91% 91% 91% 91% 91% 91% 90% 90%) -> (1k/1k) -> write(61%)
last tile: 14/8976/5625 (z14 54%) https://www.openstreetmap.org/#map=14/49.02346/17.22656
1:23:46 INF [mbtiles] - features: [ 2.3B 81% 5.3M/s ] 203G tiles: [ 187M 206k/s ] 60G
cpus: 30.7 gc: 8% heap: 9.3G/21G direct: 18M postGC: 6.5G
read(34% 34%) -> merge(38%) -> (978/1.1k) -> encode(89% 91% 90% 87% 90% 88% 89% 90% 89% 87% 90% 91% 91% 87% 89% 89% 89% 89% 90% 91% 89% 89% 90% 90% 90% 90% 90% 91% 90% 89%) -> (1k/1k) -> write(70%)
last tile: 14/9163/4437 (z14 55%) https://www.openstreetmap.org/#map=14/63.34227/21.33545
1:23:56 INF [mbtiles] - features: [ 2.4B 82% 4.6M/s ] 203G tiles: [ 189M 247k/s ] 62G
cpus: 30.8 gc: 8% heap: 15G/21G direct: 18M postGC: 12G
read(29% 29%) -> merge(32%) -> (910/1.1k) -> encode(91% 91% 91% 91% 91% 90% 90% 91% 89% 91% 91% 91% 91% 90% 90% 91% 91% 90% 91% 91% 91% 91% 91% 91% 90% 91% 91% 91% 91% 90%) -> (1k/1k) -> write(82%)
last tile: 14/9382/6082 (z14 57%) https://www.openstreetmap.org/#map=14/42.00033/26.14746
1:24:06 INF [mbtiles] - features: [ 2.4B 84% 5M/s ] 203G tiles: [ 192M 237k/s ] 63G
cpus: 30.6 gc: 8% heap: 8.5G/21G direct: 18M postGC: 6.6G
read(32% 32%) -> merge(35%) -> (984/1.1k) -> encode(87% 89% 88% 89% 89% 86% 90% 89% 88% 88% 88% 88% 89% 89% 90% 89% 90% 88% 86% 89% 89% 89% 90% 89% 90% 89% 90% 87% 89% 86%) -> (1k/1k) -> write(80%)
last tile: 14/9590/12107 (z14 58%) https://www.openstreetmap.org/#map=14/-64.87694/30.71777
1:24:10 WAR [mbtiles:encode] - {x=9674 y=8175 z=14} 1026kb uncompressed
1:24:16 INF [mbtiles] - features: [ 2.5B 86% 5.4M/s ] 203G tiles: [ 194M 251k/s ] 65G
cpus: 30.6 gc: 9% heap: 15G/21G direct: 18M postGC: 13G
read(29% 32%) -> merge(35%) -> (873/1.1k) -> encode(89% 89% 90% 89% 89% 90% 89% 90% 89% 89% 88% 90% 89% 90% 90% 89% 89% 90% 89% 88% 89% 89% 90% 88% 89% 90% 90% 90% 90% 89%) -> (1k/1k) -> write(80%)
last tile: 14/9807/10153 (z14 59%) https://www.openstreetmap.org/#map=14/-39.52099/35.48584
1:24:22 WAR [mbtiles:encode] - {x=9977 y=8504 z=14} 992kb uncompressed
1:24:22 WAR [mbtiles:encode] - {x=9977 y=8503 z=14} 1239kb uncompressed
1:24:22 WAR [mbtiles:encode] - {x=9977 y=8501 z=14} 1278kb uncompressed
1:24:22 WAR [mbtiles:encode] - {x=9978 y=8505 z=14} 1089kb uncompressed
1:24:22 WAR [mbtiles:encode] - {x=9977 y=8502 z=14} 1596kb uncompressed
1:24:22 WAR [mbtiles:encode] - {x=9978 y=8503 z=14} 1069kb uncompressed
1:24:22 WAR [mbtiles:encode] - {x=9978 y=8501 z=14} 1325kb uncompressed
1:24:22 WAR [mbtiles:encode] - {x=9978 y=8502 z=14} 1437kb uncompressed
1:24:26 INF [mbtiles] - features: [ 2.5B 87% 4.5M/s ] 203G tiles: [ 197M 295k/s ] 66G
cpus: 28.6 gc: 8% heap: 11G/21G direct: 18M postGC: 7.3G
read(26% 27%) -> merge(29%) -> (0/1.1k) -> encode(81% 84% 81% 81% 83% 84% 82% 84% 83% 81% 82% 84% 83% 84% 81% 84% 82% 83% 83% 82% 82% 82% 81% 83% 83% 85% 83% 82% 83% 81%) -> (1k/1k) -> write(84%)
last tile: 14/10062/11070 (z14 61%) https://www.openstreetmap.org/#map=14/-53.30462/41.08887
1:24:27 WAR [mbtiles:encode] - {x=10153 y=7662 z=14} 1026kb uncompressed
1:24:36 INF [mbtiles] - features: [ 2.6B 88% 3.1M/s ] 203G tiles: [ 201M 364k/s ] 68G
cpus: 22.2 gc: 7% heap: 9.4G/21G direct: 18M postGC: 7.9G
read(19% 20%) -> merge(25%) -> (0/1.1k) -> encode(63% 64% 61% 61% 63% 65% 63% 60% 65% 64% 61% 62% 64% 64% 62% 64% 61% 62% 63% 62% 63% 62% 65% 62% 59% 62% 62% 62% 64% 63%) -> (1k/1k) -> write(93%)
last tile: 14/10383/673 (z14 63%) https://www.openstreetmap.org/#map=14/83.59658/48.14209
1:24:46 INF [mbtiles] - features: [ 2.6B 89% 2M/s ] 203G tiles: [ 205M 424k/s ] 68G
cpus: 15.1 gc: 4% heap: 6.6G/21G direct: 18M postGC: 5.6G
read(13% 12%) -> merge(18%) -> (0/1.1k) -> encode(38% 41% 42% 43% 41% 40% 43% 42% 43% 42% 40% 43% 40% 39% 43% 37% 41% 41% 41% 43% 40% 42% 42% 43% 42% 41% 41% 40% 42% 43%) -> (1k/1k) -> write(95%)
last tile: 14/10775/9270 (z14 65%) https://www.openstreetmap.org/#map=14/-23.03930/56.75537
1:24:56 INF [mbtiles] - features: [ 2.6B 90% 1.3M/s ] 203G tiles: [ 210M 462k/s ] 69G
cpus: 9.9 gc: 3% heap: 10G/21G direct: 18M postGC: 7.9G
read( 9% 7%) -> merge(12%) -> (0/1.1k) -> encode(24% 25% 29% 27% 26% 29% 24% 28% 24% 31% 25% 26% 28% 26% 26% 30% 27% 29% 26% 27% 24% 25% 29% 27% 29% 27% 24% 25% 27% 25%) -> (1k/1k) -> write(97%)
last tile: 14/11200/1043 (z14 68%) https://www.openstreetmap.org/#map=14/82.62287/66.09375
1:25:06 INF [mbtiles] - features: [ 2.6B 90% 1.9M/s ] 203G tiles: [ 214M 429k/s ] 70G
cpus: 15.7 gc: 5% heap: 3.7G/21G direct: 18M postGC: 3.6G
read(13% 11%) -> merge(17%) -> (0/1.1k) -> encode(46% 42% 45% 44% 41% 41% 43% 41% 46% 47% 40% 43% 45% 39% 41% 39% 45% 44% 41% 41% 46% 45% 44% 40% 41% 38% 44% 45% 43% 41%) -> (1k/1k) -> write(94%)
last tile: 14/11588/7413 (z14 70%) https://www.openstreetmap.org/#map=14/16.86763/74.61914
1:25:16 INF [mbtiles] - features: [ 2.6B 91% 3.1M/s ] 203G tiles: [ 218M 386k/s ] 71G
cpus: 19.6 gc: 6% heap: 11G/21G direct: 18M postGC: 8.8G
read(19% 16%) -> merge(24%) -> (0/1.1k) -> encode(53% 58% 60% 55% 53% 57% 54% 54% 54% 57% 54% 57% 53% 57% 56% 57% 54% 58% 52% 57% 51% 55% 56% 52% 58% 58% 58% 56% 54% 57%) -> (1k/1k) -> write(94%)
last tile: 14/11952/5207 (z14 72%) https://www.openstreetmap.org/#map=14/54.68653/82.61719
1:25:17 WAR [mbtiles:encode] - {x=12074 y=6878 z=14} 992kb uncompressed
1:25:24 WAR [mbtiles:encode] - {x=12306 y=7080 z=14} 999kb uncompressed
1:25:25 WAR [mbtiles:encode] - {x=12385 y=7204 z=14} 1048kb uncompressed
1:25:25 WAR [mbtiles:encode] - {x=12386 y=7204 z=14} 1436kb uncompressed
1:25:26 INF [mbtiles] - features: [ 2.7B 92% 2.9M/s ] 203G tiles: [ 222M 412k/s ] 72G
cpus: 16.6 gc: 6% heap: 4.8G/21G direct: 18M postGC: 4.7G
read(17% 15%) -> merge(23%) -> (0/1.1k) -> encode(43% 44% 48% 44% 44% 44% 47% 43% 46% 44% 45% 44% 42% 44% 47% 44% 49% 48% 49% 45% 44% 44% 44% 44% 51% 44% 44% 46% 46% 44%) -> (1k/1k) -> write(94%)
last tile: 14/12359/1133 (z14 75%) https://www.openstreetmap.org/#map=14/82.36456/91.56006
1:25:36 INF [mbtiles] - features: [ 2.7B 93% 2.3M/s ] 203G tiles: [ 226M 419k/s ] 72G
cpus: 17 gc: 5% heap: 3.8G/21G direct: 18M postGC: 3.8G
read(13% 15%) -> merge(19%) -> (0/1.1k) -> encode(49% 46% 47% 47% 46% 47% 47% 48% 48% 49% 43% 44% 45% 48% 48% 46% 50% 47% 47% 48% 47% 47% 48% 51% 45% 49% 48% 47% 46% 49%) -> (1k/1k) -> write(95%)
last tile: 14/12817/1393 (z14 78%) https://www.openstreetmap.org/#map=14/81.56675/101.62354
1:25:41 WAR [mbtiles:encode] - {x=13052 y=8472 z=14} 1267kb uncompressed
1:25:41 WAR [mbtiles:encode] - {x=13053 y=8472 z=14} 989kb uncompressed
1:25:41 WAR [mbtiles:encode] - {x=13055 y=8478 z=14} 1011kb uncompressed
1:25:41 WAR [mbtiles:encode] - {x=13055 y=8475 z=14} 983kb uncompressed
1:25:41 WAR [mbtiles:encode] - {x=13055 y=8474 z=14} 1048kb uncompressed
1:25:41 WAR [mbtiles:encode] - {x=13055 y=8473 z=14} 1116kb uncompressed
1:25:41 WAR [mbtiles:encode] - {x=13057 y=8471 z=14} 1023kb uncompressed
1:25:41 WAR [mbtiles:encode] - {x=13058 y=8475 z=14} 1047kb uncompressed
1:25:42 WAR [mbtiles:encode] - {x=13088 y=8508 z=14} 1144kb uncompressed
1:25:46 INF [mbtiles] - features: [ 2.7B 94% 4.2M/s ] 203G tiles: [ 230M 361k/s ] 73G
cpus: 23.7 gc: 7% heap: 6G/21G direct: 18M postGC: 4.6G
read(22% 23%) -> merge(31%) -> (1/1.1k) -> encode(68% 67% 66% 69% 67% 68% 67% 68% 67% 68% 65% 68% 65% 66% 66% 69% 67% 70% 67% 68% 68% 68% 66% 68% 68% 67% 67% 67% 66% 66%) -> (1k/1k) -> write(92%)
last tile: 14/13209/7226 (z14 80%) https://www.openstreetmap.org/#map=14/20.75611/110.23682
1:25:48 WAR [mbtiles:encode] - {x=13322 y=8523 z=14} 1141kb uncompressed
1:25:48 WAR [mbtiles:encode] - {x=13323 y=8522 z=14} 1042kb uncompressed
1:25:48 WAR [mbtiles:encode] - {x=13324 y=8522 z=14} 978kb uncompressed
1:25:56 INF [mbtiles] - features: [ 2.8B 96% 3.4M/s ] 203G tiles: [ 234M 367k/s ] 75G
cpus: 22.9 gc: 7% heap: 12G/21G direct: 18M postGC: 10G
read(19% 23%) -> merge(27%) -> (0/1.1k) -> encode(68% 68% 64% 67% 68% 63% 65% 64% 64% 67% 64% 66% 63% 65% 66% 65% 65% 64% 69% 68% 67% 66% 66% 65% 63% 67% 67% 66% 68% 66%) -> (1k/1k) -> write(93%)
last tile: 14/13586/6413 (z14 82%) https://www.openstreetmap.org/#map=14/36.36822/118.52051
1:25:58 WAR [mbtiles:encode] - {x=13682 y=7058 z=14} 1162kb uncompressed
1:25:58 WAR [mbtiles:encode] - {x=13682 y=7057 z=14} 1232kb uncompressed
1:25:58 WAR [mbtiles:encode] - {x=13683 y=7060 z=14} 981kb uncompressed
1:25:58 WAR [mbtiles:encode] - {x=13683 y=7057 z=14} 1057kb uncompressed
1:25:58 WAR [mbtiles:encode] - {x=13683 y=7059 z=14} 1408kb uncompressed
1:25:58 WAR [mbtiles:encode] - {x=13683 y=7058 z=14} 1662kb uncompressed
1:25:58 WAR [mbtiles:encode] - {x=13684 y=7059 z=14} 1351kb uncompressed
1:25:58 WAR [mbtiles:encode] - {x=13684 y=7057 z=14} 1490kb uncompressed
1:25:58 WAR [mbtiles:encode] - {x=13684 y=7058 z=14} 1689kb uncompressed
1:25:59 WAR [mbtiles:encode] - {x=13702 y=7515 z=14} 1210kb uncompressed
1:25:59 WAR [mbtiles:encode] - {x=13703 y=7515 z=14} 1018kb uncompressed
1:26:06 INF [mbtiles] - features: [ 2.8B 97% 3.4M/s ] 203G tiles: [ 237M 377k/s ] 76G
cpus: 21 gc: 6% heap: 10G/21G direct: 18M postGC: 6.6G
read(21% 21%) -> merge(28%) -> (0/1.1k) -> encode(60% 57% 57% 59% 62% 56% 56% 58% 60% 61% 60% 59% 60% 61% 61% 62% 57% 59% 62% 59% 56% 61% 58% 58% 57% 59% 58% 60% 58% 60%) -> (1k/1k) -> write(91%)
last tile: 14/13969/6675 (z14 85%) https://www.openstreetmap.org/#map=14/31.59725/126.93604
1:26:14 WAR [mbtiles:encode] - {x=14369 y=6489 z=14} 1003kb uncompressed
1:26:14 WAR [mbtiles:encode] - {x=14369 y=6488 z=14} 1188kb uncompressed
1:26:14 WAR [mbtiles:encode] - {x=14370 y=6487 z=14} 995kb uncompressed
1:26:14 WAR [mbtiles:encode] - {x=14370 y=6489 z=14} 1184kb uncompressed
1:26:16 INF [mbtiles] - features: [ 2.8B 98% 2.5M/s ] 203G tiles: [ 242M 427k/s ] 76G
cpus: 16.6 gc: 6% heap: 12G/21G direct: 18M postGC: 10G
read(14% 16%) -> merge(21%) -> (0/1.1k) -> encode(42% 44% 44% 47% 46% 49% 47% 46% 46% 44% 48% 45% 47% 46% 43% 49% 45% 47% 46% 47% 44% 50% 45% 46% 47% 48% 47% 45% 49% 45%) -> (1k/1k) -> write(94%)
last tile: 14/14387/767 (z14 87%) https://www.openstreetmap.org/#map=14/83.36205/136.12061
1:26:20 WAR [mbtiles:encode] - {x=14552 y=6449 z=14} 977kb uncompressed
1:26:20 WAR [mbtiles:encode] - {x=14552 y=6450 z=14} 1000kb uncompressed
1:26:20 WAR [mbtiles:encode] - {x=14553 y=6450 z=14} 1395kb uncompressed
1:26:26 INF [mbtiles] - features: [ 2.9B 99% 3.1M/s ] 203G tiles: [ 246M 387k/s ] 77G
cpus: 20.5 gc: 6% heap: 5.8G/21G direct: 18M postGC: 5.2G
read(19% 23%) -> merge(27%) -> (0/1.1k) -> encode(56% 59% 59% 59% 54% 60% 55% 59% 57% 58% 56% 57% 57% 60% 57% 55% 56% 54% 58% 54% 59% 57% 59% 59% 57% 59% 57% 57% 58% 56%) -> (1k/1k) -> write(91%)
last tile: 14/14755/2015 (z14 90%) https://www.openstreetmap.org/#map=14/79.30672/144.20654
1:26:36 INF [mbtiles] - features: [ 2.9B 99% 1.2M/s ] 203G tiles: [ 250M 471k/s ] 78G
cpus: 9.4 gc: 3% heap: 8.2G/21G direct: 18M postGC: 6.6G
read( 6% 6%) -> merge(12%) -> (0/1.1k) -> encode(24% 26% 23% 24% 26% 25% 28% 24% 25% 29% 25% 28% 30% 26% 22% 24% 25% 27% 20% 27% 23% 28% 24% 29% 24% 25% 21% 25% 21% 29%) -> (1k/1k) -> write(97%)
last tile: 14/15168/9230 (z14 92%) https://www.openstreetmap.org/#map=14/-22.22809/153.28125
1:26:46 INF [mbtiles] - features: [ 2.9B 99% 639k/s ] 203G tiles: [ 256M 524k/s ] 78G
cpus: 3.7 gc: 1% heap: 9.9G/21G direct: 18M postGC: 7G
read( 4% 1%) -> merge( 7%) -> (0/1.1k) -> encode( 9% 8% 9% 9% 8% 7% 7% 8% 9% 9% 9% 8% 7% 9% 9% 7% 8% 8% 8% 7% 8% 7% 9% 8% 9% 8% 9% 8% 7% 6%) -> (1k/1k) -> write(99%)
last tile: 14/15597/10123 (z14 95%) https://www.openstreetmap.org/#map=14/-39.01065/162.70752
1:26:56 INF [mbtiles] - features: [ 2.9B 100% 728k/s ] 203G tiles: [ 261M 530k/s ] 78G
cpus: 3.9 gc: 1% heap: 10G/21G direct: 18M postGC: 7.8G
read( 5% -%) -> merge( 8%) -> (0/1.1k) -> encode( 6% 8% 9% 8% 8% 8% 9% 8% 7% 7% 8% 8% 6% 7% 8% 7% 7% 8% 10% 10% 9% 7% 9% 7% 9% 9% 8% 10% 8% 9%) -> (1k/1k) -> write(99%)
last tile: 14/15968/2051 (z14 97%) https://www.openstreetmap.org/#map=14/79.15894/170.85938
1:27:06 INF [mbtiles] - features: [ 2.9B 100% 1.1M/s ] 203G tiles: [ 266M 526k/s ] 79G
cpus: 5.4 gc: 1% heap: 11G/21G direct: 18M postGC: 8.2G
read( -% -%) -> merge( -%) -> (0/1.1k) -> encode(15% -% 14% 13% 13% 13% 14% 14% 11% 13% 14% 13% 12% 14% 14% 13% 16% 13% 14% 14% 13% 12% 12% 13% 13% 14% -% -18,910% 13% 14%) -> (1k/1k) -> write(99%)
last tile: 14/16315/1503 (z14 99%) https://www.openstreetmap.org/#map=14/81.20478/178.48389
1:27:08 DEB [mbtiles:write] - Shallow tiles written: 267,686,288
1:27:08 DEB [mbtiles:write] - Tile data written: 38,597,568 (86% omitted)
1:27:08 DEB [mbtiles:write] - Unique tile hashes: 717,694
1:27:08 INF [mbtiles:write] - Finished z14 in 8m37s cpu:2h37m20s gc:27s avg:18.2
1:27:08 INF [mbtiles] - features: [ 2.9B 100% 7.4k/s ] 203G tiles: [ 267M 553k/s ] 79G
cpus: 1.3 gc: 0% heap: 11G/21G direct: 18M postGC: 8.2G
read( -% -%) -> merge( -%) -> (0/1.1k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1k) -> write( -%)
last tile: 14/16383/0 (z14 100%) https://www.openstreetmap.org/#map=14/85.05113/179.97803
1:27:08 DEB [mbtiles] - Tile stats:
1:27:08 DEB [mbtiles] - z0 avg:67k max:67k
1:27:08 DEB [mbtiles] - z1 avg:157k max:179k
1:27:08 DEB [mbtiles] - z2 avg:299k max:539k
1:27:08 DEB [mbtiles] - z3 avg:104k max:501k
1:27:08 DEB [mbtiles] - z4 avg:42k max:507k
1:27:08 DEB [mbtiles] - z5 avg:23k max:530k
1:27:08 DEB [mbtiles] - z6 avg:12k max:340k
1:27:08 DEB [mbtiles] - z7 avg:13k max:698k
1:27:08 DEB [mbtiles] - z8 avg:8.1k max:565k
1:27:08 DEB [mbtiles] - z9 avg:5.7k max:459k
1:27:08 DEB [mbtiles] - z10 avg:2.6k max:318k
1:27:08 DEB [mbtiles] - z11 avg:1.2k max:181k
1:27:08 DEB [mbtiles] - z12 avg:731 max:209k
1:27:08 DEB [mbtiles] - z13 avg:398 max:266k
1:27:08 DEB [mbtiles] - z14 avg:361 max:1.8M
1:27:08 DEB [mbtiles] - all avg:412 max:0
1:27:08 DEB [mbtiles] - # features: 2,946,995,876
1:27:08 DEB [mbtiles] - # tiles: 267,686,288
1:27:08 INF [mbtiles] - Finished in 38m16s cpu:17h4m46s gc:2m10s avg:26.8
1:27:08 INF [mbtiles] - read 2x(8% 3m3s sys:38s wait:32m37s done:11s)
1:27:08 INF [mbtiles] - merge 1x(10% 3m50s sys:5s wait:32m33s done:2s)
1:27:08 INF [mbtiles] - encode 30x(83% 31m36s sys:3s wait:4m17s done:2s)
1:27:08 INF [mbtiles] - write 1x(27% 10m29s sys:1m4s wait:26m22s)
1:27:08 INF - Finished in 1h27m9s cpu:37h55m52s gc:4m38s avg:26.1
1:27:08 INF - FINISHED!
1:27:08 INF -
1:27:08 INF - ----------------------------------------
1:27:08 INF - overall 1h27m9s cpu:37h55m52s gc:4m38s avg:26.1
1:27:08 INF - lake_centerlines 2s cpu:5s avg:2.5
1:27:08 INF - read 1x(87% 2s)
1:27:08 INF - process 31x(2% 0s wait:2s)
1:27:08 INF - write 1x(0% 0s wait:2s)
1:27:08 INF - water_polygons 48s cpu:17m37s gc:2s avg:21.9
1:27:08 INF - read 1x(30% 15s wait:29s done:3s)
1:27:08 INF - process 31x(64% 31s wait:15s)
1:27:08 INF - write 1x(53% 26s sys:7s wait:22s)
1:27:08 INF - natural_earth 11s cpu:27s avg:2.5
1:27:08 INF - read 1x(94% 10s sys:2s)
1:27:08 INF - process 31x(3% 0.3s wait:10s)
1:27:08 INF - write 1x(0% 0s wait:11s)
1:27:08 INF - osm_pass1 2m52s cpu:1h14m36s gc:20s avg:26.1
1:27:08 INF - read 1x(20% 34s sys:27s wait:1m8s done:3s)
1:27:08 INF - process 31x(74% 2m6s sys:5s block:9s wait:7s)
1:27:08 INF - osm_pass2 39m5s cpu:17h59m55s gc:1m44s avg:27.6
1:27:08 INF - read 1x(2% 37s sys:31s wait:37m26s done:36s)
1:27:08 INF - process 31x(84% 32m44s sys:34s block:6s wait:13s)
1:27:08 INF - write 1x(33% 12m49s sys:2m21s wait:25m43s)
1:27:08 INF - boundaries 19s cpu:22s avg:1.2
1:27:08 INF - sort 5m20s cpu:1h17m44s gc:22s avg:14.6
1:27:08 INF - worker 5x(43% 2m17s sys:31s wait:52s done:1s)
1:27:08 INF - mbtiles 38m16s cpu:17h4m46s gc:2m10s avg:26.8
1:27:08 INF - read 2x(8% 3m3s sys:38s wait:32m37s done:11s)
1:27:08 INF - merge 1x(10% 3m50s sys:5s wait:32m33s done:2s)
1:27:08 INF - encode 30x(83% 31m36s sys:3s wait:4m17s done:2s)
1:27:08 INF - write 1x(27% 10m29s sys:1m4s wait:26m22s)
1:27:08 INF - ----------------------------------------
1:27:08 INF - features 203GB
1:27:08 INF - mbtiles 79GB