Skip to content

Instantly share code, notes, and snippets.

@wipfli
Last active October 4, 2025 18:24
Show Gist options
  • Save wipfli/17e735c79461cf12019d14ac4ed32b67 to your computer and use it in GitHub Desktop.
Save wipfli/17e735c79461cf12019d14ac4ed32b67 to your computer and use it in GitHub Desktop.
Planetiler performance tests

Some performance tests with my new computer. Running Planetiler Protomaps basemap on the OSM planet (79 GB).

Hardware:

Screenshot_20250118_222804

OS:

hophop:~$ uname -a
Linux hophop 6.8.0-52-generic #53-Ubuntu SMP PREEMPT_DYNAMIC Sat Jan 11 00:06:25 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Java:

hophop:~$ java --version                                                   
openjdk 21.0.6 2025-01-21
OpenJDK Runtime Environment (build 21.0.6+7-Ubuntu-124.04.1)
OpenJDK 64-Bit Server VM (build 21.0.6+7-Ubuntu-124.04.1, mixed mode, sharing)

Runs

Run 1

Full RAM: 4x 32 GB total 128 GB. Bios says Ram frequency is 3600 MHz.

java -Xmx24g \
  -jar target/*-with-deps.jar \
  --download --bounds=planet \
  --osm-path=data/sources/planet-latest.osm.pbf \
  --output=planet.pmtiles --force \
  --nodemap-type=array --nodemap-storage=mmap 2>&1 | tee logs.txt

See logs-run-1.txt for full log. Total time: 2h17min

Run 2

Only using 2 Ram bars, 2x 32 GB in DIMMA2 and DIMMAB2. Bios says Ram frequency is 4800 MHz.

java -Xmx24g \
  -jar target/*-with-deps.jar \
  --download --bounds=planet \
  --osm-path=data/sources/planet-latest.osm.pbf \
  --output=planet.pmtiles --force \
  --nodemap-type=array --nodemap-storage=mmap 2>&1 | tee logs.txt

See logs-run-2.txt for full log. Total time: 1h53min

Run 3

Only using 2 Ram bars, 2x 32 GB in DIMMA2 and DIMMAB2. Overclock in bios to 6000 MHz

java -Xmx24g \
  -jar target/*-with-deps.jar \
  --download --bounds=planet \
  --osm-path=data/sources/planet-latest.osm.pbf \
  --output=planet.pmtiles --force \
  --nodemap-type=array --nodemap-storage=mmap 2>&1 | tee logs.txt

See logs-run-3.txt for full log. Total time: 1h34min

0:00:00 DEB - argument: config=null (path to config file)
0:00:00 DEB - argument: area=monaco (geofabrik area to download)
0:00:00 INF - argument: stats=use in-memory stats
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: polygon=null (a .poly file that limits output to tiles intersecting the shape)
0:00:00 DEB - argument: minzoom=0 (minimum zoom level)
0:00:00 DEB - argument: maxzoom=15 (maximum zoom level up to 15)
0:00:00 DEB - argument: render_maxzoom=15 (maximum rendering zoom level up to 15)
0:00:00 DEB - argument: tmpdir=data/tmp (temp directory)
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: tile_write_threads=1 (number of threads used to write tiles - only supported by [files, csv, tsv, proto, pbf, json])
0:00:00 DEB - argument: loginterval=10 seconds (time between logs)
0:00:00 DEB - argument: force=true (overwriting output file and ignore disk/RAM warnings)
0:00:00 DEB - argument: append=false (append to the output file - only supported by [files, csv, tsv, proto, pbf, json])
0:00:00 DEB - argument: compress_temp=false (compress 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: http_retry_wait=5 seconds (How long to wait before retrying HTTP request)
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: download_max_bandwidth= (Maximum bandwidth to consume when downloading files in units mb/s, mbps, kbps, etc.)
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=true (Read OSM blocks from disk in worker threads)
0:00:00 DEB - argument: skip_filled_tiles=false (Skip writing tiles containing only polygon fills to the output)
0:00:00 DEB - argument: tile_warning_size_mb=1.0 (Maximum size in megabytes of a tile to emit a warning about)
0:00:00 DEB - argument: color=null (Color the terminal output)
0:00:00 DEB - argument: keep_unzipped=false (keep unzipped sources by default after reading)
0:00:00 DEB - argument: tile_compression=gzip (the tile compression, one of [none, gzip])
0:00:00 DEB - argument: output_layerstats=false (output a tsv.gz file for each tile/layer size)
0:00:00 DEB - argument: debug_url=https://onthegomap.github.io/planetiler-demo/#{z}/{lat}/{lon} (debug url to use for displaying tiles with {z} {lat} {lon} placeholders)
0:00:00 DEB - argument: tile_weights=data/tile_weights.tsv.gz (tsv.gz file with columns z,x,y,loads to generate weighted average tile size stat)
0:00:00 DEB - argument: max_point_buffer=Infinity (Additional global limit for the max tile pixels to include points outside tile bounds of all layers. Set to a lower value to reduce tile size for clients that handle label collisions across tiles (most web and native clients). NOTE: Do not reduce if you need to support raster tile rendering)
0:00:00 DEB - argument: log_jts_exceptions=false (Emit verbose details to debug JTS geometry errors)
0:00:00 DEB - argument: feature_source_id_multiplier=10 (Set vector tile feature IDs to (featureId * thisValue) + sourceId where sourceId is 1 for OSM nodes, 2 for ways, 3 for relations, and 0 for other sources. Set to false to disable.)
0:00:00 DEB - argument: only_download=false (download source data then exit)
0:00:00 DEB - argument: tests=null (run test cases in a yaml then quit)
0:00:00 DEB - argument: download=true (download sources)
0:00:00 DEB - argument: refresh_sources=false (download new version of source files if they have changed)
0:00:00 DEB - argument: download_osm_tile_weights=true (download OSM tile weights file)
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: ne_path=data/sources/natural_earth_vector.sqlite.zip (ne sqlite db path)
0:00:00 DEB - argument: refresh_ne=false (Download new version of ne if changed)
0:00:00 DEB - argument: free_ne_after_read=false (delete ne input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: ne_url=https://naciscdn.org/naturalearth/packages/natural_earth_vector.sqlite.zip (ne sqlite db url)
0:00:00 DEB - argument: ne_keep_unzipped=false (keep unzipped ne after reading)
0:00:00 DEB - argument: osm_path=data/sources/planet-latest.osm.pbf (osm OSM input file path)
0:00:00 DEB - argument: refresh_osm=false (Download new version of osm if changed)
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=geofabrik:monaco (osm OSM input file url)
0:00:00 DEB - argument: osm_water_path=data/sources/water-polygons-split-3857.zip (osm_water shapefile path)
0:00:00 DEB - argument: refresh_osm_water=false (Download new version of osm_water if changed)
0:00:00 DEB - argument: free_osm_water_after_read=false (delete osm_water input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: osm_water_url=https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip (osm_water shapefile url)
0:00:00 DEB - argument: osm_land_path=data/sources/land-polygons-split-3857.zip (osm_land shapefile path)
0:00:00 DEB - argument: refresh_osm_land=false (Download new version of osm_land if changed)
0:00:00 DEB - argument: free_osm_land_after_read=false (delete osm_land input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: osm_land_url=https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip (osm_land shapefile url)
0:00:00 DEB - argument: landcover_path=data/sources/daylight-landcover.gpkg (landcover geopackage path)
0:00:00 DEB - argument: refresh_landcover=false (Download new version of landcover if changed)
0:00:00 DEB - argument: free_landcover_after_read=false (delete landcover input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: landcover_url=https://r2-public.protomaps.com/datasets/daylight-landcover.gpkg (landcover geopackage url)
0:00:00 DEB - argument: landcover_keep_unzipped=false (keep unzipped landcover after reading)
0:00:00 INF [download:ne] - Skipping ne: data/sources/natural_earth_vector.sqlite.zip already up-to-date
0:00:00 INF [download:pgf-encoding] - Skipping pgf-encoding: data/sources/pgf-encoding.zip already up-to-date
0:00:00 INF - ne: [ 0 0% 0/s ] pgf-encoding: [ 0 0% 0/s ] cpus: 0 gc: 0% heap: 29M/25G direct: 25k postGC: 46M
0:00:00 DEB - argument: clip= (File path to GeoJSON Polygon or MultiPolygon geometry to clip tileset.)
0:00:00 DEB - argument: output=planet.pmtiles (output tile archive URI)
0:00:00 DEB - argument: version=false (show version then exit)
0:00:00 INF - Planetiler build git hash: 9fd863509e9016b167ccf089c49f6ac4fd911b8f
0:00:00 INF - Planetiler build version: 0.8.4-SNAPSHOT
0:00:00 INF - Planetiler build timestamp: 2025-01-27T11:11:34.073Z
0:00:00 DEB - argument: help=false (show arguments then exit)
0:00:00 DEB - argument: layer_stats=/home/oliver/basemaps/tiles/planet.pmtiles.layerstats.tsv.gz (layer stats output path)
0:00:00 INF - Building Basemap profile into file:///home/oliver/basemaps/tiles/planet.pmtiles in these phases:
0:00:00 INF - ne: 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 - osm_water: Process features in data/sources/water-polygons-split-3857.zip
0:00:00 INF - osm_land: Process features in data/sources/land-polygons-split-3857.zip
0:00:00 INF - landcover: Process features in data/sources/daylight-landcover.gpkg
0:00:00 INF - sort: Sort rendered features by tile ID
0:00:00 INF - archive: Encode each tile and write to TileArchiveConfig[format=PMTILES, scheme=FILE, uri=file:///home/oliver/basemaps/tiles/planet.pmtiles, options={}]
0:00:06 DEB - ✓ 109G storage on / (/dev/mapper/ubuntu--vg-ubuntu--lv) requested for read phase disk, 3.8T available
0:00:06 DEB - - 96G used for temporary node location cache
0:00:06 DEB - - 13G used for temporary multipolygon geometry cache
0:00:06 DEB - ✓ 109G storage on / (/dev/mapper/ubuntu--vg-ubuntu--lv) requested for read phase, 3.8T available
0:00:06 DEB - - 96G used for array node location cache (switch to sparsearray to reduce size)
0:00:06 DEB - - 13G used for multipolygon way geometries
0:00:06 WAR - Planetiler will use ~109G memory-mapped files for node locations and multipolygon geometries but the OS only
has 108G 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:06 DEB - argument: archive_name=Protomaps Basemap ('name' attribute for tileset metadata)
0:00:06 DEB - argument: archive_description=Basemap layers derived from OpenStreetMap and Natural Earth ('description' attribute for tileset metadata)
0:00:06 DEB - argument: archive_attribution=<a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap</a> ('attribution' attribute for tileset metadata)
0:00:06 DEB - argument: archive_version=4.2.0 ('version' attribute for tileset metadata)
0:00:06 DEB - argument: archive_type=baselayer ('type' attribute for tileset metadata)
0:00:06 DEB - argument: archive_format=pbf ('format' attribute for tileset metadata)
0:00:06 INF - Using merge sort feature map, chunk size=2000mb max workers=32
0:00:06 INF [ne] -
0:00:06 INF [ne] - Starting...
0:00:06 INF [ne] - unzipping /home/oliver/basemaps/tiles/data/sources/natural_earth_vector.sqlite.zip to data/tmp/%2Fpackages%2Fnatural_earth_vector.sqlite
0:00:09 INF [ne] - unzipping /home/oliver/basemaps/tiles/data/sources/natural_earth_vector.sqlite.zip to data/tmp/%2Fpackages%2Fnatural_earth_vector.sqlite
0:00:16 INF [ne] - read: [ 349k 100% 49k/s ] write: [ 26k 3.7k/s ] 7.8M
cpus: 4.7 gc: 1% heap: 312M/25G direct: 33k postGC: 143M
-> (0/4) -> read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
0:00:16 INF [ne] - Finished in 10s cpu:36s avg:3.7
0:00:16 INF [ne] - read 2x(31% 3s done:7s)
0:00:16 INF [ne] - process 31x(6% 0.6s wait:6s done:3s)
0:00:16 INF [ne] - write 1x(0% 0s wait:7s done:3s)
0:00:16 INF [osm_pass1] -
0:00:16 INF [osm_pass1] - Starting...
0:00:26 INF [osm_pass1] - nodes: [ 329M 32M/s ] 3.3G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 1.4k 147/s ]
cpus: 26.6 gc: 13% heap: 1.8G/25G direct: 805M postGC: 1.7G hppc: 752
read( 3%) -> (63/94) -> process(73% 73% 73% 84% 74% 73% 76% 75% 73% 74% 73% 72% 74% 74% 74% 73% 73% 73% 73% 75% 73% 73% 73% 76% 74% 75% 74% 73% 73% 73% 75%)
0:00:36 INF [osm_pass1] - nodes: [ 743M 41M/s ] 6G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 3.3k 180/s ]
cpus: 29.4 gc: 6% heap: 5.1G/25G direct: 939M postGC: 4.2G hppc: 752
read( 4%) -> (63/94) -> process(89% 89% 88% 96% 88% 88% 90% 88% 88% 89% 87% 89% 86% 89% 87% 88% 89% 88% 88% 88% 87% 87% 88% 87% 87% 87% 88% 88% 88% 88% 89%)
0:00:46 INF [osm_pass1] - nodes: [ 1.1B 39M/s ] 8.7G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 5k 169/s ]
cpus: 29.1 gc: 6% heap: 6.1G/25G direct: 939M postGC: 6G hppc: 752
read( 4%) -> (63/94) -> process(86% 85% 86% 99% 85% 84% 86% 86% 85% 84% 86% 86% 85% 86% 87% 86% 85% 86% 86% 86% 86% 85% 87% 85% 85% 85% 85% 86% 86% 85% 86%)
0:00:56 INF [osm_pass1] - nodes: [ 1.5B 40M/s ] 12G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 6.5k 157/s ]
cpus: 25.3 gc: 6% heap: 10G/25G direct: 939M postGC: 7.4G hppc: 752
read( 2%) -> (63/94) -> process(77% 72% 70% 97% 68% 76% 76% 77% 69% 79% 75% 73% 77% 74% 70% 76% 65% 68% 75% 77% 68% 78% 78% 72% 77% 71% 74% 72% 65% 79% 74%)
0:01:06 INF [osm_pass1] - nodes: [ 1.9B 41M/s ] 16G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 8.1k 154/s ]
cpus: 25.6 gc: 5% heap: 9.5G/25G direct: 939M postGC: 7.7G hppc: 752
read( 2%) -> (63/94) -> process(76% 78% 75% 97% 73% 78% 80% 82% 66% 75% 78% 77% 74% 65% 76% 71% 71% 64% 77% 80% 72% 80% 77% 80% 78% 70% 72% 67% 72% 80% 79%)
0:01:16 INF [osm_pass1] - nodes: [ 2.3B 41M/s ] 21G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 9.5k 135/s ]
cpus: 25.2 gc: 5% heap: 9.1G/25G direct: 939M postGC: 7.4G hppc: 752
read( 2%) -> (63/94) -> process(76% 77% 74% 98% 71% 71% 77% 72% 74% 73% 78% 76% 74% 69% 68% 72% 73% 69% 73% 75% 70% 74% 68% 71% 70% 70% 78% 74% 71% 72% 77%)
0:01:26 INF [osm_pass1] - nodes: [ 2.8B 43M/s ] 25G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 10k 133/s ]
cpus: 25.4 gc: 6% heap: 6.4G/25G direct: 939M postGC: 6G hppc: 752
read( 2%) -> (63/94) -> process(76% 75% 70% 99% 70% 73% 75% 75% 73% 72% 81% 76% 74% 67% 70% 77% 74% 71% 74% 73% 72% 74% 74% 75% 70% 69% 71% 69% 70% 74% 77%)
0:01:36 INF [osm_pass1] - nodes: [ 3.2B 43M/s ] 30G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 12k 129/s ]
cpus: 24.7 gc: 5% heap: 6.6G/25G direct: 939M postGC: 6G hppc: 752
read( 2%) -> (63/94) -> process(74% 71% 67% 97% 72% 77% 75% 75% 71% 70% 76% 73% 69% 70% 74% 70% 66% 68% 75% 74% 69% 73% 67% 67% 75% 70% 69% 70% 72% 70% 75%)
0:01:46 INF [osm_pass1] - nodes: [ 3.7B 44M/s ] 34G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 13k 127/s ]
cpus: 25.2 gc: 5% heap: 8.7G/25G direct: 939M postGC: 7.3G hppc: 752
read( 2%) -> (63/94) -> process(75% 73% 77% 98% 71% 76% 73% 79% 73% 69% 72% 74% 71% 72% 69% 73% 71% 74% 72% 75% 73% 73% 73% 69% 72% 70% 74% 73% 70% 73% 80%)
0:01:56 INF [osm_pass1] - nodes: [ 4.1B 43M/s ] 39G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 14k 125/s ]
cpus: 24.3 gc: 5% heap: 8.8G/25G direct: 939M postGC: 7.6G hppc: 752
read( 2%) -> (63/94) -> process(71% 72% 72% 97% 71% 74% 73% 74% 70% 72% 73% 69% 71% 66% 69% 67% 68% 68% 70% 71% 68% 73% 69% 68% 68% 66% 69% 69% 70% 73% 75%)
0:02:06 INF [osm_pass1] - nodes: [ 4.5B 45M/s ] 43G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 16k 130/s ]
cpus: 25.1 gc: 5% heap: 9.8G/25G direct: 939M postGC: 7.2G hppc: 752
read( 2%) -> (63/94) -> process(74% 77% 71% 97% 78% 81% 67% 78% 74% 78% 76% 77% 73% 68% 69% 69% 68% 68% 74% 73% 69% 71% 70% 67% 70% 71% 70% 71% 72% 69% 81%)
0:02:16 INF [osm_pass1] - nodes: [ 5B 44M/s ] 48G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 17k 126/s ]
cpus: 24.7 gc: 5% heap: 7.9G/25G direct: 939M postGC: 7.2G hppc: 752
read( 2%) -> (63/94) -> process(74% 71% 72% 97% 72% 73% 73% 75% 69% 69% 75% 75% 68% 68% 71% 71% 71% 71% 70% 71% 77% 76% 68% 72% 71% 69% 71% 71% 67% 69% 79%)
0:02:26 INF [osm_pass1] - nodes: [ 5.4B 43M/s ] 52G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 18k 127/s ]
cpus: 24.7 gc: 5% heap: 6.1G/25G direct: 939M postGC: 6G hppc: 752
read( 2%) -> (63/94) -> process(73% 71% 70% 96% 72% 73% 73% 71% 71% 70% 69% 72% 69% 70% 72% 68% 73% 69% 73% 75% 70% 73% 71% 69% 73% 69% 72% 73% 71% 73% 78%)
0:02:36 INF [osm_pass1] - nodes: [ 5.9B 44M/s ] 57G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 19k 124/s ]
cpus: 25 gc: 5% heap: 8.6G/25G direct: 939M postGC: 7G hppc: 752
read( 2%) -> (63/94) -> process(78% 73% 74% 97% 74% 78% 75% 74% 72% 77% 75% 77% 72% 71% 73% 71% 73% 71% 72% 73% 71% 75% 70% 71% 73% 71% 71% 74% 72% 73% 78%)
0:02:47 INF [osm_pass1] - nodes: [ 6.3B 44M/s ] 62G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 21k 124/s ]
cpus: 25.1 gc: 5% heap: 8G/25G direct: 1G postGC: 7.3G hppc: 752
read( 2%) -> (63/94) -> process(74% 75% 74% 96% 71% 77% 73% 76% 72% 73% 74% 76% 72% 72% 73% 72% 71% 73% 73% 74% 68% 76% 73% 70% 68% 70% 70% 69% 70% 75% 77%)
0:02:57 INF [osm_pass1] - nodes: [ 6.8B 43M/s ] 66G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 22k 126/s ]
cpus: 24.5 gc: 5% heap: 6.5G/25G direct: 1G postGC: 6G hppc: 752
read( 2%) -> (63/94) -> process(71% 70% 65% 97% 68% 73% 78% 70% 69% 67% 72% 73% 69% 70% 65% 74% 75% 70% 76% 69% 69% 69% 71% 71% 69% 71% 67% 71% 69% 72% 75%)
0:03:07 INF [osm_pass1] - nodes: [ 7.2B 45M/s ] 70G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 23k 125/s ]
cpus: 24.9 gc: 5% heap: 6.1G/25G direct: 1G postGC: 6G hppc: 752
read( 2%) -> (62/94) -> process(79% 75% 73% 97% 71% 70% 72% 72% 74% 71% 76% 73% 69% 70% 70% 71% 69% 68% 71% 68% 70% 72% 78% 69% 69% 69% 73% 82% 71% 76% 78%)
0:03:17 INF [osm_pass1] - nodes: [ 7.7B 44M/s ] 74G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 24k 123/s ]
cpus: 24.7 gc: 5% heap: 10G/25G direct: 1G postGC: 7.4G hppc: 752
read( 2%) -> (63/94) -> process(69% 74% 69% 97% 71% 74% 77% 75% 72% 77% 71% 74% 73% 73% 71% 70% 72% 70% 72% 73% 68% 69% 70% 68% 77% 67% 67% 70% 69% 71% 78%)
0:03:27 INF [osm_pass1] - nodes: [ 8.1B 38M/s ] 80G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 25k 105/s ]
cpus: 21.1 gc: 6% heap: 7.9G/25G direct: 1G postGC: 7.2G hppc: 752
read( 2%) -> (63/94) -> process(63% 65% 61% 96% 62% 65% 61% 52% 54% 57% 61% 62% 59% 60% 58% 58% 60% 59% 62% 68% 62% 58% 60% 55% 58% 59% 58% 62% 58% 56% 66%)
0:03:37 INF [osm_pass1] - nodes: [ 8.5B 42M/s ] 84G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 27k 126/s ]
cpus: 25 gc: 6% heap: 10G/25G direct: 1G postGC: 7.8G hppc: 752
read( 3%) -> (63/94) -> process(75% 73% 69% 97% 75% 72% 75% 72% 74% 70% 75% 69% 71% 70% 72% 71% 69% 71% 75% 69% 70% 72% 72% 73% 73% 71% 75% 74% 71% 73% 77%)
0:03:47 INF [osm_pass1] - nodes: [ 8.9B 43M/s ] 88G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 28k 124/s ]
cpus: 23.8 gc: 5% heap: 8.5G/25G direct: 1G postGC: 7.4G hppc: 752
read( 2%) -> (60/94) -> process(74% 68% 68% 95% 71% 73% 71% 76% 66% 65% 74% 74% 67% 72% 64% 64% 66% 67% 70% 70% 66% 66% 72% 67% 72% 68% 72% 64% 66% 71% 75%)
0:03:57 INF [osm_pass1] - nodes: [ 9.3B 42M/s ] 92G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 29k 125/s ]
cpus: 23.8 gc: 5% heap: 6.1G/25G direct: 1G postGC: 6G hppc: 752
read( 3%) -> (63/94) -> process(71% 73% 72% 96% 72% 71% 77% 68% 67% 66% 71% 70% 68% 69% 66% 68% 70% 69% 72% 72% 67% 68% 69% 68% 70% 66% 69% 69% 65% 69% 67%)
0:04:07 INF [osm_pass1] - nodes: [ 9.6B 29M/s ] 100G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 30k 85/s ]
cpus: 17.2 gc: 3% heap: 7.5G/25G direct: 1G postGC: 6.5G hppc: 752
read( 2%) -> (63/94) -> process(52% 47% 49% 97% 50% 49% 52% 53% 48% 44% 50% 51% 46% 50% 46% 45% 49% 50% 50% 48% 51% 51% 47% 48% 47% 45% 51% 51% 47% 50% 53%)
0:04:07 INF [osm_pass1:process] - Finished nodes: 9,688,620,306 (41M/s) in 3m51s cpu:1h35m26s gc:13s avg:24.8
0:04:17 INF [osm_pass1] - nodes: [ 9.6B <1/s ] 100G ways: [ 76M 7.6M/s ] rels: [ 0 0/s ] blocks: [ 32k 155/s ]
cpus: 29.4 gc: 6% heap: 8.3G/25G direct: 1G postGC: 4.2G hppc: 752
read( 3%) -> (63/94) -> process(90% 91% 90% 93% 91% 91% 90% 90% 90% 90% 90% 90% 90% 91% 90% 90% 91% 90% 90% 90% 89% 91% 90% 90% 90% 90% 90% 90% 90% 89% 91%)
0:04:27 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 171M 9.4M/s ] rels: [ 0 0/s ] blocks: [ 33k 154/s ]
cpus: 30.4 gc: 5% heap: 8.9G/25G direct: 1G postGC: 4.2G hppc: 752
read( 3%) -> (63/94) -> process(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% 93% 94% 94% 94%)
0:04:37 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 267M 9.5M/s ] rels: [ 0 0/s ] blocks: [ 35k 153/s ]
cpus: 30.4 gc: 6% heap: 8.2G/25G direct: 1G postGC: 4.2G hppc: 752
read( 4%) -> (63/94) -> process(94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 93% 94% 93% 93% 94% 94% 93% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94%)
0:04:47 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 371M 10M/s ] rels: [ 0 0/s ] blocks: [ 36k 153/s ]
cpus: 30.4 gc: 5% heap: 10G/25G direct: 1G postGC: 4.2G hppc: 752
read( 4%) -> (62/94) -> process(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% 94%)
0:04:57 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 482M 11M/s ] rels: [ 0 0/s ] blocks: [ 38k 153/s ]
cpus: 30.5 gc: 5% heap: 4.2G/25G direct: 1G postGC: 4.1G hppc: 752
read( 4%) -> (63/94) -> process(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% 94%)
0:05:07 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 589M 10M/s ] rels: [ 0 0/s ] blocks: [ 39k 151/s ]
cpus: 30.4 gc: 5% heap: 5.2G/25G direct: 1G postGC: 4.1G hppc: 752
read( 4%) -> (63/94) -> process(94% 94% 95% 95% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 95% 94% 94% 94% 94% 94% 94% 94% 95% 94% 94% 94%)
0:05:17 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 696M 10M/s ] rels: [ 0 0/s ] blocks: [ 41k 150/s ]
cpus: 30.4 gc: 5% heap: 7.1G/25G direct: 1G postGC: 4.1G hppc: 752
read( 4%) -> (63/94) -> process(94% 94% 94% 95% 95% 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%)
0:05:27 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 807M 11M/s ] rels: [ 0 0/s ] blocks: [ 42k 153/s ]
cpus: 30.5 gc: 5% heap: 10G/25G direct: 1G postGC: 4.1G hppc: 752
read( 4%) -> (63/94) -> process(95% 95% 95% 95% 94% 95% 95% 95% 94% 95% 94% 94% 95% 95% 95% 95% 95% 94% 95% 95% 95% 94% 94% 95% 94% 95% 95% 95% 95% 95% 95%)
0:05:37 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 916M 10M/s ] rels: [ 0 0/s ] blocks: [ 44k 151/s ]
cpus: 30.4 gc: 5% heap: 4.5G/25G direct: 1G postGC: 4.1G hppc: 752
read( 4%) -> (63/94) -> process(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% 94%)
0:05:47 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 1B 10M/s ] rels: [ 0 0/s ] blocks: [ 45k 153/s ]
cpus: 30.5 gc: 5% heap: 6.4G/25G direct: 1G postGC: 4.1G hppc: 752
read( 4%) -> (63/94) -> process(95% 95% 95% 94% 95% 94% 95% 94% 94% 94% 95% 95% 94% 94% 94% 95% 94% 95% 94% 94% 95% 94% 95% 95% 94% 95% 95% 94% 95% 94% 94%)
0:05:52 INF [osm_pass1:process] - Finished ways: 1,081,347,425 (10M/s) in 1m45s cpu:53m26s gc:6s avg:30.4
0:05:57 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 1B 5.7M/s ] rels: [ 7.2M 720k/s ] blocks: [ 46k 106/s ]
cpus: 19.1 gc: 3% heap: 10G/25G direct: 1G postGC: 4.2G hppc: 118M
read( 2%) -> (63/94) -> process(59% 60% 58% 58% 58% 58% 58% 57% 59% 57% 58% 59% 59% 60% 57% 59% 58% 58% 58% 58% 60% 60% 59% 60% 59% 57% 58% 57% 58% 59% 59%)
0:06:00 INF [osm_pass1:process] - Finished relations: 12,973,197 (1.6M/s) in 8s cpu:43s avg:5.5
0:06:00 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 1B 0/s ] rels: [ 12M 1.9M/s ] blocks: [ 47k 60/s ]
cpus: 4.5 gc: 3% heap: 4.8G/25G direct: 16k postGC: 4.2G hppc: 143M
read( -%) -> (0/94) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%)
0:06:00 DEB [osm_pass1] - Processed 47,119 blocks:
0:06:00 DEB [osm_pass1] - nodes: 9,688,620,306 (41M/s) in 3m51s cpu:1h35m26s gc:13s avg:24.8
0:06:00 DEB [osm_pass1] - ways: 1,081,347,425 (10M/s) in 1m45s cpu:53m26s gc:6s avg:30.4
0:06:00 DEB [osm_pass1] - relations: 12,973,197 (1.6M/s) in 8s cpu:43s avg:5.5
0:06:00 INF [osm_pass1] - Finished in 5m44s cpu:2h29m33s gc:19s avg:26.1
0:06:00 INF [osm_pass1] - read 1x(3% 9s wait:5m31s done:1s)
0:06:00 INF [osm_pass1] - process 31x(78% 4m28s block:7s wait:49s)
0:06:00 INF [osm_pass2] -
0:06:00 INF [osm_pass2] - Starting...
0:06:10 INF [osm_pass2] - nodes: [ 123M 1% 12M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 2.9M 292k/s ] 2G blocks: [ 571 1% 56/s ]
cpus: 30.2 gc: 5% heap: 5.7G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(87% 90% 94% 93% 89% 93% 91% 93% 90% 93% 89% 91% 90% 89% 89% 93% 93% 94% 94% 89% 89% 94% 94% 91% 90% 94% 92% 93% 94% 93% 93%) -> (15k/82k) -> write(35%)
0:06:20 INF [osm_pass2] - nodes: [ 244M 3% 11M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 9.3M 635k/s ] 2G blocks: [ 1.1k 2% 56/s ]
cpus: 28.6 gc: 5% heap: 8.3G/25G direct: 16k postGC: 4.4G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(90% 82% 84% 82% 85% 84% 83% 90% 85% 87% 82% 82% 90% 88% 85% 85% 84% 84% 87% 88% 85% 90% 86% 89% 89% 83% 90% 88% 87% 87% 87%) -> (67k/82k) -> write(66%)
0:06:30 INF [osm_pass2] - nodes: [ 370M 4% 12M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 14M 486k/s ] 2G blocks: [ 1.6k 3% 50/s ]
cpus: 30.9 gc: 5% heap: 4.6G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 94% 94% 94% 94% 95% 95% 94% 94% 92% 94% 94% 95% 95% 94% 93% 94% 94% 94% 94% 93% 95% 94% 95% 95% 94% 95% 95% 94% 95% 95%) -> (15k/82k) -> write(66%)
0:06:40 INF [osm_pass2] - nodes: [ 500M 5% 12M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 17M 318k/s ] 3.2G blocks: [ 2.1k 5% 53/s ]
cpus: 30.5 gc: 4% heap: 5G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(94% 94% 95% 93% 94% 95% 94% 94% 94% 94% 93% 95% 94% 93% 93% 94% 94% 92% 92% 93% 95% 95% 94% 95% 94% 94% 93% 94% 95% 94% 95%) -> (17k/82k) -> write(45%)
0:06:50 INF [osm_pass2] - nodes: [ 631M 7% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 19M 206k/s ] 3.2G blocks: [ 2.7k 6% 59/s ]
cpus: 30.8 gc: 4% heap: 6.2G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 96% 95% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96%) -> (15k/82k) -> write(29%)
0:07:00 INF [osm_pass2] - nodes: [ 763M 8% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 21M 195k/s ] 3.2G blocks: [ 3.3k 7% 60/s ]
cpus: 30.7 gc: 4% heap: 7.8G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 96% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96% 96% 95% 96% 96% 96% 95% 95% 95% 95% 96% 96% 96% 95% 95%) -> (14k/82k) -> write(28%)
0:07:10 INF [osm_pass2] - nodes: [ 886M 9% 12M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 29M 761k/s ] 3.2G blocks: [ 3.9k 8% 54/s ]
cpus: 28.3 gc: 5% heap: 11G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(78% 91% 91% 73% 84% 88% 88% 92% 91% 80% 88% 74% 73% 90% 76% 85% 91% 90% 92% 91% 92% 74% 73% 92% 92% 91% 92% 78% 92% 73% 92%) -> (15k/82k) -> write(74%)
0:07:20 INF [osm_pass2] - nodes: [ 1B 11% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 32M 305k/s ] 4.4G blocks: [ 4.4k 9% 52/s ]
cpus: 30.5 gc: 4% heap: 8G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 94% 94% 95% 95% 94% 96% 94% 94% 95% 93% 94% 92% 95% 94% 95% 94% 94% 95% 94% 93% 94% 93% 94% 94% 94% 94% 93% 94% 95%) -> (19k/82k) -> write(42%)
0:07:30 INF [osm_pass2] - nodes: [ 1.1B 12% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 34M 223k/s ] 4.4G blocks: [ 5k 11% 55/s ]
cpus: 30.8 gc: 4% heap: 5.3G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 96% 95% 94% 95% 96% 96% 95% 96% 96% 96% 95% 95% 95% 95% 96% 95% 96% 94% 95% 96% 95% 96% 96% 96% 96% 95% 96% 95% 95% 95%) -> (15k/82k) -> write(32%)
0:07:40 INF [osm_pass2] - nodes: [ 1.2B 13% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 37M 282k/s ] 4.4G blocks: [ 5.5k 12% 52/s ]
cpus: 30.9 gc: 4% heap: 9.5G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(96% 96% 95% 96% 95% 95% 96% 96% 95% 96% 95% 95% 95% 95% 95% 96% 96% 95% 96% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96%) -> (15k/82k) -> write(40%)
0:07:50 INF [osm_pass2] - nodes: [ 1.4B 15% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 39M 196k/s ] 4.4G blocks: [ 6k 13% 52/s ]
cpus: 30.6 gc: 4% heap: 4.8G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 94% 94% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 95% 95% 95% 94% 94% 94% 94% 95% 94% 95% 94% 95% 94% 94%) -> (15k/82k) -> write(27%)
0:08:01 INF [osm_pass2] - nodes: [ 1.5B 16% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 41M 245k/s ] 4.4G blocks: [ 6.5k 14% 49/s ]
cpus: 30.6 gc: 4% heap: 8G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(94% 95% 95% 94% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 94% 94% 95% 95% 95% 94% 94% 96% 95% 95%) -> (14k/82k) -> write(35%)
0:08:11 INF [osm_pass2] - nodes: [ 1.6B 17% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 44M 233k/s ] 4.4G blocks: [ 7k 15% 49/s ]
cpus: 30.8 gc: 4% heap: 5.2G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(96% 95% 95% 96% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96% 96% 94% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (12k/82k) -> write(33%)
0:08:21 INF [osm_pass2] - nodes: [ 1.8B 19% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 46M 280k/s ] 5.5G blocks: [ 7.5k 16% 50/s ]
cpus: 30.7 gc: 4% heap: 9.9G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(96% 95% 95% 95% 94% 95% 95% 95% 94% 94% 95% 96% 95% 95% 95% 93% 94% 95% 95% 95% 95% 94% 94% 94% 95% 94% 96% 94% 95% 94% 95%) -> (14k/82k) -> write(41%)
0:08:31 INF [osm_pass2] - nodes: [ 1.9B 20% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 49M 232k/s ] 5.5G blocks: [ 8k 17% 49/s ]
cpus: 30.8 gc: 4% heap: 7.8G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 95% 96% 96% 96% 95% 96% 96% 96% 96% 95% 95% 96% 95% 95% 95% 96% 96% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 96%) -> (16k/82k) -> write(33%)
0:08:41 INF [osm_pass2] - nodes: [ 2B 22% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 50M 179k/s ] 5.5G blocks: [ 8.5k 18% 49/s ]
cpus: 30.8 gc: 4% heap: 7.4G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 96% 95% 96% 95% 95% 96% 95% 96% 95% 96% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 96% 95% 96% 96% 95% 96% 95% 95% 96%) -> (14k/82k) -> write(26%)
0:08:51 INF [osm_pass2] - nodes: [ 2.2B 23% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 53M 278k/s ] 5.5G blocks: [ 9k 19% 42/s ]
cpus: 30.7 gc: 4% heap: 6.8G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 93% 95% 95% 95% 95% 94% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(38%)
0:09:01 INF [osm_pass2] - nodes: [ 2.3B 24% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 56M 246k/s ] 5.5G blocks: [ 9.4k 20% 42/s ]
cpus: 30.7 gc: 4% heap: 6.5G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 94% 95% 96% 95% 95% 94% 95% 95% 95% 93% 95% 95% 95% 94% 95% 95% 95% 95% 93% 95% 96% 95% 95% 94% 95% 95% 95% 95% 95% 96%) -> (17k/82k) -> write(33%)
0:09:11 INF [osm_pass2] - nodes: [ 2.5B 26% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 58M 212k/s ] 5.5G blocks: [ 9.8k 21% 41/s ]
cpus: 30.8 gc: 4% heap: 5.6G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 96% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95%) -> (13k/82k) -> write(30%)
0:09:21 INF [osm_pass2] - nodes: [ 2.6B 27% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 60M 222k/s ] 5.5G blocks: [ 10k 22% 41/s ]
cpus: 30.8 gc: 4% heap: 4.9G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 96% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96% 95% 95% 96% 96% 95% 95% 95% 95% 95% 95% 95% 96%) -> (17k/82k) -> write(30%)
0:09:31 INF [osm_pass2] - nodes: [ 2.7B 29% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 63M 269k/s ] 6.7G blocks: [ 10k 23% 41/s ]
cpus: 30.6 gc: 4% heap: 10G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 93% 95% 94% 95% 95% 95% 94% 94% 94% 95% 94% 95% 95% 95% 94% 93% 95% 94% 95% 95% 93% 95% 94% 95% 95% 94% 94% 94%) -> (17k/82k) -> write(37%)
0:09:41 INF [osm_pass2] - nodes: [ 2.9B 30% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 65M 249k/s ] 6.7G blocks: [ 11k 24% 40/s ]
cpus: 30.8 gc: 4% heap: 8.7G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 94%) -> (14k/82k) -> write(34%)
0:09:51 INF [osm_pass2] - nodes: [ 3B 31% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 68M 213k/s ] 6.7G blocks: [ 11k 24% 40/s ]
cpus: 30.5 gc: 4% heap: 7.2G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 94% 95% 95% 94% 95% 94% 94% 94% 95% 94% 95% 94% 95%) -> (15k/82k) -> write(29%)
0:10:01 INF [osm_pass2] - nodes: [ 3.1B 33% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 70M 244k/s ] 6.7G blocks: [ 11k 25% 39/s ]
cpus: 30.2 gc: 4% heap: 4.4G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(93% 93% 94% 92% 94% 92% 93% 93% 93% 93% 94% 94% 94% 93% 93% 95% 91% 92% 94% 92% 93% 93% 93% 93% 94% 92% 93% 95% 94% 93% 92%) -> (15k/82k) -> write(34%)
0:10:11 INF [osm_pass2] - nodes: [ 3.3B 34% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 74M 356k/s ] 6.7G blocks: [ 12k 26% 38/s ]
cpus: 30.1 gc: 4% heap: 7.6G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 94% 95% 94% 92% 92% 93% 91% 92% 92% 93% 92% 90% 91% 92% 92% 94% 92% 92% 93% 93% 90% 94% 92% 93% 94% 93% 93% 94% 93% 92%) -> (21k/82k) -> write(47%)
0:10:21 INF [osm_pass2] - nodes: [ 3.4B 36% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 77M 295k/s ] 6.7G blocks: [ 12k 27% 39/s ]
cpus: 30.8 gc: 4% heap: 6.9G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 96% 95% 96% 95% 95% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 94% 96% 95% 95%) -> (18k/82k) -> write(42%)
0:10:31 INF [osm_pass2] - nodes: [ 3.5B 37% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 79M 276k/s ] 7.8G blocks: [ 13k 28% 39/s ]
cpus: 30.8 gc: 4% heap: 6.9G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 96% 95% 94% 96% 95% 95% 95% 93% 96% 96% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 94% 96% 96% 95% 95% 95%) -> (13k/82k) -> write(40%)
0:10:41 INF [osm_pass2] - nodes: [ 3.7B 38% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 82M 258k/s ] 7.8G blocks: [ 13k 29% 38/s ]
cpus: 30.7 gc: 4% heap: 6.1G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 94% 94% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 96% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 94%) -> (13k/82k) -> write(36%)
0:10:51 INF [osm_pass2] - nodes: [ 3.8B 40% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 85M 262k/s ] 7.8G blocks: [ 13k 29% 38/s ]
cpus: 30.9 gc: 4% heap: 5.9G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 96% 95% 96% 96% 95% 95% 96% 95% 96% 95% 95% 95% 95% 96% 95% 95% 95% 96%) -> (12k/82k) -> write(37%)
0:11:01 INF [osm_pass2] - nodes: [ 3.9B 41% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 87M 268k/s ] 7.8G blocks: [ 14k 30% 39/s ]
cpus: 30.8 gc: 4% heap: 6.1G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95%) -> (13k/82k) -> write(37%)
0:11:11 INF [osm_pass2] - nodes: [ 4.1B 43% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 90M 240k/s ] 7.8G blocks: [ 14k 31% 39/s ]
cpus: 30.7 gc: 4% heap: 5.2G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95%) -> (14k/82k) -> write(34%)
0:11:21 INF [osm_pass2] - nodes: [ 4.2B 44% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 92M 267k/s ] 7.8G blocks: [ 15k 32% 39/s ]
cpus: 30.4 gc: 4% heap: 10G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 94% 94% 94% 94% 94% 94% 94% 92% 93% 94% 94% 93% 94% 95% 93% 94% 94% 94% 94% 95% 93% 95% 95% 95% 95% 91% 94% 94% 94% 93%) -> (17k/82k) -> write(36%)
0:11:32 INF [osm_pass2] - nodes: [ 4.4B 45% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 95M 225k/s ] 7.8G blocks: [ 15k 33% 39/s ]
cpus: 30.7 gc: 4% heap: 9.8G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 96% 95% 94% 95% 94% 95% 95%) -> (16k/82k) -> write(31%)
0:11:42 INF [osm_pass2] - nodes: [ 4.5B 47% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 97M 239k/s ] 9G blocks: [ 15k 34% 38/s ]
cpus: 30.7 gc: 4% heap: 8.9G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 96% 95% 95% 95% 96% 95% 96% 95% 95% 95% 96% 95% 95% 95% 96% 95% 95% 96% 95% 95% 94%) -> (16k/82k) -> write(34%)
0:11:52 INF [osm_pass2] - nodes: [ 4.6B 48% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 99M 207k/s ] 9G blocks: [ 16k 34% 39/s ]
cpus: 30.7 gc: 4% heap: 8.5G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 94% 95% 94% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 96% 95% 96% 95% 95% 95% 94% 95%) -> (16k/82k) -> write(29%)
0:12:02 INF [osm_pass2] - nodes: [ 4.8B 50% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 102M 254k/s ] 9G blocks: [ 16k 35% 38/s ]
cpus: 30.8 gc: 4% heap: 7.2G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96%) -> (16k/82k) -> write(35%)
0:12:12 INF [osm_pass2] - nodes: [ 4.9B 51% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 104M 245k/s ] 9G blocks: [ 17k 36% 39/s ]
cpus: 30.7 gc: 4% heap: 6.6G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 95% 95% 95% 95% 95% 95% 96% 94% 95% 95% 95% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(33%)
0:12:22 INF [osm_pass2] - nodes: [ 5B 53% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 106M 212k/s ] 9G blocks: [ 17k 37% 38/s ]
cpus: 30.6 gc: 4% heap: 4.4G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 95% 94% 95% 95% 94% 96% 95% 94% 95% 94% 95% 95% 93% 95% 95% 95% 95% 95% 95% 94% 95% 94% 95% 95% 95% 95% 94%) -> (15k/82k) -> write(29%)
0:12:32 INF [osm_pass2] - nodes: [ 5.2B 54% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 108M 220k/s ] 9G blocks: [ 17k 38% 39/s ]
cpus: 30.8 gc: 4% heap: 11G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 96% 95% 95% 96% 96% 96% 95% 95% 95% 96% 96% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 96% 95%) -> (13k/82k) -> write(30%)
0:12:42 INF [osm_pass2] - nodes: [ 5.3B 55% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 111M 245k/s ] 9G blocks: [ 18k 39% 38/s ]
cpus: 30.8 gc: 4% heap: 4.6G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(34%)
0:12:52 INF [osm_pass2] - nodes: [ 5.4B 57% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 113M 215k/s ] 10G blocks: [ 18k 39% 39/s ]
cpus: 30.7 gc: 4% heap: 4.3G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 94% 95% 95% 92% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 94% 96% 95% 94% 96%) -> (15k/82k) -> write(30%)
0:13:02 INF [osm_pass2] - nodes: [ 5.6B 58% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 115M 197k/s ] 10G blocks: [ 18k 40% 38/s ]
cpus: 30.8 gc: 4% heap: 4.7G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 96% 95% 95% 95% 96% 95% 96% 96% 95% 96% 96% 95% 95% 95% 95% 95% 95% 96% 96% 96% 96% 96% 95% 95% 95% 96% 96% 96% 95%) -> (16k/82k) -> write(28%)
0:13:12 INF [osm_pass2] - nodes: [ 5.7B 60% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 117M 231k/s ] 10G blocks: [ 19k 41% 38/s ]
cpus: 30.8 gc: 4% heap: 4.8G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 95% 95% 96% 95% 96% 96% 96% 96% 96% 96% 95% 95% 95% 94% 96% 95% 95% 96% 95% 95% 96% 95% 96% 95% 96% 96% 96% 96% 95%) -> (15k/82k) -> write(33%)
0:13:22 INF [osm_pass2] - nodes: [ 5.9B 61% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 119M 208k/s ] 10G blocks: [ 19k 42% 38/s ]
cpus: 30.6 gc: 4% heap: 4.7G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95% 94% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96%) -> (13k/82k) -> write(28%)
0:13:32 INF [osm_pass2] - nodes: [ 6B 62% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 122M 211k/s ] 10G blocks: [ 20k 43% 38/s ]
cpus: 30.8 gc: 4% heap: 5.7G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 96% 95% 95% 95% 96% 96% 95% 96% 95% 95% 96% 95% 96% 95% 96% 96% 95% 96% 96% 96% 95% 95% 96% 96% 95% 95% 96% 96%) -> (17k/82k) -> write(29%)
0:13:42 INF [osm_pass2] - nodes: [ 6.1B 64% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 123M 185k/s ] 10G blocks: [ 20k 44% 39/s ]
cpus: 30.7 gc: 4% heap: 5.8G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 95% 96% 95% 95% 96% 96% 96% 96% 95% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 96% 95% 96% 94% 95% 95% 96% 96% 96% 96%) -> (12k/82k) -> write(26%)
0:13:52 INF [osm_pass2] - nodes: [ 6.3B 65% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 125M 191k/s ] 10G blocks: [ 20k 44% 38/s ]
cpus: 30.6 gc: 4% heap: 6.7G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 96% 95% 95% 95% 96% 95% 94% 94% 96% 95% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 96% 95%) -> (14k/82k) -> write(27%)
0:14:02 INF [osm_pass2] - nodes: [ 6.4B 67% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 128M 213k/s ] 10G blocks: [ 21k 45% 38/s ]
cpus: 30.5 gc: 4% heap: 5G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 94% 95% 94% 95% 95% 93% 95% 94% 94% 95% 94% 95% 95% 95% 94% 92% 95% 94% 95% 94% 95% 95% 95% 94% 95% 93% 94% 94% 95% 95%) -> (16k/82k) -> write(29%)
0:14:12 INF [osm_pass2] - nodes: [ 6.6B 68% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 130M 234k/s ] 11G blocks: [ 21k 46% 39/s ]
cpus: 30.6 gc: 4% heap: 11G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 94% 94% 94% 95% 94% 95% 95% 95% 95% 94% 95% 94% 95% 95% 94% 93% 95% 95% 94% 93%) -> (13k/82k) -> write(34%)
0:14:22 INF [osm_pass2] - nodes: [ 6.7B 70% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 133M 270k/s ] 11G blocks: [ 22k 47% 37/s ]
cpus: 30.7 gc: 4% heap: 11G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 94% 95% 95% 96% 95%) -> (16k/82k) -> write(37%)
0:14:32 INF [osm_pass2] - nodes: [ 6.8B 71% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 135M 245k/s ] 11G blocks: [ 22k 48% 38/s ]
cpus: 30.6 gc: 4% heap: 9.3G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 92% 94% 94% 94% 95% 95% 95% 95% 95% 94% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 94% 95%) -> (17k/82k) -> write(33%)
0:14:42 INF [osm_pass2] - nodes: [ 7B 72% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 138M 264k/s ] 11G blocks: [ 22k 48% 38/s ]
cpus: 30.7 gc: 4% heap: 8.8G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 94% 96% 96% 95% 94% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 95% 96%) -> (14k/82k) -> write(35%)
0:14:52 INF [osm_pass2] - nodes: [ 7.1B 74% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 140M 213k/s ] 11G blocks: [ 23k 49% 38/s ]
cpus: 30.8 gc: 4% heap: 9.4G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (15/47) -> process(96% 95% 95% 96% 95% 95% 96% 96% 95% 95% 95% 95% 95% 96% 96% 96% 95% 96% 96% 96% 96% 95% 95% 95% 95% 96% 96% 95% 95% 96% 96%) -> (15k/82k) -> write(29%)
0:15:02 INF [osm_pass2] - nodes: [ 7.2B 75% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 142M 235k/s ] 11G blocks: [ 23k 50% 38/s ]
cpus: 30.7 gc: 4% heap: 9.9G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 96% 95% 95% 96% 94% 95% 96% 95% 95% 95% 96% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 96% 96%) -> (17k/82k) -> write(32%)
0:15:12 INF [osm_pass2] - nodes: [ 7.4B 77% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 145M 246k/s ] 11G blocks: [ 23k 51% 37/s ]
cpus: 30.6 gc: 4% heap: 7.7G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(94% 94% 92% 95% 95% 93% 95% 94% 94% 95% 96% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 94% 94% 95% 95% 94% 95% 95% 94% 95% 95%) -> (13k/82k) -> write(34%)
0:15:23 INF [osm_pass2] - nodes: [ 7.5B 78% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 147M 271k/s ] 12G blocks: [ 24k 52% 37/s ]
cpus: 30.7 gc: 4% heap: 8.1G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 95% 95% 96% 95% 95% 94% 95% 95% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95%) -> (17k/82k) -> write(37%)
0:15:33 INF [osm_pass2] - nodes: [ 7.6B 79% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 151M 316k/s ] 12G blocks: [ 24k 53% 37/s ]
cpus: 30.9 gc: 4% heap: 8.9G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 95% 96% 96% 96% 95% 96% 96% 96% 95% 96% 95% 96% 96% 96% 95% 95% 96% 95% 96% 95% 96% 95% 96% 96% 95% 95% 96% 95% 95%) -> (16k/82k) -> write(43%)
0:15:43 INF [osm_pass2] - nodes: [ 7.8B 81% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 154M 295k/s ] 12G blocks: [ 25k 53% 37/s ]
cpus: 30.6 gc: 4% heap: 8.6G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 93% 95% 94% 94% 94% 94% 94% 95% 95% 95% 95% 94% 95% 93% 95% 95% 95% 94% 94% 95% 94% 95% 95% 95% 94% 95% 95% 94%) -> (15k/82k) -> write(39%)
0:15:53 INF [osm_pass2] - nodes: [ 7.9B 82% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 156M 244k/s ] 12G blocks: [ 25k 54% 38/s ]
cpus: 30.7 gc: 4% heap: 9.9G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 94% 96% 95% 95% 95% 94% 96% 95% 94% 95% 96% 95% 96% 96% 95% 95% 95% 96% 94% 95% 94% 95% 95% 96% 95% 95% 95% 96% 96%) -> (15k/82k) -> write(32%)
0:16:03 INF [osm_pass2] - nodes: [ 8.1B 84% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 159M 253k/s ] 12G blocks: [ 25k 55% 37/s ]
cpus: 30.8 gc: 4% heap: 9.9G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 96% 96% 95% 96% 96% 95% 96% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 96% 95% 95% 96% 96% 94%) -> (16k/82k) -> write(34%)
0:16:13 INF [osm_pass2] - nodes: [ 8.2B 85% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 161M 239k/s ] 12G blocks: [ 26k 56% 39/s ]
cpus: 30.8 gc: 4% heap: 10G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 96% 95% 95% 95% 96% 95% 96% 95% 96% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 96% 95%) -> (18k/82k) -> write(32%)
0:16:23 INF [osm_pass2] - nodes: [ 8.3B 87% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 163M 238k/s ] 13G blocks: [ 26k 57% 40/s ]
cpus: 30.6 gc: 4% heap: 9.5G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 94% 94% 95% 95% 95% 95% 94% 95% 95% 95% 94% 94% 95% 94% 94% 95% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(32%)
0:16:33 INF [osm_pass2] - nodes: [ 8.5B 88% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 166M 301k/s ] 13G blocks: [ 27k 58% 40/s ]
cpus: 30.8 gc: 4% heap: 8.5G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 95% 95% 95% 95% 94% 94% 94%) -> (14k/82k) -> write(40%)
0:16:43 INF [osm_pass2] - nodes: [ 8.6B 89% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 169M 258k/s ] 13G blocks: [ 27k 58% 39/s ]
cpus: 30.9 gc: 4% heap: 8.9G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 96% 95% 95% 95% 95% 95% 96% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95%) -> (17k/82k) -> write(35%)
0:16:53 INF [osm_pass2] - nodes: [ 8.7B 91% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 171M 236k/s ] 13G blocks: [ 27k 59% 39/s ]
cpus: 30.5 gc: 4% heap: 8.1G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 93% 95% 95% 95% 95% 95% 96% 92% 94% 95% 93% 95% 93% 94% 94% 95% 95% 93% 95% 95% 94% 95% 95% 94% 95% 94% 95% 95% 95% 95%) -> (15k/82k) -> write(32%)
0:17:03 INF [osm_pass2] - nodes: [ 8.9B 92% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 173M 177k/s ] 13G blocks: [ 28k 60% 39/s ]
cpus: 30.6 gc: 4% heap: 9.7G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 96% 96% 95% 95% 96% 96% 96% 95% 95% 94% 95% 95% 96% 96% 95% 94% 95% 93% 94% 96% 94% 95% 96% 96% 95% 95% 96% 95% 95% 95%) -> (16k/82k) -> write(24%)
0:17:13 INF [osm_pass2] - nodes: [ 9B 94% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 175M 209k/s ] 13G blocks: [ 28k 61% 39/s ]
cpus: 30.7 gc: 4% heap: 9.9G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 96% 95% 96% 95% 96% 96% 96% 96% 96% 96% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 96% 95% 96% 96% 96% 95% 96% 95%) -> (14k/82k) -> write(28%)
0:17:23 INF [osm_pass2] - nodes: [ 9.2B 95% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 178M 281k/s ] 13G blocks: [ 29k 62% 39/s ]
cpus: 30.8 gc: 4% heap: 11G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 96% 95% 96% 95% 95% 94% 94% 96% 96% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(38%)
0:17:33 INF [osm_pass2] - nodes: [ 9.3B 96% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 181M 327k/s ] 14G blocks: [ 29k 63% 40/s ]
cpus: 30.7 gc: 4% heap: 10G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 94% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 93% 94% 95% 95% 95% 93% 94% 95% 95% 95% 94% 95% 94% 92% 94% 93% 95% 93% 95%) -> (15k/82k) -> write(44%)
0:17:43 INF [osm_pass2] - nodes: [ 9.4B 98% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 184M 303k/s ] 14G blocks: [ 29k 63% 39/s ]
cpus: 30.9 gc: 4% heap: 11G/25G direct: 16k postGC: 4.2G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 96% 95% 94%) -> (15k/82k) -> write(41%)
0:17:53 INF [osm_pass2] - nodes: [ 9.6B 99% 13M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 187M 230k/s ] 14G blocks: [ 30k 64% 38/s ]
cpus: 30.7 gc: 4% heap: 4.6G/25G direct: 16k postGC: 4.3G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 95% 95% 96% 95% 96% 96% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95%) -> (15k/82k) -> write(32%)
0:17:59 DEB [osm_pass2:process] - Sorting long long multimap...
0:17:59 INF [osm_pass2:process] - Finished nodes: 9,688,620,306 (13M/s) in 11m59s cpu:6h7m6s gc:29s avg:30.6
0:18:00 DEB [osm_pass2:process] - Sorted long long multimap 0.8s cpu:12s avg:15.1
0:18:03 INF [osm_pass2] - nodes: [ 9.6B 100% 8M/s ] 100G ways: [ 842k 0% 83k/s ] rels: [ 0 0% 0/s ] features: [ 194M 669k/s ] 14G blocks: [ 30k 65% 25/s ]
cpus: 23.7 gc: 4% heap: 10G/25G direct: 1.2M postGC: 4.5G relInfo: 140M mpGeoms: 21M
read( 0%) -> (16/47) -> process(73% 70% 68% 69% 71% 68% 66% 67% 69% 66% 71% 66% 67% 73% 67% 74% 67% 71% 67% 66% 70% 70% 75% 66% 66% 71% 71% 68% 67% 74% 70%) -> (14k/82k) -> write(35%)
0:18:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 3.9M 0% 306k/s ] rels: [ 0 0% 0/s ] features: [ 211M 1.7M/s ] 17G blocks: [ 30k 65% 7/s ]
cpus: 15.3 gc: 8% heap: 6.4G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 46M
read( 0%) -> (16/47) -> process(39% 42% 47% 42% 43% 34% 45% 36% 47% 44% 43% 39% 41% 40% 40% 49% 42% 41% 51% 42% 41% 38% 38% 45% 37% 44% 41% 41% 41% 39% 44%) -> (15k/82k) -> write(57%)
0:18:23 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 7.6M 1% 375k/s ] rels: [ 0 0% 0/s ] features: [ 233M 2.1M/s ] 20G blocks: [ 30k 65% 8/s ]
cpus: 17.6 gc: 8% heap: 4.7G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 87M
read( 0%) -> (16/47) -> process(48% 50% 48% 49% 50% 47% 49% 48% 47% 48% 48% 50% 48% 44% 43% 49% 50% 47% 49% 45% 49% 48% 46% 48% 50% 52% 47% 51% 48% 47% 46%) -> (57k/82k) -> write(87%)
0:18:33 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 11M 1% 373k/s ] rels: [ 0 0% 0/s ] features: [ 254M 2M/s ] 22G blocks: [ 30k 65% 8/s ]
cpus: 17.2 gc: 7% heap: 5.1G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 98M
read( 0%) -> (16/47) -> process(46% 46% 49% 46% 48% 48% 46% 47% 48% 49% 49% 46% 48% 44% 47% 46% 47% 49% 47% 49% 48% 48% 46% 46% 49% 47% 49% 49% 48% 48% 48%) -> (68k/82k) -> write(92%)
0:18:43 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 14M 1% 294k/s ] rels: [ 0 0% 0/s ] features: [ 271M 1.7M/s ] 24G blocks: [ 30k 65% 7/s ]
cpus: 18.4 gc: 7% heap: 12G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 179M
read( 0%) -> (16/47) -> process(51% 52% 51% 52% 52% 50% 50% 51% 51% 52% 52% 52% 52% 52% 52% 53% 51% 52% 51% 52% 51% 53% 52% 53% 54% 51% 51% 52% 52% 54% 50%) -> (15k/82k) -> write(76%)
0:18:53 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 16M 2% 238k/s ] rels: [ 0 0% 0/s ] features: [ 286M 1.4M/s ] 25G blocks: [ 30k 66% 5/s ]
cpus: 21.5 gc: 8% heap: 9.2G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 243M
read( 0%) -> (16/47) -> process(61% 60% 62% 59% 60% 59% 60% 63% 62% 62% 64% 61% 63% 70% 60% 60% 59% 60% 61% 64% 59% 62% 62% 60% 65% 60% 60% 61% 59% 60% 61%) -> (70k/82k) -> write(83%)
0:19:03 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 19M 2% 252k/s ] rels: [ 0 0% 0/s ] features: [ 300M 1.4M/s ] 26G blocks: [ 30k 66% 5/s ]
cpus: 22 gc: 8% heap: 9.7G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 292M
read( 0%) -> (16/47) -> process(62% 65% 63% 65% 64% 61% 64% 59% 61% 64% 69% 62% 62% 60% 62% 60% 60% 67% 60% 62% 61% 65% 62% 62% 59% 61% 61% 63% 66% 65% 60%) -> (68k/82k) -> write(92%)
0:19:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 21M 2% 255k/s ] rels: [ 0 0% 0/s ] features: [ 314M 1.3M/s ] 28G blocks: [ 31k 66% 5/s ]
cpus: 22.2 gc: 8% heap: 5.8G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 371M
read( 0%) -> (16/47) -> process(64% 61% 59% 72% 62% 62% 59% 61% 60% 66% 60% 65% 59% 60% 71% 62% 74% 64% 59% 58% 64% 59% 58% 63% 63% 63% 63% 66% 63% 59% 69%) -> (58k/82k) -> write(92%)
0:19:23 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 24M 2% 251k/s ] rels: [ 0 0% 0/s ] features: [ 328M 1.4M/s ] 29G blocks: [ 31k 66% 5/s ]
cpus: 21.9 gc: 7% heap: 7.8G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 430M
read( 0%) -> (16/47) -> process(64% 60% 58% 60% 63% 58% 59% 63% 61% 67% 67% 68% 67% 62% 61% 61% 64% 64% 62% 59% 58% 61% 65% 62% 61% 63% 62% 62% 63% 61% 65%) -> (68k/82k) -> write(92%)
0:19:33 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 26M 2% 162k/s ] rels: [ 0 0% 0/s ] features: [ 337M 936k/s ] 30G blocks: [ 31k 66% 4/s ]
cpus: 25.4 gc: 8% heap: 6.8G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 490M
read( 0%) -> (16/47) -> process(79% 78% 69% 72% 79% 69% 81% 72% 68% 77% 75% 73% 65% 77% 71% 73% 77% 76% 70% 74% 73% 76% 76% 72% 74% 71% 76% 72% 77% 69% 68%) -> (20k/82k) -> write(88%)
0:19:43 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 27M 3% 143k/s ] rels: [ 0 0% 0/s ] features: [ 346M 834k/s ] 32G blocks: [ 31k 66% 3/s ]
cpus: 27 gc: 6% heap: 5.5G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 556M
read( 0%) -> (16/47) -> process(87% 87% 74% 78% 85% 75% 87% 74% 71% 85% 84% 74% 76% 83% 77% 75% 85% 83% 74% 79% 77% 84% 84% 74% 75% 77% 86% 75% 84% 73% 72%) -> (29k/82k) -> write(92%)
0:19:53 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 29M 3% 212k/s ] rels: [ 0 0% 0/s ] features: [ 357M 1.1M/s ] 33G blocks: [ 31k 66% 4/s ]
cpus: 23.4 gc: 7% heap: 13G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 616M
read( 0%) -> (16/47) -> process(63% 73% 65% 63% 82% 63% 71% 66% 64% 68% 62% 65% 77% 66% 61% 68% 75% 74% 66% 68% 69% 68% 70% 63% 65% 64% 63% 69% 71% 64% 63%) -> (69k/82k) -> write(93%)
0:20:03 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 32M 3% 247k/s ] rels: [ 0 0% 0/s ] features: [ 368M 1.1M/s ] 33G blocks: [ 31k 66% 4/s ]
cpus: 23.2 gc: 7% heap: 10G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 666M
read( 0%) -> (16/47) -> process(68% 66% 65% 68% 68% 65% 67% 68% 66% 67% 64% 66% 75% 63% 66% 65% 67% 66% 67% 65% 68% 64% 66% 67% 67% 67% 65% 65% 68% 72% 66%) -> (66k/82k) -> write(93%)
0:20:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 34M 3% 241k/s ] rels: [ 0 0% 0/s ] features: [ 379M 1M/s ] 34G blocks: [ 31k 66% 5/s ]
cpus: 23.3 gc: 7% heap: 8.5G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 716M
read( 0%) -> (16/47) -> process(70% 66% 70% 67% 69% 66% 68% 70% 69% 67% 63% 66% 65% 66% 69% 65% 67% 69% 69% 69% 67% 67% 67% 64% 67% 69% 68% 64% 66% 67% 67%) -> (72k/82k) -> write(93%)
0:20:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 37M 3% 259k/s ] rels: [ 0 0% 0/s ] features: [ 390M 1M/s ] 36G blocks: [ 31k 67% 5/s ]
cpus: 22.6 gc: 7% heap: 7.4G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 755M
read( 0%) -> (16/47) -> process(65% 67% 68% 64% 67% 65% 66% 63% 66% 67% 64% 61% 65% 63% 66% 66% 64% 66% 65% 67% 67% 66% 65% 61% 67% 65% 65% 68% 64% 60% 63%) -> (48k/82k) -> write(93%)
0:20:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 40M 4% 357k/s ] rels: [ 0 0% 0/s ] features: [ 399M 897k/s ] 37G blocks: [ 31k 67% 6/s ]
cpus: 25.8 gc: 5% heap: 9.4G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 779M
read( 0%) -> (16/47) -> process(78% 77% 76% 75% 76% 77% 78% 74% 77% 76% 76% 73% 76% 78% 76% 76% 79% 75% 74% 77% 77% 77% 75% 75% 76% 75% 77% 78% 77% 75% 77%) -> (70k/82k) -> write(94%)
0:20:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 43M 4% 329k/s ] rels: [ 0 0% 0/s ] features: [ 409M 960k/s ] 37G blocks: [ 31k 67% 5/s ]
cpus: 25.1 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 809M
read( 0%) -> (16/47) -> process(75% 73% 72% 72% 74% 72% 71% 74% 73% 73% 76% 73% 75% 72% 74% 74% 75% 73% 72% 76% 72% 75% 74% 73% 73% 74% 73% 76% 73% 74% 74%) -> (70k/82k) -> write(94%)
0:20:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 47M 4% 303k/s ] rels: [ 0 0% 0/s ] features: [ 418M 956k/s ] 38G blocks: [ 31k 67% 5/s ]
cpus: 24.7 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 844M
read( 0%) -> (16/47) -> process(72% 74% 72% 73% 72% 72% 69% 71% 72% 71% 73% 73% 71% 73% 73% 72% 75% 72% 72% 74% 70% 72% 72% 73% 72% 71% 72% 73% 70% 73% 74%) -> (71k/82k) -> write(94%)
0:21:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 49M 5% 286k/s ] rels: [ 0 0% 0/s ] features: [ 428M 983k/s ] 39G blocks: [ 31k 67% 4/s ]
cpus: 24.3 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 880M
read( 0%) -> (16/47) -> process(71% 72% 71% 69% 72% 72% 69% 71% 70% 71% 71% 71% 68% 71% 70% 71% 71% 71% 70% 73% 73% 70% 72% 70% 71% 69% 74% 70% 68% 73% 73%) -> (72k/82k) -> write(94%)
0:21:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 52M 5% 290k/s ] rels: [ 0 0% 0/s ] features: [ 438M 1M/s ] 39G blocks: [ 31k 67% 5/s ]
cpus: 23.8 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 914M
read( 0%) -> (16/47) -> process(69% 70% 67% 69% 70% 69% 67% 72% 70% 72% 69% 70% 67% 68% 72% 68% 69% 69% 70% 71% 67% 69% 68% 73% 71% 69% 71% 69% 70% 69% 68%) -> (73k/82k) -> write(94%)
0:21:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 55M 5% 236k/s ] rels: [ 0 0% 0/s ] features: [ 447M 851k/s ] 41G blocks: [ 31k 67% 4/s ]
cpus: 25.9 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 975M
read( 0%) -> (16/47) -> process(79% 75% 76% 76% 75% 77% 75% 78% 76% 75% 78% 78% 77% 78% 75% 77% 75% 73% 78% 75% 76% 76% 75% 76% 74% 77% 75% 76% 78% 79% 74%) -> (63k/82k) -> write(93%)
0:21:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 56M 5% 179k/s ] rels: [ 0 0% 0/s ] features: [ 454M 738k/s ] 41G blocks: [ 31k 67% 3/s ]
cpus: 28.1 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5.1G relInfo: 140M mpGeoms: 1G
read( 0%) -> (16/47) -> process(80% 82% 87% 80% 80% 82% 79% 83% 82% 82% 86% 85% 83% 77% 83% 83% 83% 86% 87% 85% 85% 83% 84% 87% 82% 78% 81% 86% 89% 86% 79%) -> (44k/82k) -> write(93%)
0:21:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 59M 5% 237k/s ] rels: [ 0 0% 0/s ] features: [ 463M 888k/s ] 42G blocks: [ 31k 67% 4/s ]
cpus: 25.7 gc: 7% heap: 13G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 1G
read( 0%) -> (16/47) -> process(76% 77% 76% 75% 76% 74% 73% 73% 74% 73% 75% 77% 74% 72% 71% 75% 74% 75% 80% 76% 74% 74% 73% 76% 73% 75% 73% 73% 84% 82% 72%) -> (69k/82k) -> write(93%)
0:21:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 61M 6% 229k/s ] rels: [ 0 0% 0/s ] features: [ 472M 889k/s ] 43G blocks: [ 31k 67% 4/s ]
cpus: 26.3 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 1G
read( 0%) -> (16/47) -> process(77% 73% 74% 76% 79% 76% 77% 77% 80% 78% 77% 79% 84% 76% 76% 82% 73% 78% 73% 75% 74% 76% 76% 77% 78% 74% 76% 79% 77% 77% 79%) -> (69k/82k) -> write(93%)
0:22:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 64M 6% 256k/s ] rels: [ 0 0% 0/s ] features: [ 482M 985k/s ] 43G blocks: [ 31k 68% 5/s ]
cpus: 24.9 gc: 7% heap: 13G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 1.1G
read( 0%) -> (16/47) -> process(72% 73% 72% 72% 73% 74% 72% 73% 73% 74% 72% 73% 72% 72% 72% 74% 71% 72% 71% 72% 71% 73% 72% 74% 73% 71% 74% 72% 71% 70% 72%) -> (68k/82k) -> write(93%)
0:22:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 66M 6% 262k/s ] rels: [ 0 0% 0/s ] features: [ 492M 963k/s ] 44G blocks: [ 31k 68% 5/s ]
cpus: 25 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 1.1G
read( 0%) -> (16/47) -> process(73% 73% 73% 73% 75% 74% 75% 72% 71% 73% 72% 73% 75% 75% 74% 73% 72% 72% 75% 75% 72% 73% 73% 73% 73% 74% 73% 75% 71% 72% 74%) -> (69k/82k) -> write(94%)
0:22:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 69M 6% 244k/s ] rels: [ 0 0% 0/s ] features: [ 501M 972k/s ] 46G blocks: [ 31k 68% 4/s ]
cpus: 24.4 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 1.1G
read( 0%) -> (16/47) -> process(72% 70% 72% 70% 70% 70% 72% 73% 72% 72% 72% 72% 71% 71% 71% 71% 73% 72% 71% 72% 70% 73% 71% 72% 71% 72% 72% 71% 73% 70% 70%) -> (69k/82k) -> write(94%)
0:22:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 71M 7% 260k/s ] rels: [ 0 0% 0/s ] features: [ 512M 1M/s ] 47G blocks: [ 31k 68% 4/s ]
cpus: 24.1 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.2G
read( 0%) -> (16/47) -> process(70% 71% 70% 69% 68% 70% 73% 76% 70% 71% 70% 71% 70% 70% 71% 68% 69% 73% 70% 69% 73% 73% 70% 71% 68% 70% 73% 69% 72% 69% 68%) -> (68k/82k) -> write(94%)
0:22:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 75M 7% 316k/s ] rels: [ 0 0% 0/s ] features: [ 523M 1.1M/s ] 47G blocks: [ 32k 68% 5/s ]
cpus: 22.9 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.2G
read( 0%) -> (16/47) -> process(66% 69% 65% 64% 64% 65% 67% 66% 66% 66% 66% 69% 67% 66% 66% 67% 69% 66% 66% 66% 66% 66% 68% 66% 64% 66% 66% 64% 68% 69% 68%) -> (68k/82k) -> write(94%)
0:22:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 78M 7% 319k/s ] rels: [ 0 0% 0/s ] features: [ 535M 1.2M/s ] 48G blocks: [ 32k 68% 5/s ]
cpus: 22.1 gc: 6% heap: 9.7G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.2G
read( 0%) -> (16/47) -> process(67% 65% 64% 66% 64% 65% 63% 63% 61% 64% 64% 62% 66% 64% 64% 63% 63% 65% 64% 62% 67% 64% 63% 65% 63% 64% 63% 67% 64% 64% 63%) -> (70k/82k) -> write(94%)
0:23:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 81M 8% 307k/s ] rels: [ 0 0% 0/s ] features: [ 548M 1.2M/s ] 49G blocks: [ 32k 68% 5/s ]
cpus: 22.4 gc: 6% heap: 7.9G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.3G
read( 0%) -> (16/47) -> process(67% 64% 65% 66% 66% 64% 65% 64% 64% 66% 65% 65% 66% 63% 64% 62% 64% 66% 66% 65% 65% 64% 67% 64% 65% 67% 65% 65% 64% 64% 64%) -> (68k/82k) -> write(94%)
0:23:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 84M 8% 315k/s ] rels: [ 0 0% 0/s ] features: [ 560M 1.1M/s ] 51G blocks: [ 32k 68% 5/s ]
cpus: 22.8 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.3G
read( 0%) -> (16/47) -> process(65% 67% 65% 66% 67% 66% 67% 68% 64% 68% 66% 66% 65% 68% 65% 66% 66% 64% 66% 66% 68% 68% 65% 66% 67% 68% 66% 69% 66% 64% 67%) -> (54k/82k) -> write(94%)
0:23:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 87M 8% 313k/s ] rels: [ 0 0% 0/s ] features: [ 571M 1.1M/s ] 52G blocks: [ 32k 68% 5/s ]
cpus: 22.9 gc: 6% heap: 5.5G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.3G
read( 0%) -> (16/47) -> process(66% 66% 67% 65% 67% 66% 67% 66% 67% 69% 67% 68% 67% 65% 65% 69% 66% 66% 66% 67% 67% 65% 63% 69% 67% 67% 67% 67% 66% 68% 67%) -> (55k/82k) -> write(94%)
0:23:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 90M 8% 300k/s ] rels: [ 0 0% 0/s ] features: [ 582M 1M/s ] 53G blocks: [ 32k 69% 5/s ]
cpus: 23.2 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.4G
read( 0%) -> (16/47) -> process(68% 67% 67% 69% 67% 69% 67% 68% 65% 67% 69% 67% 68% 67% 68% 68% 68% 67% 68% 69% 67% 67% 66% 70% 66% 68% 68% 68% 67% 68% 68%) -> (69k/82k) -> write(94%)
0:23:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 93M 9% 264k/s ] rels: [ 0 0% 0/s ] features: [ 593M 1M/s ] 53G blocks: [ 32k 69% 4/s ]
cpus: 23.7 gc: 6% heap: 15G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.4G
read( 0%) -> (16/47) -> process(71% 68% 70% 69% 69% 69% 68% 68% 71% 70% 70% 68% 67% 67% 69% 70% 71% 68% 68% 68% 73% 68% 68% 68% 67% 71% 69% 68% 71% 69% 69%) -> (56k/82k) -> write(94%)
0:23:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 95M 9% 264k/s ] rels: [ 0 0% 0/s ] features: [ 603M 1M/s ] 55G blocks: [ 32k 69% 4/s ]
cpus: 23.6 gc: 6% heap: 5.8G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.5G
read( 0%) -> (16/47) -> process(69% 68% 68% 71% 66% 66% 69% 68% 70% 69% 72% 67% 70% 67% 69% 70% 65% 68% 70% 71% 70% 66% 68% 69% 68% 69% 68% 68% 68% 69% 69%) -> (34k/82k) -> write(94%)
0:24:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 98M 9% 269k/s ] rels: [ 0 0% 0/s ] features: [ 613M 1M/s ] 56G blocks: [ 32k 69% 4/s ]
cpus: 23.6 gc: 6% heap: 7G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 1.5G
read( 0%) -> (16/47) -> process(68% 67% 68% 69% 68% 70% 68% 71% 69% 69% 68% 70% 70% 69% 72% 66% 71% 68% 69% 69% 67% 68% 68% 68% 70% 68% 71% 67% 69% 68% 69%) -> (50k/82k) -> write(94%)
0:24:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 101M 9% 310k/s ] rels: [ 0 0% 0/s ] features: [ 624M 1M/s ] 56G blocks: [ 32k 69% 5/s ]
cpus: 22.8 gc: 6% heap: 6.8G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.6G
read( 0%) -> (16/47) -> process(68% 66% 65% 65% 66% 65% 65% 64% 66% 67% 66% 65% 66% 66% 69% 67% 66% 65% 67% 69% 65% 66% 67% 65% 68% 67% 69% 64% 67% 65% 66%) -> (54k/82k) -> write(94%)
0:24:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 104M 10% 303k/s ] rels: [ 0 0% 0/s ] features: [ 635M 1M/s ] 57G blocks: [ 32k 69% 4/s ]
cpus: 23.6 gc: 6% heap: 5.6G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.6G
read( 0%) -> (16/47) -> process(68% 68% 69% 68% 68% 69% 69% 69% 68% 72% 68% 69% 68% 69% 68% 70% 68% 70% 69% 67% 67% 69% 70% 68% 69% 69% 68% 68% 68% 69% 68%) -> (44k/82k) -> write(94%)
0:24:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 107M 10% 314k/s ] rels: [ 0 0% 0/s ] features: [ 647M 1.1M/s ] 58G blocks: [ 32k 69% 5/s ]
cpus: 22.9 gc: 6% heap: 15G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.6G
read( 0%) -> (16/47) -> process(66% 66% 66% 67% 68% 67% 67% 68% 67% 68% 67% 67% 67% 67% 68% 66% 67% 67% 67% 68% 67% 67% 66% 67% 67% 67% 66% 65% 67% 65% 66%) -> (71k/82k) -> write(94%)
0:24:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 111M 10% 302k/s ] rels: [ 0 0% 0/s ] features: [ 659M 1.1M/s ] 60G blocks: [ 32k 69% 5/s ]
cpus: 23.2 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.7G
read( 0%) -> (16/47) -> process(67% 68% 66% 67% 66% 68% 68% 67% 66% 70% 67% 67% 69% 67% 68% 66% 67% 69% 66% 68% 67% 67% 67% 69% 66% 67% 67% 67% 68% 67% 67%) -> (71k/82k) -> write(94%)
0:24:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 114M 11% 302k/s ] rels: [ 0 0% 0/s ] features: [ 670M 1.1M/s ] 61G blocks: [ 32k 69% 4/s ]
cpus: 23.3 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.7G
read( 0%) -> (16/47) -> process(70% 68% 72% 68% 67% 66% 67% 69% 67% 67% 68% 67% 67% 68% 67% 68% 67% 68% 67% 67% 68% 66% 67% 67% 68% 67% 66% 66% 68% 67% 67%) -> (68k/82k) -> write(93%)
0:25:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 117M 11% 312k/s ] rels: [ 0 0% 0/s ] features: [ 681M 1.1M/s ] 61G blocks: [ 32k 70% 5/s ]
cpus: 23 gc: 6% heap: 9G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.7G
read( 0%) -> (16/47) -> process(66% 67% 64% 67% 66% 66% 66% 67% 67% 65% 66% 67% 67% 65% 65% 66% 69% 66% 67% 69% 66% 67% 65% 69% 66% 65% 66% 66% 67% 67% 67%) -> (71k/82k) -> write(94%)
0:25:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 120M 11% 310k/s ] rels: [ 0 0% 0/s ] features: [ 693M 1.1M/s ] 62G blocks: [ 32k 70% 5/s ]
cpus: 23 gc: 6% heap: 8G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.8G
read( 0%) -> (16/47) -> process(68% 66% 67% 65% 66% 66% 66% 66% 66% 66% 67% 66% 67% 68% 67% 66% 67% 67% 67% 68% 67% 67% 66% 67% 66% 67% 67% 68% 67% 67% 65%) -> (55k/82k) -> write(94%)
0:25:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 123M 11% 307k/s ] rels: [ 0 0% 0/s ] features: [ 705M 1.1M/s ] 63G blocks: [ 32k 70% 4/s ]
cpus: 22.5 gc: 6% heap: 5.6G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.8G
read( 0%) -> (16/47) -> process(64% 66% 63% 66% 67% 64% 65% 67% 65% 66% 65% 66% 64% 64% 65% 66% 65% 65% 65% 64% 64% 64% 66% 65% 65% 65% 65% 64% 64% 65% 64%) -> (40k/82k) -> write(94%)
0:25:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 126M 12% 299k/s ] rels: [ 0 0% 0/s ] features: [ 716M 1.1M/s ] 65G blocks: [ 32k 70% 5/s ]
cpus: 22.9 gc: 6% heap: 15G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.8G
read( 0%) -> (16/47) -> process(66% 67% 67% 68% 66% 66% 66% 66% 67% 67% 66% 66% 66% 67% 67% 67% 70% 65% 68% 66% 66% 67% 67% 66% 67% 67% 68% 66% 68% 66% 67%) -> (68k/82k) -> write(94%)
0:25:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 129M 12% 293k/s ] rels: [ 0 0% 0/s ] features: [ 727M 1.1M/s ] 66G blocks: [ 32k 70% 3/s ]
cpus: 23.5 gc: 6% heap: 15G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.9G
read( 0%) -> (16/47) -> process(69% 68% 69% 71% 67% 68% 69% 69% 68% 69% 69% 68% 68% 67% 68% 66% 69% 68% 67% 69% 67% 70% 72% 68% 67% 69% 66% 68% 69% 68% 70%) -> (69k/82k) -> write(94%)
0:25:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 131M 12% 254k/s ] rels: [ 0 0% 0/s ] features: [ 738M 1M/s ] 67G blocks: [ 33k 70% 4/s ]
cpus: 24.3 gc: 6% heap: 15G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 1.9G
read( 0%) -> (16/47) -> process(70% 69% 72% 68% 72% 70% 70% 72% 71% 72% 75% 73% 73% 71% 73% 72% 70% 69% 71% 72% 70% 70% 73% 73% 70% 70% 71% 69% 68% 70% 70%) -> (69k/82k) -> write(94%)
0:26:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 134M 12% 266k/s ] rels: [ 0 0% 0/s ] features: [ 748M 1M/s ] 67G blocks: [ 33k 70% 3/s ]
cpus: 24.2 gc: 6% heap: 5.7G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 2G
read( 0%) -> (16/47) -> process(70% 69% 70% 70% 70% 77% 72% 70% 69% 72% 71% 72% 71% 71% 70% 71% 70% 70% 73% 69% 70% 69% 69% 70% 70% 72% 71% 68% 69% 69% 69%) -> (36k/82k) -> write(93%)
0:26:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 137M 13% 288k/s ] rels: [ 0 0% 0/s ] features: [ 759M 1M/s ] 68G blocks: [ 33k 70% 4/s ]
cpus: 23.2 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 2G
read( 0%) -> (16/47) -> process(67% 74% 68% 66% 66% 65% 68% 69% 68% 65% 67% 66% 68% 65% 67% 66% 67% 67% 70% 67% 68% 68% 68% 67% 66% 67% 67% 64% 67% 68% 66%) -> (46k/82k) -> write(94%)
0:26:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 140M 13% 285k/s ] rels: [ 0 0% 0/s ] features: [ 769M 1M/s ] 70G blocks: [ 33k 70% 4/s ]
cpus: 23.2 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 2G
read( 0%) -> (16/47) -> process(68% 69% 67% 69% 65% 68% 68% 69% 68% 67% 70% 68% 67% 66% 69% 67% 70% 65% 68% 69% 66% 67% 68% 67% 66% 67% 65% 68% 68% 68% 68%) -> (47k/82k) -> write(94%)
0:26:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 143M 13% 306k/s ] rels: [ 0 0% 0/s ] features: [ 781M 1.1M/s ] 71G blocks: [ 33k 70% 5/s ]
cpus: 23.1 gc: 6% heap: 5.9G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 2.1G
read( 0%) -> (16/47) -> process(66% 67% 66% 67% 66% 66% 67% 68% 68% 66% 68% 65% 67% 66% 66% 67% 66% 67% 66% 67% 69% 68% 67% 67% 68% 67% 66% 67% 67% 68% 68%) -> (38k/82k) -> write(94%)
0:26:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 146M 14% 282k/s ] rels: [ 0 0% 0/s ] features: [ 791M 1M/s ] 71G blocks: [ 33k 71% 4/s ]
cpus: 23.7 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 2.1G
read( 0%) -> (16/47) -> process(68% 67% 68% 67% 69% 70% 68% 69% 68% 70% 69% 68% 69% 69% 69% 69% 67% 69% 69% 68% 69% 68% 70% 73% 69% 69% 70% 70% 68% 69% 69%) -> (47k/82k) -> write(94%)
0:26:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 149M 14% 279k/s ] rels: [ 0 0% 0/s ] features: [ 802M 1M/s ] 72G blocks: [ 33k 71% 4/s ]
cpus: 23.4 gc: 6% heap: 6.2G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 2.1G
read( 0%) -> (16/47) -> process(68% 69% 68% 68% 68% 68% 67% 69% 69% 69% 68% 68% 69% 69% 68% 67% 67% 69% 67% 67% 68% 66% 69% 67% 69% 69% 68% 69% 68% 67% 67%) -> (40k/82k) -> write(94%)
0:27:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 152M 14% 299k/s ] rels: [ 0 0% 0/s ] features: [ 813M 1M/s ] 73G blocks: [ 33k 71% 4/s ]
cpus: 23.4 gc: 6% heap: 6.7G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 2.2G
read( 0%) -> (16/47) -> process(68% 68% 67% 67% 67% 67% 69% 68% 69% 69% 69% 70% 66% 67% 68% 68% 68% 67% 68% 67% 67% 69% 70% 68% 68% 68% 68% 67% 68% 71% 70%) -> (46k/82k) -> write(94%)
0:27:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 155M 14% 312k/s ] rels: [ 0 0% 0/s ] features: [ 822M 934k/s ] 73G blocks: [ 33k 71% 4/s ]
cpus: 24.9 gc: 6% heap: 9G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 2.2G
read( 0%) -> (16/47) -> process(74% 73% 73% 73% 71% 72% 74% 73% 73% 74% 75% 75% 73% 73% 70% 73% 75% 69% 73% 71% 73% 74% 73% 73% 74% 74% 73% 73% 74% 73% 76%) -> (67k/82k) -> write(94%)
0:27:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 158M 15% 303k/s ] rels: [ 0 0% 0/s ] features: [ 832M 964k/s ] 75G blocks: [ 33k 71% 4/s ]
cpus: 24.6 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 2.2G
read( 0%) -> (16/47) -> process(68% 73% 70% 68% 72% 72% 69% 70% 71% 71% 71% 72% 72% 72% 70% 74% 72% 74% 72% 74% 72% 67% 72% 74% 75% 71% 72% 69% 75% 73% 75%) -> (70k/82k) -> write(94%)
0:27:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 161M 15% 299k/s ] rels: [ 0 0% 0/s ] features: [ 843M 1M/s ] 76G blocks: [ 33k 71% 4/s ]
cpus: 24 gc: 6% heap: 8.7G/25G direct: 1.5M postGC: 5.7G relInfo: 140M mpGeoms: 2.2G
read( 0%) -> (16/47) -> process(69% 70% 69% 71% 69% 68% 70% 70% 70% 69% 70% 70% 70% 68% 70% 70% 69% 71% 71% 70% 70% 69% 70% 70% 69% 71% 70% 69% 70% 69% 70%) -> (66k/82k) -> write(94%)
0:27:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 163M 15% 279k/s ] rels: [ 0 0% 0/s ] features: [ 853M 1M/s ] 77G blocks: [ 33k 71% 5/s ]
cpus: 24 gc: 6% heap: 8.8G/25G direct: 1.5M postGC: 5.7G relInfo: 140M mpGeoms: 2.3G
read( 0%) -> (16/47) -> process(71% 69% 69% 69% 70% 69% 70% 71% 71% 70% 69% 70% 70% 70% 72% 71% 70% 71% 70% 69% 68% 71% 71% 70% 68% 68% 71% 70% 69% 68% 72%) -> (69k/82k) -> write(94%)
0:27:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 166M 15% 273k/s ] rels: [ 0 0% 0/s ] features: [ 864M 1M/s ] 77G blocks: [ 33k 71% 4/s ]
cpus: 24.3 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.7G relInfo: 140M mpGeoms: 2.3G
read( 0%) -> (16/47) -> process(67% 69% 73% 71% 71% 68% 71% 69% 68% 72% 70% 71% 68% 69% 71% 72% 69% 70% 70% 73% 80% 69% 70% 69% 69% 71% 77% 68% 79% 71% 74%) -> (69k/82k) -> write(94%)
0:28:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 169M 16% 288k/s ] rels: [ 0 0% 0/s ] features: [ 874M 1M/s ] 78G blocks: [ 33k 71% 5/s ]
cpus: 24 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.7G relInfo: 140M mpGeoms: 2.3G
read( 0%) -> (16/47) -> process(68% 69% 68% 69% 69% 71% 68% 70% 72% 70% 69% 70% 71% 69% 69% 71% 73% 69% 70% 69% 71% 69% 69% 70% 69% 69% 70% 69% 69% 69% 76%) -> (70k/82k) -> write(93%)
0:28:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 172M 16% 281k/s ] rels: [ 0 0% 0/s ] features: [ 886M 1.1M/s ] 80G blocks: [ 33k 71% 4/s ]
cpus: 23.8 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 5.7G relInfo: 140M mpGeoms: 2.4G
read( 0%) -> (16/47) -> process(70% 69% 68% 71% 70% 69% 70% 68% 69% 65% 68% 69% 71% 71% 71% 71% 69% 71% 68% 69% 71% 71% 68% 68% 73% 69% 63% 69% 66% 70% 68%) -> (67k/82k) -> write(94%)
0:28:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 175M 16% 291k/s ] rels: [ 0 0% 0/s ] features: [ 896M 1M/s ] 81G blocks: [ 33k 71% 4/s ]
cpus: 23.8 gc: 6% heap: 9.3G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 2.4G
read( 0%) -> (16/47) -> process(69% 69% 68% 70% 69% 70% 70% 71% 69% 69% 69% 68% 68% 69% 69% 68% 69% 71% 68% 68% 67% 69% 68% 71% 70% 69% 69% 70% 69% 70% 70%) -> (69k/82k) -> write(94%)
0:28:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 178M 17% 306k/s ] rels: [ 0 0% 0/s ] features: [ 907M 1M/s ] 81G blocks: [ 33k 72% 4/s ]
cpus: 23.6 gc: 6% heap: 9G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 2.5G
read( 0%) -> (16/47) -> process(68% 67% 69% 69% 67% 68% 69% 70% 69% 68% 69% 69% 69% 67% 69% 68% 69% 69% 69% 69% 68% 68% 69% 68% 67% 68% 68% 69% 68% 70% 69%) -> (67k/82k) -> write(94%)
0:28:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 181M 17% 307k/s ] rels: [ 0 0% 0/s ] features: [ 917M 1M/s ] 82G blocks: [ 33k 72% 4/s ]
cpus: 23.8 gc: 6% heap: 8.2G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 2.5G
read( 0%) -> (16/47) -> process(69% 69% 70% 70% 68% 69% 69% 69% 68% 70% 70% 69% 68% 68% 70% 70% 69% 69% 69% 69% 71% 68% 69% 70% 68% 69% 70% 70% 70% 70% 69%) -> (68k/82k) -> write(94%)
0:28:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 184M 17% 322k/s ] rels: [ 0 0% 0/s ] features: [ 927M 996k/s ] 83G blocks: [ 33k 72% 5/s ]
cpus: 24.3 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 2.5G
read( 0%) -> (16/47) -> process(71% 70% 70% 72% 70% 71% 71% 71% 70% 70% 70% 70% 70% 71% 70% 71% 71% 70% 71% 71% 70% 70% 70% 70% 70% 71% 71% 70% 72% 72% 71%) -> (68k/82k) -> write(93%)
0:29:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 187M 17% 315k/s ] rels: [ 0 0% 0/s ] features: [ 938M 1M/s ] 83G blocks: [ 33k 72% 4/s ]
cpus: 23.7 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 2.5G
read( 0%) -> (16/47) -> process(68% 70% 69% 70% 62% 69% 69% 68% 68% 70% 69% 70% 68% 71% 68% 69% 68% 69% 68% 69% 70% 70% 71% 68% 70% 70% 69% 68% 69% 67% 70%) -> (68k/82k) -> write(94%)
0:29:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 190M 18% 306k/s ] rels: [ 0 0% 0/s ] features: [ 949M 1M/s ] 85G blocks: [ 33k 72% 4/s ]
cpus: 23.3 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 2.6G
read( 0%) -> (16/47) -> process(67% 67% 68% 68% 67% 68% 69% 66% 68% 69% 68% 67% 68% 67% 69% 68% 67% 69% 67% 66% 67% 70% 68% 67% 65% 68% 69% 69% 66% 68% 68%) -> (70k/82k) -> write(94%)
0:29:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 193M 18% 278k/s ] rels: [ 0 0% 0/s ] features: [ 959M 978k/s ] 86G blocks: [ 33k 72% 4/s ]
cpus: 24.4 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 2.6G
read( 0%) -> (16/47) -> process(73% 72% 70% 72% 70% 69% 71% 70% 73% 70% 71% 72% 71% 71% 72% 71% 74% 72% 69% 71% 72% 71% 70% 70% 72% 72% 71% 72% 71% 71% 72%) -> (70k/82k) -> write(93%)
0:29:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 196M 18% 286k/s ] rels: [ 0 0% 0/s ] features: [ 969M 983k/s ] 87G blocks: [ 34k 72% 4/s ]
cpus: 23.9 gc: 7% heap: 12G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 2.7G
read( 0%) -> (16/47) -> process(67% 70% 69% 69% 70% 67% 69% 69% 71% 69% 69% 71% 69% 69% 69% 70% 70% 69% 70% 69% 69% 69% 69% 72% 69% 68% 70% 68% 67% 69% 70%) -> (69k/82k) -> write(93%)
0:29:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 199M 18% 299k/s ] rels: [ 0 0% 0/s ] features: [ 978M 936k/s ] 87G blocks: [ 34k 72% 4/s ]
cpus: 24.5 gc: 7% heap: 13G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 2.8G
read( 0%) -> (16/47) -> process(71% 72% 72% 71% 69% 71% 70% 72% 70% 71% 70% 74% 71% 71% 72% 70% 72% 69% 72% 72% 72% 71% 71% 72% 71% 72% 73% 71% 70% 72% 71%) -> (70k/82k) -> write(93%)
0:29:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 202M 19% 325k/s ] rels: [ 0 0% 0/s ] features: [ 987M 898k/s ] 88G blocks: [ 34k 72% 5/s ]
cpus: 24.9 gc: 7% heap: 14G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 2.8G
read( 0%) -> (16/47) -> process(72% 73% 72% 73% 71% 73% 71% 72% 72% 72% 73% 73% 73% 72% 74% 71% 74% 71% 72% 70% 72% 70% 72% 73% 72% 72% 72% 71% 73% 73% 71%) -> (70k/82k) -> write(93%)
0:30:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 206M 19% 313k/s ] rels: [ 0 0% 0/s ] features: [ 996M 897k/s ] 88G blocks: [ 34k 73% 5/s ]
cpus: 24.9 gc: 7% heap: 6.1G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(72% 71% 72% 72% 71% 70% 71% 72% 72% 73% 73% 73% 73% 72% 72% 73% 71% 71% 71% 72% 70% 71% 77% 71% 72% 72% 73% 74% 72% 72% 73%) -> (44k/82k) -> write(93%)
0:30:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 209M 19% 325k/s ] rels: [ 0 0% 0/s ] features: [ 1B 927k/s ] 90G blocks: [ 34k 73% 5/s ]
cpus: 24.9 gc: 7% heap: 6.7G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(71% 73% 73% 71% 72% 73% 72% 71% 72% 73% 72% 73% 72% 72% 73% 71% 72% 73% 72% 73% 73% 72% 72% 72% 72% 73% 71% 73% 73% 73% 71%) -> (39k/82k) -> write(93%)
0:30:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 212M 20% 329k/s ] rels: [ 0 0% 0/s ] features: [ 1B 944k/s ] 91G blocks: [ 34k 73% 5/s ]
cpus: 24.6 gc: 7% heap: 7.6G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(72% 72% 71% 71% 70% 70% 69% 72% 72% 71% 72% 72% 70% 71% 70% 72% 73% 73% 71% 72% 73% 70% 71% 72% 71% 71% 72% 73% 71% 70% 70%) -> (45k/82k) -> write(93%)
0:30:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 215M 20% 317k/s ] rels: [ 0 0% 0/s ] features: [ 1B 928k/s ] 91G blocks: [ 34k 73% 5/s ]
cpus: 24.9 gc: 7% heap: 9.6G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(70% 71% 70% 73% 71% 72% 74% 74% 73% 73% 72% 75% 71% 72% 74% 72% 72% 71% 72% 73% 73% 72% 71% 72% 72% 73% 73% 72% 72% 73% 72%) -> (68k/82k) -> write(93%)
0:30:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 218M 20% 303k/s ] rels: [ 0 0% 0/s ] features: [ 1B 952k/s ] 92G blocks: [ 34k 73% 5/s ]
cpus: 24.2 gc: 6% heap: 10G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(71% 70% 70% 72% 69% 70% 71% 71% 70% 72% 71% 70% 71% 71% 71% 70% 69% 71% 70% 69% 71% 70% 71% 71% 71% 70% 70% 70% 69% 72% 70%) -> (70k/82k) -> write(93%)
0:30:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 221M 21% 299k/s ] rels: [ 0 0% 0/s ] features: [ 1B 994k/s ] 93G blocks: [ 34k 73% 4/s ]
cpus: 23.7 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3G
read( 0%) -> (16/47) -> process(67% 70% 70% 68% 69% 69% 71% 68% 69% 69% 67% 69% 69% 68% 69% 69% 69% 69% 69% 70% 68% 69% 69% 68% 67% 70% 69% 69% 68% 70% 70%) -> (68k/82k) -> write(94%)
0:31:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 224M 21% 305k/s ] rels: [ 0 0% 0/s ] features: [ 1B 980k/s ] 93G blocks: [ 34k 73% 4/s ]
cpus: 24.4 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3G
read( 0%) -> (16/47) -> process(70% 71% 72% 71% 71% 70% 72% 70% 71% 73% 71% 70% 71% 71% 71% 72% 72% 71% 71% 71% 72% 71% 73% 70% 73% 70% 71% 70% 70% 71% 70%) -> (68k/82k) -> write(94%)
0:31:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 227M 21% 309k/s ] rels: [ 0 0% 0/s ] features: [ 1B 953k/s ] 95G blocks: [ 34k 73% 5/s ]
cpus: 24.9 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3G
read( 0%) -> (16/47) -> process(74% 76% 72% 72% 72% 72% 71% 72% 72% 73% 72% 74% 72% 73% 74% 75% 73% 72% 73% 73% 74% 73% 74% 74% 72% 73% 74% 73% 72% 71% 72%) -> (69k/82k) -> write(94%)
0:31:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 231M 21% 305k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1M/s ] 96G blocks: [ 34k 73% 4/s ]
cpus: 24.6 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.1G
read( 0%) -> (16/47) -> process(71% 72% 72% 71% 72% 73% 72% 73% 73% 71% 73% 72% 72% 74% 72% 71% 70% 71% 72% 71% 71% 73% 73% 72% 72% 71% 70% 74% 72% 73% 71%) -> (72k/82k) -> write(94%)
0:31:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 233M 22% 293k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1M/s ] 96G blocks: [ 34k 74% 4/s ]
cpus: 24.1 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.1G
read( 0%) -> (16/47) -> process(71% 69% 71% 69% 70% 70% 71% 71% 70% 70% 71% 72% 70% 70% 71% 70% 70% 70% 71% 70% 70% 70% 70% 69% 71% 71% 71% 70% 71% 70% 71%) -> (68k/82k) -> write(94%)
0:31:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 236M 22% 296k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1M/s ] 97G blocks: [ 34k 74% 4/s ]
cpus: 23.6 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.2G
read( 0%) -> (16/47) -> process(69% 68% 68% 68% 68% 69% 69% 69% 68% 69% 71% 71% 69% 68% 67% 69% 70% 71% 68% 68% 69% 69% 68% 68% 68% 69% 69% 68% 69% 69% 66%) -> (71k/82k) -> write(94%)
0:31:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 239M 22% 289k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1M/s ] 98G blocks: [ 34k 74% 4/s ]
cpus: 23.3 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.2G
read( 0%) -> (16/47) -> process(67% 69% 68% 68% 67% 68% 68% 68% 67% 68% 67% 67% 70% 68% 70% 67% 67% 67% 67% 69% 68% 68% 68% 67% 68% 68% 68% 67% 67% 68% 68%) -> (71k/82k) -> write(94%)
0:32:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 242M 22% 297k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1M/s ] 98G blocks: [ 34k 74% 4/s ]
cpus: 23.7 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.2G
read( 0%) -> (16/47) -> process(68% 69% 68% 69% 68% 69% 68% 69% 69% 69% 69% 70% 70% 68% 68% 69% 69% 69% 70% 69% 69% 70% 68% 69% 68% 70% 69% 69% 69% 69% 69%) -> (70k/82k) -> write(94%)
0:32:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 245M 23% 283k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1M/s ] 100G blocks: [ 34k 74% 4/s ]
cpus: 23.8 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.3G
read( 0%) -> (16/47) -> process(69% 69% 68% 70% 68% 69% 69% 70% 69% 71% 70% 69% 69% 69% 71% 69% 69% 69% 70% 68% 71% 70% 69% 69% 70% 70% 69% 68% 70% 71% 69%) -> (66k/82k) -> write(94%)
0:32:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 248M 23% 297k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1M/s ] 101G blocks: [ 34k 74% 4/s ]
cpus: 23.8 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.3G
read( 0%) -> (16/47) -> process(69% 70% 68% 68% 69% 69% 70% 69% 70% 70% 71% 69% 70% 69% 71% 69% 71% 70% 71% 69% 69% 68% 69% 68% 69% 69% 69% 71% 70% 70% 70%) -> (70k/82k) -> write(94%)
0:32:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 251M 23% 298k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 972k/s ] 102G blocks: [ 34k 74% 4/s ]
cpus: 24.1 gc: 6% heap: 15G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.4G
read( 0%) -> (16/47) -> process(70% 70% 72% 70% 69% 70% 71% 70% 69% 70% 70% 71% 71% 70% 70% 70% 71% 71% 70% 70% 70% 70% 70% 72% 72% 71% 71% 70% 71% 69% 70%) -> (68k/82k) -> write(94%)
0:32:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 254M 24% 296k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 981k/s ] 102G blocks: [ 34k 74% 5/s ]
cpus: 24.3 gc: 6% heap: 6.1G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.4G
read( 0%) -> (16/47) -> process(71% 72% 71% 71% 71% 71% 71% 72% 71% 71% 72% 71% 71% 71% 70% 70% 73% 71% 72% 71% 70% 70% 70% 71% 71% 70% 72% 71% 70% 71% 71%) -> (51k/82k) -> write(94%)
0:32:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 257M 24% 300k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 972k/s ] 103G blocks: [ 35k 74% 4/s ]
cpus: 24.4 gc: 6% heap: 6.8G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.4G
read( 0%) -> (16/47) -> process(72% 72% 72% 70% 70% 72% 71% 72% 69% 71% 73% 71% 71% 71% 71% 72% 71% 71% 71% 72% 72% 72% 71% 70% 70% 72% 71% 72% 72% 72% 70%) -> (37k/82k) -> write(94%)
0:33:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 260M 24% 312k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 967k/s ] 105G blocks: [ 35k 74% 5/s ]
cpus: 24.4 gc: 6% heap: 7.7G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.5G
read( 0%) -> (16/47) -> process(72% 71% 72% 73% 70% 71% 71% 71% 71% 71% 72% 70% 71% 73% 71% 71% 72% 70% 71% 72% 72% 72% 71% 70% 72% 71% 72% 71% 69% 72% 70%) -> (52k/82k) -> write(94%)
0:33:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 264M 24% 360k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 993k/s ] 105G blocks: [ 35k 75% 5/s ]
cpus: 24 gc: 6% heap: 9.8G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.5G
read( 0%) -> (16/47) -> process(71% 71% 70% 70% 69% 70% 71% 69% 69% 69% 71% 71% 69% 71% 71% 71% 70% 71% 71% 73% 70% 69% 69% 70% 69% 70% 70% 69% 71% 71% 70%) -> (69k/82k) -> write(94%)
0:33:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 267M 25% 341k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 954k/s ] 106G blocks: [ 35k 75% 5/s ]
cpus: 24.7 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.6G
read( 0%) -> (16/47) -> process(74% 72% 72% 72% 72% 73% 71% 73% 73% 74% 72% 72% 71% 73% 72% 74% 72% 73% 73% 72% 73% 73% 74% 73% 71% 73% 71% 74% 70% 72% 72%) -> (71k/82k) -> write(94%)
0:33:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 271M 25% 320k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 935k/s ] 107G blocks: [ 35k 75% 4/s ]
cpus: 24.7 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.7G
read( 0%) -> (16/47) -> process(71% 72% 74% 71% 74% 73% 74% 75% 73% 73% 72% 72% 73% 73% 72% 72% 75% 71% 72% 72% 72% 74% 73% 72% 73% 72% 72% 72% 72% 73% 75%) -> (69k/82k) -> write(94%)
0:33:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 274M 25% 354k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 998k/s ] 107G blocks: [ 35k 75% 4/s ]
cpus: 24 gc: 6% heap: 6G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.7G
read( 0%) -> (16/47) -> process(70% 70% 71% 70% 69% 68% 69% 70% 69% 70% 70% 71% 70% 70% 72% 69% 70% 70% 70% 71% 70% 70% 70% 70% 70% 71% 70% 70% 71% 71% 69%) -> (52k/82k) -> write(94%)
0:33:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 278M 26% 348k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1M/s ] 108G blocks: [ 35k 75% 4/s ]
cpus: 24 gc: 6% heap: 6.8G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.7G
read( 0%) -> (16/47) -> process(71% 69% 71% 71% 69% 70% 69% 70% 72% 71% 72% 72% 70% 70% 70% 71% 70% 71% 71% 70% 71% 69% 71% 70% 68% 70% 71% 70% 70% 71% 71%) -> (36k/82k) -> write(94%)
0:34:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 281M 26% 333k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1M/s ] 109G blocks: [ 35k 75% 5/s ]
cpus: 23.7 gc: 6% heap: 8G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.8G
read( 0%) -> (16/47) -> process(69% 69% 69% 69% 69% 68% 69% 69% 69% 70% 70% 71% 69% 71% 69% 69% 71% 69% 68% 71% 70% 70% 71% 69% 68% 68% 68% 70% 68% 69% 70%) -> (62k/82k) -> write(94%)
0:34:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 284M 26% 323k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1M/s ] 109G blocks: [ 35k 75% 4/s ]
cpus: 23.5 gc: 6% heap: 9.3G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.8G
read( 0%) -> (16/47) -> process(68% 70% 67% 68% 69% 68% 68% 68% 68% 69% 69% 69% 68% 69% 68% 71% 68% 69% 69% 69% 67% 67% 70% 69% 67% 69% 71% 69% 68% 69% 69%) -> (70k/82k) -> write(94%)
0:34:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 287M 27% 317k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1M/s ] 111G blocks: [ 35k 75% 5/s ]
cpus: 23 gc: 6% heap: 9.3G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.8G
read( 0%) -> (16/47) -> process(68% 67% 66% 66% 65% 66% 68% 70% 67% 67% 68% 66% 67% 66% 68% 64% 69% 66% 68% 67% 66% 66% 68% 68% 68% 67% 66% 68% 66% 68% 67%) -> (57k/82k) -> write(94%)
0:34:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 290M 27% 308k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1M/s ] 112G blocks: [ 35k 75% 4/s ]
cpus: 22.9 gc: 6% heap: 9.5G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.9G
read( 0%) -> (16/47) -> process(65% 67% 66% 66% 72% 68% 67% 66% 67% 66% 66% 66% 66% 66% 68% 66% 67% 64% 68% 66% 67% 65% 66% 66% 66% 66% 67% 66% 67% 66% 67%) -> (70k/82k) -> write(94%)
0:34:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 294M 27% 331k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1M/s ] 112G blocks: [ 35k 75% 5/s ]
cpus: 23.4 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.9G
read( 0%) -> (16/47) -> process(68% 67% 66% 69% 69% 68% 68% 66% 69% 68% 68% 70% 66% 68% 71% 69% 67% 69% 69% 67% 67% 69% 70% 70% 67% 68% 69% 68% 70% 67% 67%) -> (69k/82k) -> write(94%)
0:34:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 297M 27% 308k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 958k/s ] 113G blocks: [ 35k 76% 4/s ]
cpus: 24 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 3.9G
read( 0%) -> (16/47) -> process(71% 70% 69% 72% 71% 69% 68% 73% 69% 72% 69% 73% 70% 70% 69% 71% 70% 71% 70% 70% 70% 71% 70% 73% 69% 68% 69% 69% 71% 70% 70%) -> (71k/82k) -> write(94%)
0:35:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 300M 28% 315k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 960k/s ] 114G blocks: [ 35k 76% 4/s ]
cpus: 24.6 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 4G
read( 0%) -> (16/47) -> process(70% 72% 73% 73% 73% 72% 71% 73% 71% 74% 71% 73% 72% 71% 72% 72% 72% 73% 73% 72% 71% 72% 74% 71% 72% 71% 72% 72% 73% 71% 71%) -> (67k/82k) -> write(94%)
0:35:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 303M 28% 313k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 989k/s ] 114G blocks: [ 35k 76% 4/s ]
cpus: 24.1 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 4G
read( 0%) -> (16/47) -> process(70% 70% 70% 71% 69% 70% 69% 71% 70% 71% 70% 70% 70% 70% 70% 74% 74% 70% 72% 70% 71% 70% 71% 72% 69% 70% 70% 69% 70% 70% 70%) -> (70k/82k) -> write(94%)
0:35:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 306M 28% 328k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1M/s ] 116G blocks: [ 35k 76% 4/s ]
cpus: 23.7 gc: 6% heap: 15G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 4.1G
read( 0%) -> (16/47) -> process(71% 71% 69% 68% 69% 70% 68% 69% 69% 71% 68% 68% 70% 69% 68% 69% 68% 70% 70% 70% 70% 70% 69% 69% 70% 70% 70% 69% 69% 69% 69%) -> (68k/82k) -> write(94%)
0:35:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 310M 29% 340k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1M/s ] 117G blocks: [ 35k 76% 5/s ]
cpus: 23.3 gc: 6% heap: 6.1G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 4.1G
read( 0%) -> (16/47) -> process(68% 69% 67% 68% 67% 69% 69% 65% 68% 67% 67% 68% 68% 66% 66% 68% 67% 67% 70% 68% 67% 68% 67% 69% 68% 68% 68% 69% 68% 69% 68%) -> (40k/82k) -> write(94%)
0:35:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 313M 29% 338k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1M/s ] 117G blocks: [ 35k 76% 4/s ]
cpus: 23.8 gc: 6% heap: 8.2G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 4.1G
read( 0%) -> (16/47) -> process(69% 70% 71% 69% 70% 70% 68% 68% 69% 69% 73% 70% 71% 70% 69% 71% 71% 69% 69% 68% 70% 69% 69% 71% 71% 70% 69% 71% 69% 69% 70%) -> (61k/82k) -> write(94%)
0:35:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 317M 29% 330k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 946k/s ] 118G blocks: [ 35k 76% 4/s ]
cpus: 24.1 gc: 6% heap: 10G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.2G
read( 0%) -> (16/47) -> process(72% 71% 72% 69% 71% 71% 70% 70% 67% 71% 72% 72% 70% 73% 69% 73% 67% 69% 69% 69% 70% 71% 71% 69% 70% 71% 69% 70% 71% 73% 73%) -> (67k/82k) -> write(94%)
0:36:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 320M 30% 348k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 944k/s ] 119G blocks: [ 35k 76% 5/s ]
cpus: 24.4 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.2G
read( 0%) -> (16/47) -> process(69% 72% 70% 71% 71% 71% 70% 70% 70% 71% 75% 72% 72% 71% 71% 70% 71% 75% 72% 73% 73% 72% 72% 71% 72% 71% 70% 75% 71% 71% 70%) -> (68k/82k) -> write(94%)
0:36:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 324M 30% 362k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1M/s ] 119G blocks: [ 36k 76% 4/s ]
cpus: 23.5 gc: 6% heap: 15G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.2G
read( 0%) -> (16/47) -> process(68% 66% 67% 67% 70% 69% 69% 68% 68% 73% 68% 68% 67% 70% 68% 71% 68% 68% 68% 70% 69% 67% 68% 67% 68% 70% 67% 68% 69% 69% 68%) -> (67k/82k) -> write(94%)
0:36:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 327M 30% 370k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1M/s ] 120G blocks: [ 36k 77% 5/s ]
cpus: 23.4 gc: 6% heap: 6.1G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.3G
read( 0%) -> (16/47) -> process(65% 69% 69% 68% 67% 68% 68% 66% 68% 65% 68% 68% 67% 71% 70% 66% 68% 63% 70% 69% 66% 69% 68% 68% 69% 70% 70% 69% 67% 71% 67%) -> (41k/82k) -> write(94%)
0:36:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 331M 31% 360k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 992k/s ] 122G blocks: [ 36k 77% 5/s ]
cpus: 24 gc: 6% heap: 7.9G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.3G
read( 0%) -> (16/47) -> process(72% 67% 70% 70% 68% 69% 70% 69% 70% 70% 70% 70% 70% 71% 70% 72% 68% 69% 69% 70% 69% 71% 70% 69% 70% 70% 71% 71% 69% 71% 70%) -> (70k/82k) -> write(94%)
0:36:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 334M 31% 335k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 943k/s ] 122G blocks: [ 36k 77% 5/s ]
cpus: 24.2 gc: 6% heap: 9.9G/25G direct: 1.5M postGC: 6.1G relInfo: 140M mpGeoms: 4.3G
read( 0%) -> (16/47) -> process(69% 70% 70% 70% 71% 72% 69% 71% 70% 71% 72% 72% 70% 71% 70% 72% 70% 72% 71% 69% 71% 68% 72% 71% 71% 70% 71% 72% 72% 71% 70%) -> (70k/82k) -> write(94%)
0:36:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 338M 31% 335k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1M/s ] 123G blocks: [ 36k 77% 5/s ]
cpus: 23.3 gc: 6% heap: 10G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.4G
read( 0%) -> (16/47) -> process(68% 67% 69% 67% 68% 72% 69% 69% 72% 68% 71% 67% 69% 67% 68% 63% 66% 66% 65% 69% 67% 67% 68% 67% 68% 67% 67% 64% 69% 67% 67%) -> (70k/82k) -> write(94%)
0:37:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 341M 32% 327k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1M/s ] 124G blocks: [ 36k 77% 4/s ]
cpus: 23.5 gc: 6% heap: 10G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.4G
read( 0%) -> (16/47) -> process(65% 69% 69% 68% 70% 68% 69% 69% 69% 69% 67% 68% 69% 69% 68% 70% 68% 68% 69% 69% 67% 70% 68% 65% 69% 67% 68% 68% 68% 68% 69%) -> (69k/82k) -> write(94%)
0:37:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 344M 32% 330k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 999k/s ] 124G blocks: [ 36k 77% 5/s ]
cpus: 24.5 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.4G
read( 0%) -> (16/47) -> process(69% 72% 70% 72% 70% 70% 72% 71% 71% 70% 72% 72% 70% 72% 69% 76% 72% 65% 76% 69% 71% 73% 75% 69% 72% 74% 72% 72% 72% 72% 73%) -> (68k/82k) -> write(94%)
0:37:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 348M 32% 357k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1M/s ] 125G blocks: [ 36k 77% 5/s ]
cpus: 23.5 gc: 6% heap: 13G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.5G
read( 0%) -> (16/47) -> process(69% 69% 68% 68% 69% 70% 69% 70% 68% 70% 68% 68% 69% 69% 68% 69% 68% 69% 70% 68% 69% 68% 68% 69% 69% 68% 69% 69% 68% 69% 69%) -> (71k/82k) -> write(94%)
0:37:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 351M 33% 341k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 980k/s ] 127G blocks: [ 36k 77% 5/s ]
cpus: 24.3 gc: 6% heap: 14G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.5G
read( 0%) -> (16/47) -> process(70% 70% 71% 71% 73% 73% 70% 72% 70% 71% 71% 71% 71% 70% 72% 70% 70% 70% 70% 72% 71% 70% 71% 70% 70% 71% 71% 71% 72% 70% 71%) -> (71k/82k) -> write(94%)
0:37:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 355M 33% 361k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 999k/s ] 127G blocks: [ 36k 77% 4/s ]
cpus: 24.3 gc: 6% heap: 6.7G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.5G
read( 0%) -> (16/47) -> process(70% 71% 72% 70% 72% 72% 72% 71% 70% 72% 71% 72% 71% 71% 71% 72% 71% 71% 71% 71% 70% 72% 71% 71% 70% 71% 71% 70% 70% 70% 71%) -> (38k/82k) -> write(94%)
0:37:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 359M 33% 352k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 992k/s ] 128G blocks: [ 36k 78% 5/s ]
cpus: 24.2 gc: 6% heap: 8.5G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.6G
read( 0%) -> (16/47) -> process(71% 70% 71% 70% 71% 71% 71% 72% 71% 71% 71% 71% 70% 71% 70% 72% 71% 71% 71% 72% 71% 71% 72% 70% 71% 70% 72% 70% 71% 74% 71%) -> (67k/82k) -> write(94%)
0:38:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 362M 34% 340k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 990k/s ] 129G blocks: [ 36k 78% 4/s ]
cpus: 24.1 gc: 6% heap: 9.7G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.6G
read( 0%) -> (16/47) -> process(70% 70% 70% 70% 71% 70% 70% 70% 70% 71% 72% 71% 70% 71% 72% 71% 71% 71% 70% 71% 71% 71% 70% 70% 71% 72% 70% 71% 71% 70% 71%) -> (72k/82k) -> write(94%)
0:38:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 365M 34% 342k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 946k/s ] 129G blocks: [ 36k 78% 4/s ]
cpus: 24.7 gc: 6% heap: 13G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 4.6G
read( 0%) -> (16/47) -> process(71% 73% 73% 72% 72% 73% 71% 73% 74% 74% 74% 74% 72% 72% 71% 72% 72% 72% 72% 73% 73% 73% 72% 72% 73% 72% 72% 73% 74% 73% 73%) -> (71k/82k) -> write(94%)
0:38:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 369M 34% 315k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 858k/s ] 130G blocks: [ 36k 78% 5/s ]
cpus: 25.4 gc: 7% heap: 14G/25G direct: 1.5M postGC: 6.1G relInfo: 140M mpGeoms: 4.6G
read( 0%) -> (16/47) -> process(75% 75% 72% 74% 73% 76% 72% 75% 73% 73% 73% 75% 73% 73% 72% 72% 75% 74% 73% 72% 73% 73% 74% 74% 75% 75% 75% 73% 77% 75% 75%) -> (68k/82k) -> write(93%)
0:38:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 372M 34% 348k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 965k/s ] 131G blocks: [ 36k 78% 5/s ]
cpus: 24.1 gc: 6% heap: 14G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(71% 70% 71% 70% 70% 70% 72% 71% 71% 70% 72% 71% 72% 71% 70% 70% 72% 70% 68% 70% 70% 68% 71% 70% 70% 72% 72% 71% 71% 69% 69%) -> (68k/82k) -> write(93%)
0:38:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 376M 35% 354k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1M/s ] 131G blocks: [ 36k 78% 4/s ]
cpus: 24.1 gc: 6% heap: 7.3G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(71% 70% 70% 70% 70% 71% 71% 71% 71% 70% 70% 70% 70% 70% 71% 71% 70% 72% 70% 70% 70% 70% 71% 70% 70% 71% 71% 69% 70% 69% 71%) -> (47k/82k) -> write(94%)
0:38:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 379M 35% 357k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 989k/s ] 133G blocks: [ 36k 78% 5/s ]
cpus: 23.8 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(70% 69% 68% 71% 69% 69% 70% 70% 71% 71% 69% 70% 70% 69% 69% 71% 71% 70% 69% 68% 69% 69% 69% 70% 69% 70% 69% 69% 69% 70% 70%) -> (71k/82k) -> write(94%)
0:39:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 383M 35% 376k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 970k/s ] 134G blocks: [ 36k 78% 5/s ]
cpus: 24 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(70% 70% 70% 71% 70% 72% 71% 71% 71% 71% 71% 71% 71% 70% 70% 70% 69% 69% 72% 70% 70% 71% 71% 69% 71% 70% 70% 69% 71% 71% 71%) -> (71k/82k) -> write(94%)
0:39:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 387M 36% 373k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 977k/s ] 134G blocks: [ 36k 78% 5/s ]
cpus: 24.6 gc: 6% heap: 6.4G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5G
read( 0%) -> (16/47) -> process(72% 72% 72% 72% 71% 72% 72% 72% 73% 72% 74% 72% 72% 72% 71% 72% 71% 73% 71% 72% 72% 74% 73% 71% 72% 70% 71% 73% 73% 71% 71%) -> (50k/82k) -> write(94%)
0:39:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 390M 36% 374k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 977k/s ] 135G blocks: [ 36k 79% 4/s ]
cpus: 24.7 gc: 6% heap: 9G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5G
read( 0%) -> (16/47) -> process(72% 71% 72% 73% 72% 72% 72% 72% 73% 72% 73% 73% 72% 72% 74% 72% 73% 73% 73% 72% 73% 72% 73% 72% 74% 72% 73% 73% 72% 72% 73%) -> (64k/82k) -> write(94%)
0:39:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 394M 37% 390k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 986k/s ] 136G blocks: [ 37k 79% 5/s ]
cpus: 24.6 gc: 5% heap: 12G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(72% 72% 73% 71% 72% 72% 72% 73% 73% 72% 73% 73% 72% 73% 73% 73% 73% 71% 72% 72% 72% 70% 73% 71% 72% 73% 72% 73% 73% 73% 71%) -> (70k/82k) -> write(94%)
0:39:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 398M 37% 380k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 996k/s ] 136G blocks: [ 37k 79% 5/s ]
cpus: 24.6 gc: 6% heap: 6.4G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(72% 73% 72% 72% 72% 73% 71% 72% 73% 73% 72% 72% 72% 72% 71% 72% 72% 71% 73% 72% 71% 71% 72% 73% 71% 73% 71% 72% 72% 73% 72%) -> (47k/82k) -> write(94%)
0:39:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 402M 37% 383k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 982k/s ] 138G blocks: [ 37k 79% 5/s ]
cpus: 24.3 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(71% 72% 71% 72% 71% 72% 72% 71% 72% 73% 71% 71% 71% 71% 73% 71% 72% 72% 72% 70% 71% 70% 71% 72% 71% 73% 71% 72% 71% 71% 70%) -> (71k/82k) -> write(94%)
0:40:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 406M 38% 402k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 999k/s ] 138G blocks: [ 37k 79% 5/s ]
cpus: 23.9 gc: 5% heap: 14G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(70% 70% 70% 69% 70% 70% 71% 69% 70% 71% 69% 70% 70% 70% 71% 71% 70% 71% 69% 70% 70% 69% 70% 70% 70% 70% 69% 70% 70% 70% 70%) -> (69k/82k) -> write(94%)
0:40:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 410M 38% 393k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 996k/s ] 139G blocks: [ 37k 79% 5/s ]
cpus: 23.6 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(69% 69% 69% 70% 69% 68% 70% 68% 70% 69% 69% 69% 69% 69% 69% 68% 70% 70% 69% 70% 69% 69% 70% 70% 69% 70% 68% 69% 69% 69% 68%) -> (42k/82k) -> write(94%)
0:40:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 414M 38% 371k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 950k/s ] 140G blocks: [ 37k 79% 4/s ]
cpus: 24.2 gc: 5% heap: 10G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(71% 71% 71% 69% 72% 70% 72% 71% 71% 72% 70% 70% 70% 70% 71% 70% 71% 71% 73% 72% 70% 71% 71% 70% 70% 73% 72% 73% 70% 72% 71%) -> (68k/82k) -> write(95%)
0:40:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 418M 39% 385k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1M/s ] 140G blocks: [ 37k 79% 5/s ]
cpus: 23.3 gc: 5% heap: 14G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(67% 68% 67% 68% 68% 68% 68% 69% 68% 67% 68% 69% 67% 69% 69% 69% 68% 67% 68% 69% 68% 68% 69% 66% 69% 69% 67% 67% 67% 67% 69%) -> (71k/82k) -> write(95%)
0:40:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 421M 39% 371k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1M/s ] 141G blocks: [ 37k 79% 4/s ]
cpus: 23.3 gc: 6% heap: 7.3G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(69% 68% 67% 67% 68% 67% 68% 67% 67% 68% 70% 67% 71% 69% 68% 69% 67% 68% 67% 66% 67% 68% 68% 68% 68% 69% 67% 68% 67% 67% 68%) -> (43k/82k) -> write(94%)
0:40:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 425M 39% 400k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1M/s ] 142G blocks: [ 37k 80% 5/s ]
cpus: 23.5 gc: 5% heap: 11G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(69% 69% 69% 69% 68% 69% 69% 70% 68% 70% 70% 69% 68% 68% 69% 69% 70% 67% 69% 70% 68% 69% 69% 69% 69% 69% 68% 68% 69% 69% 69%) -> (71k/82k) -> write(94%)
0:41:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 429M 40% 379k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1M/s ] 142G blocks: [ 37k 80% 4/s ]
cpus: 22.9 gc: 6% heap: 15G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.3G
read( 0%) -> (16/47) -> process(66% 67% 68% 67% 68% 63% 67% 67% 67% 68% 67% 68% 66% 67% 67% 66% 67% 67% 67% 68% 66% 66% 69% 67% 66% 66% 68% 68% 66% 67% 66%) -> (68k/82k) -> write(94%)
0:41:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 433M 40% 356k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1M/s ] 144G blocks: [ 37k 80% 5/s ]
cpus: 22.7 gc: 6% heap: 6.8G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.3G
read( 0%) -> (16/47) -> process(64% 66% 66% 66% 67% 66% 66% 67% 66% 68% 66% 66% 67% 66% 69% 65% 66% 66% 65% 66% 66% 65% 66% 65% 64% 66% 66% 67% 66% 66% 65%) -> (48k/82k) -> write(94%)
0:41:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 436M 40% 358k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1M/s ] 145G blocks: [ 37k 80% 4/s ]
cpus: 22.7 gc: 6% heap: 10G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.3G
read( 0%) -> (16/47) -> process(66% 66% 66% 66% 66% 65% 67% 66% 65% 66% 66% 67% 66% 66% 67% 66% 66% 66% 66% 65% 66% 66% 67% 67% 66% 66% 66% 66% 65% 67% 66%) -> (71k/82k) -> write(94%)
0:41:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 440M 41% 370k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1M/s ] 146G blocks: [ 37k 80% 5/s ]
cpus: 23.2 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.4G
read( 0%) -> (16/47) -> process(68% 68% 68% 67% 67% 68% 69% 67% 67% 69% 68% 68% 67% 67% 68% 68% 67% 68% 67% 68% 67% 68% 67% 68% 66% 67% 68% 69% 68% 67% 68%) -> (70k/82k) -> write(94%)
0:41:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 444M 41% 372k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1M/s ] 146G blocks: [ 37k 80% 5/s ]
cpus: 23.1 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.4G
read( 0%) -> (16/47) -> process(67% 66% 67% 68% 66% 68% 68% 66% 67% 67% 68% 68% 67% 66% 67% 67% 68% 66% 67% 68% 68% 66% 67% 67% 66% 68% 69% 67% 67% 66% 66%) -> (59k/82k) -> write(94%)
0:41:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 448M 41% 388k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1M/s ] 147G blocks: [ 37k 80% 5/s ]
cpus: 22.6 gc: 6% heap: 9G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.4G
read( 0%) -> (16/47) -> process(65% 66% 67% 65% 64% 66% 66% 67% 65% 67% 67% 65% 65% 66% 68% 66% 65% 67% 66% 66% 65% 65% 66% 66% 66% 65% 67% 66% 65% 67% 66%) -> (69k/82k) -> write(94%)
0:42:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 452M 42% 409k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1M/s ] 148G blocks: [ 37k 80% 5/s ]
cpus: 22.8 gc: 5% heap: 12G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.5G
read( 0%) -> (16/47) -> process(67% 67% 65% 65% 69% 67% 67% 68% 66% 67% 67% 68% 65% 66% 66% 65% 67% 66% 68% 67% 67% 67% 67% 67% 66% 66% 67% 65% 67% 66% 66%) -> (73k/82k) -> write(94%)
0:42:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 456M 42% 411k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1M/s ] 148G blocks: [ 37k 80% 5/s ]
cpus: 23.3 gc: 6% heap: 6.4G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.5G
read( 0%) -> (16/47) -> process(68% 68% 68% 67% 70% 68% 68% 68% 67% 66% 69% 68% 68% 68% 69% 67% 67% 68% 68% 67% 67% 67% 69% 70% 69% 68% 69% 68% 67% 70% 67%) -> (60k/82k) -> write(94%)
0:42:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 460M 43% 435k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1M/s ] 150G blocks: [ 37k 81% 5/s ]
cpus: 22.9 gc: 5% heap: 10G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.5G
read( 0%) -> (16/47) -> process(68% 68% 65% 67% 67% 67% 68% 69% 67% 69% 67% 67% 69% 67% 68% 65% 66% 67% 68% 68% 67% 66% 67% 67% 67% 67% 67% 67% 67% 66% 66%) -> (70k/82k) -> write(95%)
0:42:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 464M 43% 409k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1M/s ] 151G blocks: [ 38k 81% 5/s ]
cpus: 23.5 gc: 5% heap: 14G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.6G
read( 0%) -> (16/47) -> process(69% 69% 67% 68% 69% 69% 71% 68% 70% 69% 69% 69% 69% 68% 69% 70% 70% 67% 68% 68% 67% 68% 67% 69% 68% 69% 69% 68% 69% 68% 69%) -> (70k/82k) -> write(95%)
0:42:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 468M 43% 391k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1M/s ] 151G blocks: [ 38k 81% 5/s ]
cpus: 23.8 gc: 6% heap: 7.4G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.6G
read( 0%) -> (16/47) -> process(71% 69% 69% 70% 71% 70% 70% 70% 69% 71% 69% 68% 70% 70% 70% 72% 69% 69% 73% 69% 68% 69% 69% 69% 69% 71% 71% 68% 70% 68% 68%) -> (47k/82k) -> write(94%)
0:42:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 472M 44% 418k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 992k/s ] 152G blocks: [ 38k 81% 5/s ]
cpus: 24 gc: 5% heap: 11G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.6G
read( 0%) -> (16/47) -> process(70% 72% 70% 71% 70% 69% 70% 71% 71% 71% 71% 71% 72% 71% 70% 71% 72% 70% 70% 70% 71% 69% 73% 74% 70% 70% 71% 70% 69% 70% 69%) -> (72k/82k) -> write(95%)
0:43:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 477M 44% 457k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1M/s ] 153G blocks: [ 38k 81% 6/s ]
cpus: 23.5 gc: 5% heap: 15G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(69% 69% 68% 68% 69% 70% 68% 71% 68% 71% 69% 69% 69% 70% 69% 68% 68% 68% 69% 69% 69% 70% 70% 69% 68% 69% 70% 69% 68% 70% 69%) -> (71k/82k) -> write(95%)
0:43:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 481M 45% 441k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1M/s ] 153G blocks: [ 38k 81% 5/s ]
cpus: 23.5 gc: 6% heap: 9.5G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(69% 68% 68% 68% 69% 69% 69% 68% 69% 70% 71% 69% 67% 70% 69% 67% 69% 69% 67% 70% 69% 68% 69% 67% 68% 74% 69% 72% 68% 68% 69%) -> (72k/82k) -> write(94%)
0:43:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 486M 45% 412k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1M/s ] 154G blocks: [ 38k 81% 5/s ]
cpus: 22.6 gc: 5% heap: 12G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(64% 67% 66% 64% 67% 65% 67% 65% 68% 67% 65% 66% 68% 66% 66% 66% 65% 66% 67% 65% 65% 65% 66% 66% 65% 66% 65% 68% 67% 66% 64%) -> (71k/82k) -> write(94%)
0:43:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 490M 45% 416k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1M/s ] 156G blocks: [ 38k 81% 5/s ]
cpus: 23.1 gc: 6% heap: 16G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(66% 67% 66% 68% 69% 68% 67% 67% 69% 67% 67% 67% 67% 67% 67% 68% 67% 68% 66% 67% 67% 67% 69% 67% 68% 67% 67% 67% 67% 66% 67%) -> (60k/82k) -> write(94%)
0:43:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 494M 46% 380k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1M/s ] 157G blocks: [ 38k 82% 5/s ]
cpus: 23.6 gc: 6% heap: 10G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.8G
read( 0%) -> (16/47) -> process(70% 70% 70% 69% 68% 68% 70% 68% 70% 70% 68% 70% 68% 69% 69% 71% 68% 70% 69% 68% 71% 70% 70% 70% 68% 70% 70% 69% 67% 68% 69%) -> (71k/82k) -> write(94%)
0:43:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 498M 46% 393k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1M/s ] 157G blocks: [ 38k 82% 5/s ]
cpus: 23.5 gc: 6% heap: 15G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 5.8G
read( 0%) -> (16/47) -> process(67% 67% 71% 67% 70% 67% 68% 67% 70% 69% 69% 69% 65% 68% 71% 69% 70% 69% 68% 69% 71% 71% 68% 71% 68% 68% 68% 69% 66% 69% 69%) -> (71k/82k) -> write(94%)
0:44:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 501M 46% 357k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1M/s ] 158G blocks: [ 38k 82% 4/s ]
cpus: 23.5 gc: 6% heap: 7.7G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.8G
read( 0%) -> (16/47) -> process(67% 70% 69% 70% 68% 69% 68% 69% 68% 67% 71% 68% 69% 68% 69% 70% 67% 68% 68% 68% 68% 68% 66% 67% 70% 69% 68% 68% 69% 73% 69%) -> (58k/82k) -> write(94%)
0:44:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 505M 47% 389k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1M/s ] 159G blocks: [ 38k 82% 5/s ]
cpus: 24.1 gc: 5% heap: 12G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(70% 67% 71% 72% 72% 71% 72% 72% 71% 72% 70% 71% 69% 72% 71% 71% 70% 68% 73% 70% 71% 71% 71% 71% 71% 71% 69% 71% 70% 74% 70%) -> (27k/82k) -> write(95%)
0:44:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 509M 47% 380k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 977k/s ] 159G blocks: [ 38k 82% 4/s ]
cpus: 24.8 gc: 6% heap: 6.9G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(72% 72% 72% 71% 72% 75% 71% 72% 76% 73% 78% 75% 70% 71% 74% 72% 72% 73% 73% 72% 76% 77% 73% 70% 73% 71% 72% 73% 72% 73% 71%) -> (37k/82k) -> write(94%)
0:44:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 513M 47% 398k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 994k/s ] 160G blocks: [ 38k 82% 5/s ]
cpus: 24.1 gc: 6% heap: 10G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(71% 71% 70% 72% 70% 70% 71% 70% 69% 70% 72% 70% 69% 71% 70% 70% 71% 71% 71% 69% 70% 70% 72% 70% 70% 71% 72% 71% 71% 69% 71%) -> (71k/82k) -> write(94%)
0:44:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 517M 48% 434k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1M/s ] 162G blocks: [ 38k 82% 5/s ]
cpus: 23.3 gc: 5% heap: 16G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(68% 68% 68% 70% 67% 65% 68% 70% 67% 69% 67% 68% 70% 68% 68% 68% 69% 67% 69% 69% 67% 68% 66% 70% 67% 68% 68% 65% 71% 67% 69%) -> (57k/82k) -> write(94%)
0:44:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 521M 48% 399k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1M/s ] 162G blocks: [ 38k 82% 5/s ]
cpus: 23 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6G
read( 0%) -> (16/47) -> process(68% 67% 67% 64% 66% 68% 68% 67% 68% 70% 67% 69% 67% 65% 71% 69% 68% 67% 67% 67% 65% 68% 67% 68% 66% 66% 68% 62% 63% 67% 68%) -> (70k/82k) -> write(95%)
0:45:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 525M 49% 353k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1M/s ] 163G blocks: [ 38k 82% 4/s ]
cpus: 23.2 gc: 6% heap: 16G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6G
read( 0%) -> (16/47) -> process(67% 64% 68% 69% 67% 69% 68% 66% 69% 67% 67% 67% 67% 66% 68% 69% 67% 67% 69% 67% 67% 70% 68% 67% 67% 69% 67% 69% 67% 66% 67%) -> (64k/82k) -> write(94%)
0:45:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 528M 49% 320k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 935k/s ] 163G blocks: [ 38k 83% 4/s ]
cpus: 24.3 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6G
read( 0%) -> (16/47) -> process(70% 70% 72% 69% 69% 82% 71% 69% 74% 71% 72% 71% 70% 72% 70% 71% 70% 70% 73% 70% 72% 76% 70% 71% 74% 70% 70% 73% 71% 69% 70%) -> (65k/82k) -> write(94%)
0:45:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 531M 49% 346k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 983k/s ] 164G blocks: [ 38k 83% 5/s ]
cpus: 23.6 gc: 6% heap: 6.9G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.1G
read( 0%) -> (16/47) -> process(69% 69% 69% 68% 68% 70% 69% 70% 69% 69% 69% 69% 67% 67% 70% 68% 69% 70% 69% 71% 68% 68% 68% 69% 68% 67% 68% 67% 69% 68% 70%) -> (41k/82k) -> write(94%)
0:45:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 535M 49% 324k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 991k/s ] 165G blocks: [ 38k 83% 5/s ]
cpus: 23.8 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.1G
read( 0%) -> (16/47) -> process(71% 69% 69% 67% 69% 69% 70% 68% 72% 69% 70% 70% 69% 71% 69% 68% 69% 73% 71% 69% 69% 70% 71% 69% 68% 72% 70% 69% 70% 70% 68%) -> (70k/82k) -> write(94%)
0:45:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 538M 50% 337k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1M/s ] 167G blocks: [ 39k 83% 4/s ]
cpus: 23.7 gc: 6% heap: 7.2G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.1G
read( 0%) -> (16/47) -> process(70% 68% 69% 70% 69% 70% 70% 69% 70% 71% 71% 68% 68% 69% 67% 70% 68% 69% 68% 70% 68% 70% 69% 71% 69% 71% 70% 68% 69% 68% 70%) -> (42k/82k) -> write(94%)
0:45:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 542M 50% 355k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1M/s ] 167G blocks: [ 39k 83% 5/s ]
cpus: 23.6 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.2G
read( 0%) -> (16/47) -> process(68% 69% 69% 70% 68% 68% 69% 70% 70% 68% 70% 69% 70% 71% 69% 71% 70% 69% 69% 70% 68% 68% 69% 67% 69% 67% 69% 68% 67% 69% 68%) -> (68k/82k) -> write(94%)
0:46:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 545M 50% 372k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.1M/s ] 168G blocks: [ 39k 83% 5/s ]
cpus: 23 gc: 6% heap: 15G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.2G
read( 0%) -> (16/47) -> process(67% 67% 67% 66% 67% 68% 67% 68% 66% 68% 66% 67% 66% 67% 67% 67% 68% 68% 66% 64% 68% 67% 67% 66% 68% 68% 67% 67% 67% 67% 68%) -> (69k/82k) -> write(94%)
0:46:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 549M 51% 345k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1M/s ] 169G blocks: [ 39k 83% 5/s ]
cpus: 23.3 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.2G
read( 0%) -> (16/47) -> process(68% 67% 67% 67% 68% 67% 69% 67% 68% 66% 67% 67% 70% 72% 67% 68% 67% 66% 65% 65% 66% 72% 67% 67% 67% 67% 73% 68% 67% 67% 68%) -> (70k/82k) -> write(94%)
0:46:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 552M 51% 348k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1M/s ] 169G blocks: [ 39k 83% 4/s ]
cpus: 23.1 gc: 6% heap: 14G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.3G
read( 0%) -> (16/47) -> process(66% 67% 68% 67% 68% 67% 67% 69% 67% 68% 68% 67% 68% 67% 68% 67% 68% 66% 69% 68% 67% 67% 68% 67% 67% 68% 67% 69% 68% 67% 67%) -> (68k/82k) -> write(94%)
0:46:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 556M 51% 346k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1M/s ] 170G blocks: [ 39k 83% 5/s ]
cpus: 23.4 gc: 6% heap: 7.9G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.3G
read( 0%) -> (16/47) -> process(67% 67% 69% 67% 67% 68% 70% 69% 67% 68% 68% 69% 67% 67% 69% 69% 66% 68% 70% 68% 69% 69% 70% 69% 66% 68% 69% 69% 68% 69% 70%) -> (66k/82k) -> write(94%)
0:46:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 559M 52% 348k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1M/s ] 172G blocks: [ 39k 83% 5/s ]
cpus: 23.2 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.3G
read( 0%) -> (16/47) -> process(69% 69% 68% 70% 67% 67% 67% 66% 66% 67% 68% 67% 68% 68% 67% 66% 68% 70% 68% 68% 67% 66% 67% 66% 69% 67% 66% 69% 68% 68% 69%) -> (72k/82k) -> write(94%)
0:46:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 563M 52% 357k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1M/s ] 173G blocks: [ 39k 84% 4/s ]
cpus: 22.7 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.4G
read( 0%) -> (16/47) -> process(68% 64% 67% 65% 66% 65% 64% 65% 65% 67% 66% 68% 65% 66% 65% 64% 66% 65% 69% 66% 65% 67% 69% 64% 66% 66% 66% 66% 68% 70% 66%) -> (56k/82k) -> write(94%)
0:47:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 566M 52% 349k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1M/s ] 173G blocks: [ 39k 84% 5/s ]
cpus: 23.8 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.4G
read( 0%) -> (16/47) -> process(70% 71% 69% 69% 68% 68% 72% 67% 69% 71% 69% 68% 70% 69% 72% 72% 68% 68% 71% 69% 71% 70% 70% 71% 69% 69% 68% 72% 67% 70% 68%) -> (70k/82k) -> write(94%)
0:47:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 570M 53% 348k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1M/s ] 174G blocks: [ 39k 84% 5/s ]
cpus: 23.5 gc: 6% heap: 7G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.4G
read( 0%) -> (16/47) -> process(67% 67% 69% 68% 68% 69% 68% 70% 70% 70% 68% 68% 70% 68% 67% 71% 68% 67% 69% 68% 72% 69% 69% 70% 71% 69% 67% 68% 67% 67% 67%) -> (43k/82k) -> write(94%)
0:47:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 574M 53% 374k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1M/s ] 175G blocks: [ 39k 84% 5/s ]
cpus: 23.5 gc: 5% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.5G
read( 0%) -> (16/47) -> process(66% 68% 68% 68% 68% 67% 67% 71% 67% 72% 69% 68% 67% 68% 69% 71% 68% 67% 71% 68% 70% 67% 70% 72% 67% 70% 69% 72% 69% 70% 67%) -> (71k/82k) -> write(94%)
0:47:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 577M 53% 388k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1M/s ] 175G blocks: [ 39k 84% 5/s ]
cpus: 23.3 gc: 6% heap: 8.4G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.5G
read( 0%) -> (16/47) -> process(70% 70% 69% 65% 67% 67% 68% 66% 67% 69% 70% 69% 66% 68% 68% 69% 66% 67% 69% 67% 72% 67% 67% 69% 68% 67% 66% 71% 67% 68% 67%) -> (68k/82k) -> write(94%)
0:47:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 581M 54% 396k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.1M/s ] 176G blocks: [ 39k 84% 5/s ]
cpus: 22.4 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.5G
read( 0%) -> (16/47) -> process(65% 65% 66% 64% 65% 65% 65% 63% 65% 67% 65% 65% 65% 66% 64% 64% 67% 65% 66% 67% 66% 65% 68% 63% 66% 65% 66% 64% 66% 63% 64%) -> (70k/82k) -> write(94%)
0:47:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 585M 54% 370k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.1M/s ] 178G blocks: [ 39k 84% 5/s ]
cpus: 22.8 gc: 6% heap: 7.6G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.6G
read( 0%) -> (16/47) -> process(66% 68% 65% 68% 67% 68% 66% 65% 64% 66% 65% 69% 64% 67% 66% 66% 65% 66% 68% 66% 66% 68% 68% 65% 65% 66% 65% 65% 66% 66% 67%) -> (39k/82k) -> write(94%)
0:48:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 589M 54% 364k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1M/s ] 179G blocks: [ 39k 84% 4/s ]
cpus: 22.5 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.6G
read( 0%) -> (16/47) -> process(65% 65% 66% 64% 67% 64% 65% 67% 67% 65% 66% 66% 66% 66% 68% 65% 64% 64% 64% 65% 67% 64% 66% 66% 67% 65% 65% 65% 64% 65% 66%) -> (71k/82k) -> write(94%)
0:48:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 592M 55% 360k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1M/s ] 179G blocks: [ 39k 84% 5/s ]
cpus: 23 gc: 6% heap: 8.1G/25G direct: 1.5M postGC: 6.4G relInfo: 140M mpGeoms: 6.6G
read( 0%) -> (16/47) -> process(66% 67% 64% 66% 67% 66% 66% 67% 68% 68% 68% 68% 66% 67% 69% 66% 69% 68% 68% 67% 66% 66% 65% 65% 68% 65% 67% 65% 67% 66% 66%) -> (59k/82k) -> write(94%)
0:48:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 596M 55% 383k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.1M/s ] 180G blocks: [ 39k 85% 5/s ]
cpus: 22.5 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.7G
read( 0%) -> (16/47) -> process(64% 67% 66% 65% 66% 64% 65% 67% 65% 67% 65% 64% 64% 65% 66% 65% 66% 67% 66% 67% 65% 65% 67% 65% 68% 65% 64% 66% 67% 64% 65%) -> (71k/82k) -> write(94%)
0:48:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 600M 56% 394k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.1M/s ] 181G blocks: [ 39k 85% 5/s ]
cpus: 22.2 gc: 6% heap: 7.2G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.7G
read( 0%) -> (16/47) -> process(64% 65% 63% 64% 65% 65% 65% 64% 65% 67% 63% 63% 64% 63% 65% 66% 64% 65% 64% 65% 65% 65% 66% 63% 66% 65% 67% 64% 65% 64% 62%) -> (55k/82k) -> write(94%)
0:48:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 604M 56% 356k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1M/s ] 183G blocks: [ 39k 85% 4/s ]
cpus: 23.1 gc: 6% heap: 11G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.8G
read( 0%) -> (16/47) -> process(66% 69% 68% 69% 67% 67% 69% 69% 68% 66% 68% 65% 67% 68% 67% 68% 67% 67% 69% 67% 69% 65% 69% 66% 66% 68% 69% 69% 66% 67% 67%) -> (68k/82k) -> write(94%)
0:48:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 607M 56% 328k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1M/s ] 183G blocks: [ 40k 85% 5/s ]
cpus: 23.9 gc: 6% heap: 6.9G/25G direct: 1.5M postGC: 6.3G relInfo: 140M mpGeoms: 6.8G
read( 0%) -> (16/47) -> process(69% 71% 70% 70% 69% 73% 69% 71% 69% 69% 69% 70% 70% 69% 70% 70% 70% 68% 68% 69% 69% 69% 68% 66% 69% 70% 69% 71% 74% 70% 70%) -> (50k/82k) -> write(94%)
0:49:08 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 611M 57% 352k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1M/s ] 184G blocks: [ 40k 85% 5/s ]
cpus: 23.3 gc: 6% heap: 11G/25G direct: 1.5M postGC: 6.4G relInfo: 140M mpGeoms: 6.9G
read( 0%) -> (16/47) -> process(68% 67% 67% 68% 69% 67% 69% 67% 69% 67% 66% 67% 68% 69% 70% 71% 67% 67% 69% 69% 68% 67% 67% 68% 68% 69% 69% 67% 66% 68% 69%) -> (70k/82k) -> write(94%)
0:49:18 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 614M 57% 348k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1M/s ] 185G blocks: [ 40k 85% 4/s ]
cpus: 22.7 gc: 6% heap: 7.1G/25G direct: 1.5M postGC: 6.4G relInfo: 140M mpGeoms: 6.9G
read( 0%) -> (16/47) -> process(64% 65% 66% 62% 66% 65% 67% 68% 65% 66% 64% 69% 68% 66% 66% 66% 69% 67% 65% 67% 66% 67% 64% 64% 67% 65% 66% 68% 67% 63% 68%) -> (40k/82k) -> write(94%)
0:49:28 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 618M 57% 355k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.1M/s ] 186G blocks: [ 40k 85% 5/s ]
cpus: 22.4 gc: 6% heap: 11G/25G direct: 1.5M postGC: 6.4G relInfo: 140M mpGeoms: 7G
read( 0%) -> (16/47) -> process(64% 63% 65% 65% 65% 64% 65% 68% 66% 67% 66% 64% 64% 66% 64% 65% 63% 66% 65% 65% 64% 65% 65% 64% 62% 67% 65% 65% 65% 67% 67%) -> (71k/82k) -> write(94%)
0:49:38 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 621M 58% 369k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1M/s ] 186G blocks: [ 40k 85% 4/s ]
cpus: 22.6 gc: 6% heap: 6.9G/25G direct: 1.5M postGC: 6.4G relInfo: 140M mpGeoms: 7G
read( 0%) -> (16/47) -> process(67% 67% 63% 65% 63% 64% 68% 64% 67% 68% 66% 64% 67% 68% 65% 66% 65% 66% 66% 66% 68% 65% 65% 63% 64% 65% 68% 65% 67% 65% 67%) -> (38k/82k) -> write(94%)
0:49:48 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 625M 58% 325k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 985k/s ] 188G blocks: [ 40k 85% 4/s ]
cpus: 23.5 gc: 6% heap: 11G/25G direct: 1.5M postGC: 6.4G relInfo: 140M mpGeoms: 7.1G
read( 0%) -> (16/47) -> process(68% 74% 70% 70% 75% 68% 66% 68% 65% 70% 69% 66% 66% 76% 70% 66% 67% 68% 67% 67% 69% 68% 67% 68% 66% 68% 66% 71% 67% 67% 75%) -> (70k/82k) -> write(94%)
0:49:58 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 628M 58% 317k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 956k/s ] 189G blocks: [ 40k 86% 4/s ]
cpus: 24 gc: 6% heap: 8.9G/25G direct: 1.5M postGC: 6.5G relInfo: 140M mpGeoms: 7.1G
read( 0%) -> (16/47) -> process(69% 70% 66% 68% 86% 86% 76% 67% 67% 81% 69% 76% 67% 68% 66% 65% 69% 68% 69% 67% 69% 68% 67% 68% 68% 67% 69% 68% 69% 69% 68%) -> (69k/82k) -> write(94%)
0:50:08 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 631M 58% 350k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1M/s ] 189G blocks: [ 40k 86% 4/s ]
cpus: 23.4 gc: 6% heap: 6.9G/25G direct: 1.5M postGC: 6.5G relInfo: 140M mpGeoms: 7.2G
read( 0%) -> (16/47) -> process(67% 69% 66% 65% 69% 74% 68% 65% 67% 67% 67% 64% 68% 78% 68% 67% 67% 66% 69% 68% 68% 65% 80% 67% 69% 67% 69% 70% 66% 67% 65%) -> (41k/82k) -> write(94%)
0:50:18 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 635M 59% 379k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1M/s ] 190G blocks: [ 40k 86% 5/s ]
cpus: 22.8 gc: 6% heap: 14G/25G direct: 1.5M postGC: 6.5G relInfo: 140M mpGeoms: 7.2G
read( 0%) -> (16/47) -> process(64% 67% 68% 64% 64% 66% 66% 66% 65% 65% 67% 66% 66% 70% 66% 66% 67% 65% 68% 68% 69% 67% 68% 66% 67% 66% 67% 68% 66% 67% 65%) -> (70k/82k) -> write(94%)
0:50:28 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 639M 59% 389k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.1M/s ] 191G blocks: [ 40k 86% 5/s ]
cpus: 22.4 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.5G relInfo: 140M mpGeoms: 7.2G
read( 0%) -> (16/47) -> process(64% 67% 67% 65% 63% 65% 63% 66% 63% 65% 65% 62% 65% 66% 66% 64% 66% 64% 67% 64% 67% 64% 66% 64% 66% 65% 67% 64% 65% 64% 66%) -> (70k/82k) -> write(94%)
0:50:38 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 643M 60% 388k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1M/s ] 192G blocks: [ 40k 86% 4/s ]
cpus: 22.8 gc: 6% heap: 9.5G/25G direct: 1.5M postGC: 6.5G relInfo: 140M mpGeoms: 7.3G
read( 0%) -> (16/47) -> process(67% 69% 66% 66% 65% 65% 67% 67% 67% 67% 66% 66% 64% 66% 68% 67% 67% 66% 68% 66% 67% 67% 64% 68% 65% 65% 66% 66% 63% 66% 66%) -> (73k/82k) -> write(94%)
0:50:48 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 647M 60% 391k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.1M/s ] 192G blocks: [ 40k 86% 5/s ]
cpus: 22.6 gc: 6% heap: 7.4G/25G direct: 1.5M postGC: 6.5G relInfo: 140M mpGeoms: 7.3G
read( 0%) -> (16/47) -> process(66% 65% 69% 63% 65% 66% 66% 67% 66% 64% 64% 65% 65% 64% 66% 65% 65% 63% 66% 67% 68% 67% 65% 65% 67% 66% 64% 66% 65% 67% 64%) -> (53k/82k) -> write(94%)
0:50:58 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 651M 60% 409k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.1M/s ] 194G blocks: [ 40k 86% 6/s ]
cpus: 21.9 gc: 6% heap: 15G/25G direct: 1.5M postGC: 6.5G relInfo: 140M mpGeoms: 7.3G
read( 0%) -> (16/47) -> process(65% 64% 63% 64% 63% 64% 64% 63% 63% 65% 62% 65% 64% 64% 63% 63% 60% 63% 63% 61% 64% 62% 64% 63% 63% 64% 63% 64% 64% 65% 64%) -> (69k/82k) -> write(94%)
0:51:08 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 655M 61% 391k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.1M/s ] 195G blocks: [ 40k 86% 5/s ]
cpus: 22.2 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.5G relInfo: 140M mpGeoms: 7.4G
read( 0%) -> (16/47) -> process(63% 64% 65% 62% 65% 64% 65% 65% 65% 65% 65% 65% 63% 63% 66% 58% 68% 67% 66% 63% 68% 65% 62% 64% 64% 67% 65% 65% 65% 62% 63%) -> (68k/82k) -> write(94%)
0:51:18 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 659M 61% 378k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1M/s ] 196G blocks: [ 40k 87% 5/s ]
cpus: 22.5 gc: 6% heap: 10G/25G direct: 1.5M postGC: 6.5G relInfo: 140M mpGeoms: 7.4G
read( 0%) -> (16/47) -> process(71% 64% 65% 71% 65% 65% 65% 67% 64% 66% 62% 65% 62% 67% 64% 65% 67% 64% 67% 64% 65% 66% 66% 66% 67% 64% 67% 64% 65% 62% 64%) -> (73k/82k) -> write(94%)
0:51:28 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 662M 61% 323k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1M/s ] 196G blocks: [ 40k 87% 3/s ]
cpus: 22.2 gc: 7% heap: 5.5G/25G direct: 1.5M postGC: 1.4G relInfo: 140M mpGeoms: 7.4G
read( 0%) -> (16/47) -> process(78% 61% 61% 80% 64% 66% 59% 74% 59% 61% 62% 59% 58% 63% 59% 61% 64% 66% 64% 61% 62% 61% 62% 64% 69% 57% 78% 62% 62% 61% 56%) -> (72k/82k) -> write(88%)
0:51:38 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 666M 62% 359k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1M/s ] 197G blocks: [ 40k 87% 5/s ]
cpus: 24.1 gc: 9% heap: 9.3G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.4G
read( 0%) -> (16/47) -> process(71% 67% 68% 73% 69% 68% 70% 71% 68% 67% 70% 68% 66% 69% 67% 68% 71% 68% 69% 68% 68% 67% 68% 70% 69% 67% 70% 68% 67% 68% 68%) -> (71k/82k) -> write(91%)
0:51:48 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 669M 62% 395k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.1M/s ] 199G blocks: [ 40k 87% 5/s ]
cpus: 22.3 gc: 7% heap: 2.5G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.5G
read( 0%) -> (16/47) -> process(65% 62% 62% 64% 62% 64% 66% 65% 63% 65% 66% 63% 61% 64% 64% 65% 64% 65% 63% 65% 63% 64% 64% 65% 65% 64% 64% 64% 65% 64% 66%) -> (47k/82k) -> write(93%)
0:51:58 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 673M 62% 382k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1M/s ] 199G blocks: [ 40k 87% 5/s ]
cpus: 22.9 gc: 6% heap: 5.6G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.5G
read( 0%) -> (16/47) -> process(69% 65% 67% 65% 65% 65% 66% 67% 69% 66% 65% 65% 66% 65% 68% 66% 64% 66% 66% 67% 68% 68% 67% 64% 64% 67% 67% 66% 67% 66% 68%) -> (71k/82k) -> write(93%)
0:52:08 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 677M 63% 401k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1M/s ] 200G blocks: [ 41k 87% 5/s ]
cpus: 23.1 gc: 6% heap: 7.4G/25G direct: 1.5M postGC: 1.8G relInfo: 140M mpGeoms: 7.6G
read( 0%) -> (16/47) -> process(66% 66% 67% 65% 67% 66% 65% 66% 69% 67% 66% 67% 68% 66% 68% 66% 67% 65% 68% 70% 67% 64% 67% 66% 65% 68% 67% 67% 67% 68% 67%) -> (70k/82k) -> write(94%)
0:52:18 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 681M 63% 404k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1M/s ] 201G blocks: [ 41k 87% 5/s ]
cpus: 23 gc: 6% heap: 10G/25G direct: 1.5M postGC: 1.8G relInfo: 140M mpGeoms: 7.6G
read( 0%) -> (16/47) -> process(65% 67% 68% 66% 67% 65% 67% 65% 68% 68% 67% 69% 65% 67% 67% 65% 67% 66% 66% 70% 68% 65% 68% 66% 67% 67% 65% 65% 67% 67% 66%) -> (71k/82k) -> write(94%)
0:52:28 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 685M 63% 389k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1M/s ] 202G blocks: [ 41k 87% 4/s ]
cpus: 23.4 gc: 7% heap: 2.9G/25G direct: 1.5M postGC: 1.8G relInfo: 140M mpGeoms: 7.7G
read( 0%) -> (16/47) -> process(67% 67% 67% 69% 66% 68% 67% 67% 68% 68% 67% 68% 67% 68% 69% 66% 68% 68% 67% 68% 69% 68% 69% 69% 68% 68% 69% 67% 66% 68% 67%) -> (52k/82k) -> write(93%)
0:52:38 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 689M 64% 373k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1M/s ] 202G blocks: [ 41k 87% 5/s ]
cpus: 23.1 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.7G
read( 0%) -> (16/47) -> process(65% 68% 69% 65% 65% 69% 66% 68% 65% 68% 68% 65% 66% 68% 67% 67% 69% 67% 67% 69% 66% 68% 69% 68% 65% 67% 67% 67% 67% 66% 65%) -> (68k/82k) -> write(94%)
0:52:48 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 693M 64% 389k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1M/s ] 203G blocks: [ 41k 88% 5/s ]
cpus: 23.2 gc: 6% heap: 8.6G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.7G
read( 0%) -> (16/47) -> process(67% 68% 66% 65% 66% 66% 68% 67% 67% 67% 67% 65% 67% 68% 68% 66% 68% 69% 69% 67% 66% 67% 68% 69% 68% 66% 67% 68% 69% 67% 66%) -> (54k/82k) -> write(94%)
0:52:58 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 697M 64% 394k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1M/s ] 205G blocks: [ 41k 88% 5/s ]
cpus: 23.1 gc: 6% heap: 2.1G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.8G
read( 0%) -> (16/47) -> process(64% 68% 66% 66% 67% 66% 67% 68% 65% 66% 67% 66% 66% 69% 68% 66% 66% 67% 68% 65% 67% 67% 65% 68% 66% 68% 68% 67% 68% 67% 66%) -> (40k/82k) -> write(93%)
0:53:08 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 701M 65% 383k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1M/s ] 205G blocks: [ 41k 88% 5/s ]
cpus: 23.5 gc: 6% heap: 5.6G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.8G
read( 0%) -> (16/47) -> process(67% 68% 69% 68% 68% 68% 68% 70% 69% 69% 67% 68% 69% 68% 69% 67% 68% 68% 70% 66% 69% 68% 70% 70% 68% 68% 68% 69% 67% 67% 70%) -> (71k/82k) -> write(94%)
0:53:18 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 705M 65% 377k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1M/s ] 206G blocks: [ 41k 88% 4/s ]
cpus: 23.3 gc: 6% heap: 7.5G/25G direct: 1.5M postGC: 1.8G relInfo: 140M mpGeoms: 7.8G
read( 0%) -> (16/47) -> process(67% 66% 69% 69% 66% 67% 68% 68% 67% 68% 66% 68% 68% 70% 66% 67% 68% 67% 69% 68% 67% 67% 68% 66% 67% 68% 69% 67% 66% 67% 68%) -> (69k/82k) -> write(94%)
0:53:28 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 708M 66% 370k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1M/s ] 207G blocks: [ 41k 88% 5/s ]
cpus: 23.7 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.9G
read( 0%) -> (16/47) -> process(69% 70% 69% 69% 69% 69% 67% 67% 70% 70% 66% 69% 66% 69% 71% 70% 69% 69% 68% 68% 70% 68% 68% 67% 69% 70% 69% 68% 70% 67% 68%) -> (74k/82k) -> write(94%)
0:53:38 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 712M 66% 390k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1M/s ] 207G blocks: [ 41k 88% 5/s ]
cpus: 24 gc: 7% heap: 4.4G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.9G
read( 0%) -> (16/47) -> process(67% 70% 69% 71% 73% 71% 71% 69% 72% 69% 69% 67% 68% 70% 70% 71% 71% 69% 69% 70% 69% 69% 68% 70% 70% 70% 70% 69% 70% 69% 71%) -> (70k/82k) -> write(93%)
0:53:48 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 716M 66% 409k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1M/s ] 208G blocks: [ 41k 88% 5/s ]
cpus: 23.1 gc: 6% heap: 7.3G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 7.9G
read( 0%) -> (16/47) -> process(68% 67% 68% 69% 65% 68% 67% 68% 65% 65% 66% 67% 64% 67% 66% 66% 69% 67% 68% 65% 68% 67% 67% 67% 67% 66% 68% 65% 67% 67% 69%) -> (71k/82k) -> write(94%)
0:53:58 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 720M 67% 387k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.1M/s ] 210G blocks: [ 41k 88% 5/s ]
cpus: 22.9 gc: 6% heap: 10G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8G
read( 0%) -> (16/47) -> process(66% 65% 68% 65% 66% 65% 67% 68% 67% 66% 65% 65% 64% 67% 66% 67% 67% 65% 67% 65% 68% 67% 65% 69% 67% 68% 68% 66% 68% 67% 63%) -> (70k/82k) -> write(94%)
0:54:08 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 724M 67% 399k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.1M/s ] 211G blocks: [ 41k 88% 5/s ]
cpus: 23 gc: 6% heap: 2.3G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8G
read( 0%) -> (16/47) -> process(65% 69% 65% 67% 66% 67% 66% 68% 66% 66% 69% 66% 66% 68% 66% 69% 68% 67% 70% 68% 65% 65% 67% 65% 66% 68% 64% 66% 65% 65% 66%) -> (37k/82k) -> write(93%)
0:54:18 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 728M 67% 407k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.1M/s ] 211G blocks: [ 41k 89% 5/s ]
cpus: 23.4 gc: 6% heap: 4.9G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8G
read( 0%) -> (16/47) -> process(68% 70% 68% 66% 69% 69% 69% 66% 68% 70% 70% 68% 69% 66% 68% 68% 70% 69% 70% 67% 66% 70% 68% 65% 69% 67% 66% 70% 67% 67% 67%) -> (69k/82k) -> write(94%)
0:54:28 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 732M 68% 398k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 212G blocks: [ 41k 89% 5/s ]
cpus: 23.2 gc: 6% heap: 7.2G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.1G
read( 0%) -> (16/47) -> process(67% 67% 68% 67% 66% 67% 67% 65% 66% 68% 70% 67% 67% 68% 68% 67% 67% 67% 68% 67% 68% 65% 68% 68% 69% 68% 65% 65% 67% 65% 66%) -> (73k/82k) -> write(94%)
0:54:38 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 736M 68% 403k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 213G blocks: [ 41k 89% 5/s ]
cpus: 23.4 gc: 6% heap: 9.5G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.1G
read( 0%) -> (16/47) -> process(68% 71% 68% 70% 68% 66% 67% 67% 67% 68% 67% 67% 67% 71% 69% 69% 68% 70% 70% 66% 68% 67% 67% 68% 67% 69% 67% 69% 65% 68% 68%) -> (68k/82k) -> write(94%)
0:54:48 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 740M 69% 408k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 213G blocks: [ 41k 89% 4/s ]
cpus: 24 gc: 6% heap: 4.7G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.1G
read( 0%) -> (16/47) -> process(69% 68% 69% 71% 69% 70% 71% 68% 70% 69% 71% 69% 67% 71% 71% 69% 71% 68% 69% 70% 71% 68% 70% 69% 69% 70% 70% 69% 68% 67% 70%) -> (74k/82k) -> write(93%)
0:54:58 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 744M 69% 411k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 214G blocks: [ 41k 89% 5/s ]
cpus: 23.5 gc: 6% heap: 8.1G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.1G
read( 0%) -> (16/47) -> process(69% 68% 70% 69% 68% 68% 67% 69% 68% 67% 68% 69% 69% 67% 69% 68% 70% 70% 69% 70% 70% 67% 68% 69% 67% 69% 67% 67% 69% 67% 71%) -> (67k/82k) -> write(94%)
0:55:08 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 748M 69% 391k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 216G blocks: [ 42k 89% 5/s ]
cpus: 23.4 gc: 7% heap: 2G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.2G
read( 0%) -> (16/47) -> process(68% 67% 69% 67% 68% 68% 69% 67% 69% 69% 68% 67% 68% 68% 69% 67% 68% 67% 66% 67% 68% 69% 67% 69% 69% 67% 69% 67% 64% 68% 70%) -> (46k/82k) -> write(93%)
0:55:18 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 752M 70% 400k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 217G blocks: [ 42k 89% 5/s ]
cpus: 23.3 gc: 6% heap: 5.6G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.2G
read( 0%) -> (16/47) -> process(67% 69% 68% 68% 67% 68% 67% 68% 68% 68% 68% 67% 66% 68% 69% 66% 67% 66% 68% 68% 69% 67% 69% 69% 68% 66% 66% 66% 68% 67% 68%) -> (71k/82k) -> write(94%)
0:55:28 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 756M 70% 391k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 217G blocks: [ 42k 89% 5/s ]
cpus: 23.8 gc: 6% heap: 8.9G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.2G
read( 0%) -> (16/47) -> process(67% 69% 70% 69% 67% 69% 72% 68% 67% 70% 70% 70% 70% 70% 70% 69% 67% 69% 69% 69% 70% 68% 69% 70% 69% 69% 68% 69% 68% 68% 69%) -> (67k/82k) -> write(94%)
0:55:38 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 760M 70% 384k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 218G blocks: [ 42k 89% 5/s ]
cpus: 23.4 gc: 7% heap: 2G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.3G
read( 0%) -> (16/47) -> process(68% 69% 66% 68% 66% 69% 66% 69% 69% 68% 66% 68% 68% 68% 64% 66% 67% 67% 67% 69% 68% 69% 68% 66% 66% 67% 68% 68% 68% 66% 68%) -> (56k/82k) -> write(93%)
0:55:48 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 764M 71% 394k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 219G blocks: [ 42k 90% 5/s ]
cpus: 23.2 gc: 6% heap: 4.9G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.3G
read( 0%) -> (16/47) -> process(66% 68% 65% 67% 67% 66% 66% 68% 71% 68% 69% 67% 66% 66% 68% 70% 67% 65% 65% 66% 68% 68% 66% 69% 67% 67% 68% 68% 68% 67% 66%) -> (72k/82k) -> write(94%)
0:55:58 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 768M 71% 391k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1M/s ] 219G blocks: [ 42k 90% 5/s ]
cpus: 22.9 gc: 6% heap: 7.8G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.3G
read( 0%) -> (16/47) -> process(65% 67% 67% 66% 67% 66% 67% 67% 68% 68% 67% 68% 65% 64% 66% 67% 66% 67% 68% 65% 67% 67% 67% 67% 64% 65% 67% 65% 67% 66% 65%) -> (71k/82k) -> write(94%)
0:56:08 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 772M 71% 377k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1M/s ] 220G blocks: [ 42k 90% 4/s ]
cpus: 23.4 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.4G
read( 0%) -> (16/47) -> process(69% 67% 68% 68% 68% 66% 67% 69% 69% 69% 67% 68% 67% 70% 68% 67% 67% 68% 69% 67% 68% 67% 69% 66% 68% 69% 69% 69% 67% 70% 67%) -> (68k/82k) -> write(94%)
0:56:18 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 776M 72% 382k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1M/s ] 222G blocks: [ 42k 90% 5/s ]
cpus: 24.2 gc: 7% heap: 3.1G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.4G
read( 0%) -> (16/47) -> process(71% 70% 70% 70% 71% 70% 70% 69% 70% 71% 71% 71% 70% 70% 71% 70% 71% 71% 70% 70% 70% 69% 70% 72% 70% 70% 71% 71% 70% 71% 72%) -> (53k/82k) -> write(93%)
0:56:28 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 779M 72% 377k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1M/s ] 222G blocks: [ 42k 90% 5/s ]
cpus: 24.2 gc: 6% heap: 7G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.4G
read( 0%) -> (16/47) -> process(70% 70% 71% 70% 70% 71% 70% 72% 70% 71% 69% 70% 71% 71% 71% 70% 70% 70% 71% 71% 72% 70% 69% 71% 70% 72% 71% 70% 70% 71% 71%) -> (70k/82k) -> write(94%)
0:56:38 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 783M 72% 375k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 977k/s ] 223G blocks: [ 42k 90% 4/s ]
cpus: 24.3 gc: 6% heap: 9.8G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.4G
read( 0%) -> (16/47) -> process(71% 70% 69% 70% 71% 71% 72% 71% 70% 71% 71% 70% 73% 70% 70% 71% 70% 72% 71% 73% 71% 71% 71% 71% 72% 73% 70% 71% 70% 72% 70%) -> (72k/82k) -> write(94%)
0:56:48 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 787M 73% 389k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1M/s ] 224G blocks: [ 42k 90% 5/s ]
cpus: 24 gc: 7% heap: 3.7G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.5G
read( 0%) -> (16/47) -> process(69% 71% 70% 70% 70% 70% 69% 69% 69% 70% 71% 70% 70% 69% 70% 70% 69% 68% 70% 70% 69% 69% 70% 69% 69% 69% 69% 69% 70% 69% 69%) -> (59k/82k) -> write(93%)
0:56:58 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 791M 73% 371k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1M/s ] 224G blocks: [ 42k 90% 5/s ]
cpus: 24.4 gc: 6% heap: 6.8G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.5G
read( 0%) -> (16/47) -> process(70% 70% 71% 70% 71% 70% 71% 71% 71% 71% 71% 71% 69% 72% 71% 71% 71% 72% 72% 70% 72% 71% 70% 70% 69% 71% 71% 72% 74% 71% 71%) -> (72k/82k) -> write(94%)
0:57:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 795M 74% 369k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 984k/s ] 225G blocks: [ 42k 91% 5/s ]
cpus: 23.9 gc: 6% heap: 9.8G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 8.5G
read( 0%) -> (16/47) -> process(69% 68% 70% 69% 71% 69% 71% 70% 70% 70% 70% 69% 67% 71% 70% 70% 69% 68% 70% 69% 69% 71% 70% 71% 70% 70% 71% 71% 69% 69% 68%) -> (70k/82k) -> write(94%)
0:57:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 798M 74% 383k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 988k/s ] 226G blocks: [ 42k 91% 5/s ]
cpus: 23.6 gc: 7% heap: 3.5G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 8.6G
read( 0%) -> (16/47) -> process(68% 69% 67% 70% 68% 68% 68% 68% 69% 69% 68% 68% 68% 70% 69% 67% 68% 68% 68% 69% 69% 69% 71% 68% 68% 68% 69% 69% 69% 68% 69%) -> (58k/82k) -> write(93%)
0:57:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 802M 74% 370k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 994k/s ] 226G blocks: [ 42k 91% 4/s ]
cpus: 24.4 gc: 6% heap: 8.1G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 8.6G
read( 0%) -> (16/47) -> process(71% 70% 71% 70% 71% 71% 72% 71% 70% 71% 72% 71% 70% 71% 71% 72% 72% 73% 71% 71% 71% 71% 71% 71% 71% 71% 72% 70% 72% 71% 71%) -> (68k/82k) -> write(94%)
0:57:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 806M 75% 370k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1M/s ] 228G blocks: [ 42k 91% 5/s ]
cpus: 23.9 gc: 6% heap: 10G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 8.6G
read( 0%) -> (16/47) -> process(68% 70% 69% 70% 70% 68% 69% 70% 69% 68% 71% 69% 70% 69% 69% 69% 70% 68% 69% 71% 70% 70% 70% 69% 69% 70% 70% 70% 69% 69% 69%) -> (68k/82k) -> write(94%)
0:57:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 809M 75% 362k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 987k/s ] 229G blocks: [ 42k 91% 5/s ]
cpus: 24.5 gc: 7% heap: 4G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 8.7G
read( 0%) -> (16/47) -> process(71% 71% 72% 71% 70% 73% 70% 72% 71% 70% 73% 71% 72% 72% 71% 72% 72% 71% 71% 71% 71% 73% 71% 74% 70% 72% 70% 71% 72% 71% 71%) -> (53k/82k) -> write(93%)
0:57:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 813M 75% 366k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 961k/s ] 229G blocks: [ 42k 91% 4/s ]
cpus: 25 gc: 7% heap: 6.6G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 8.7G
read( 0%) -> (16/47) -> process(73% 73% 72% 75% 72% 73% 73% 72% 72% 73% 73% 73% 73% 73% 73% 73% 74% 73% 74% 73% 72% 73% 73% 73% 73% 73% 74% 73% 72% 72% 73%) -> (70k/82k) -> write(93%)
0:58:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 817M 76% 373k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 965k/s ] 230G blocks: [ 42k 91% 5/s ]
cpus: 24.6 gc: 6% heap: 8.9G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 8.7G
read( 0%) -> (16/47) -> process(72% 72% 72% 72% 71% 71% 73% 72% 70% 72% 72% 73% 73% 71% 72% 72% 72% 71% 72% 72% 71% 71% 72% 72% 72% 72% 72% 72% 72% 71% 72%) -> (72k/82k) -> write(94%)
0:58:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 821M 76% 372k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 986k/s ] 231G blocks: [ 43k 91% 4/s ]
cpus: 24.3 gc: 6% heap: 2.7G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 8.7G
read( 0%) -> (16/47) -> process(71% 71% 71% 71% 70% 70% 70% 72% 71% 72% 71% 71% 70% 70% 73% 72% 71% 71% 71% 70% 72% 70% 71% 70% 70% 70% 71% 71% 71% 70% 69%) -> (39k/82k) -> write(93%)
0:58:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 824M 76% 385k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 973k/s ] 231G blocks: [ 43k 91% 5/s ]
cpus: 25 gc: 6% heap: 6.2G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 8.8G
read( 0%) -> (16/47) -> process(73% 73% 73% 72% 73% 72% 73% 72% 73% 73% 73% 73% 72% 73% 72% 74% 74% 74% 72% 73% 74% 72% 72% 73% 75% 75% 73% 74% 74% 73% 71%) -> (70k/82k) -> write(94%)
0:58:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 828M 77% 369k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 957k/s ] 232G blocks: [ 43k 91% 5/s ]
cpus: 24.2 gc: 6% heap: 4.5G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 9.2G
read( 0%) -> (16/47) -> process(71% 71% 70% 71% 70% 71% 70% 69% 69% 73% 70% 70% 71% 71% 71% 70% 71% 71% 71% 69% 71% 70% 71% 69% 71% 71% 71% 69% 71% 70% 69%) -> (65k/82k) -> write(91%)
0:58:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 832M 77% 426k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 940k/s ] 232G blocks: [ 43k 92% 5/s ]
cpus: 24.7 gc: 6% heap: 10G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 9.2G
read( 0%) -> (16/47) -> process(73% 75% 72% 75% 73% 70% 71% 72% 73% 71% 70% 72% 71% 71% 70% 72% 72% 72% 74% 72% 71% 72% 74% 73% 74% 73% 72% 71% 70% 70% 72%) -> (70k/82k) -> write(94%)
0:58:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 836M 77% 376k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 981k/s ] 234G blocks: [ 43k 92% 5/s ]
cpus: 24.1 gc: 7% heap: 3.8G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(70% 69% 70% 70% 71% 70% 70% 69% 70% 70% 71% 70% 69% 71% 70% 70% 70% 72% 70% 71% 71% 71% 71% 70% 69% 71% 71% 69% 71% 70% 69%) -> (53k/82k) -> write(93%)
0:59:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 840M 78% 381k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 983k/s ] 235G blocks: [ 43k 92% 5/s ]
cpus: 23.9 gc: 6% heap: 6.7G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(69% 70% 67% 70% 70% 69% 70% 69% 69% 70% 69% 70% 68% 68% 70% 71% 68% 69% 71% 70% 70% 69% 70% 69% 69% 69% 70% 68% 69% 69% 69%) -> (68k/82k) -> write(94%)
0:59:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 844M 78% 386k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 972k/s ] 235G blocks: [ 43k 92% 5/s ]
cpus: 24.3 gc: 6% heap: 10G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(70% 71% 72% 71% 72% 71% 71% 70% 73% 72% 71% 71% 70% 71% 71% 70% 72% 69% 71% 70% 70% 72% 71% 70% 70% 70% 70% 70% 69% 73% 71%) -> (68k/82k) -> write(94%)
0:59:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 848M 78% 392k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 977k/s ] 236G blocks: [ 43k 92% 4/s ]
cpus: 23.8 gc: 6% heap: 5G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 9.4G
read( 0%) -> (16/47) -> process(68% 69% 69% 69% 68% 68% 70% 70% 70% 69% 68% 70% 68% 69% 68% 70% 70% 69% 71% 68% 68% 68% 70% 69% 70% 69% 67% 69% 71% 69% 69%) -> (66k/82k) -> write(94%)
0:59:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 852M 79% 402k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 980k/s ] 237G blocks: [ 43k 92% 5/s ]
cpus: 24.1 gc: 6% heap: 8.3G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 9.4G
read( 0%) -> (16/47) -> process(71% 70% 70% 71% 70% 70% 70% 71% 72% 71% 70% 72% 70% 70% 70% 71% 70% 69% 71% 70% 70% 71% 72% 69% 69% 70% 71% 69% 70% 71% 71%) -> (71k/82k) -> write(94%)
0:59:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 856M 79% 413k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1M/s ] 237G blocks: [ 43k 92% 5/s ]
cpus: 24.1 gc: 6% heap: 3.8G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 9.4G
read( 0%) -> (16/47) -> process(70% 71% 69% 67% 70% 71% 71% 70% 71% 69% 70% 69% 69% 69% 70% 70% 71% 71% 70% 71% 70% 72% 70% 70% 70% 70% 70% 70% 71% 70% 69%) -> (47k/82k) -> write(94%)
0:59:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 860M 80% 393k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 986k/s ] 238G blocks: [ 43k 92% 5/s ]
cpus: 24.1 gc: 6% heap: 6.6G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 9.4G
read( 0%) -> (16/47) -> process(70% 70% 70% 71% 70% 71% 69% 71% 70% 71% 71% 70% 71% 72% 70% 70% 71% 70% 71% 71% 70% 69% 70% 72% 70% 70% 70% 69% 70% 70% 71%) -> (68k/82k) -> write(94%)
1:00:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 864M 80% 380k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 995k/s ] 240G blocks: [ 43k 93% 4/s ]
cpus: 24.1 gc: 6% heap: 10G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 9.5G
read( 0%) -> (16/47) -> process(71% 69% 71% 71% 70% 70% 70% 71% 70% 70% 70% 71% 70% 71% 71% 71% 70% 70% 71% 70% 70% 70% 71% 71% 69% 70% 70% 70% 70% 71% 70%) -> (70k/82k) -> write(94%)
1:00:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 868M 80% 369k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1M/s ] 240G blocks: [ 43k 93% 5/s ]
cpus: 24.7 gc: 7% heap: 4.3G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 9.5G
read( 0%) -> (16/47) -> process(72% 71% 71% 72% 72% 73% 71% 72% 70% 73% 72% 73% 72% 71% 72% 72% 72% 72% 72% 73% 72% 72% 72% 72% 71% 71% 72% 73% 73% 71% 73%) -> (63k/82k) -> write(93%)
1:00:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 871M 81% 369k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 979k/s ] 241G blocks: [ 43k 93% 4/s ]
cpus: 24.8 gc: 6% heap: 6.7G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 9.5G
read( 0%) -> (16/47) -> process(72% 71% 72% 71% 73% 71% 73% 72% 72% 73% 73% 71% 72% 73% 73% 72% 71% 72% 72% 74% 72% 73% 73% 72% 73% 72% 75% 71% 71% 71% 73%) -> (67k/82k) -> write(94%)
1:00:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 875M 81% 347k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 935k/s ] 241G blocks: [ 43k 93% 4/s ]
cpus: 25.8 gc: 6% heap: 10G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 9.6G
read( 0%) -> (16/47) -> process(74% 78% 74% 75% 80% 75% 74% 76% 75% 76% 76% 74% 74% 75% 75% 74% 74% 75% 75% 78% 78% 76% 77% 77% 74% 76% 75% 76% 74% 75% 76%) -> (66k/82k) -> write(93%)
1:00:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 878M 81% 363k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 958k/s ] 242G blocks: [ 43k 93% 4/s ]
cpus: 25 gc: 7% heap: 4.8G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 9.6G
read( 0%) -> (16/47) -> process(74% 75% 72% 71% 73% 75% 72% 73% 74% 74% 74% 74% 74% 72% 72% 76% 71% 73% 73% 72% 72% 71% 72% 73% 72% 72% 72% 72% 72% 72% 72%) -> (67k/82k) -> write(93%)
1:00:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 882M 82% 381k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1M/s ] 243G blocks: [ 43k 93% 5/s ]
cpus: 23.9 gc: 6% heap: 7.7G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 9.6G
read( 0%) -> (16/47) -> process(70% 68% 69% 68% 70% 70% 69% 71% 69% 69% 71% 70% 70% 70% 70% 69% 70% 69% 70% 70% 69% 68% 70% 69% 69% 71% 69% 70% 69% 70% 70%) -> (69k/82k) -> write(94%)
1:01:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 886M 82% 371k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 994k/s ] 243G blocks: [ 43k 93% 5/s ]
cpus: 24.9 gc: 7% heap: 2.7G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 9.7G
read( 0%) -> (16/47) -> process(72% 72% 73% 72% 73% 73% 73% 73% 73% 73% 72% 74% 74% 72% 72% 72% 72% 71% 72% 75% 71% 73% 72% 72% 72% 74% 72% 74% 73% 71% 72%) -> (43k/82k) -> write(93%)
1:01:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 889M 82% 350k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 954k/s ] 244G blocks: [ 43k 93% 4/s ]
cpus: 25 gc: 6% heap: 5.4G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 9.7G
read( 0%) -> (16/47) -> process(72% 72% 72% 72% 72% 74% 72% 72% 72% 72% 73% 73% 71% 73% 72% 72% 72% 72% 73% 80% 73% 75% 74% 71% 72% 73% 73% 71% 80% 73% 74%) -> (60k/82k) -> write(94%)
1:01:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 893M 83% 359k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 998k/s ] 246G blocks: [ 44k 93% 4/s ]
cpus: 24.7 gc: 6% heap: 8.4G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 9.8G
read( 0%) -> (16/47) -> process(72% 72% 71% 78% 72% 72% 73% 72% 71% 72% 71% 71% 74% 72% 75% 71% 71% 72% 72% 72% 72% 73% 72% 76% 73% 70% 70% 71% 71% 72% 71%) -> (72k/82k) -> write(94%)
1:01:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 896M 83% 339k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 924k/s ] 246G blocks: [ 44k 94% 5/s ]
cpus: 25.4 gc: 7% heap: 3.5G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 9.8G
read( 0%) -> (16/47) -> process(73% 78% 73% 75% 80% 73% 73% 72% 73% 74% 80% 74% 73% 74% 73% 73% 74% 73% 73% 73% 73% 73% 75% 73% 74% 74% 79% 73% 73% 74% 72%) -> (38k/82k) -> write(93%)
1:01:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 900M 83% 346k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 960k/s ] 247G blocks: [ 44k 94% 4/s ]
cpus: 25 gc: 6% heap: 5.8G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 9.8G
read( 0%) -> (16/47) -> process(72% 73% 73% 82% 73% 72% 73% 72% 75% 72% 73% 73% 72% 73% 72% 72% 72% 73% 73% 72% 73% 73% 72% 72% 72% 72% 73% 73% 71% 72% 73%) -> (67k/82k) -> write(93%)
1:01:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 903M 84% 330k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 899k/s ] 247G blocks: [ 44k 94% 4/s ]
cpus: 25.6 gc: 6% heap: 10G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 9.9G
read( 0%) -> (16/47) -> process(75% 74% 75% 73% 74% 80% 76% 74% 74% 73% 79% 76% 74% 75% 75% 78% 80% 76% 77% 74% 74% 74% 74% 74% 77% 76% 74% 73% 74% 73% 75%) -> (70k/82k) -> write(94%)
1:02:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 907M 84% 355k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 956k/s ] 248G blocks: [ 44k 94% 5/s ]
cpus: 24.8 gc: 7% heap: 3.9G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 9.9G
read( 0%) -> (16/47) -> process(70% 72% 71% 77% 71% 72% 72% 71% 72% 72% 72% 72% 73% 71% 70% 74% 75% 72% 74% 71% 71% 71% 72% 71% 75% 71% 71% 72% 71% 71% 71%) -> (41k/82k) -> write(93%)
1:02:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 910M 84% 364k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 954k/s ] 249G blocks: [ 44k 94% 5/s ]
cpus: 24.1 gc: 6% heap: 8.1G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(70% 71% 70% 69% 70% 69% 68% 69% 82% 70% 74% 68% 69% 68% 69% 70% 68% 70% 70% 70% 69% 68% 69% 69% 75% 70% 70% 69% 69% 70% 70%) -> (72k/82k) -> write(94%)
1:02:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 914M 85% 372k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 978k/s ] 249G blocks: [ 44k 94% 4/s ]
cpus: 24.4 gc: 6% heap: 3.1G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(71% 72% 72% 71% 71% 70% 71% 71% 70% 71% 71% 70% 70% 71% 71% 72% 74% 70% 70% 71% 72% 70% 71% 70% 71% 71% 71% 72% 70% 71% 70%) -> (36k/82k) -> write(93%)
1:02:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 918M 85% 365k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 960k/s ] 250G blocks: [ 44k 94% 4/s ]
cpus: 24.6 gc: 6% heap: 5.7G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(70% 73% 71% 71% 71% 70% 72% 70% 72% 73% 71% 71% 71% 71% 71% 72% 76% 72% 71% 72% 72% 71% 73% 71% 72% 71% 72% 72% 71% 76% 72%) -> (70k/82k) -> write(94%)
1:02:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 921M 85% 356k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 956k/s ] 252G blocks: [ 44k 94% 5/s ]
cpus: 24.2 gc: 6% heap: 8.4G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(69% 71% 70% 71% 69% 69% 70% 70% 69% 71% 70% 70% 78% 70% 71% 70% 70% 70% 70% 71% 70% 71% 69% 69% 69% 69% 71% 69% 75% 70% 70%) -> (67k/82k) -> write(94%)
1:02:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 925M 86% 363k/s ] rels: [ 0 0% 0/s ] features: [ 3B 981k/s ] 252G blocks: [ 44k 94% 4/s ]
cpus: 23.8 gc: 7% heap: 3G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(68% 67% 71% 71% 69% 70% 67% 68% 69% 68% 68% 69% 70% 75% 68% 69% 69% 69% 71% 68% 67% 68% 69% 68% 70% 67% 70% 70% 71% 69% 68%) -> (44k/82k) -> write(93%)
1:03:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 929M 86% 355k/s ] rels: [ 0 0% 0/s ] features: [ 3B 948k/s ] 253G blocks: [ 44k 94% 5/s ]
cpus: 24.5 gc: 7% heap: 5.7G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(71% 71% 71% 70% 71% 72% 71% 71% 72% 72% 71% 69% 70% 71% 70% 72% 72% 70% 73% 70% 70% 79% 72% 72% 72% 70% 69% 70% 70% 72% 71%) -> (69k/82k) -> write(93%)
1:03:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 932M 86% 352k/s ] rels: [ 0 0% 0/s ] features: [ 3B 930k/s ] 253G blocks: [ 44k 95% 5/s ]
cpus: 24.7 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(73% 71% 71% 71% 72% 71% 73% 71% 72% 71% 71% 72% 72% 71% 73% 73% 71% 71% 73% 71% 70% 75% 73% 70% 72% 73% 71% 71% 77% 73% 72%) -> (72k/82k) -> write(94%)
1:03:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 936M 87% 346k/s ] rels: [ 0 0% 0/s ] features: [ 3B 924k/s ] 254G blocks: [ 44k 95% 4/s ]
cpus: 24.7 gc: 7% heap: 4.7G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(72% 72% 71% 70% 71% 72% 71% 72% 71% 72% 74% 71% 70% 72% 73% 70% 73% 73% 74% 70% 72% 72% 69% 72% 72% 73% 72% 71% 71% 75% 73%) -> (66k/82k) -> write(93%)
1:03:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 939M 87% 345k/s ] rels: [ 0 0% 0/s ] features: [ 3B 928k/s ] 255G blocks: [ 44k 95% 5/s ]
cpus: 24.4 gc: 6% heap: 7.3G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(74% 69% 69% 70% 72% 69% 70% 71% 69% 70% 71% 70% 72% 74% 76% 69% 72% 69% 69% 69% 72% 70% 71% 70% 72% 71% 71% 73% 71% 70% 71%) -> (69k/82k) -> write(93%)
1:03:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 943M 87% 345k/s ] rels: [ 0 0% 0/s ] features: [ 3B 937k/s ] 255G blocks: [ 44k 95% 4/s ]
cpus: 25 gc: 6% heap: 3.3G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(72% 72% 72% 73% 72% 72% 71% 73% 72% 73% 80% 72% 72% 72% 72% 71% 73% 72% 71% 72% 79% 80% 73% 72% 73% 72% 72% 73% 72% 72% 72%) -> (45k/82k) -> write(93%)
1:03:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 946M 88% 353k/s ] rels: [ 0 0% 0/s ] features: [ 3B 954k/s ] 256G blocks: [ 44k 95% 4/s ]
cpus: 24.4 gc: 6% heap: 5.7G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(70% 70% 69% 70% 71% 69% 70% 71% 70% 70% 70% 69% 71% 71% 71% 71% 71% 71% 76% 70% 69% 74% 75% 70% 72% 72% 79% 70% 70% 70% 69%) -> (68k/82k) -> write(94%)
1:04:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 950M 88% 360k/s ] rels: [ 0 0% 0/s ] features: [ 3B 984k/s ] 258G blocks: [ 44k 95% 4/s ]
cpus: 24.5 gc: 6% heap: 8.9G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(70% 74% 72% 71% 72% 74% 70% 71% 72% 74% 71% 71% 73% 72% 71% 72% 72% 72% 69% 71% 73% 70% 71% 71% 71% 72% 74% 70% 71% 71% 71%) -> (70k/82k) -> write(94%)
1:04:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 953M 88% 346k/s ] rels: [ 0 0% 0/s ] features: [ 3B 905k/s ] 258G blocks: [ 44k 95% 4/s ]
cpus: 25.7 gc: 7% heap: 3.8G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(75% 75% 73% 77% 74% 78% 73% 74% 73% 75% 75% 74% 75% 75% 77% 73% 73% 75% 74% 75% 78% 73% 74% 75% 73% 81% 73% 79% 76% 74% 75%) -> (36k/82k) -> write(93%)
1:04:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 957M 89% 391k/s ] rels: [ 0 0% 0/s ] features: [ 3B 969k/s ] 259G blocks: [ 44k 95% 5/s ]
cpus: 24.9 gc: 6% heap: 6.6G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(73% 73% 73% 73% 73% 72% 73% 73% 73% 73% 73% 72% 71% 73% 73% 72% 73% 74% 73% 74% 74% 73% 72% 72% 72% 73% 73% 71% 73% 74% 74%) -> (68k/82k) -> write(94%)
1:04:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 961M 89% 382k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 956k/s ] 259G blocks: [ 44k 95% 5/s ]
cpus: 25.4 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(74% 75% 74% 75% 75% 76% 74% 75% 75% 74% 74% 74% 74% 75% 74% 75% 74% 74% 75% 75% 74% 74% 76% 75% 74% 73% 74% 74% 74% 74% 74%) -> (68k/82k) -> write(94%)
1:04:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 964M 89% 350k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 920k/s ] 260G blocks: [ 45k 96% 4/s ]
cpus: 25.2 gc: 7% heap: 4.6G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(74% 76% 74% 72% 75% 72% 72% 74% 73% 73% 73% 72% 73% 73% 73% 73% 85% 73% 74% 73% 73% 74% 72% 72% 73% 72% 74% 75% 72% 74% 73%) -> (43k/82k) -> write(93%)
1:05:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 968M 90% 365k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 993k/s ] 261G blocks: [ 45k 96% 5/s ]
cpus: 24.5 gc: 6% heap: 7.5G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(72% 72% 73% 70% 70% 71% 71% 71% 73% 71% 71% 71% 72% 70% 70% 72% 71% 73% 72% 72% 73% 71% 72% 73% 70% 69% 70% 70% 71% 72% 72%) -> (71k/82k) -> write(94%)
1:05:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 972M 90% 368k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 984k/s ] 261G blocks: [ 45k 96% 4/s ]
cpus: 24.3 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(71% 71% 71% 70% 70% 70% 72% 71% 71% 70% 70% 69% 69% 71% 69% 71% 71% 70% 71% 71% 72% 71% 71% 71% 68% 72% 72% 71% 73% 70% 71%) -> (72k/82k) -> write(94%)
1:05:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 975M 90% 360k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 931k/s ] 262G blocks: [ 45k 96% 5/s ]
cpus: 24.7 gc: 7% heap: 4.6G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(72% 71% 71% 70% 72% 71% 72% 70% 72% 72% 71% 72% 71% 71% 72% 72% 72% 71% 71% 72% 73% 70% 72% 70% 71% 72% 73% 71% 72% 82% 73%) -> (41k/82k) -> write(93%)
1:05:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 979M 91% 315k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 958k/s ] 264G blocks: [ 45k 96% 4/s ]
cpus: 24 gc: 6% heap: 8.1G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(70% 73% 70% 71% 69% 68% 70% 70% 70% 70% 71% 70% 71% 69% 71% 71% 70% 70% 70% 70% 68% 69% 70% 68% 69% 71% 70% 70% 69% 69% 70%) -> (69k/82k) -> write(94%)
1:05:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 981M 91% 251k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 875k/s ] 264G blocks: [ 45k 96% 3/s ]
cpus: 24.8 gc: 7% heap: 12G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(69% 70% 70% 71% 69% 71% 70% 71% 70% 70% 70% 75% 71% 73% 69% 70% 71% 79% 69% 72% 72% 71% 74% 69% 69% 77% 71% 71% 71% 78% 73%) -> (63k/82k) -> write(93%)
1:05:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 983M 91% 218k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 790k/s ] 265G blocks: [ 45k 96% 3/s ]
cpus: 25.9 gc: 8% heap: 7.4G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(77% 78% 74% 76% 74% 74% 74% 74% 74% 73% 79% 75% 75% 73% 76% 78% 76% 79% 73% 76% 77% 74% 78% 75% 76% 74% 76% 73% 74% 76% 75%) -> (57k/82k) -> write(93%)
1:06:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 986M 91% 258k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 833k/s ] 265G blocks: [ 45k 96% 3/s ]
cpus: 25.3 gc: 7% heap: 6G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(71% 72% 72% 75% 71% 72% 70% 71% 71% 73% 72% 73% 73% 72% 77% 70% 73% 71% 71% 72% 74% 71% 72% 71% 77% 72% 79% 83% 80% 73% 72%) -> (48k/82k) -> write(93%)
1:06:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 989M 91% 295k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 919k/s ] 266G blocks: [ 45k 96% 4/s ]
cpus: 24.7 gc: 7% heap: 13G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(72% 73% 71% 73% 72% 72% 73% 72% 71% 73% 70% 75% 71% 73% 73% 72% 73% 71% 72% 71% 71% 71% 70% 71% 72% 73% 72% 71% 71% 73% 72%) -> (72k/82k) -> write(93%)
1:06:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 992M 92% 296k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 888k/s ] 266G blocks: [ 45k 96% 4/s ]
cpus: 25.4 gc: 7% heap: 11G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(74% 72% 72% 76% 74% 74% 73% 73% 73% 73% 76% 74% 73% 73% 73% 72% 75% 73% 75% 76% 74% 73% 76% 71% 73% 77% 75% 73% 73% 73% 73%) -> (71k/82k) -> write(93%)
1:06:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 995M 92% 329k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 919k/s ] 267G blocks: [ 45k 96% 5/s ]
cpus: 24.7 gc: 7% heap: 9.4G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 72% 73% 70% 73% 70% 71% 71% 71% 75% 71% 72% 73% 72% 71% 71% 71% 72% 72% 70% 71% 71% 71% 71% 71% 75% 71% 71% 72% 71% 72%) -> (68k/82k) -> write(93%)
1:06:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 998M 92% 302k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 915k/s ] 269G blocks: [ 45k 97% 4/s ]
cpus: 24.7 gc: 6% heap: 7.8G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(70% 73% 73% 74% 71% 71% 75% 74% 73% 73% 71% 71% 71% 73% 71% 73% 72% 70% 72% 72% 69% 73% 73% 70% 72% 71% 72% 72% 73% 70% 72%) -> (69k/82k) -> write(94%)
1:06:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 93% 307k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 944k/s ] 269G blocks: [ 45k 97% 4/s ]
cpus: 23.9 gc: 7% heap: 7.7G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(69% 70% 69% 67% 68% 69% 68% 69% 70% 69% 68% 70% 70% 70% 70% 70% 71% 69% 70% 69% 70% 71% 68% 70% 69% 68% 70% 68% 69% 68% 71%) -> (70k/82k) -> write(93%)
1:07:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 93% 326k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 913k/s ] 270G blocks: [ 45k 97% 4/s ]
cpus: 24.5 gc: 7% heap: 5.7G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 71% 74% 70% 70% 71% 71% 69% 70% 70% 73% 70% 69% 72% 72% 71% 71% 74% 72% 69% 73% 70% 71% 71% 73% 71% 72% 70% 73% 72% 71%) -> (30k/82k) -> write(94%)
1:07:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 93% 350k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 963k/s ] 270G blocks: [ 45k 97% 4/s ]
cpus: 24.4 gc: 6% heap: 5.4G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 72% 69% 70% 70% 71% 71% 70% 73% 70% 71% 72% 71% 70% 69% 69% 71% 65% 72% 72% 71% 70% 73% 71% 73% 73% 70% 69% 70% 70% 73%) -> (49k/82k) -> write(93%)
1:07:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 94% 311k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 879k/s ] 271G blocks: [ 45k 97% 4/s ]
cpus: 25.5 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 75% 72% 74% 79% 73% 73% 74% 76% 79% 73% 72% 73% 75% 76% 76% 74% 73% 74% 75% 77% 74% 74% 71% 74% 79% 77% 76% 76% 73% 76%) -> (69k/82k) -> write(94%)
1:07:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 94% 334k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 885k/s ] 272G blocks: [ 45k 97% 5/s ]
cpus: 25.2 gc: 7% heap: 10G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(72% 73% 76% 73% 73% 72% 71% 72% 77% 72% 73% 74% 73% 75% 72% 72% 74% 74% 76% 73% 73% 73% 74% 76% 71% 74% 72% 73% 73% 74% 74%) -> (67k/82k) -> write(93%)
1:07:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 94% 325k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 871k/s ] 272G blocks: [ 45k 97% 4/s ]
cpus: 25.7 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(79% 74% 72% 75% 76% 73% 73% 75% 75% 74% 75% 78% 79% 74% 74% 75% 73% 73% 75% 75% 75% 79% 73% 76% 74% 74% 74% 80% 77% 76% 77%) -> (69k/82k) -> write(94%)
1:07:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 95% 371k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 934k/s ] 273G blocks: [ 45k 97% 5/s ]
cpus: 24.7 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(72% 72% 72% 72% 72% 71% 72% 72% 71% 72% 71% 73% 75% 71% 70% 72% 70% 72% 72% 74% 72% 72% 72% 71% 71% 71% 71% 72% 71% 75% 74%) -> (55k/82k) -> write(93%)
1:08:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 95% 374k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 925k/s ] 273G blocks: [ 45k 97% 5/s ]
cpus: 25.3 gc: 6% heap: 8.7G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 77% 74% 75% 73% 72% 73% 73% 76% 74% 75% 74% 76% 74% 75% 76% 73% 73% 74% 73% 74% 73% 74% 74% 73% 74% 75% 75% 75% 74% 73%) -> (62k/82k) -> write(94%)
1:08:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 95% 345k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 923k/s ] 275G blocks: [ 45k 98% 4/s ]
cpus: 25.2 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.7G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 74% 73% 73% 74% 73% 75% 75% 73% 76% 73% 75% 75% 73% 76% 73% 74% 73% 73% 73% 76% 74% 75% 73% 72% 73% 74% 73% 75% 74% 75%) -> (69k/82k) -> write(94%)
1:08:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 95% 343k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 879k/s ] 275G blocks: [ 45k 98% 4/s ]
cpus: 25.2 gc: 8% heap: 8.8G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(75% 73% 71% 71% 75% 72% 75% 72% 71% 72% 72% 72% 70% 72% 74% 69% 73% 72% 71% 72% 71% 72% 74% 69% 71% 70% 74% 70% 72% 71% 75%) -> (81k/82k) -> write(88%)
1:08:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 96% 339k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 961k/s ] 276G blocks: [ 46k 98% 5/s ]
cpus: 24.8 gc: 8% heap: 3.9G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 70% 70% 72% 74% 70% 71% 73% 70% 71% 72% 71% 70% 71% 72% 72% 71% 71% 72% 71% 70% 71% 72% 70% 72% 72% 71% 70% 70% 73% 69%) -> (54k/82k) -> write(92%)
1:08:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 96% 347k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 953k/s ] 277G blocks: [ 46k 98% 4/s ]
cpus: 24.9 gc: 7% heap: 2.6G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 72% 71% 72% 72% 72% 71% 71% 71% 72% 72% 72% 72% 74% 71% 71% 71% 73% 72% 72% 72% 72% 71% 72% 72% 74% 73% 72% 71% 73% 73%) -> (45k/82k) -> write(92%)
1:08:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 96% 338k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 964k/s ] 277G blocks: [ 46k 98% 4/s ]
cpus: 25.3 gc: 7% heap: 4.8G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 75% 74% 73% 76% 73% 73% 73% 73% 74% 74% 73% 72% 74% 73% 76% 74% 74% 73% 74% 75% 74% 74% 74% 73% 73% 74% 73% 74% 74% 74%) -> (56k/82k) -> write(93%)
1:09:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 97% 342k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 949k/s ] 278G blocks: [ 46k 98% 5/s ]
cpus: 24.9 gc: 7% heap: 4G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 72% 72% 71% 71% 72% 71% 72% 73% 72% 71% 72% 73% 72% 73% 72% 73% 72% 71% 73% 73% 71% 71% 72% 72% 72% 72% 71% 72% 72% 74%) -> (45k/82k) -> write(93%)
1:09:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 97% 340k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 968k/s ] 279G blocks: [ 46k 98% 4/s ]
cpus: 24.7 gc: 7% heap: 4.8G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 72% 71% 72% 71% 71% 72% 71% 70% 71% 71% 72% 72% 71% 71% 71% 71% 75% 71% 73% 71% 72% 72% 72% 72% 72% 73% 70% 70% 72% 72%) -> (51k/82k) -> write(93%)
1:09:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 97% 305k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 959k/s ] 279G blocks: [ 46k 98% 4/s ]
cpus: 24.7 gc: 7% heap: 6.7G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 73% 70% 75% 71% 71% 72% 71% 71% 73% 71% 73% 70% 71% 72% 70% 72% 71% 72% 71% 70% 71% 72% 71% 71% 72% 73% 71% 73% 74% 71%) -> (68k/82k) -> write(93%)
1:09:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 98% 311k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 961k/s ] 281G blocks: [ 46k 98% 4/s ]
cpus: 24.2 gc: 7% heap: 7G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(70% 71% 69% 71% 69% 72% 69% 70% 68% 69% 69% 70% 69% 69% 70% 71% 69% 69% 68% 71% 69% 70% 70% 70% 69% 70% 69% 70% 69% 71% 68%) -> (69k/82k) -> write(93%)
1:09:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 98% 300k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 920k/s ] 281G blocks: [ 46k 98% 4/s ]
cpus: 24.6 gc: 7% heap: 6.4G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 72% 70% 71% 70% 70% 71% 72% 71% 72% 71% 71% 70% 73% 70% 72% 70% 70% 70% 71% 72% 72% 74% 74% 73% 71% 70% 72% 70% 70% 70%) -> (71k/82k) -> write(93%)
1:09:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 98% 320k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 944k/s ] 282G blocks: [ 46k 99% 4/s ]
cpus: 24.1 gc: 7% heap: 9.6G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(70% 69% 69% 72% 70% 70% 69% 71% 69% 69% 71% 71% 69% 68% 69% 71% 68% 69% 68% 69% 69% 69% 71% 72% 71% 69% 69% 67% 71% 69% 70%) -> (70k/82k) -> write(93%)
1:10:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 99% 304k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 963k/s ] 283G blocks: [ 46k 99% 4/s ]
cpus: 23.7 gc: 7% heap: 5G/25G direct: 1.5M postGC: 3.9G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(70% 67% 68% 71% 68% 67% 69% 69% 70% 69% 69% 68% 67% 69% 70% 68% 68% 70% 67% 69% 68% 68% 68% 70% 68% 68% 68% 69% 68% 68% 67%) -> (43k/82k) -> write(93%)
1:10:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 99% 316k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 967k/s ] 283G blocks: [ 46k 99% 4/s ]
cpus: 24.2 gc: 7% heap: 10G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 71% 69% 69% 70% 69% 71% 70% 69% 73% 70% 70% 71% 70% 70% 69% 70% 69% 69% 70% 69% 69% 69% 70% 71% 71% 71% 71% 70% 69% 71%) -> (68k/82k) -> write(93%)
1:10:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 99% 306k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 989k/s ] 284G blocks: [ 46k 99% 4/s ]
cpus: 23.4 gc: 7% heap: 5.6G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(68% 68% 65% 66% 72% 67% 66% 69% 66% 69% 66% 66% 66% 70% 66% 68% 66% 67% 68% 69% 68% 67% 68% 67% 66% 69% 68% 68% 66% 69% 69%) -> (71k/82k) -> write(93%)
1:10:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 99% 311k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 1M/s ] 285G blocks: [ 46k 99% 4/s ]
cpus: 23.6 gc: 7% heap: 8.8G/25G direct: 1.5M postGC: 4.3G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(68% 70% 66% 68% 70% 68% 68% 67% 69% 68% 69% 70% 68% 70% 67% 65% 68% 67% 67% 69% 67% 67% 69% 68% 69% 68% 70% 69% 68% 68% 69%) -> (68k/82k) -> write(93%)
1:10:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 261k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 937k/s ] 285G blocks: [ 46k 99% 3/s ]
cpus: 24.6 gc: 7% heap: 4.7G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(70% 71% 73% 70% 73% 69% 71% 76% 69% 73% 74% 73% 69% 70% 70% 72% 73% 70% 68% 71% 73% 69% 72% 73% 72% 72% 71% 70% 72% 72% 73%) -> (35k/82k) -> write(93%)
1:10:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 261k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 897k/s ] 287G blocks: [ 46k 99% 4/s ]
cpus: 24.5 gc: 7% heap: 8.6G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(71% 70% 67% 67% 69% 69% 74% 73% 74% 71% 74% 72% 69% 68% 76% 70% 70% 69% 70% 70% 70% 72% 71% 67% 70% 69% 68% 73% 72% 71% 75%) -> (68k/82k) -> write(93%)
1:10:56 INF [osm_pass2:process] - Finished ways: 1,081,347,425 (340k/s) in 52m57s cpu:21h42s gc:3m17s avg:23.8
1:11:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 155k/s ] rels: [ 110k 1% 11k/s ] features: [ 3.4B 604k/s ] 287G blocks: [ 46k 99% 3/s ]
cpus: 23 gc: 7% heap: 5.2G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(70% 72% 63% 63% 62% 76% 69% 76% 62% 51% 49% 57% 73% 70% 78% 77% 58% 69% 70% 70% 50% 70% 67% 66% 47% 55% 70% 71% 48% 71% 64%) -> (13k/82k) -> write(49%)
1:11:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 230k 2% 11k/s ] features: [ 3.4B 155k/s ] 287G blocks: [ 46k 99% <1/s ]
cpus: 28.8 gc: 3% heap: 7.9G/25G direct: 1.5M postGC: 5.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 89% 91% 88% 88% 86% 90% 90% 89% 88% 84% 91% 87% 87% 87% 89% 90% 90% 90% 90% 86% 92% 88% 90% 87% 88% 91% 84% 92% 88% 88%) -> (17k/82k) -> write(22%)
1:11:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 355k 3% 12k/s ] features: [ 3.4B 183k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 28.8 gc: 2% heap: 13G/25G direct: 1.5M postGC: 5.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 90% 91% 91% 91% 89% 88% 91% 91% 88% 89% 90% 90% 90% 91% 88% 91% 92% 90% 89% 87% 94% 88% 93% 89% 91% 93% 88% 90% 93% 92%) -> (16k/82k) -> write(26%)
1:11:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 444k 3% 8.9k/s ] features: [ 3.4B 179k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 29 gc: 2% heap: 10G/25G direct: 1.5M postGC: 5.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 91% 93% 91% 93% 90% 91% 92% 91% 89% 91% 91% 90% 89% 91% 92% 88% 91% 93% 92% 88% 94% 91% 91% 88% 90% 93% 91% 88% 91% 92%) -> (12k/82k) -> write(24%)
1:11:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 538k 4% 9.4k/s ] features: [ 3.4B 152k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 29 gc: 2% heap: 7.1G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 91% 92% 90% 91% 91% 88% 92% 92% 90% 90% 90% 91% 91% 90% 93% 90% 88% 93% 90% 90% 93% 89% 90% 91% 91% 92% 89% 89% 93% 93%) -> (16k/82k) -> write(23%)
1:11:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 624k 5% 8.5k/s ] features: [ 3.4B 141k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 28.6 gc: 2% heap: 11G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 94% 90% 90% 91% 91% 90% 91% 91% 89% 85% 90% 89% 90% 88% 89% 89% 89% 93% 89% 91% 92% 87% 93% 93% 95% 89% 88% 88% 91% 93%) -> (14k/82k) -> write(24%)
1:12:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 711k 5% 8.7k/s ] features: [ 3.4B 155k/s ] 288G blocks: [ 46k 99% 0/s ]
cpus: 29.3 gc: 1% heap: 10G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 94% 94% 93% 93% 95% 94% 94% 96% 95% 88% 92% 93% 91% 91% 91% 91% 94% 94% 91% 95% 95% 91% 96% 91% 91% 93% 90% 93% 94% 91%) -> (16k/82k) -> write(24%)
1:12:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 802k 6% 9k/s ] features: [ 3.4B 151k/s ] 289G blocks: [ 46k 99% <1/s ]
cpus: 29.4 gc: 1% heap: 10G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 93% 93% 93% 93% 94% 94% 92% 94% 94% 87% 94% 94% 92% 94% 92% 90% 93% 94% 90% 93% 94% 92% 93% 92% 92% 91% 92% 94% 95% 92%) -> (16k/82k) -> write(28%)
1:12:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 890k 7% 8.8k/s ] features: [ 3.4B 174k/s ] 289G blocks: [ 46k 99% <1/s ]
cpus: 29.1 gc: 5% heap: 5.8G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 89% 89% 89% 90% 93% 89% 91% 91% 88% 86% 92% 88% 88% 90% 91% 89% 89% 89% 90% 93% 90% 89% 89% 89% 90% 89% 87% 90% 89% 89%) -> (14k/82k) -> write(25%)
1:12:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 982k 8% 9.1k/s ] features: [ 3.4B 1.8M/s ] 291G blocks: [ 46k 99% <1/s ]
cpus: 28.2 gc: 4% heap: 3.7G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(82% 85% 85% 82% 87% 89% 87% 95% 84% 84% 84% 92% 85% 95% 86% 83% 83% 82% 88% 79% 86% 86% 83% 81% 83% 86% 86% 85% 85% 88% 86%) -> (16k/82k) -> write(50%)
1:12:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1M 8% 8.7k/s ] features: [ 3.4B 681k/s ] 291G blocks: [ 46k 99% <1/s ]
cpus: 29.4 gc: 4% heap: 7.4G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 91% 90% 90% 90% 95% 90% 90% 89% 90% 91% 93% 89% 91% 91% 90% 91% 89% 92% 89% 93% 89% 90% 89% 90% 92% 90% 88% 91% 91% 91%) -> (17k/82k) -> write(33%)
1:12:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.1M 9% 10k/s ] features: [ 3.4B 296k/s ] 292G blocks: [ 46k 99% <1/s ]
cpus: 29.4 gc: 4% heap: 5.6G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 94% 92% 90% 91% 96% 91% 91% 91% 90% 92% 93% 91% 92% 90% 92% 92% 90% 92% 90% 92% 90% 91% 91% 90% 96% 93% 89% 92% 91% 91%) -> (18k/82k) -> write(30%)
1:13:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.2M 10% 11k/s ] features: [ 3.4B 276k/s ] 292G blocks: [ 46k 99% <1/s ]
cpus: 29.4 gc: 3% heap: 7G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 93% 93% 91% 89% 92% 92% 91% 93% 92% 93% 93% 89% 94% 91% 92% 91% 90% 93% 92% 92% 90% 87% 92% 90% 91% 91% 91% 94% 92% 91%) -> (15k/82k) -> write(26%)
1:13:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.4M 11% 11k/s ] features: [ 3.5B 1.2M/s ] 292G blocks: [ 46k 99% <1/s ]
cpus: 29.6 gc: 3% heap: 6.9G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 91% 91% 91% 88% 92% 93% 91% 90% 89% 92% 93% 92% 91% 93% 92% 91% 92% 92% 91% 90% 90% 89% 92% 91% 90% 91% 93% 91% 90% 92%) -> (76k/82k) -> write(43%)
1:13:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.4M 12% 9.5k/s ] features: [ 3.5B 1.5M/s ] 293G blocks: [ 46k 99% <1/s ]
cpus: 29.7 gc: 3% heap: 6.3G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 90% 92% 90% 91% 92% 93% 91% 94% 94% 90% 93% 92% 92% 92% 92% 93% 90% 94% 93% 91% 90% 90% 92% 93% 89% 94% 92% 90% 94% 90%) -> (16k/82k) -> write(50%)
1:13:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.6M 12% 11k/s ] features: [ 3.5B 1M/s ] 294G blocks: [ 46k 99% <1/s ]
cpus: 29.7 gc: 3% heap: 7.5G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 93% 91% 92% 92% 93% 94% 93% 95% 92% 92% 95% 92% 94% 92% 91% 93% 93% 92% 91% 94% 92% 92% 93% 92% 91% 94% 91% 90% 92% 92%) -> (17k/82k) -> write(44%)
1:13:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.7M 13% 12k/s ] features: [ 3.5B 716k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 29.7 gc: 3% heap: 3.7G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 93% 93% 92% 91% 94% 93% 94% 94% 92% 93% 94% 93% 93% 93% 94% 90% 94% 91% 92% 94% 95% 92% 92% 92% 92% 93% 90% 91% 92% 92%) -> (14k/82k) -> write(40%)
1:13:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.8M 14% 13k/s ] features: [ 3.5B 308k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 29.6 gc: 2% heap: 6.7G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 94% 94% 93% 89% 92% 92% 93% 95% 94% 91% 94% 93% 92% 95% 92% 92% 95% 92% 92% 94% 94% 92% 93% 95% 94% 94% 92% 94% 93% 91%) -> (15k/82k) -> write(32%)
1:14:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2M 16% 15k/s ] features: [ 3.5B 187k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 29.4 gc: 2% heap: 3.4G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 94% 91% 95% 92% 92% 93% 93% 93% 91% 92% 94% 94% 96% 94% 91% 91% 94% 92% 93% 94% 94% 91% 91% 91% 91% 94% 91% 94% 94% 92%) -> (15k/82k) -> write(27%)
1:14:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.1M 17% 16k/s ] features: [ 3.5B 254k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 29.5 gc: 2% heap: 7G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 93% 93% 93% 90% 93% 92% 94% 93% 91% 91% 93% 93% 92% 94% 92% 92% 95% 93% 92% 92% 95% 93% 93% 91% 91% 91% 91% 93% 93% 91%) -> (15k/82k) -> write(29%)
1:14:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.3M 18% 16k/s ] features: [ 3.5B 270k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 29.2 gc: 2% heap: 8.8G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 90% 93% 92% 90% 92% 90% 92% 91% 90% 89% 92% 91% 92% 92% 91% 92% 92% 91% 88% 91% 95% 91% 89% 91% 91% 91% 90% 91% 91% 90%) -> (15k/82k) -> write(29%)
1:14:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.5M 19% 15k/s ] features: [ 3.5B 195k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 29.7 gc: 2% heap: 8.3G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 92% 94% 92% 92% 94% 92% 93% 92% 94% 90% 92% 93% 95% 92% 93% 94% 95% 91% 92% 94% 94% 93% 91% 93% 91% 92% 92% 92% 92% 91%) -> (16k/82k) -> write(30%)
1:14:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.6M 20% 14k/s ] features: [ 3.5B 183k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 29.5 gc: 4% heap: 4.4G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 91% 93% 91% 92% 93% 92% 93% 93% 91% 91% 91% 92% 93% 93% 91% 93% 94% 92% 91% 92% 93% 91% 92% 91% 93% 92% 92% 92% 91% 79%) -> (18k/82k) -> write(28%)
1:14:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.7M 21% 13k/s ] features: [ 3.5B 188k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 29.5 gc: 4% heap: 6.2G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 93% 93% 90% 90% 91% 93% 93% 92% 88% 89% 91% 91% 94% 93% 90% 92% 91% 93% 92% 90% 90% 90% 92% 91% 93% 90% 91% 92% 92% 96%) -> (18k/82k) -> write(29%)
1:15:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.9M 23% 13k/s ] features: [ 3.5B 179k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 29.3 gc: 2% heap: 9.8G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(95% 95% 92% 92% 90% 92% 93% 93% 91% 91% 89% 92% 92% 91% 92% 92% 90% 94% 92% 91% 92% 88% 91% 95% 91% 91% 89% 94% 91% 93% 97%) -> (17k/82k) -> write(28%)
1:15:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3M 24% 16k/s ] features: [ 3.5B 229k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 29.6 gc: 2% heap: 9.2G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(95% 95% 93% 93% 92% 96% 95% 94% 93% 92% 94% 93% 92% 92% 96% 95% 94% 95% 93% 92% 94% 94% 95% 93% 93% 91% 91% 93% 94% 92% 93%) -> (16k/82k) -> write(30%)
1:15:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.2M 25% 16k/s ] features: [ 3.5B 364k/s ] 298G blocks: [ 46k 99% <1/s ]
cpus: 29.7 gc: 2% heap: 8.3G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 93% 93% 92% 94% 96% 95% 95% 95% 93% 95% 94% 92% 94% 94% 95% 92% 92% 93% 93% 91% 93% 94% 93% 94% 92% 94% 98% 93% 94% 93%) -> (12k/82k) -> write(36%)
1:15:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.4M 26% 17k/s ] features: [ 3.5B 191k/s ] 298G blocks: [ 46k 99% <1/s ]
cpus: 29.7 gc: 2% heap: 7.9G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(95% 95% 93% 93% 95% 96% 95% 93% 96% 93% 95% 93% 92% 94% 95% 95% 95% 93% 94% 93% 92% 94% 94% 95% 94% 93% 94% 95% 94% 93% 93%) -> (14k/82k) -> write(28%)
1:15:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.6M 28% 16k/s ] features: [ 3.5B 423k/s ] 298G blocks: [ 46k 99% <1/s ]
cpus: 29.3 gc: 2% heap: 5.5G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 92% 91% 89% 91% 94% 92% 91% 93% 92% 93% 91% 92% 91% 95% 94% 94% 91% 92% 91% 92% 92% 96% 94% 91% 91% 92% 97% 93% 92% 91%) -> (15k/82k) -> write(31%)
1:15:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.7M 29% 18k/s ] features: [ 3.5B 743k/s ] 300G blocks: [ 46k 99% <1/s ]
cpus: 29.4 gc: 2% heap: 3.7G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 93% 92% 92% 90% 87% 93% 93% 92% 91% 93% 93% 94% 93% 94% 95% 93% 93% 88% 91% 91% 93% 94% 93% 91% 92% 92% 95% 93% 92% 92%) -> (66k/82k) -> write(39%)
1:16:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.9M 31% 18k/s ] features: [ 3.5B 276k/s ] 300G blocks: [ 46k 99% <1/s ]
cpus: 29.4 gc: 4% heap: 5.5G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 93% 91% 91% 89% 91% 90% 91% 92% 92% 90% 92% 93% 91% 91% 92% 92% 92% 93% 91% 91% 92% 91% 93% 91% 90% 90% 92% 92% 94% 91%) -> (14k/82k) -> write(28%)
1:16:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 4.1M 32% 19k/s ] features: [ 3.5B 217k/s ] 300G blocks: [ 46k 99% <1/s ]
cpus: 29.7 gc: 2% heap: 9.8G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 94% 91% 94% 93% 94% 94% 92% 95% 93% 93% 95% 92% 92% 95% 91% 94% 95% 98% 92% 94% 93% 94% 97% 94% 92% 93% 96% 96% 93% 93%) -> (14k/82k) -> write(27%)
1:16:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 4.3M 34% 19k/s ] features: [ 3.5B 214k/s ] 300G blocks: [ 46k 99% <1/s ]
cpus: 29.4 gc: 3% heap: 6.8G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 94% 90% 91% 90% 91% 91% 91% 93% 91% 91% 92% 92% 90% 93% 92% 91% 91% 96% 90% 92% 92% 92% 91% 91% 91% 93% 93% 93% 91% 92%) -> (15k/82k) -> write(27%)
1:16:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 4.5M 35% 16k/s ] features: [ 3.5B 176k/s ] 301G blocks: [ 46k 99% <1/s ]
cpus: 28.9 gc: 5% heap: 6.5G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 91% 88% 88% 87% 88% 86% 89% 89% 87% 87% 88% 91% 88% 89% 88% 87% 88% 94% 88% 88% 86% 89% 86% 89% 88% 90% 88% 90% 86% 88%) -> (14k/82k) -> write(26%)
1:16:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 4.7M 36% 17k/s ] features: [ 3.5B 154k/s ] 301G blocks: [ 46k 99% <1/s ]
cpus: 29.5 gc: 4% heap: 3.9G/25G direct: 1.5M postGC: 2.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 90% 92% 92% 92% 91% 93% 92% 91% 92% 92% 90% 91% 92% 93% 93% 92% 92% 96% 92% 92% 91% 92% 90% 91% 92% 94% 91% 89% 93% 94%) -> (15k/82k) -> write(24%)
1:16:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 4.8M 38% 16k/s ] features: [ 3.5B 307k/s ] 301G blocks: [ 46k 99% <1/s ]
cpus: 29.5 gc: 2% heap: 6.9G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 91% 92% 94% 92% 93% 94% 94% 90% 93% 93% 92% 93% 91% 92% 95% 94% 92% 96% 92% 93% 93% 93% 92% 93% 92% 94% 92% 93% 93% 94%) -> (13k/82k) -> write(27%)
1:17:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5M 39% 19k/s ] features: [ 3.5B 352k/s ] 301G blocks: [ 46k 99% <1/s ]
cpus: 29.2 gc: 3% heap: 3.3G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 89% 92% 91% 91% 92% 94% 90% 94% 92% 89% 90% 88% 91% 91% 89% 91% 92% 95% 92% 91% 91% 92% 91% 91% 90% 93% 90% 91% 91% 90%) -> (15k/82k) -> write(28%)
1:17:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5.2M 40% 18k/s ] features: [ 3.6B 2.2M/s ] 303G blocks: [ 46k 99% <1/s ]
cpus: 29.1 gc: 3% heap: 3G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 87% 90% 92% 88% 90% 92% 89% 95% 89% 89% 87% 90% 91% 92% 75% 92% 92% 94% 89% 89% 90% 94% 89% 91% 90% 88% 91% 87% 89% 97%) -> (37k/82k) -> write(60%)
1:17:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5.4M 42% 17k/s ] features: [ 3.6B 655k/s ] 303G blocks: [ 46k 100% <1/s ]
cpus: 29.4 gc: 2% heap: 5.8G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 91% 93% 92% 92% 93% 92% 93% 93% 92% 92% 91% 93% 93% 93% 91% 93% 94% 94% 93% 92% 92% 93% 91% 91% 93% 89% 92% 90% 91% 91%) -> (17k/82k) -> write(34%)
1:17:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5.6M 43% 18k/s ] features: [ 3.6B 604k/s ] 305G blocks: [ 46k 100% <1/s ]
cpus: 29.3 gc: 2% heap: 3G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 90% 94% 93% 91% 93% 93% 95% 93% 94% 93% 93% 92% 93% 92% 93% 94% 94% 92% 92% 92% 92% 92% 91% 90% 92% 90% 91% 84% 94% 91%) -> (14k/82k) -> write(36%)
1:17:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5.7M 45% 18k/s ] features: [ 3.6B 528k/s ] 305G blocks: [ 46k 100% <1/s ]
cpus: 29.2 gc: 2% heap: 5.3G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 91% 92% 91% 92% 91% 92% 91% 92% 93% 92% 92% 90% 94% 95% 92% 92% 92% 92% 91% 93% 94% 93% 91% 92% 92% 85% 91% 92% 94% 89%) -> (14k/82k) -> write(31%)
1:17:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5.9M 46% 18k/s ] features: [ 3.6B 271k/s ] 305G blocks: [ 46k 100% <1/s ]
cpus: 29.4 gc: 3% heap: 7.8G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 89% 92% 91% 93% 92% 92% 91% 88% 92% 90% 91% 90% 94% 94% 91% 93% 93% 92% 91% 90% 95% 92% 91% 92% 91% 95% 92% 91% 92% 92%) -> (16k/82k) -> write(27%)
1:18:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6.1M 48% 19k/s ] features: [ 3.6B 359k/s ] 305G blocks: [ 46k 100% <1/s ]
cpus: 29.3 gc: 2% heap: 5.1G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 95% 92% 92% 91% 92% 94% 93% 92% 93% 92% 85% 92% 93% 92% 91% 93% 94% 93% 92% 90% 95% 92% 91% 91% 91% 90% 92% 91% 90% 91%) -> (69k/82k) -> write(30%)
1:18:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6.3M 49% 21k/s ] features: [ 3.6B 272k/s ] 306G blocks: [ 46k 100% <1/s ]
cpus: 29.1 gc: 2% heap: 8.2G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 91% 93% 90% 90% 94% 92% 92% 91% 92% 90% 92% 91% 92% 93% 92% 92% 95% 91% 93% 92% 91% 89% 91% 91% 91% 91% 93% 92% 90% 92%) -> (14k/82k) -> write(28%)
1:18:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6.5M 51% 19k/s ] features: [ 3.6B 256k/s ] 306G blocks: [ 46k 100% <1/s ]
cpus: 29.4 gc: 2% heap: 6.8G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 94% 94% 93% 94% 91% 95% 92% 94% 93% 91% 94% 91% 92% 93% 93% 92% 93% 94% 95% 92% 92% 93% 92% 93% 93% 92% 93% 94% 92% 93%) -> (12k/82k) -> write(27%)
1:18:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6.7M 52% 15k/s ] features: [ 3.6B 139k/s ] 306G blocks: [ 46k 100% <1/s ]
cpus: 29.6 gc: 2% heap: 5G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 94% 93% 92% 95% 92% 92% 93% 96% 94% 93% 93% 93% 93% 96% 93% 92% 94% 93% 94% 91% 93% 94% 93% 96% 93% 93% 95% 93% 92% 93%) -> (16k/82k) -> write(22%)
1:18:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6.8M 53% 15k/s ] features: [ 3.6B 146k/s ] 306G blocks: [ 46k 100% <1/s ]
cpus: 29 gc: 2% heap: 7.2G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 91% 93% 91% 91% 90% 91% 95% 94% 93% 91% 95% 90% 91% 94% 89% 90% 89% 87% 92% 90% 92% 93% 88% 94% 92% 90% 95% 91% 87% 89%) -> (13k/82k) -> write(23%)
1:18:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7M 54% 15k/s ] features: [ 3.6B 348k/s ] 307G blocks: [ 46k 100% <1/s ]
cpus: 29.6 gc: 2% heap: 6G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 95% 93% 92% 95% 95% 95% 95% 95% 91% 93% 93% 92% 94% 96% 88% 94% 93% 93% 92% 93% 92% 93% 91% 93% 92% 94% 96% 94% 91% 93%) -> (19k/82k) -> write(28%)
1:19:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.2M 56% 15k/s ] features: [ 3.6B 214k/s ] 307G blocks: [ 46k 100% <1/s ]
cpus: 29.8 gc: 2% heap: 5.1G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(96% 94% 94% 94% 96% 93% 95% 94% 96% 93% 94% 96% 92% 94% 94% 93% 94% 93% 94% 92% 93% 92% 95% 93% 94% 93% 94% 96% 95% 93% 96%) -> (15k/82k) -> write(26%)
1:19:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.3M 57% 15k/s ] features: [ 3.6B 155k/s ] 307G blocks: [ 46k 100% 0/s ]
cpus: 29.6 gc: 2% heap: 3.6G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(95% 95% 94% 93% 94% 94% 92% 94% 95% 94% 94% 94% 95% 91% 93% 93% 93% 95% 92% 93% 92% 94% 95% 91% 95% 93% 91% 95% 93% 95% 93%) -> (17k/82k) -> write(24%)
1:19:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.5M 58% 15k/s ] features: [ 3.6B 158k/s ] 307G blocks: [ 46k 100% <1/s ]
cpus: 29.2 gc: 2% heap: 6.4G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 92% 92% 91% 92% 90% 93% 93% 93% 91% 92% 93% 92% 92% 90% 91% 91% 92% 94% 92% 94% 91% 91% 92% 93% 93% 91% 90% 95% 93% 92%) -> (13k/82k) -> write(24%)
1:19:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.6M 59% 18k/s ] features: [ 3.6B 186k/s ] 307G blocks: [ 46k 100% <1/s ]
cpus: 29.7 gc: 2% heap: 4.4G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 93% 93% 93% 94% 94% 94% 93% 93% 95% 94% 94% 94% 93% 92% 92% 92% 92% 94% 93% 94% 92% 92% 92% 95% 94% 94% 93% 93% 91% 92%) -> (13k/82k) -> write(27%)
1:19:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.8M 61% 18k/s ] features: [ 3.6B 236k/s ] 309G blocks: [ 46k 100% <1/s ]
cpus: 29.5 gc: 2% heap: 8.3G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 94% 93% 94% 93% 95% 93% 93% 96% 92% 91% 95% 94% 93% 92% 93% 94% 91% 91% 92% 91% 92% 92% 91% 93% 91% 92% 94% 93% 92% 93%) -> (13k/82k) -> write(29%)
1:19:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 8M 62% 19k/s ] features: [ 3.6B 167k/s ] 309G blocks: [ 46k 100% <1/s ]
cpus: 29.5 gc: 2% heap: 6.3G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 94% 92% 93% 91% 95% 91% 93% 95% 92% 91% 96% 95% 94% 93% 92% 94% 93% 92% 92% 91% 92% 93% 91% 94% 89% 92% 94% 92% 94% 93%) -> (13k/82k) -> write(25%)
1:20:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 8.2M 64% 20k/s ] features: [ 3.6B 163k/s ] 309G blocks: [ 46k 100% <1/s ]
cpus: 29.1 gc: 2% heap: 4G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 89% 92% 94% 91% 92% 90% 90% 90% 90% 91% 93% 93% 93% 90% 92% 92% 91% 91% 92% 92% 91% 93% 93% 95% 92% 93% 93% 93% 92% 91%) -> (15k/82k) -> write(25%)
1:20:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 8.5M 66% 21k/s ] features: [ 3.6B 290k/s ] 309G blocks: [ 46k 100% <1/s ]
cpus: 29.4 gc: 2% heap: 8.1G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 92% 93% 94% 93% 94% 91% 92% 93% 93% 93% 92% 94% 91% 92% 91% 92% 92% 91% 93% 93% 91% 91% 90% 92% 93% 92% 92% 94% 92% 90%) -> (17k/82k) -> write(29%)
1:20:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 8.7M 67% 20k/s ] features: [ 3.6B 175k/s ] 309G blocks: [ 46k 100% <1/s ]
cpus: 28.9 gc: 2% heap: 5.3G/25G direct: 1.5M postGC: 1.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 91% 91% 87% 92% 93% 92% 91% 91% 90% 91% 90% 91% 91% 90% 88% 91% 90% 89% 92% 90% 91% 90% 90% 89% 91% 91% 90% 90% 91% 90%) -> (15k/82k) -> write(25%)
1:20:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 8.9M 69% 19k/s ] features: [ 3.6B 167k/s ] 310G blocks: [ 46k 100% <1/s ]
cpus: 28.9 gc: 4% heap: 5.5G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 90% 91% 90% 91% 94% 90% 91% 89% 88% 87% 89% 90% 89% 90% 90% 90% 90% 86% 89% 88% 89% 91% 89% 89% 88% 90% 89% 89% 89% 89%) -> (16k/82k) -> write(26%)
1:20:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 9.1M 70% 18k/s ] features: [ 3.6B 174k/s ] 310G blocks: [ 46k 100% <1/s ]
cpus: 29.3 gc: 3% heap: 4.9G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 91% 92% 92% 92% 95% 91% 92% 91% 86% 97% 90% 91% 92% 91% 92% 93% 92% 86% 92% 91% 91% 93% 93% 93% 93% 91% 91% 92% 92% 92%) -> (16k/82k) -> write(25%)
1:20:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 9.3M 72% 20k/s ] features: [ 3.6B 170k/s ] 310G blocks: [ 46k 100% <1/s ]
cpus: 29.5 gc: 2% heap: 6.1G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 92% 94% 94% 93% 95% 95% 93% 92% 87% 96% 94% 94% 93% 93% 92% 93% 94% 93% 93% 93% 91% 93% 89% 89% 96% 93% 93% 93% 93% 93%) -> (13k/82k) -> write(25%)
1:21:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 9.5M 73% 20k/s ] features: [ 3.6B 330k/s ] 310G blocks: [ 47k 100% <1/s ]
cpus: 29.4 gc: 2% heap: 7.7G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 93% 94% 93% 93% 94% 94% 94% 91% 93% 94% 93% 92% 93% 92% 92% 92% 93% 92% 93% 93% 94% 93% 91% 91% 94% 94% 92% 93% 91% 93%) -> (17k/82k) -> write(28%)
1:21:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 9.7M 75% 20k/s ] features: [ 3.6B 250k/s ] 310G blocks: [ 47k 100% <1/s ]
cpus: 28.7 gc: 2% heap: 6.2G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 92% 92% 89% 92% 94% 93% 92% 90% 77% 93% 88% 90% 94% 92% 91% 91% 91% 91% 93% 84% 89% 91% 90% 88% 91% 92% 89% 91% 89% 91%) -> (17k/82k) -> write(27%)
1:21:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 9.9M 76% 20k/s ] features: [ 3.6B 159k/s ] 312G blocks: [ 47k 100% <1/s ]
cpus: 29.6 gc: 2% heap: 2.4G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(95% 93% 93% 92% 93% 94% 95% 95% 93% 93% 94% 93% 94% 95% 90% 95% 94% 92% 95% 94% 96% 93% 93% 95% 94% 94% 94% 93% 92% 93% 93%) -> (15k/82k) -> write(28%)
1:21:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 78% 18k/s ] features: [ 3.6B 150k/s ] 312G blocks: [ 47k 100% <1/s ]
cpus: 29.7 gc: 2% heap: 4.5G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 94% 93% 96% 95% 94% 94% 93% 94% 92% 94% 94% 92% 92% 95% 94% 94% 93% 94% 96% 97% 94% 94% 94% 95% 92% 92% 94% 94% 93% 93%) -> (16k/82k) -> write(25%)
1:21:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 79% 19k/s ] features: [ 3.6B 151k/s ] 312G blocks: [ 47k 100% <1/s ]
cpus: 29.7 gc: 1% heap: 7G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 93% 93% 96% 93% 95% 92% 93% 94% 95% 93% 95% 92% 95% 92% 94% 93% 93% 94% 95% 98% 93% 93% 93% 94% 93% 94% 94% 94% 95% 95%) -> (16k/82k) -> write(26%)
1:21:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 81% 18k/s ] features: [ 3.6B 151k/s ] 312G blocks: [ 47k 100% <1/s ]
cpus: 29.3 gc: 2% heap: 7.4G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 93% 92% 92% 92% 92% 92% 91% 93% 92% 91% 93% 94% 95% 91% 92% 90% 92% 93% 91% 95% 96% 91% 95% 92% 97% 95% 90% 93% 90% 93%) -> (15k/82k) -> write(25%)
1:22:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 82% 20k/s ] features: [ 3.6B 163k/s ] 312G blocks: [ 47k 100% <1/s ]
cpus: 29.8 gc: 2% heap: 4.1G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 93% 94% 97% 94% 95% 95% 93% 94% 94% 95% 93% 92% 95% 94% 94% 93% 96% 93% 93% 96% 95% 94% 95% 94% 95% 93% 93% 93% 94% 94%) -> (16k/82k) -> write(28%)
1:22:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 84% 20k/s ] features: [ 3.6B 227k/s ] 313G blocks: [ 47k 100% <1/s ]
cpus: 29.9 gc: 2% heap: 6.4G/25G direct: 1.5M postGC: 2.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 92% 95% 95% 93% 95% 92% 94% 94% 94% 94% 93% 94% 93% 94% 94% 94% 93% 94% 94% 95% 96% 94% 95% 93% 93% 96% 93% 93% 95% 94%) -> (15k/82k) -> write(32%)
1:22:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 85% 17k/s ] features: [ 3.6B 192k/s ] 313G blocks: [ 47k 100% <1/s ]
cpus: 29.9 gc: 2% heap: 4.8G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(95% 96% 95% 92% 91% 94% 91% 92% 92% 94% 94% 93% 93% 92% 94% 93% 95% 93% 97% 93% 95% 91% 95% 95% 95% 92% 95% 92% 96% 93% 93%) -> (15k/82k) -> write(27%)
1:22:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 87% 18k/s ] features: [ 3.6B 200k/s ] 313G blocks: [ 47k 100% <1/s ]
cpus: 29.7 gc: 2% heap: 6.3G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 94% 93% 94% 91% 95% 92% 94% 94% 93% 96% 94% 94% 94% 92% 94% 92% 92% 94% 92% 94% 94% 94% 93% 95% 91% 94% 91% 94% 95% 93%) -> (17k/82k) -> write(28%)
1:22:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 88% 16k/s ] features: [ 3.7B 357k/s ] 313G blocks: [ 47k 100% <1/s ]
cpus: 29.7 gc: 2% heap: 7.6G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 92% 93% 95% 93% 95% 92% 95% 94% 95% 94% 95% 95% 93% 92% 94% 93% 94% 95% 93% 93% 94% 93% 91% 94% 92% 92% 92% 93% 94% 94%) -> (15k/82k) -> write(33%)
1:22:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 89% 14k/s ] features: [ 3.7B 410k/s ] 315G blocks: [ 47k 100% <1/s ]
cpus: 29.2 gc: 2% heap: 7.2G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(94% 90% 91% 94% 92% 91% 91% 93% 93% 90% 90% 95% 90% 94% 91% 92% 92% 92% 92% 92% 91% 93% 94% 93% 91% 93% 92% 91% 90% 91% 91%) -> (14k/82k) -> write(33%)
1:23:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 90% 15k/s ] features: [ 3.7B 169k/s ] 315G blocks: [ 47k 100% <1/s ]
cpus: 29.7 gc: 2% heap: 8.3G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(96% 93% 94% 96% 93% 94% 95% 94% 94% 91% 92% 93% 92% 94% 93% 94% 93% 93% 92% 94% 93% 95% 95% 93% 92% 95% 94% 93% 93% 94% 95%) -> (15k/82k) -> write(28%)
1:23:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 92% 15k/s ] features: [ 3.7B 167k/s ] 315G blocks: [ 47k 100% <1/s ]
cpus: 29.9 gc: 1% heap: 4.6G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( -%) -> (15/47) -> process(97% 96% 93% 96% 95% 93% 95% 95% 95% 94% 93% 93% 94% 93% 94% 95% 95% 95% 93% 94% 95% 94% 94% 95% 93% 95% 96% 94% 94% 96% 94%) -> (18k/82k) -> write(28%)
1:23:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 93% 15k/s ] features: [ 3.7B 192k/s ] 315G blocks: [ 47k 100% <1/s ]
cpus: 30 gc: 1% heap: 7.4G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( -%) -> (14/47) -> process(96% 96% 95% 97% 96% 92% 96% 96% 96% 94% 93% 93% 95% 94% 97% 95% 95% 95% 93% 94% 95% 92% 95% 95% 94% 98% 97% 94% 94% 94% 96%) -> (16k/82k) -> write(30%)
1:23:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 94% 15k/s ] features: [ 3.7B 192k/s ] 315G blocks: [ 47k 100% <1/s ]
cpus: 29.3 gc: 1% heap: 7.7G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( -%) -> (11/47) -> process(96% 95% 92% 95% 92% 90% 90% 95% 94% 92% 94% 92% 93% 90% 96% 94% 94% 94% 92% 92% 94% 90% 91% 92% 93% 94% 94% 92% 93% 89% 92%) -> (12k/82k) -> write(30%)
1:23:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 95% 15k/s ] features: [ 3.7B 252k/s ] 316G blocks: [ 47k 100% <1/s ]
cpus: 30 gc: 2% heap: 3.7G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 12G
read( -%) -> (6/47) -> process(95% 95% 93% 95% 94% 93% 94% 96% 95% 94% 94% 93% 94% 96% 96% 95% 95% 96% 93% 94% 96% 94% 94% 93% 93% 97% 96% 95% 93% 94% 93%) -> (18k/82k) -> write(31%)
1:23:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 96% 15k/s ] features: [ 3.7B 164k/s ] 316G blocks: [ 47k 100% <1/s ]
cpus: 29.9 gc: 2% heap: 6.4G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 12G
read( -%) -> (0/47) -> process(94% 95% 93% 96% 93% 93% 93% 97% 93% 95% 92% 94% 93% 93% 93% 96% 96% 96% 93% 93% 96% 94% 95% 92% 94% 96% 96% 94% 94% 95% 93%) -> (11k/82k) -> write(29%)
1:24:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 97% 14k/s ] features: [ 3.7B 206k/s ] 316G blocks: [ 47k 100% <1/s ]
cpus: 30 gc: 1% heap: 2.6G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 12G
read( -%) -> (0/47) -> process(94% 97% 93% 97% 93% 95% 94% 96% 93% 96% 94% 93% 94% 96% 93% 95% 96% 95% 93% 94% 97% 95% 96% 95% 93% 95% 96% 96% 96% 96% 95%) -> (15k/82k) -> write(30%)
1:24:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 99% 14k/s ] features: [ 3.7B 178k/s ] 316G blocks: [ 47k 100% <1/s ]
cpus: 29.7 gc: 1% heap: 4.8G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 12G
read( -%) -> (0/47) -> process(97% 97% 93% 97% 92% 92% 91% 96% 95% 95% 91% 94% 91% 96% 93% 97% 95% 95% 93% 90% 95% 96% 96% 91% 92% 95% 93% 91% 96% 95% 93%) -> (15k/82k) -> write(30%)
1:24:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 100% 15k/s ] features: [ 3.7B 172k/s ] 316G blocks: [ 47k 100% <1/s ]
cpus: 30.1 gc: 1% heap: 7.5G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( -%) -> (0/47) -> process(96% 95% 94% 96% 94% 96% 95% 96% 96% 96% 95% 95% 94% 96% 94% 96% 97% 96% 93% 94% 96% 97% 96% 94% 94% 97% 96% 94% 96% 96% 94%) -> (16k/82k) -> write(30%)
1:24:25 INF [osm_pass2:process] - Finished relations: 12,973,197 (16k/s) in 13m28s cpu:6h36m9s gc:19s avg:29.4
1:24:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 100% 13k/s ] features: [ 3.7B 137k/s ] 316G blocks: [ 47k 100% 3/s ]
cpus: 21.7 gc: 1% heap: 6.5G/25G direct: 16k postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( -%) -> (0/47) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
1:24:25 DEB [osm_pass2] - Processed 47,119 blocks:
1:24:25 DEB [osm_pass2] - nodes: 9,688,620,306 (13M/s) in 11m59s cpu:6h7m6s gc:29s avg:30.6
1:24:25 DEB [osm_pass2] - ways: 1,081,347,425 (340k/s) in 52m57s cpu:21h42s gc:3m17s avg:23.8
1:24:25 DEB [osm_pass2] - relations: 12,973,197 (16k/s) in 13m28s cpu:6h36m9s gc:19s avg:29.4
1:24:25 INF [osm_pass2] - Finished in 1h18m25s cpu:33h43m48s gc:4m5s avg:25.8
1:24:25 INF [osm_pass2] - read 1x(0% 12s wait:1h16m48s done:1m18s)
1:24:25 INF [osm_pass2] - process 31x(77% 1h26s block:3s wait:9m43s)
1:24:25 INF [osm_pass2] - write 1x(73% 57m36s wait:16m42s)
1:24:31 INF [osm_water] -
1:24:31 INF [osm_water] - Starting...
1:24:42 INF [osm_water] - read: [ 1.2k 8% 121/s ] write: [ 27M 2.7M/s ] 319G
cpus: 28.9 gc: 12% heap: 3.8G/25G direct: 54M postGC: 3.7G
-> (0/4) -> read(77%) -> (1k/1k) -> process(77% 73% 76% 76% 73% 74% 75% 81% 80% 77% 85% 80% 83% 74% 81% 81% 79% 79% 75% 85% 82% 75% 77% 79% 76% 77% 76% 73% 74% 81% 74%) -> (18k/82k) -> write(68%)
1:24:52 INF [osm_water] - read: [ 2.2k 16% 103/s ] write: [ 51M 2.3M/s ] 320G
cpus: 30 gc: 12% heap: 8.1G/25G direct: 54M postGC: 4.6G
-> (0/4) -> read(37%) -> (1k/1k) -> process(86% 83% 84% 85% 82% 82% 86% 82% 88% 84% 86% 85% 84% 83% 87% 87% 84% 86% 84% 88% 86% 83% 83% 86% 85% 85% 87% 85% 84% 82% 83%) -> (54k/82k) -> write(62%)
1:25:02 INF [osm_water] - read: [ 3.1k 22% 91/s ] write: [ 72M 2.1M/s ] 321G
cpus: 30.3 gc: 12% heap: 5.5G/25G direct: 54M postGC: 5.3G
-> (0/4) -> read(36%) -> (1k/1k) -> process(87% 85% 87% 87% 87% 86% 86% 85% 88% 86% 86% 86% 88% 86% 84% 87% 85% 85% 88% 87% 84% 86% 87% 88% 87% 87% 88% 88% 85% 86% 85%) -> (14k/82k) -> write(55%)
1:25:12 INF [osm_water] - read: [ 4.2k 29% 103/s ] write: [ 96M 2.4M/s ] 323G
cpus: 30 gc: 11% heap: 17G/25G direct: 54M postGC: 6G
-> (0/4) -> read(35%) -> (1k/1k) -> process(83% 82% 87% 89% 86% 85% 85% 84% 86% 88% 85% 84% 86% 87% 85% 87% 85% 85% 86% 83% 82% 84% 81% 88% 83% 86% 88% 85% 88% 88% 86%) -> (67k/82k) -> write(63%)
1:25:22 INF [osm_water] - read: [ 5.1k 36% 94/s ] write: [ 118M 2.1M/s ] 324G
cpus: 29.9 gc: 12% heap: 9.3G/25G direct: 54M postGC: 6.7G
-> (0/4) -> read(36%) -> (1k/1k) -> process(84% 81% 84% 87% 82% 87% 85% 83% 83% 88% 85% 86% 84% 81% 87% 85% 86% 85% 85% 83% 85% 83% 85% 85% 85% 82% 88% 84% 88% 81% 85%) -> (62k/82k) -> write(57%)
1:25:32 INF [osm_water] - read: [ 6.4k 44% 121/s ] write: [ 146M 2.8M/s ] 325G
cpus: 29.5 gc: 9% heap: 13G/25G direct: 54M postGC: 6.9G
-> (0/4) -> read( 2%) -> (1k/1k) -> process(89% 84% 86% 83% 90% 90% 89% 82% 85% 88% 90% 88% 89% 86% 85% 84% 82% 83% 90% 82% 86% 85% 83% 89% 87% 84% 87% 89% 88% 88% 86%) -> (71k/82k) -> write(66%)
1:25:42 INF [osm_water] - read: [ 8.3k 57% 190/s ] write: [ 311M 16M/s ] 333G
cpus: 6.9 gc: 2% heap: 9.9G/25G direct: 54M postGC: 6.7G
-> (0/4) -> read( 0%) -> (1k/1k) -> process(17% 13% 14% 13% 18% 31% 12% 12% 13% 13% 16% 37% 84% 13% 13% 14% 13% 13% 12% 14% 13% 13% 15% 13% 14% 12% 13% 13% 41% 13% 13%) -> (78k/82k) -> write(98%)
1:25:52 INF [osm_water] - read: [ 10k 71% 193/s ] write: [ 484M 17M/s ] 341G
cpus: 4.3 gc: 0% heap: 12G/25G direct: 54M postGC: 6.6G
-> (0/4) -> read( 0%) -> (1k/1k) -> process(10% 10% 10% 11% 11% 11% 10% 11% 11% 10% 11% 10% 11% 11% 10% 11% 10% 11% 10% 10% 11% 11% 11% 10% 10% 11% 11% 10% 11% 10% 11%) -> (80k/82k) -> write(100%)
1:26:02 INF [osm_water] - read: [ 12k 84% 192/s ] write: [ 657M 17M/s ] 350G
cpus: 4.3 gc: 0% heap: 13G/25G direct: 54M postGC: 6.6G
-> (0/4) -> read( 0%) -> (1k/1k) -> process(10% 10% 10% 11% 10% 10% 10% 11% 11% 10% 11% 10% 10% 10% 10% 10% 10% 10% 10% 10% 11% 11% 10% 10% 10% 10% 11% 10% 11% 10% 10%) -> (80k/82k) -> write(100%)
1:26:12 INF [osm_water] - read: [ 14k 98% 202/s ] write: [ 838M 18M/s ] 359G
cpus: 4.5 gc: 0% heap: 20G/25G direct: 54M postGC: 6.6G
-> (0/4) -> read( -%) -> (317/1k) -> process(12% 11% 12% 11% 11% 11% 10% 11% 11% 12% 11% 12% 12% 11% 11% 11% 11% 11% 11% 11% 10% 11% 11% 11% 11% 11% 11% 11% 10% 11% 11%) -> (80k/82k) -> write(100%)
1:26:14 INF [osm_water] - read: [ 14k 100% 194/s ] write: [ 868M 18M/s ] 359G
cpus: 4.6 gc: 1% heap: 9.4G/25G direct: 54M postGC: 6.6G
-> (0/4) -> read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
1:26:14 INF [osm_water] - Finished in 1m42s cpu:33m25s gc:7s avg:19.6
1:26:14 INF [osm_water] - read 2x(11% 11s wait:34s done:54s)
1:26:14 INF [osm_water] - process 31x(55% 56s wait:39s)
1:26:14 INF [osm_water] - write 1x(77% 1m19s wait:13s)
1:26:14 INF [osm_land] -
1:26:14 INF [osm_land] - Starting...
1:26:24 INF [osm_land] - read: [ 118k 15% 11k/s ] write: [ 94M 9.4M/s ] 365G
cpus: 16.8 gc: 1% heap: 17G/25G direct: 54M postGC: 6.7G
-> (0/4) -> read(32%) -> (1k/1k) -> process(49% 48% 54% 52% 47% 51% 52% 52% 56% 45% 55% 44% 44% 45% 45% 52% 42% 59% 47% 55% 50% 44% 58% 43% 50% 47% 46% 49% 46% 46% 54%) -> (74k/82k) -> write(94%)
1:26:34 INF [osm_land] - read: [ 228k 28% 11k/s ] write: [ 192M 9.7M/s ] 369G
cpus: 15.3 gc: 1% heap: 20G/25G direct: 58M postGC: 6.7G
-> (0/4) -> read(27%) -> (982/1k) -> process(44% 51% 45% 52% 47% 48% 49% 43% 45% 36% 45% 38% 46% 38% 45% 45% 43% 42% 46% 51% 41% 42% 47% 41% 47% 49% 48% 39% 39% 46% 50%) -> (62k/82k) -> write(97%)
1:26:44 INF [osm_land] - read: [ 365k 45% 13k/s ] write: [ 279M 8.7M/s ] 373G
cpus: 17.4 gc: 1% heap: 14G/25G direct: 58M postGC: 6.7G
-> (0/4) -> read(33%) -> (1k/1k) -> process(50% 49% 58% 43% 53% 55% 57% 50% 59% 51% 50% 52% 44% 50% 48% 56% 49% 57% 44% 58% 53% 49% 48% 58% 48% 54% 50% 50% 58% 48% 46%) -> (77k/82k) -> write(96%)
1:26:54 INF [osm_land] - read: [ 499k 62% 13k/s ] write: [ 371M 9.1M/s ] 378G
cpus: 16.1 gc: 1% heap: 19G/25G direct: 58M postGC: 6.7G
-> (0/4) -> read(30%) -> (1k/1k) -> process(40% 46% 51% 48% 52% 46% 41% 47% 53% 44% 46% 49% 44% 43% 48% 51% 43% 54% 53% 48% 41% 47% 52% 54% 43% 46% 47% 54% 45% 45% 47%) -> (70k/82k) -> write(95%)
1:27:04 INF [osm_land] - read: [ 624k 77% 12k/s ] write: [ 462M 9M/s ] 382G
cpus: 17.7 gc: 1% heap: 16G/25G direct: 58M postGC: 6.7G
-> (0/4) -> read(34%) -> (51/1k) -> process(51% 47% 57% 54% 49% 62% 55% 56% 48% 51% 54% 54% 50% 56% 51% 47% 53% 48% 58% 60% 51% 44% 52% 52% 47% 46% 47% 54% 52% 64% 49%) -> (67k/82k) -> write(95%)
1:27:14 INF [osm_land] - read: [ 771k 96% 14k/s ] write: [ 545M 8.2M/s ] 387G
cpus: 17.5 gc: 1% heap: 9.8G/25G direct: 66M postGC: 6.7G
-> (0/4) -> read(35%) -> (55/1k) -> process(46% 53% 50% 47% 50% 53% 56% 45% 54% 52% 47% 51% 50% 49% 48% 54% 49% 58% 47% 51% 58% 53% 56% 46% 54% 53% 50% 47% 60% 62% 54%) -> (48k/82k) -> write(93%)
1:27:19 INF [osm_land] - read: [ 806k 100% 6.4k/s ] write: [ 606M 11M/s ] 387G
cpus: 12.5 gc: 1% heap: 10G/25G direct: 66M postGC: 6.7G
-> (0/4) -> read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
1:27:19 INF [osm_land] - Finished in 1m6s cpu:17m59s avg:16.5
1:27:19 INF [osm_land] - read 2x(15% 10s wait:23s done:33s)
1:27:19 INF [osm_land] - process 31x(48% 32s wait:34s)
1:27:19 INF [osm_land] - write 1x(95% 1m2s wait:2s)
1:27:19 INF [landcover] -
1:27:19 INF [landcover] - Starting...
1:27:22 INF [landcover] - read: [ 27k 100% 11k/s ] write: [ 237k 103k/s ] 388G
cpus: 13 gc: 0% heap: 19G/25G direct: 66M postGC: 6.7G
-> (0/4) -> read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
1:27:22 INF [landcover] - Finished in 2s cpu:30s avg:12.6
1:27:22 INF [landcover] - read 2x(21% 0.5s done:2s)
1:27:22 INF [landcover] - process 31x(33% 0.8s done:1s)
1:27:22 INF [landcover] - write 1x(11% 0.3s wait:2s)
1:27:22 INF [landcover] - Deleting node.db to make room for output file
1:27:22 INF [sort] -
1:27:22 INF [sort] - Starting...
1:27:22 INF [sort] - Grouped 338 chunks into 330
1:27:32 INF [sort] - chunks: [ 7 / 330 2% ] 388G
cpus: 16.4 gc: 20% heap: 18G/25G direct: 66M postGC: 18G
-> (319/335) -> worker(44% 41% 45% 46%)
1:27:43 INF [sort] - chunks: [ 12 / 330 4% ] 388G
cpus: 13.1 gc: 14% heap: 13G/25G direct: 66M postGC: 13G
-> (314/335) -> worker(30% 42% 31% 31%)
1:27:53 INF [sort] - chunks: [ 21 / 330 6% ] 388G
cpus: 16.4 gc: 13% heap: 17G/25G direct: 66M postGC: 17G
-> (305/335) -> worker(41% 45% 42% 41%)
1:28:03 INF [sort] - chunks: [ 25 / 330 8% ] 391G
cpus: 16.2 gc: 15% heap: 17G/25G direct: 66M postGC: 16G
-> (301/335) -> worker(44% 45% 43% 44%)
1:28:14 INF [sort] - chunks: [ 33 / 330 10% ] 390G
cpus: 16.4 gc: 16% heap: 8.8G/25G direct: 66M postGC: 8.9G
-> (293/335) -> worker(46% 47% 44% 48%)
1:28:25 INF [sort] - chunks: [ 41 / 330 12% ] 390G
cpus: 14.8 gc: 17% heap: 9.1G/25G direct: 66M postGC: 8.8G
-> (285/335) -> worker(43% 42% 41% 44%)
1:28:35 INF [sort] - chunks: [ 49 / 330 15% ] 388G
cpus: 13.3 gc: 17% heap: 8.9G/25G direct: 66M postGC: 9G
-> (277/335) -> worker(31% 33% 38% 32%)
1:28:45 INF [sort] - chunks: [ 58 / 330 18% ] 388G
cpus: 14.4 gc: 13% heap: 13G/25G direct: 66M postGC: 12G
-> (268/335) -> worker(41% 43% 49% 43%)
1:28:55 INF [sort] - chunks: [ 63 / 330 19% ] 388G
cpus: 14.4 gc: 16% heap: 17G/25G direct: 66M postGC: 16G
-> (263/335) -> worker(28% 28% 29% 45%)
1:29:05 INF [sort] - chunks: [ 71 / 330 22% ] 388G
cpus: 16.7 gc: 13% heap: 4.8G/25G direct: 66M postGC: 4.8G
-> (255/335) -> worker(43% 42% 41% 47%)
1:29:16 INF [sort] - chunks: [ 75 / 330 23% ] 391G
cpus: 17.1 gc: 14% heap: 8.6G/25G direct: 66M postGC: 8.7G
-> (251/335) -> worker(42% 42% 46% 44%)
1:29:27 INF [sort] - chunks: [ 83 / 330 25% ] 389G
cpus: 14.6 gc: 15% heap: 9.4G/25G direct: 66M postGC: 9.5G
-> (243/335) -> worker(29% 31% 42% 30%)
1:29:37 INF [sort] - chunks: [ 92 / 330 28% ] 388G
cpus: 13.3 gc: 18% heap: 8.2G/25G direct: 66M postGC: 8.1G
-> (234/335) -> worker(46% 46% 45% 46%)
1:29:47 INF [sort] - chunks: [ 100 / 330 30% ] 388G
cpus: 16.6 gc: 16% heap: 23G/25G direct: 66M postGC: 22G
-> (226/335) -> worker(42% 42% 44% 50%)
1:29:57 INF [sort] - chunks: [ 108 / 330 33% ] 388G
cpus: 15.8 gc: 10% heap: 3.9G/25G direct: 66M postGC: 2.5G
-> (218/335) -> worker(38% 35% 42% 41%)
1:30:08 INF [sort] - chunks: [ 112 / 330 34% ] 391G
cpus: 16.3 gc: 15% heap: 8.7G/25G direct: 66M postGC: 8.7G
-> (214/335) -> worker(36% 37% 35% 39%)
1:30:18 INF [sort] - chunks: [ 121 / 330 37% ] 388G
cpus: 14.2 gc: 16% heap: 9.1G/25G direct: 66M postGC: 9G
-> (203/335) -> worker(42% 41% 43% 43%)
1:30:29 INF [sort] - chunks: [ 129 / 330 39% ] 390G
cpus: 16.3 gc: 16% heap: 8.9G/25G direct: 66M postGC: 8.9G
-> (197/335) -> worker(39% 36% 34% 38%)
1:30:39 INF [sort] - chunks: [ 137 / 330 42% ] 388G
cpus: 17 gc: 16% heap: 16G/25G direct: 66M postGC: 15G
-> (189/335) -> worker(34% 35% 35% 40%)
1:30:49 INF [sort] - chunks: [ 145 / 330 44% ] 388G
cpus: 15.7 gc: 12% heap: 10G/25G direct: 66M postGC: 10G
-> (181/335) -> worker(39% 41% 36% 42%)
1:30:59 INF [sort] - chunks: [ 151 / 330 46% ] 389G
cpus: 15.8 gc: 16% heap: 9.8G/25G direct: 66M postGC: 9.8G
-> (175/335) -> worker(39% 38% 41% 48%)
1:31:09 INF [sort] - chunks: [ 157 / 330 48% ] 388G
cpus: 15.3 gc: 15% heap: 16G/25G direct: 66M postGC: 15G
-> (169/335) -> worker(24% 32% 28% 31%)
1:31:20 INF [sort] - chunks: [ 165 / 330 50% ] 389G
cpus: 15.2 gc: 17% heap: 16G/25G direct: 66M postGC: 15G
-> (161/335) -> worker(37% 39% 43% 46%)
1:31:30 INF [sort] - chunks: [ 173 / 330 52% ] 388G
cpus: 13.4 gc: 15% heap: 7.7G/25G direct: 66M postGC: 6.7G
-> (153/335) -> worker(49% 41% 38% 41%)
1:31:40 INF [sort] - chunks: [ 181 / 330 55% ] 388G
cpus: 17 gc: 13% heap: 18G/25G direct: 66M postGC: 17G
-> (145/335) -> worker(39% 45% 40% 44%)
1:31:50 INF [sort] - chunks: [ 186 / 330 56% ] 390G
cpus: 16.1 gc: 15% heap: 16G/25G direct: 66M postGC: 16G
-> (140/335) -> worker(46% 39% 42% 42%)
1:32:01 INF [sort] - chunks: [ 194 / 330 59% ] 390G
cpus: 15.8 gc: 17% heap: 17G/25G direct: 66M postGC: 17G
-> (132/335) -> worker(45% 41% 50% 46%)
1:32:12 INF [sort] - chunks: [ 202 / 330 61% ] 388G
cpus: 14 gc: 15% heap: 16G/25G direct: 66M postGC: 15G
-> (124/335) -> worker(38% 29% 32% 30%)
1:32:23 INF [sort] - chunks: [ 208 / 330 63% ] 388G
cpus: 14.6 gc: 12% heap: 18G/25G direct: 66M postGC: 17G
-> (118/335) -> worker(21% 33% 25% 33%)
1:32:33 INF [sort] - chunks: [ 215 / 330 65% ] 388G
cpus: 12.6 gc: 14% heap: 22G/25G direct: 66M postGC: 22G
-> (111/335) -> worker(37% 32% 43% 34%)
1:32:43 INF [sort] - chunks: [ 220 / 330 67% ] 389G
cpus: 14.8 gc: 11% heap: 18G/25G direct: 66M postGC: 18G
-> (106/335) -> worker(30% 23% 28% 45%)
1:32:53 INF [sort] - chunks: [ 228 / 330 69% ] 388G
cpus: 14.9 gc: 22% heap: 6.3G/25G direct: 49M postGC: 25G
-> (98/335) -> worker(27% 42% 28% 42%)
1:33:04 INF [sort] - chunks: [ 234 / 330 71% ] 390G
cpus: 17.8 gc: 12% heap: 16G/25G direct: 3.6M postGC: 16G
-> (92/335) -> worker(40% 41% 55% 38%)
1:33:14 INF [sort] - chunks: [ 242 / 330 73% ] 389G
cpus: 15.1 gc: 16% heap: 18G/25G direct: 3.6M postGC: 17G
-> (84/335) -> worker(31% 36% 31% 41%)
1:33:26 INF [sort] - chunks: [ 248 / 330 75% ] 388G
cpus: 14.1 gc: 12% heap: 12G/25G direct: 3.6M postGC: 11G
-> (78/335) -> worker(40% 24% 21% 30%)
1:33:36 INF [sort] - chunks: [ 256 / 330 78% ] 388G
cpus: 12 gc: 12% heap: 5.1G/25G direct: 3.6M postGC: 5.2G
-> (70/335) -> worker(41% 44% 46% 32%)
1:33:47 INF [sort] - chunks: [ 261 / 330 79% ] 390G
cpus: 15.3 gc: 13% heap: 9.7G/25G direct: 3.6M postGC: 9.7G
-> (65/335) -> worker(38% 36% 37% 33%)
1:33:57 INF [sort] - chunks: [ 269 / 330 82% ] 388G
cpus: 15.7 gc: 18% heap: 9G/25G direct: 3.6M postGC: 8.6G
-> (57/335) -> worker(36% 33% 35% 53%)
1:34:07 INF [sort] - chunks: [ 278 / 330 84% ] 388G
cpus: 15.7 gc: 14% heap: 13G/25G direct: 3.6M postGC: 13G
-> (48/335) -> worker(43% 55% 41% 42%)
1:34:18 INF [sort] - chunks: [ 283 / 330 86% ] 390G
cpus: 15.1 gc: 14% heap: 9.3G/25G direct: 3.6M postGC: 8.7G
-> (43/335) -> worker(33% 45% 36% 45%)
1:34:29 INF [sort] - chunks: [ 292 / 330 88% ] 389G
cpus: 14.9 gc: 16% heap: 8.8G/25G direct: 3.6M postGC: 8.8G
-> (34/335) -> worker(47% 45% 41% 40%)
1:34:39 INF [sort] - chunks: [ 299 / 330 91% ] 390G
cpus: 16.3 gc: 16% heap: 16G/25G direct: 3.6M postGC: 16G
-> (27/335) -> worker(44% 35% 42% 36%)
1:34:50 INF [sort] - chunks: [ 306 / 330 93% ] 391G
cpus: 17.6 gc: 16% heap: 8.6G/25G direct: 3.6M postGC: 8.7G
-> (20/335) -> worker(40% 44% 39% 41%)
1:35:00 INF [sort] - chunks: [ 316 / 330 96% ] 389G
cpus: 14.8 gc: 17% heap: 9.4G/25G direct: 3.6M postGC: 9.3G
-> (10/335) -> worker(42% 47% 46% 42%)
1:35:11 INF [sort] - chunks: [ 322 / 330 98% ] 391G
cpus: 17.1 gc: 16% heap: 9.1G/25G direct: 3.6M postGC: 9.2G
-> (4/335) -> worker(45% 40% 48% 43%)
1:35:15 INF [sort] - chunks: [ 330 / 330 100% ] 388G
cpus: 11.6 gc: 13% heap: 15G/25G direct: 3.6M postGC: 14G
-> (0/335) -> worker( -% -% -% -%)
1:35:15 INF [sort] - Finished in 7m54s cpu:2h26s gc:1m10s avg:15.3
1:35:15 INF [sort] - worker 4x(39% 3m6s wait:1m59s)
1:35:15 INF [sort] - read:861s write:535s sort:492s
1:35:15 INF [archive] -
1:35:15 INF [archive] - Starting...
1:35:20 INF [archive:write] - Starting z0
1:35:20 INF [archive:write] - Finished z0 in 0s cpu:0.1s avg:27.4, now starting z1
1:35:21 INF [archive:write] - Finished z1 in 1s cpu:34s avg:29, now starting z2
1:35:21 INF [archive:write] - Finished z2 in 0s cpu:0s avg:19.2, now starting z3
1:35:26 INF [archive] - features: [ 6.5M 0% 650k/s ] 388G tiles: [ 72 7/s ] 4.3M
cpus: 29 gc: 26% heap: 15G/25G direct: 4M postGC: 14G
read(21% 21%) -> merge(24%) -> (1.1k/1.3k) -> encode(56% 61% 60% 59% 60% 60% 58% 59% 55% 56% 62% 61% 51% 60% 62% 59% 60% 60% 60% 59% 60% 58% 63% 57% 61% 59% 58% 60% 60% 57%) -> (1.2k/1.2k) -> write( 0%)
last tile: 3/6/2 (z3 78%) https://onthegomap.github.io/planetiler-demo/#3.5/53.74658/112.5
1:35:32 INF [archive:write] - Finished z3 in 11s cpu:5m23s gc:2s avg:29.7, now starting z4
1:35:36 INF [archive:write] - Finished z4 in 3s cpu:1m41s avg:29.5, now starting z5
1:35:36 INF [archive:write] - Finished z5 in 0s cpu:0.5s avg:31.8, now starting z6
1:35:36 INF [archive] - features: [ 9.3M 0% 284k/s ] 388G tiles: [ 1.6k 156/s ] 22M
cpus: 29.9 gc: 14% heap: 15G/25G direct: 4M postGC: 10G
read( 2% 2%) -> merge( 4%) -> (1.1k/1.3k) -> encode(82% 80% 81% 83% 79% 79% 84% 79% 77% 79% 78% 79% 81% 75% 78% 80% 78% 80% 81% 85% 81% 77% 80% 80% 82% 78% 82% 78% 73% 78%) -> (1.2k/1.2k) -> write( 0%)
last tile: 6/18/4 (z6 7%) https://onthegomap.github.io/planetiler-demo/#6.5/82.29974/-75.9375
1:35:46 INF [archive] - features: [ 12M 0% 266k/s ] 388G tiles: [ 2.2k 57/s ] 31M
cpus: 30 gc: 10% heap: 13G/25G direct: 4M postGC: 7G
read( 1% 1%) -> merge( 2%) -> (1k/1.3k) -> encode(85% 90% 90% 89% 86% 88% 85% 89% 86% 82% 86% 87% 86% 88% 89% 84% 88% 83% 87% 83% 89% 79% 88% 87% 80% 86% 89% 87% 86% 86%) -> (1.2k/1.2k) -> write( 0%)
last tile: 6/10/19 (z6 21%) https://onthegomap.github.io/planetiler-demo/#6.5/57.29516/-120.9375
1:35:54 INF [archive:write] - Finished z6 in 19s cpu:9m24s gc:2s avg:30.3, now starting z7
1:35:56 INF [archive] - features: [ 19M 0% 770k/s ] 388G tiles: [ 12k 1k/s ] 103M
cpus: 30.6 gc: 8% heap: 17G/25G direct: 4M postGC: 7G
read( 6% 6%) -> merge(14%) -> (945/1.3k) -> encode(88% 90% 86% 88% 84% 86% 90% 89% 84% 87% 84% 84% 87% 87% 90% 85% 90% 81% 90% 84% 87% 89% 86% 89% 84% 89% 88% 84% 89% 86%) -> (1.2k/1.2k) -> write( 1%)
last tile: 7/55/95 (z7 45%) https://onthegomap.github.io/planetiler-demo/#7.5/-65.94005/-23.90625
1:36:01 INF [archive:write] - Finished z7 in 7s cpu:3m32s avg:30.4, now starting z8
1:36:06 INF [archive] - features: [ 28M 1% 866k/s ] 388G tiles: [ 30k 1.8k/s ] 241M
cpus: 30.5 gc: 9% heap: 5.2G/25G direct: 4.1M postGC: 5G
read( 7% 6%) -> merge(12%) -> (830/1.3k) -> encode(82% 91% 87% 87% 87% 84% 85% 86% 85% 86% 83% 86% 88% 84% 86% 87% 82% 84% 88% 86% 84% 88% 81% 87% 82% 90% 88% 85% 86% 88%) -> (1.2k/1.2k) -> write( 2%)
last tile: 8/80/67 (z8 14%) https://onthegomap.github.io/planetiler-demo/#8.5/64.47112/-66.79688
1:36:16 INF [archive] - features: [ 38M 1% 947k/s ] 388G tiles: [ 77k 4.6k/s ] 509M
cpus: 30.4 gc: 8% heap: 5.1G/25G direct: 4.1M postGC: 4.7G
read(10% 10%) -> merge(17%) -> (674/1.3k) -> encode(80% 85% 85% 89% 85% 89% 86% 82% 84% 86% 88% 85% 81% 86% 87% 87% 87% 84% 84% 84% 86% 82% 86% 81% 90% 82% 83% 80% 87% 86%) -> (888/1.2k) -> write( 4%)
last tile: 8/149/71 (z8 86%) https://onthegomap.github.io/planetiler-demo/#8.5/61.93716/30.23438
1:36:17 INF [archive:write] - Finished z8 in 16s cpu:8m3s gc:1s avg:30.3, now starting z9
1:36:27 INF [archive] - features: [ 48M 1% 995k/s ] 388G tiles: [ 141k 6.2k/s ] 802M
cpus: 30.6 gc: 10% heap: 7.5G/25G direct: 4.1M postGC: 6G
read(18% 18%) -> merge(28%) -> (1.2k/1.3k) -> encode(87% 85% 86% 86% 80% 90% 86% 81% 87% 86% 88% 86% 85% 84% 80% 81% 85% 82% 81% 87% 86% 80% 79% 82% 84% 86% 89% 86% 88% 89%) -> (1.2k/1.2k) -> write( 4%)
last tile: 9/120/173 (z9 21%) https://onthegomap.github.io/planetiler-demo/#9.5/50.06366/-95.27344
1:36:37 INF [archive] - features: [ 59M 1% 1.1M/s ] 388G tiles: [ 268k 12k/s ] 959M
cpus: 30.4 gc: 9% heap: 10G/25G direct: 4.1M postGC: 5.5G
read( 3% 3%) -> merge( 8%) -> (269/1.3k) -> encode(84% 84% 87% 80% 86% 87% 84% 87% 85% 79% 87% 87% 81% 88% 85% 83% 81% 83% 82% 88% 87% 87% 84% 88% 86% 88% 87% 83% 86% 88%) -> (932/1.2k) -> write( 4%)
last tile: 9/473/296 (z9 74%) https://onthegomap.github.io/planetiler-demo/#9.5/-27.37133/152.92969
1:36:47 INF [archive] - features: [ 73M 1% 1.3M/s ] 388G tiles: [ 305k 3.7k/s ] 1.1G
cpus: 30.5 gc: 11% heap: 10G/25G direct: 4.1M postGC: 5.2G
read(19% 18%) -> merge(41%) -> (105/1.3k) -> encode(80% 80% 86% 73% 86% 83% 81% 77% 82% 76% 78% 76% 86% 83% 81% 83% 78% 82% 84% 81% 81% 82% 81% 82% 79% 79% 82% 80% 78% 82%) -> (1.2k/1.2k) -> write( 2%)
last tile: 9/266/249 (z9 83%) https://onthegomap.github.io/planetiler-demo/#9.5/4.56539/7.38281
1:36:50 INF [archive:write] - Finished z9 in 33s cpu:16m49s gc:3s avg:30.5, now starting z10
1:36:57 INF [archive] - features: [ 80M 2% 774k/s ] 388G tiles: [ 482k 17k/s ] 1.6G
cpus: 30.3 gc: 11% heap: 9.6G/25G direct: 4.1M postGC: 5G
read(19% 19%) -> merge(34%) -> (901/1.3k) -> encode(82% 82% 85% 87% 85% 89% 86% 84% 86% 82% 85% 84% 86% 86% 86% 83% 85% 81% 86% 80% 85% 84% 83% 85% 85% 87% 78% 87% 88% 83%) -> (1.2k/1.2k) -> write( 7%)
last tile: 10/296/296 (z10 13%) https://onthegomap.github.io/planetiler-demo/#10.5/60.15233/-75.76172
1:37:07 INF [archive] - features: [ 92M 2% 1.1M/s ] 388G tiles: [ 568k 8.5k/s ] 2.1G
cpus: 30.1 gc: 10% heap: 9.6G/25G direct: 4.1M postGC: 5.9G
read(14% 14%) -> merge(22%) -> (1.1k/1.3k) -> encode(87% 87% 85% 85% 89% 84% 81% 81% 84% 86% 86% 88% 85% 81% 85% 88% 86% 86% 85% 85% 89% 89% 86% 84% 89% 84% 86% 84% 87% 84%) -> (1.2k/1.2k) -> write( 5%)
last tile: 10/220/286 (z10 21%) https://onthegomap.github.io/planetiler-demo/#10.5/61.85604/-102.48047
1:37:17 INF [archive] - features: [ 105M 2% 1.3M/s ] 388G tiles: [ 1.1M 62k/s ] 2.5G
cpus: 30.6 gc: 10% heap: 10G/25G direct: 4.1M postGC: 6G
read(17% 17%) -> merge(36%) -> (189/1.3k) -> encode(78% 85% 85% 86% 81% 86% 85% 77% 82% 80% 83% 82% 82% 86% 77% 84% 82% 84% 84% 85% 85% 82% 85% 84% 84% 77% 83% 85% 85% 82%) -> (304/1.2k) -> write(13%)
last tile: 10/856/418 (z10 80%) https://onthegomap.github.io/planetiler-demo/#10.5/31.20329/121.11328
1:37:27 INF [archive] - features: [ 120M 2% 1.5M/s ] 388G tiles: [ 1.2M 4.7k/s ] 3.1G
cpus: 30.1 gc: 12% heap: 12G/25G direct: 4.1M postGC: 5.3G
read(29% 29%) -> merge(62%) -> (241/1.3k) -> encode(77% 75% 76% 76% 80% 77% 76% 77% 78% 76% 80% 73% 75% 71% 76% 78% 80% 78% 81% 80% 77% 81% 72% 77% 71% 76% 80% 80% 78% 73%) -> (273/1.2k) -> write( 9%)
last tile: 10/522/344 (z10 85%) https://onthegomap.github.io/planetiler-demo/#10.5/50.62494/3.69141
1:37:35 INF [archive:write] - Finished z10 in 45s cpu:22m35s gc:5s avg:30.2, now starting z11
1:37:37 INF [archive] - features: [ 132M 3% 1.1M/s ] 388G tiles: [ 1.5M 30k/s ] 3.6G
cpus: 30.1 gc: 13% heap: 12G/25G direct: 4.1M postGC: 4.9G
read(24% 23%) -> merge(48%) -> (1.1k/1.3k) -> encode(81% 77% 80% 82% 82% 83% 79% 81% 80% 79% 77% 77% 79% 78% 82% 80% 83% 83% 83% 79% 83% 81% 81% 81% 80% 80% 79% 81% 78% 80%) -> (1.2k/1.2k) -> write( 9%)
last tile: 11/258/480 (z11 4%) https://onthegomap.github.io/planetiler-demo/#11.5/68.62452/-134.56055
1:37:47 INF [archive] - features: [ 143M 3% 1M/s ] 388G tiles: [ 2M 47k/s ] 4.1G
cpus: 30.5 gc: 9% heap: 11G/25G direct: 4.1M postGC: 10G
read(11% 11%) -> merge(22%) -> (947/1.3k) -> encode(86% 86% 84% 81% 86% 84% 85% 88% 87% 86% 83% 84% 81% 86% 84% 82% 85% 87% 81% 79% 86% 83% 88% 85% 85% 82% 90% 82% 84% 81%) -> (1.1k/1.2k) -> write( 8%)
last tile: 11/1013/722 (z11 15%) https://onthegomap.github.io/planetiler-demo/#11.5/46.73983/-1.8457
1:37:57 INF [archive] - features: [ 155M 3% 1.2M/s ] 388G tiles: [ 2.2M 21k/s ] 4.4G
cpus: 29.9 gc: 11% heap: 10G/25G direct: 4.1M postGC: 5.5G
read(14% 14%) -> merge(26%) -> (877/1.3k) -> encode(83% 81% 84% 84% 80% 82% 81% 78% 87% 85% 81% 79% 80% 79% 84% 79% 77% 83% 81% 80% 79% 84% 83% 83% 83% 79% 80% 81% 84% 83%) -> (1.2k/1.2k) -> write( 6%)
last tile: 11/503/871 (z11 20%) https://onthegomap.github.io/planetiler-demo/#11.5/25.87897/-91.49414
1:38:07 INF [archive] - features: [ 169M 3% 1.3M/s ] 388G tiles: [ 4.4M 217k/s ] 5.1G
cpus: 29.6 gc: 14% heap: 6.7G/25G direct: 4.1M postGC: 6.2G
read(25% 24%) -> merge(52%) -> (462/1.3k) -> encode(82% 84% 78% 81% 81% 83% 82% 82% 81% 81% 81% 83% 82% 83% 82% 80% 81% 83% 81% 81% 80% 81% 82% 81% 81% 81% 82% 82% 84% 81%) -> (672/1.2k) -> write(20%)
last tile: 11/1689/1178 (z11 72%) https://onthegomap.github.io/planetiler-demo/#11.5/-26.19485/116.98242
1:38:17 INF [archive] - features: [ 184M 4% 1.4M/s ] 388G tiles: [ 4.8M 41k/s ] 5.7G
cpus: 30.2 gc: 12% heap: 17G/25G direct: 4.1M postGC: 6.8G
read(34% 33%) -> merge(72%) -> (209/1.3k) -> encode(81% 79% 83% 80% 82% 81% 82% 82% 81% 77% 85% 79% 82% 83% 83% 82% 84% 84% 81% 82% 80% 82% 83% 82% 80% 78% 79% 81% 83% 85%) -> (282/1.2k) -> write(16%)
last tile: 11/1400/838 (z11 82%) https://onthegomap.github.io/planetiler-demo/#11.5/30.97758/66.18164
1:38:27 INF [archive] - features: [ 202M 4% 1.8M/s ] 388G tiles: [ 4.9M 11k/s ] 6.6G
cpus: 28.4 gc: 14% heap: 6.5G/25G direct: 4.1M postGC: 5.8G
read(36% 35%) -> merge(80%) -> (54/1.3k) -> encode(78% 77% 75% 78% 76% 75% 77% 74% 75% 78% 77% 74% 76% 74% 78% 77% 79% 74% 76% 76% 77% 78% 79% 77% 76% 75% 78% 73% 76% 79%) -> (89/1.2k) -> write(15%)
last tile: 11/1062/673 (z11 85%) https://onthegomap.github.io/planetiler-demo/#11.5/52.32188/6.76758
1:38:37 INF [archive] - features: [ 218M 4% 1.5M/s ] 388G tiles: [ 4.9M 3.4k/s ] 7.2G
cpus: 29.8 gc: 14% heap: 5.8G/25G direct: 4.1M postGC: 5G
read(25% 24%) -> merge(68%) -> (1k/1.3k) -> encode(82% 84% 82% 83% 82% 82% 80% 84% 83% 81% 84% 82% 85% 82% 80% 82% 84% 86% 83% 82% 84% 85% 86% 82% 85% 83% 83% 81% 83% 85%) -> (1.2k/1.2k) -> write(10%)
last tile: 11/1252/562 (z11 86%) https://onthegomap.github.io/planetiler-demo/#11.5/62.71443/40.16602
1:38:40 INF [archive:write] - Finished z11 in 1m5s cpu:32m11s gc:8s avg:29.8, now starting z12
1:38:47 INF [archive] - features: [ 233M 4% 1.4M/s ] 388G tiles: [ 7.7M 272k/s ] 7.9G
cpus: 29.3 gc: 13% heap: 11G/25G direct: 4.1M postGC: 4.5G
read(28% 26%) -> merge(55%) -> (1.1k/1.3k) -> encode(82% 82% 83% 82% 83% 82% 82% 81% 80% 81% 81% 83% 77% 82% 82% 80% 83% 82% 82% 82% 83% 82% 83% 84% 81% 80% 82% 82% 82% 80%) -> (1.2k/1.2k) -> write(24%)
last tile: 12/1178/1251 (z12 13%) https://onthegomap.github.io/planetiler-demo/#12.5/57.16007/-76.4209
1:38:57 INF [archive] - features: [ 249M 5% 1.6M/s ] 388G tiles: [ 8.1M 36k/s ] 8.5G
cpus: 30.3 gc: 13% heap: 16G/25G direct: 4.1M postGC: 6.7G
read(28% 28%) -> merge(52%) -> (966/1.3k) -> encode(80% 83% 83% 82% 81% 80% 79% 82% 81% 85% 78% 82% 85% 78% 82% 82% 81% 79% 81% 82% 77% 84% 79% 79% 77% 82% 81% 80% 80% 81%) -> (1k/1.2k) -> write(13%)
last tile: 12/2033/1326 (z12 15%) https://onthegomap.github.io/planetiler-demo/#12.5/53.40952/-1.27441
1:39:08 INF [archive] - features: [ 266M 5% 1.6M/s ] 388G tiles: [ 8.3M 24k/s ] 8.9G
cpus: 30.2 gc: 14% heap: 6.3G/25G direct: 4.1M postGC: 6.1G
read(26% 27%) -> merge(64%) -> (993/1.3k) -> encode(79% 80% 77% 81% 78% 71% 81% 77% 82% 80% 72% 75% 81% 76% 76% 80% 77% 78% 82% 74% 72% 78% 83% 74% 74% 80% 79% 82% 77% 78%) -> (1k/1.2k) -> write( 9%)
last tile: 12/1866/1837 (z12 16%) https://onthegomap.github.io/planetiler-demo/#12.5/18.1876/-15.95215
1:39:18 INF [archive] - features: [ 283M 5% 1.6M/s ] 388G tiles: [ 8.6M 29k/s ] 9.3G
cpus: 30.1 gc: 12% heap: 9.1G/25G direct: 4.1M postGC: 7.9G
read(24% 24%) -> merge(59%) -> (426/1.3k) -> encode(86% 85% 85% 85% 84% 85% 87% 87% 85% 86% 83% 84% 85% 87% 86% 86% 86% 87% 84% 85% 83% 87% 85% 87% 83% 82% 84% 83% 85% 86%) -> (979/1.2k) -> write( 9%)
last tile: 12/1028/1689 (z12 18%) https://onthegomap.github.io/planetiler-demo/#12.5/30.03105/-89.60449
1:39:28 INF [archive] - features: [ 299M 6% 1.6M/s ] 388G tiles: [ 8.9M 30k/s ] 9.8G
cpus: 30.2 gc: 12% heap: 7.1G/25G direct: 4.1M postGC: 6.7G
read(21% 20%) -> merge(64%) -> (143/1.3k) -> encode(83% 84% 85% 83% 83% 87% 84% 84% 84% 84% 86% 85% 87% 86% 85% 85% 82% 85% 86% 81% 82% 86% 81% 83% 83% 82% 86% 83% 81% 83%) -> (591/1.2k) -> write(11%)
last tile: 12/833/1768 (z12 20%) https://onthegomap.github.io/planetiler-demo/#12.5/23.84564/-106.74316
1:39:38 INF [archive] - features: [ 317M 6% 1.7M/s ] 388G tiles: [ 9.2M 27k/s ] 10G
cpus: 28.2 gc: 12% heap: 11G/25G direct: 4.1M postGC: 5.9G
read(19% 18%) -> merge(63%) -> (0/1.3k) -> encode(78% 80% 77% 77% 79% 76% 78% 80% 76% 80% 77% 80% 74% 75% 73% 79% 79% 74% 79% 77% 79% 79% 79% 78% 79% 76% 80% 73% 77% 77%) -> (26/1.2k) -> write(16%)
last tile: 12/689/1452 (z12 22%) https://onthegomap.github.io/planetiler-demo/#12.5/46.28622/-119.39941
1:39:48 INF [archive] - features: [ 334M 6% 1.7M/s ] 388G tiles: [ 13M 439k/s ] 11G
cpus: 28.8 gc: 14% heap: 9.8G/25G direct: 4.1M postGC: 4.5G
read(31% 32%) -> merge(69%) -> (94/1.3k) -> encode(71% 76% 75% 74% 71% 74% 73% 75% 74% 73% 76% 71% 76% 75% 76% 72% 74% 75% 76% 69% 72% 74% 74% 70% 69% 74% 76% 73% 71% 71%) -> (249/1.2k) -> write(23%)
last tile: 12/1175/2073 (z12 48%) https://onthegomap.github.io/planetiler-demo/#12.5/-2.24064/-76.68457
1:39:58 INF [archive] - features: [ 349M 7% 1.4M/s ] 388G tiles: [ 14M 58k/s ] 11G
cpus: 30.4 gc: 13% heap: 5G/25G direct: 4.1M postGC: 3.8G
read(22% 22%) -> merge(76%) -> (375/1.3k) -> encode(81% 77% 79% 77% 82% 79% 76% 80% 80% 79% 78% 80% 82% 82% 79% 80% 80% 78% 75% 80% 73% 81% 82% 78% 81% 75% 80% 80% 73% 74%) -> (421/1.2k) -> write(15%)
last tile: 12/2467/2063 (z12 51%) https://onthegomap.github.io/planetiler-demo/#12.5/-1.36218/36.87012
1:40:08 INF [archive] - features: [ 368M 7% 1.8M/s ] 388G tiles: [ 18M 409k/s ] 12G
cpus: 29.1 gc: 13% heap: 16G/25G direct: 4.1M postGC: 7.1G
read(34% 32%) -> merge(68%) -> (427/1.3k) -> encode(79% 82% 79% 81% 80% 80% 81% 77% 81% 79% 79% 81% 80% 81% 81% 80% 82% 80% 84% 81% 80% 81% 80% 80% 82% 82% 81% 81% 78% 82%) -> (672/1.2k) -> write(23%)
last tile: 12/3590/1625 (z12 76%) https://onthegomap.github.io/planetiler-demo/#12.5/34.77771/135.57129
1:40:18 INF [archive] - features: [ 384M 7% 1.5M/s ] 388G tiles: [ 19M 68k/s ] 12G
cpus: 30 gc: 13% heap: 13G/25G direct: 4.1M postGC: 5.5G
read(27% 26%) -> merge(70%) -> (254/1.3k) -> encode(78% 76% 79% 77% 78% 77% 76% 84% 74% 82% 79% 77% 78% 81% 79% 79% 80% 78% 77% 71% 76% 77% 79% 80% 80% 77% 82% 78% 76% 82%) -> (336/1.2k) -> write(18%)
last tile: 12/3410/1650 (z12 80%) https://onthegomap.github.io/planetiler-demo/#12.5/32.95336/119.75098
1:40:28 INF [archive] - features: [ 400M 8% 1.5M/s ] 388G tiles: [ 19M 15k/s ] 12G
cpus: 30.1 gc: 14% heap: 7.2G/25G direct: 4.1M postGC: 7G
read(29% 29%) -> merge(77%) -> (319/1.3k) -> encode(87% 84% 86% 86% 86% 84% 86% 85% 86% 84% 84% 87% 86% 86% 84% 86% 86% 85% 86% 86% 86% 86% 86% 85% 85% 84% 87% 86% 85% 85%) -> (383/1.2k) -> write( 8%)
last tile: 12/3194/1889 (z12 81%) https://onthegomap.github.io/planetiler-demo/#12.5/13.7954/100.7666
1:40:38 INF [archive] - features: [ 416M 8% 1.5M/s ] 388G tiles: [ 19M 15k/s ] 13G
cpus: 30.2 gc: 13% heap: 15G/25G direct: 4.1M postGC: 5.9G
read(30% 30%) -> merge(81%) -> (552/1.3k) -> encode(84% 81% 85% 85% 81% 83% 79% 84% 83% 83% 85% 83% 86% 82% 76% 82% 82% 82% 82% 81% 80% 84% 77% 82% 83% 81% 84% 83% 78% 83%) -> (585/1.2k) -> write(10%)
last tile: 12/2919/1705 (z12 82%) https://onthegomap.github.io/planetiler-demo/#12.5/28.80617/76.59668
1:40:48 INF [archive] - features: [ 430M 8% 1.4M/s ] 388G tiles: [ 19M 23k/s ] 13G
cpus: 30.4 gc: 14% heap: 6.3G/25G direct: 4.1M postGC: 5.8G
read(28% 26%) -> merge(71%) -> (779/1.3k) -> encode(81% 76% 81% 79% 81% 78% 82% 83% 75% 78% 72% 72% 73% 83% 71% 79% 78% 78% 79% 76% 77% 80% 79% 74% 78% 76% 77% 76% 77% 75%) -> (891/1.2k) -> write(11%)
last tile: 12/2066/1911 (z12 83%) https://onthegomap.github.io/planetiler-demo/#12.5/11.91035/1.62598
1:40:58 INF [archive] - features: [ 444M 9% 1.3M/s ] 388G tiles: [ 19M 17k/s ] 14G
cpus: 30.4 gc: 12% heap: 15G/25G direct: 4.1M postGC: 8.4G
read(35% 34%) -> merge(73%) -> (876/1.3k) -> encode(80% 83% 78% 79% 78% 80% 82% 79% 87% 79% 81% 85% 80% 84% 81% 79% 79% 79% 79% 81% 78% 86% 79% 76% 77% 78% 81% 84% 78% 77%) -> (963/1.2k) -> write(10%)
last tile: 12/2488/1445 (z12 84%) https://onthegomap.github.io/planetiler-demo/#12.5/46.70973/38.71582
1:41:09 INF [archive] - features: [ 462M 9% 1.7M/s ] 388G tiles: [ 19M 6.6k/s ] 14G
cpus: 30.3 gc: 13% heap: 13G/25G direct: 4.1M postGC: 5.4G
read(35% 35%) -> merge(80%) -> (493/1.3k) -> encode(80% 80% 78% 80% 83% 81% 83% 79% 78% 83% 80% 80% 81% 85% 77% 77% 78% 81% 83% 78% 81% 83% 84% 83% 74% 82% 85% 79% 81% 84%) -> (526/1.2k) -> write(14%)
last tile: 12/2233/1422 (z12 85%) https://onthegomap.github.io/planetiler-demo/#12.5/48.07807/16.30371
1:41:19 INF [archive] - features: [ 480M 9% 1.8M/s ] 388G tiles: [ 19M 2k/s ] 15G
cpus: 30.1 gc: 12% heap: 17G/25G direct: 4.1M postGC: 7.5G
read(37% 36%) -> merge(77%) -> (27/1.3k) -> encode(87% 87% 86% 84% 84% 81% 86% 87% 84% 86% 85% 86% 87% 85% 86% 86% 86% 87% 87% 84% 87% 87% 87% 85% 86% 85% 83% 86% 87% 87%) -> (67/1.2k) -> write(10%)
last tile: 12/2130/1453 (z12 85%) https://onthegomap.github.io/planetiler-demo/#12.5/46.22544/7.25098
1:41:29 INF [archive] - features: [ 498M 10% 1.7M/s ] 388G tiles: [ 19M 1k/s ] 15G
cpus: 30 gc: 13% heap: 13G/25G direct: 4.1M postGC: 4.2G
read(37% 37%) -> merge(80%) -> (533/1.3k) -> encode(83% 84% 83% 82% 84% 83% 85% 80% 80% 86% 84% 84% 79% 82% 81% 83% 84% 84% 84% 83% 85% 85% 83% 82% 85% 81% 83% 85% 83% 87%) -> (581/1.2k) -> write( 8%)
last tile: 12/2102/1347 (z12 85%) https://onthegomap.github.io/planetiler-demo/#12.5/52.29503/4.79004
1:41:39 INF [archive] - features: [ 517M 10% 1.9M/s ] 388G tiles: [ 19M 3.6k/s ] 16G
cpus: 30.6 gc: 14% heap: 13G/25G direct: 4.1M postGC: 7.5G
read(45% 42%) -> merge(84%) -> (208/1.3k) -> encode(84% 85% 85% 83% 83% 83% 86% 84% 86% 84% 84% 85% 85% 84% 86% 83% 85% 85% 84% 83% 85% 85% 83% 83% 85% 85% 84% 82% 85% 85%) -> (327/1.2k) -> write(10%)
last tile: 12/2179/1225 (z12 85%) https://onthegomap.github.io/planetiler-demo/#12.5/58.37867/11.55762
1:41:49 INF [archive] - features: [ 534M 10% 1.6M/s ] 388G tiles: [ 20M 18k/s ] 17G
cpus: 29.9 gc: 13% heap: 7.5G/25G direct: 4.1M postGC: 5.6G
read(26% 29%) -> merge(76%) -> (0/1.3k) -> encode(85% 84% 83% 82% 84% 81% 86% 84% 85% 82% 86% 86% 82% 84% 83% 81% 85% 84% 83% 80% 83% 83% 83% 85% 81% 82% 83% 83% 84% 83%) -> (58/1.2k) -> write(20%)
last tile: 12/2607/1280 (z12 86%) https://onthegomap.github.io/planetiler-demo/#12.5/55.75184/49.1748
1:41:55 INF [archive:write] - Finished z12 in 3m15s cpu:1h36m50s gc:25s avg:29.8, now starting z13
1:41:59 INF [archive] - features: [ 553M 11% 1.9M/s ] 388G tiles: [ 24M 488k/s ] 17G
cpus: 25.6 gc: 13% heap: 6.7G/25G direct: 4.1M postGC: 6G
read(16% 15%) -> merge(66%) -> (0/1.3k) -> encode(70% 69% 70% 68% 69% 69% 68% 71% 68% 69% 67% 69% 68% 68% 69% 68% 76% 69% 68% 68% 68% 69% 70% 68% 68% 70% 70% 70% 68% 67%) -> (1.2k/1.2k) -> write(34%)
last tile: 13/1478/1649 (z13 4%) https://onthegomap.github.io/planetiler-demo/#13.5/72.5874/-115.02686
1:42:09 INF [archive] - features: [ 572M 11% 1.9M/s ] 388G tiles: [ 31M 613k/s ] 18G
cpus: 28.3 gc: 14% heap: 9.9G/25G direct: 4.1M postGC: 4.2G
read(33% 34%) -> merge(70%) -> (533/1.3k) -> encode(76% 72% 74% 71% 78% 73% 77% 73% 72% 77% 73% 77% 76% 69% 78% 78% 71% 73% 75% 74% 73% 78% 78% 78% 73% 76% 76% 76% 77% 75%) -> (624/1.2k) -> write(30%)
last tile: 13/2242/3066 (z13 13%) https://onthegomap.github.io/planetiler-demo/#13.5/41.16211/-81.45264
1:42:19 INF [archive] - features: [ 587M 11% 1.4M/s ] 388G tiles: [ 31M 28k/s ] 18G
cpus: 30.1 gc: 14% heap: 8.8G/25G direct: 4.1M postGC: 7G
read(30% 30%) -> merge(69%) -> (1.2k/1.3k) -> encode(82% 85% 85% 83% 85% 85% 85% 85% 86% 85% 85% 85% 84% 83% 85% 85% 85% 83% 85% 84% 85% 84% 85% 85% 86% 85% 86% 84% 85% 83%) -> (1.2k/1.2k) -> write(18%)
last tile: 13/2810/2850 (z13 13%) https://onthegomap.github.io/planetiler-demo/#13.5/47.91634/-56.4917
1:42:29 INF [archive] - features: [ 601M 12% 1.3M/s ] 388G tiles: [ 32M 101k/s ] 19G
cpus: 30.5 gc: 14% heap: 6.4G/25G direct: 4.1M postGC: 6.2G
read(39% 40%) -> merge(82%) -> (1k/1.3k) -> encode(81% 83% 82% 82% 83% 83% 80% 80% 82% 83% 82% 81% 83% 83% 79% 82% 85% 84% 83% 82% 84% 80% 81% 82% 81% 85% 83% 84% 83% 83%) -> (1.1k/1.2k) -> write(13%)
last tile: 13/4011/2717 (z13 15%) https://onthegomap.github.io/planetiler-demo/#13.5/51.68618/-3.71338
1:42:39 INF [archive] - features: [ 613M 12% 1.1M/s ] 388G tiles: [ 32M 7k/s ] 19G
cpus: 30.1 gc: 11% heap: 9.4G/25G direct: 4.1M postGC: 5.1G
read(23% 21%) -> merge(42%) -> (1.2k/1.3k) -> encode(83% 83% 81% 80% 80% 85% 82% 81% 81% 83% 83% 82% 86% 83% 84% 82% 85% 83% 80% 78% 85% 82% 84% 78% 81% 83% 80% 85% 87% 83%) -> (1.2k/1.2k) -> write( 6%)
last tile: 13/4035/3015 (z13 15%) https://onthegomap.github.io/planetiler-demo/#13.5/42.82764/-2.65869
1:42:49 INF [archive] - features: [ 627M 12% 1.3M/s ] 388G tiles: [ 33M 89k/s ] 19G
cpus: 30.2 gc: 13% heap: 19G/25G direct: 4.1M postGC: 7.6G
read(27% 29%) -> merge(71%) -> (1.2k/1.3k) -> encode(86% 85% 85% 87% 86% 86% 86% 87% 86% 86% 85% 86% 86% 85% 86% 85% 86% 85% 85% 86% 86% 85% 86% 85% 86% 86% 87% 86% 86% 84%) -> (1.2k/1.2k) -> write(13%)
last tile: 13/3701/3756 (z13 16%) https://onthegomap.github.io/planetiler-demo/#13.5/14.75363/-17.33643
1:42:59 INF [archive] - features: [ 641M 12% 1.4M/s ] 388G tiles: [ 34M 115k/s ] 20G
cpus: 30.1 gc: 13% heap: 13G/25G direct: 4.1M postGC: 6.3G
read(26% 27%) -> merge(65%) -> (531/1.3k) -> encode(81% 83% 80% 81% 83% 81% 80% 79% 85% 80% 79% 82% 81% 79% 82% 75% 82% 83% 84% 80% 80% 82% 85% 82% 79% 82% 80% 83% 84% 84%) -> (572/1.2k) -> write(15%)
last tile: 13/2176/3276 (z13 18%) https://onthegomap.github.io/planetiler-demo/#13.5/33.85217/-84.35303
1:43:09 INF [archive] - features: [ 655M 13% 1.3M/s ] 388G tiles: [ 34M 6.2k/s ] 20G
cpus: 30.2 gc: 14% heap: 6.7G/25G direct: 4.1M postGC: 6.2G
read(31% 33%) -> merge(78%) -> (1k/1.3k) -> encode(78% 80% 80% 81% 84% 85% 80% 80% 83% 83% 80% 83% 86% 84% 81% 83% 81% 84% 84% 83% 82% 83% 81% 81% 80% 84% 81% 82% 82% 82%) -> (1.2k/1.2k) -> write( 9%)
last tile: 13/2059/3383 (z13 18%) https://onthegomap.github.io/planetiler-demo/#13.5/29.8597/-89.49463
1:43:20 INF [archive] - features: [ 667M 13% 1.1M/s ] 388G tiles: [ 35M 41k/s ] 20G
cpus: 29.9 gc: 12% heap: 6.8G/25G direct: 4.1M postGC: 6.4G
read(17% 18%) -> merge(40%) -> (1.1k/1.3k) -> encode(88% 86% 86% 87% 88% 88% 86% 86% 86% 84% 86% 87% 87% 85% 88% 84% 86% 84% 86% 85% 87% 86% 88% 85% 84% 85% 86% 87% 87% 87%) -> (1.2k/1.2k) -> write(13%)
last tile: 13/1837/3641 (z13 19%) https://onthegomap.github.io/planetiler-demo/#13.5/19.58049/-99.25049
1:43:30 INF [archive] - features: [ 676M 13% 883k/s ] 388G tiles: [ 35M 64k/s ] 21G
cpus: 30.2 gc: 13% heap: 16G/25G direct: 4.1M postGC: 5.2G
read(25% 26%) -> merge(56%) -> (1.2k/1.3k) -> encode(84% 86% 78% 85% 82% 82% 84% 79% 82% 78% 84% 78% 84% 78% 76% 82% 80% 80% 84% 80% 82% 81% 86% 82% 81% 80% 83% 86% 85% 85%) -> (1.2k/1.2k) -> write( 7%)
last tile: 13/1471/3212 (z13 20%) https://onthegomap.github.io/planetiler-demo/#13.5/36.15562/-115.33447
1:43:40 INF [archive] - features: [ 685M 13% 857k/s ] 388G tiles: [ 35M 9.2k/s ] 21G
cpus: 29.7 gc: 13% heap: 17G/25G direct: 4.1M postGC: 6.9G
read(19% 18%) -> merge(40%) -> (1.2k/1.3k) -> encode(86% 87% 86% 86% 86% 87% 86% 86% 86% 86% 87% 86% 86% 87% 86% 86% 87% 86% 86% 87% 87% 86% 86% 86% 87% 87% 87% 87% 87% 87%) -> (1.2k/1.2k) -> write( 9%)
last tile: 13/1553/3293 (z13 20%) https://onthegomap.github.io/planetiler-demo/#13.5/33.2295/-111.73096
1:43:50 INF [archive] - features: [ 695M 13% 1M/s ] 388G tiles: [ 35M 11k/s ] 21G
cpus: 29.8 gc: 12% heap: 9.4G/25G direct: 4.1M postGC: 8G
read( 9% 9%) -> merge(28%) -> (604/1.3k) -> encode(86% 88% 88% 84% 86% 85% 84% 88% 87% 88% 88% 88% 86% 87% 86% 85% 85% 88% 87% 84% 85% 87% 87% 87% 88% 86% 84% 87% 82% 85%) -> (1.2k/1.2k) -> write( 5%)
last tile: 13/2039/3423 (z13 20%) https://onthegomap.github.io/planetiler-demo/#13.5/28.32372/-90.37354
1:44:00 INF [archive] - features: [ 710M 14% 1.4M/s ] 388G tiles: [ 36M 47k/s ] 22G
cpus: 30 gc: 13% heap: 9.1G/25G direct: 4.1M postGC: 7.7G
read(25% 27%) -> merge(74%) -> (710/1.3k) -> encode(80% 80% 81% 82% 80% 80% 80% 85% 81% 79% 80% 82% 80% 85% 78% 82% 79% 81% 82% 80% 80% 83% 78% 84% 78% 80% 80% 83% 83% 82%) -> (782/1.2k) -> write(26%)
last tile: 13/1748/2190 (z13 21%) https://onthegomap.github.io/planetiler-demo/#13.5/63.88906/-103.16162
1:44:10 INF [archive] - features: [ 722M 14% 1.2M/s ] 388G tiles: [ 36M 51k/s ] 22G
cpus: 29.7 gc: 14% heap: 6.3G/25G direct: 4.1M postGC: 6.2G
read(13% 14%) -> merge(51%) -> (1.2k/1.3k) -> encode(79% 82% 80% 83% 83% 79% 82% 82% 78% 81% 81% 79% 81% 83% 81% 80% 80% 83% 80% 79% 82% 79% 84% 77% 79% 81% 80% 80% 79% 81%) -> (1.2k/1.2k) -> write(22%)
last tile: 13/1307/2874 (z13 22%) https://onthegomap.github.io/planetiler-demo/#13.5/47.20464/-122.5415
1:44:20 INF [archive] - features: [ 750M 14% 2.7M/s ] 388G tiles: [ 53M 1.6M/s ] 23G
cpus: 26 gc: 13% heap: 8.3G/25G direct: 4.1M postGC: 8G
read(20% 21%) -> merge(33%) -> (32/1.3k) -> encode(74% 74% 73% 72% 73% 74% 72% 72% 73% 73% 73% 73% 74% 74% 74% 73% 73% 73% 73% 73% 73% 73% 73% 73% 75% 74% 72% 73% 74% 73%) -> (550/1.2k) -> write(39%)
last tile: 13/2408/5350 (z13 46%) https://onthegomap.github.io/planetiler-demo/#13.5/-48.18074/-74.15771
1:44:30 INF [archive] - features: [ 765M 15% 1.5M/s ] 388G tiles: [ 54M 142k/s ] 23G
cpus: 30 gc: 12% heap: 8.4G/25G direct: 4.1M postGC: 6G
read(31% 31%) -> merge(81%) -> (0/1.3k) -> encode(78% 78% 82% 81% 82% 80% 78% 80% 80% 82% 80% 81% 78% 80% 81% 83% 80% 84% 79% 82% 79% 79% 79% 82% 82% 82% 81% 81% 83% 82%) -> (47/1.2k) -> write(33%)
last tile: 13/3006/4460 (z13 48%) https://onthegomap.github.io/planetiler-demo/#13.5/-15.81339/-47.87842
1:44:40 INF [archive] - features: [ 782M 15% 1.6M/s ] 388G tiles: [ 56M 199k/s ] 24G
cpus: 28.3 gc: 13% heap: 4.4G/25G direct: 4.1M postGC: 4.2G
read(27% 26%) -> merge(79%) -> (9/1.3k) -> encode(76% 75% 78% 77% 76% 76% 76% 74% 73% 73% 75% 77% 76% 78% 71% 77% 77% 76% 77% 73% 75% 73% 75% 75% 78% 78% 76% 75% 75% 78%) -> (126/1.2k) -> write(27%)
last tile: 13/4639/4543 (z13 51%) https://onthegomap.github.io/planetiler-demo/#13.5/-19.2904/23.88428
1:44:50 INF [archive] - features: [ 808M 16% 2.6M/s ] 388G tiles: [ 70M 1.4M/s ] 24G
cpus: 25.5 gc: 14% heap: 5.1G/25G direct: 4.1M postGC: 3.4G
read(23% 23%) -> merge(76%) -> (123/1.3k) -> encode(69% 69% 67% 68% 66% 68% 67% 67% 68% 67% 68% 69% 69% 65% 68% 69% 69% 71% 68% 69% 68% 67% 70% 68% 68% 69% 67% 67% 68% 69%) -> (438/1.2k) -> write(42%)
last tile: 13/6224/4366 (z13 73%) https://onthegomap.github.io/planetiler-demo/#13.5/-11.80283/93.5376
1:45:00 INF [archive] - features: [ 823M 16% 1.5M/s ] 388G tiles: [ 72M 203k/s ] 25G
cpus: 30.2 gc: 13% heap: 6.3G/25G direct: 4.1M postGC: 6.1G
read(33% 34%) -> merge(74%) -> (243/1.3k) -> encode(85% 85% 85% 84% 84% 86% 84% 85% 85% 85% 86% 85% 86% 85% 86% 84% 85% 85% 83% 84% 85% 85% 84% 84% 85% 85% 80% 85% 84% 84%) -> (632/1.2k) -> write(24%)
last tile: 13/7175/3945 (z13 76%) https://onthegomap.github.io/planetiler-demo/#13.5/6.59913/135.32959
1:45:10 INF [archive] - features: [ 839M 16% 1.5M/s ] 388G tiles: [ 74M 191k/s ] 25G
cpus: 29.7 gc: 12% heap: 15G/25G direct: 4.1M postGC: 5.7G
read(30% 30%) -> merge(61%) -> (695/1.3k) -> encode(78% 78% 80% 82% 82% 81% 81% 81% 83% 84% 82% 81% 82% 81% 81% 79% 81% 77% 78% 83% 82% 84% 81% 82% 83% 80% 76% 82% 81% 84%) -> (874/1.2k) -> write(21%)
last tile: 13/6958/3039 (z13 78%) https://onthegomap.github.io/planetiler-demo/#13.5/42.04929/125.79346
1:45:20 INF [archive] - features: [ 854M 16% 1.5M/s ] 388G tiles: [ 76M 128k/s ] 26G
cpus: 29.8 gc: 13% heap: 12G/25G direct: 4.1M postGC: 5.3G
read(32% 31%) -> merge(80%) -> (286/1.3k) -> encode(81% 82% 79% 81% 80% 81% 83% 78% 78% 78% 80% 79% 80% 78% 83% 78% 80% 75% 77% 82% 77% 77% 79% 81% 79% 81% 80% 82% 82% 79%) -> (426/1.2k) -> write(36%)
last tile: 13/6861/3196 (z13 80%) https://onthegomap.github.io/planetiler-demo/#13.5/36.72127/121.53076
1:45:30 INF [archive] - features: [ 869M 17% 1.4M/s ] 388G tiles: [ 76M 26k/s ] 26G
cpus: 30.1 gc: 13% heap: 12G/25G direct: 4.1M postGC: 7.7G
read(31% 34%) -> merge(76%) -> (438/1.3k) -> encode(85% 84% 86% 84% 86% 86% 86% 85% 85% 83% 86% 86% 86% 85% 86% 86% 85% 86% 85% 85% 84% 87% 85% 85% 84% 84% 86% 83% 85% 85%) -> (579/1.2k) -> write(13%)
last tile: 13/6870/3722 (z13 81%) https://onthegomap.github.io/planetiler-demo/#13.5/16.19357/121.92627
1:45:40 INF [archive] - features: [ 885M 17% 1.6M/s ] 388G tiles: [ 77M 60k/s ] 26G
cpus: 30.5 gc: 13% heap: 11G/25G direct: 4.1M postGC: 5.9G
read(29% 29%) -> merge(75%) -> (257/1.3k) -> encode(80% 84% 85% 83% 80% 77% 82% 81% 85% 82% 85% 85% 84% 84% 83% 83% 86% 82% 83% 83% 83% 85% 86% 81% 81% 82% 80% 83% 82% 86%) -> (322/1.2k) -> write(15%)
last tile: 13/5847/3842 (z13 81%) https://onthegomap.github.io/planetiler-demo/#13.5/11.0706/76.97021
1:45:51 INF [archive] - features: [ 901M 17% 1.5M/s ] 388G tiles: [ 77M 35k/s ] 27G
cpus: 30.2 gc: 13% heap: 12G/25G direct: 4.1M postGC: 7.9G
read(29% 28%) -> merge(75%) -> (50/1.3k) -> encode(86% 84% 85% 86% 86% 85% 86% 85% 85% 86% 86% 84% 84% 86% 86% 86% 86% 85% 84% 85% 86% 86% 86% 85% 87% 86% 85% 86% 86% 85%) -> (102/1.2k) -> write(19%)
last tile: 13/5835/3372 (z13 82%) https://onthegomap.github.io/planetiler-demo/#13.5/30.27804/76.44287
1:46:01 INF [archive] - features: [ 914M 18% 1.2M/s ] 388G tiles: [ 78M 62k/s ] 27G
cpus: 29.9 gc: 14% heap: 11G/25G direct: 4.1M postGC: 6G
read(31% 30%) -> merge(79%) -> (316/1.3k) -> encode(81% 80% 80% 82% 80% 83% 83% 79% 80% 82% 83% 81% 78% 83% 81% 82% 81% 81% 81% 83% 82% 83% 80% 82% 81% 81% 79% 80% 84% 80%) -> (388/1.2k) -> write(20%)
last tile: 13/5106/3761 (z13 83%) https://onthegomap.github.io/planetiler-demo/#13.5/14.54105/44.40674
1:46:11 INF [archive] - features: [ 926M 18% 1.2M/s ] 388G tiles: [ 78M 63k/s ] 28G
cpus: 30.1 gc: 12% heap: 11G/25G direct: 4.1M postGC: 4.3G
read(27% 26%) -> merge(79%) -> (727/1.3k) -> encode(84% 78% 84% 84% 80% 82% 82% 80% 83% 84% 80% 83% 80% 84% 83% 84% 85% 82% 85% 82% 85% 83% 81% 82% 77% 81% 81% 82% 82% 83%) -> (771/1.2k) -> write(22%)
last tile: 13/4241/3154 (z13 84%) https://onthegomap.github.io/planetiler-demo/#13.5/38.18638/6.39404
1:46:21 INF [archive] - features: [ 936M 18% 943k/s ] 388G tiles: [ 78M 20k/s ] 28G
cpus: 30.2 gc: 13% heap: 9.5G/25G direct: 4.1M postGC: 5.8G
read(31% 31%) -> merge(64%) -> (1.1k/1.3k) -> encode(83% 81% 82% 83% 79% 85% 82% 84% 84% 83% 81% 82% 81% 83% 80% 81% 85% 77% 80% 81% 83% 84% 75% 79% 83% 79% 78% 85% 83% 81%) -> (1.1k/1.2k) -> write( 7%)
last tile: 13/4778/3347 (z13 84%) https://onthegomap.github.io/planetiler-demo/#13.5/31.2222/29.99268
1:46:31 INF [archive] - features: [ 949M 18% 1.3M/s ] 388G tiles: [ 79M 22k/s ] 28G
cpus: 30.2 gc: 13% heap: 17G/25G direct: 4.1M postGC: 7.9G
read(33% 32%) -> merge(67%) -> (1k/1.3k) -> encode(86% 83% 84% 83% 85% 84% 85% 85% 82% 81% 83% 83% 86% 83% 83% 85% 86% 85% 85% 86% 83% 82% 85% 85% 87% 86% 83% 84% 83% 86%) -> (1k/1.2k) -> write(16%)
last tile: 13/5055/2581 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/55.24155/42.16553
1:46:41 INF [archive] - features: [ 967M 19% 1.7M/s ] 388G tiles: [ 79M 12k/s ] 29G
cpus: 30.4 gc: 13% heap: 19G/25G direct: 4.1M postGC: 7.7G
read(35% 34%) -> merge(76%) -> (681/1.3k) -> encode(78% 81% 79% 80% 79% 81% 77% 82% 78% 81% 84% 82% 80% 81% 81% 79% 78% 82% 79% 82% 77% 82% 79% 84% 81% 83% 79% 81% 80% 82%) -> (746/1.2k) -> write(17%)
last tile: 13/4794/2898 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/46.48326/30.6958
1:46:51 INF [archive] - features: [ 980M 19% 1.2M/s ] 388G tiles: [ 79M 7.5k/s ] 29G
cpus: 30.5 gc: 13% heap: 17G/25G direct: 4.1M postGC: 7G
read(37% 39%) -> merge(75%) -> (1.1k/1.3k) -> encode(81% 84% 85% 85% 82% 86% 82% 82% 82% 86% 80% 77% 82% 80% 83% 84% 82% 85% 83% 84% 82% 78% 86% 84% 82% 78% 85% 84% 87% 85%) -> (1.1k/1.2k) -> write(11%)
last tile: 13/4457/2868 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/47.38347/15.88623
1:47:01 INF [archive] - features: [ 992M 19% 1.1M/s ] 388G tiles: [ 79M 1.8k/s ] 30G
cpus: 30.4 gc: 13% heap: 10G/25G direct: 4.1M postGC: 6.1G
read(33% 33%) -> merge(62%) -> (1.1k/1.3k) -> encode(82% 86% 81% 77% 79% 81% 85% 77% 76% 84% 85% 80% 83% 81% 79% 85% 84% 80% 83% 81% 80% 80% 81% 83% 81% 82% 82% 81% 84% 85%) -> (1.1k/1.2k) -> write( 6%)
last tile: 13/4438/2977 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/44.04022/15.05127
1:47:12 INF [archive] - features: [ 1B 19% 1.2M/s ] 388G tiles: [ 79M 4.1k/s ] 30G
cpus: 30.2 gc: 13% heap: 9.9G/25G direct: 4.1M postGC: 6.4G
read(33% 33%) -> merge(59%) -> (1.1k/1.3k) -> encode(80% 85% 85% 84% 84% 82% 84% 85% 82% 82% 84% 84% 79% 82% 85% 84% 80% 85% 81% 84% 78% 85% 83% 80% 83% 82% 86% 81% 85% 81%) -> (1.2k/1.2k) -> write( 8%)
last tile: 13/4192/2935 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/45.35214/4.24072
1:47:22 INF [archive] - features: [ 1B 20% 1.2M/s ] 388G tiles: [ 79M 2.2k/s ] 30G
cpus: 30.2 gc: 12% heap: 8.6G/25G direct: 4.1M postGC: 7.5G
read(33% 31%) -> merge(49%) -> (1.2k/1.3k) -> encode(86% 82% 84% 82% 82% 86% 83% 87% 87% 84% 87% 85% 86% 86% 85% 84% 85% 84% 86% 85% 84% 84% 86% 86% 85% 87% 83% 86% 86% 82%) -> (1.2k/1.2k) -> write( 7%)
last tile: 13/4278/2928 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/45.56791/8.02002
1:47:32 INF [archive] - features: [ 1B 20% 1.1M/s ] 388G tiles: [ 79M 1.1k/s ] 31G
cpus: 29.9 gc: 12% heap: 13G/25G direct: 4.1M postGC: 6G
read(30% 27%) -> merge(34%) -> (1.2k/1.3k) -> encode(81% 87% 82% 84% 86% 85% 83% 83% 86% 81% 85% 87% 80% 81% 86% 84% 79% 81% 81% 79% 81% 84% 84% 82% 80% 86% 85% 86% 81% 83%) -> (1.2k/1.2k) -> write( 6%)
last tile: 13/4304/2778 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/49.99361/9.1626
1:47:42 INF [archive] - features: [ 1B 20% 1.1M/s ] 388G tiles: [ 79M 942/s ] 31G
cpus: 30 gc: 13% heap: 9.5G/25G direct: 4.1M postGC: 7.9G
read(27% 26%) -> merge(49%) -> (1.2k/1.3k) -> encode(87% 86% 86% 87% 87% 87% 87% 87% 87% 86% 87% 87% 87% 87% 87% 87% 87% 87% 86% 87% 87% 87% 86% 87% 87% 87% 86% 86% 87% 86%) -> (1.2k/1.2k) -> write( 5%)
last tile: 13/4250/2735 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/51.19311/6.78955
1:47:52 INF [archive] - features: [ 1B 20% 1.1M/s ] 388G tiles: [ 79M 1.4k/s ] 31G
cpus: 30.2 gc: 12% heap: 6.6G/25G direct: 4.1M postGC: 6G
read(23% 21%) -> merge(28%) -> (1k/1.3k) -> encode(80% 83% 84% 81% 85% 86% 86% 83% 87% 81% 86% 79% 84% 85% 85% 80% 87% 86% 82% 87% 85% 86% 83% 82% 85% 85% 83% 83% 85% 83%) -> (1.2k/1.2k) -> write( 5%)
last tile: 13/4108/2708 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/51.93072/0.54932
1:48:02 INF [archive] - features: [ 1B 20% 1.1M/s ] 388G tiles: [ 79M 3.4k/s ] 31G
cpus: 30.2 gc: 12% heap: 17G/25G direct: 4.1M postGC: 8.1G
read(31% 31%) -> merge(53%) -> (1.1k/1.3k) -> encode(88% 88% 87% 88% 88% 88% 88% 88% 87% 86% 87% 87% 87% 86% 87% 87% 87% 87% 88% 88% 87% 87% 87% 87% 87% 87% 87% 87% 88% 87%) -> (1.2k/1.2k) -> write( 5%)
last tile: 13/4350/2598 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/54.81335/11.18408
1:48:12 INF [archive] - features: [ 1B 21% 1.1M/s ] 388G tiles: [ 79M 2.7k/s ] 31G
cpus: 30.3 gc: 12% heap: 16G/25G direct: 4.1M postGC: 6.3G
read(26% 26%) -> merge(49%) -> (1.2k/1.3k) -> encode(86% 83% 83% 86% 83% 82% 84% 81% 80% 84% 83% 84% 81% 85% 84% 85% 86% 81% 85% 81% 83% 83% 82% 85% 86% 83% 80% 86% 82% 83%) -> (1.2k/1.2k) -> write( 6%)
last tile: 13/4413/2758 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/50.55532/13.95264
1:48:22 INF [archive] - features: [ 1B 21% 1.4M/s ] 388G tiles: [ 79M 2.3k/s ] 32G
cpus: 30.1 gc: 13% heap: 6.8G/25G direct: 4.1M postGC: 6.7G
read(30% 31%) -> merge(62%) -> (1.1k/1.3k) -> encode(86% 78% 82% 84% 80% 84% 85% 86% 84% 81% 85% 78% 84% 85% 81% 83% 86% 80% 80% 82% 83% 84% 84% 81% 80% 85% 82% 83% 84% 78%) -> (1.2k/1.2k) -> write( 8%)
last tile: 13/4602/2642 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/53.68369/22.2583
1:48:32 INF [archive] - features: [ 1.1B 21% 1.3M/s ] 388G tiles: [ 79M 13k/s ] 32G
cpus: 30.3 gc: 12% heap: 16G/25G direct: 4.1M postGC: 8.2G
read(29% 31%) -> merge(72%) -> (1.2k/1.3k) -> encode(81% 87% 82% 83% 86% 86% 83% 78% 84% 84% 81% 85% 82% 83% 81% 85% 77% 84% 81% 84% 84% 77% 79% 85% 85% 86% 84% 83% 82% 84%) -> (1.2k/1.2k) -> write(11%)
last tile: 13/4250/2405 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/59.41155/6.78955
1:48:43 INF [archive] - features: [ 1.1B 22% 1.7M/s ] 388G tiles: [ 79M 26k/s ] 33G
cpus: 30.3 gc: 13% heap: 16G/25G direct: 4.1M postGC: 15G
read(29% 27%) -> merge(65%) -> (1k/1.3k) -> encode(82% 81% 80% 79% 82% 82% 79% 82% 75% 78% 82% 82% 75% 82% 80% 82% 81% 78% 82% 80% 75% 78% 79% 80% 77% 80% 75% 83% 75% 79%) -> (1.1k/1.2k) -> write(22%)
last tile: 13/4822/2306 (z13 86%) https://onthegomap.github.io/planetiler-demo/#13.5/61.55411/31.92627
1:48:53 INF [archive] - features: [ 1.1B 22% 1.6M/s ] 388G tiles: [ 80M 62k/s ] 33G
cpus: 30.3 gc: 14% heap: 10G/25G direct: 4.1M postGC: 6.6G
read(20% 22%) -> merge(62%) -> (1.1k/1.3k) -> encode(78% 79% 75% 74% 81% 78% 77% 80% 75% 80% 82% 79% 79% 79% 78% 78% 75% 76% 81% 78% 82% 77% 79% 84% 79% 79% 78% 81% 79% 74%) -> (1.2k/1.2k) -> write(30%)
last tile: 13/5428/2645 (z13 87%) https://onthegomap.github.io/planetiler-demo/#13.5/53.60554/58.55713
1:49:01 INF [archive:write] - Finished z13 in 7m7s cpu:3h31m15s gc:55s avg:29.7, now starting z14
1:49:03 INF [archive] - features: [ 1.1B 22% 2.9M/s ] 388G tiles: [ 96M 1.5M/s ] 34G
cpus: 25.8 gc: 13% heap: 14G/25G direct: 4.1M postGC: 7.9G
read(12% 13%) -> merge(36%) -> (0/1.3k) -> encode(72% 73% 72% 72% 72% 73% 72% 72% 72% 72% 72% 72% 72% 73% 74% 72% 72% 73% 72% 72% 72% 72% 72% 73% 73% 73% 71% 72% 72% 72%) -> (1.2k/1.2k) -> write(59%)
last tile: 14/2030/3883 (z14 3%) https://onthegomap.github.io/planetiler-demo/#14.5/68.30597/-135.38452
1:49:13 INF [archive] - features: [ 1.2B 23% 4.5M/s ] 388G tiles: [ 123M 2.7M/s ] 35G
cpus: 21.9 gc: 16% heap: 5.7G/25G direct: 4.1M postGC: 4.1G
read(25% 29%) -> merge(61%) -> (90/1.3k) -> encode(51% 50% 51% 50% 52% 50% 50% 51% 51% 51% 50% 51% 50% 52% 52% 51% 49% 51% 50% 51% 50% 50% 50% 50% 50% 51% 51% 51% 50% 50%) -> (217/1.2k) -> write(78%)
last tile: 14/4748/4853 (z14 13%) https://onthegomap.github.io/planetiler-demo/#14.5/58.933/-75.66284
1:49:23 INF [archive] - features: [ 1.2B 24% 1.3M/s ] 388G tiles: [ 124M 88k/s ] 35G
cpus: 30.5 gc: 13% heap: 5.7G/25G direct: 4.1M postGC: 5.1G
read(33% 32%) -> merge(77%) -> (1k/1.3k) -> encode(74% 77% 77% 77% 79% 76% 80% 76% 80% 75% 73% 79% 76% 76% 74% 81% 75% 74% 76% 79% 75% 79% 78% 82% 79% 75% 82% 77% 74% 79%) -> (1k/1.2k) -> write(21%)
last tile: 14/4377/6032 (z14 13%) https://onthegomap.github.io/planetiler-demo/#14.5/42.80346/-83.8147
1:49:33 INF [archive] - features: [ 1.2B 24% 746k/s ] 388G tiles: [ 124M 4.4k/s ] 35G
cpus: 30 gc: 12% heap: 9.7G/25G direct: 4.1M postGC: 5.5G
read(19% 19%) -> merge(38%) -> (1.2k/1.3k) -> encode(82% 79% 80% 77% 78% 82% 78% 84% 79% 84% 78% 78% 83% 77% 80% 81% 84% 81% 82% 77% 83% 76% 80% 83% 82% 78% 81% 78% 79% 79%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/4554/6005 (z14 13%) https://onthegomap.github.io/planetiler-demo/#14.5/43.2372/-79.92554
1:49:43 INF [archive] - features: [ 1.2B 24% 1.1M/s ] 388G tiles: [ 124M 19k/s ] 36G
cpus: 29.7 gc: 12% heap: 11G/25G direct: 4.1M postGC: 7.3G
read(14% 15%) -> merge(42%) -> (1.1k/1.3k) -> encode(87% 86% 87% 86% 87% 87% 87% 87% 87% 87% 86% 86% 86% 87% 86% 87% 87% 86% 86% 86% 87% 86% 87% 86% 87% 87% 85% 86% 87% 88%) -> (1.2k/1.2k) -> write(15%)
last tile: 14/4787/6000 (z14 13%) https://onthegomap.github.io/planetiler-demo/#14.5/43.31718/-74.80591
1:49:53 INF [archive] - features: [ 1.2B 24% 1.9M/s ] 388G tiles: [ 127M 277k/s ] 37G
cpus: 29.7 gc: 13% heap: 7G/25G direct: 4.1M postGC: 6.7G
read(16% 18%) -> merge(37%) -> (82/1.3k) -> encode(80% 82% 79% 78% 82% 81% 82% 79% 83% 80% 81% 84% 81% 80% 83% 79% 74% 81% 85% 81% 83% 82% 82% 82% 83% 78% 81% 78% 80% 83%) -> (833/1.2k) -> write(41%)
last tile: 14/6514/4798 (z14 14%) https://onthegomap.github.io/planetiler-demo/#14.5/59.55102/-36.85913
1:50:03 INF [archive] - features: [ 1.2B 25% 854k/s ] 388G tiles: [ 129M 210k/s ] 37G
cpus: 30.1 gc: 13% heap: 11G/25G direct: 4.1M postGC: 4.9G
read(38% 37%) -> merge(64%) -> (1.2k/1.3k) -> encode(84% 83% 86% 83% 83% 84% 85% 84% 84% 84% 82% 86% 82% 83% 84% 80% 81% 80% 83% 83% 82% 84% 82% 84% 80% 83% 82% 85% 84% 83%) -> (1.2k/1.2k) -> write(16%)
last tile: 14/7897/5259 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/54.01422/-6.47095
1:50:13 INF [archive] - features: [ 1.2B 25% 733k/s ] 388G tiles: [ 129M 5.5k/s ] 37G
cpus: 29.7 gc: 12% heap: 6.4G/25G direct: 4.1M postGC: 6.1G
read(17% 16%) -> merge(29%) -> (1.2k/1.3k) -> encode(87% 87% 87% 87% 87% 88% 88% 87% 88% 87% 88% 87% 88% 87% 88% 87% 87% 87% 87% 88% 87% 88% 87% 88% 88% 87% 87% 87% 88% 87%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8183/5254 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/54.07873/-0.18677
1:50:23 INF [archive] - features: [ 1.2B 25% 704k/s ] 388G tiles: [ 129M 4.1k/s ] 37G
cpus: 29.6 gc: 11% heap: 19G/25G direct: 4.1M postGC: 7.2G
read(13% 13%) -> merge(24%) -> (1.2k/1.3k) -> encode(89% 89% 88% 88% 89% 88% 89% 89% 89% 88% 88% 88% 89% 88% 89% 89% 88% 88% 89% 87% 89% 89% 88% 88% 89% 89% 88% 89% 89% 88%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8092/5377 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/52.4627/-2.18628
1:50:33 INF [archive] - features: [ 1.2B 25% 551k/s ] 388G tiles: [ 129M 1.1k/s ] 37G
cpus: 29.6 gc: 12% heap: 6.2G/25G direct: 4.1M postGC: 6.1G
read(11% 11%) -> merge(21%) -> (1.2k/1.3k) -> encode(86% 84% 82% 82% 86% 84% 87% 87% 84% 86% 77% 83% 84% 83% 87% 79% 87% 84% 84% 86% 79% 84% 87% 82% 85% 78% 86% 83% 85% 85%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/8166/5465 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/51.26879/-0.5603
1:50:43 INF [archive] - features: [ 1.3B 25% 705k/s ] 388G tiles: [ 129M 17k/s ] 37G
cpus: 29.8 gc: 12% heap: 12G/25G direct: 4.1M postGC: 6.4G
read(16% 17%) -> merge(38%) -> (1.2k/1.3k) -> encode(88% 87% 87% 88% 88% 88% 88% 88% 88% 88% 88% 88% 87% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8038/5713 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/47.73193/-3.3728
1:50:53 INF [archive] - features: [ 1.3B 25% 706k/s ] 388G tiles: [ 129M 2.4k/s ] 37G
cpus: 29.7 gc: 12% heap: 17G/25G direct: 4.1M postGC: 7.5G
read(14% 17%) -> merge(35%) -> (1.1k/1.3k) -> encode(87% 88% 88% 88% 88% 88% 87% 87% 88% 88% 88% 87% 87% 87% 88% 88% 87% 88% 88% 87% 87% 87% 88% 87% 88% 88% 88% 88% 87% 88%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/8099/5775 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/46.80758/-2.03247
1:51:03 INF [archive] - features: [ 1.3B 25% 977k/s ] 388G tiles: [ 130M 11k/s ] 38G
cpus: 29.9 gc: 10% heap: 8.3G/25G direct: 4.1M postGC: 5.2G
read( 3% 3%) -> merge( 3%) -> (1.2k/1.3k) -> encode(84% 86% 86% 83% 86% 85% 83% 86% 83% 88% 89% 83% 87% 88% 86% 87% 87% 87% 85% 84% 88% 86% 84% 88% 87% 86% 84% 82% 85% 87%) -> (1.2k/1.2k) -> write( 9%)
last tile: 14/7913/5999 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/43.33317/-6.11938
1:51:13 INF [archive] - features: [ 1.3B 26% 1M/s ] 388G tiles: [ 132M 275k/s ] 38G
cpus: 29.5 gc: 12% heap: 9.1G/25G direct: 4.1M postGC: 7.3G
read(25% 25%) -> merge(70%) -> (1k/1.3k) -> encode(85% 85% 85% 85% 84% 84% 85% 85% 84% 85% 83% 85% 85% 86% 84% 85% 84% 85% 85% 85% 84% 84% 84% 84% 85% 85% 84% 85% 84% 84%) -> (1.1k/1.2k) -> write(12%)
last tile: 14/8173/6234 (z14 16%) https://onthegomap.github.io/planetiler-demo/#14.5/39.46164/-0.40649
1:51:24 INF [archive] - features: [ 1.3B 26% 889k/s ] 388G tiles: [ 133M 84k/s ] 38G
cpus: 29.9 gc: 12% heap: 15G/25G direct: 4.1M postGC: 5.3G
read(13% 12%) -> merge(36%) -> (1.1k/1.3k) -> encode(84% 83% 85% 81% 81% 85% 83% 84% 86% 82% 82% 83% 85% 85% 86% 85% 84% 84% 84% 82% 81% 82% 84% 86% 85% 83% 86% 86% 83% 86%) -> (1.2k/1.2k) -> write(14%)
last tile: 14/7452/7615 (z14 16%) https://onthegomap.github.io/planetiler-demo/#14.5/12.56529/-16.24878
1:51:34 INF [archive] - features: [ 1.3B 26% 1M/s ] 388G tiles: [ 135M 225k/s ] 39G
cpus: 29.2 gc: 12% heap: 6.9G/25G direct: 4.1M postGC: 6.4G
read( 9% 8%) -> merge(16%) -> (318/1.3k) -> encode(86% 86% 86% 86% 87% 86% 86% 85% 87% 86% 86% 85% 85% 86% 86% 86% 86% 87% 86% 86% 86% 87% 85% 86% 86% 86% 87% 86% 86% 86%) -> (468/1.2k) -> write(24%)
last tile: 14/5276/8125 (z14 17%) https://onthegomap.github.io/planetiler-demo/#14.5/1.46102/-64.06128
1:51:44 INF [archive] - features: [ 1.3B 26% 850k/s ] 388G tiles: [ 138M 218k/s ] 39G
cpus: 29.6 gc: 12% heap: 10G/25G direct: 4.1M postGC: 8.4G
read(24% 28%) -> merge(46%) -> (839/1.3k) -> encode(82% 86% 84% 83% 84% 86% 87% 85% 84% 85% 85% 86% 84% 84% 83% 82% 84% 84% 84% 84% 85% 85% 84% 84% 86% 84% 86% 82% 86% 82%) -> (914/1.2k) -> write(10%)
last tile: 14/4830/6160 (z14 18%) https://onthegomap.github.io/planetiler-demo/#14.5/40.70563/-73.86108
1:51:54 INF [archive] - features: [ 1.3B 26% 973k/s ] 388G tiles: [ 138M 3.5k/s ] 39G
cpus: 29.9 gc: 12% heap: 8.1G/25G direct: 4.1M postGC: 6.8G
read(24% 24%) -> merge(52%) -> (1.1k/1.3k) -> encode(85% 86% 85% 82% 83% 86% 86% 82% 85% 80% 83% 86% 84% 79% 85% 83% 81% 83% 87% 85% 80% 84% 86% 87% 82% 86% 86% 87% 81% 81%) -> (1.1k/1.2k) -> write( 5%)
last tile: 14/4715/6377 (z14 18%) https://onthegomap.github.io/planetiler-demo/#14.5/36.99378/-76.38794
1:52:04 INF [archive] - features: [ 1.3B 27% 1.5M/s ] 388G tiles: [ 138M 16k/s ] 39G
cpus: 30.3 gc: 13% heap: 10G/25G direct: 4.1M postGC: 6.8G
read(29% 28%) -> merge(71%) -> (1.2k/1.3k) -> encode(80% 83% 83% 77% 82% 79% 79% 80% 79% 82% 76% 80% 83% 85% 76% 83% 83% 78% 80% 80% 78% 79% 82% 83% 84% 85% 81% 76% 81% 85%) -> (1.2k/1.2k) -> write(12%)
last tile: 14/4555/6177 (z14 18%) https://onthegomap.github.io/planetiler-demo/#14.5/40.42186/-79.90356
1:52:14 INF [archive] - features: [ 1.3B 27% 1.3M/s ] 388G tiles: [ 138M 14k/s ] 40G
cpus: 30.2 gc: 12% heap: 9.7G/25G direct: 4.1M postGC: 6.5G
read(24% 21%) -> merge(50%) -> (1.2k/1.3k) -> encode(83% 87% 79% 81% 80% 84% 82% 83% 84% 80% 82% 85% 81% 78% 83% 85% 81% 82% 79% 79% 79% 79% 86% 81% 83% 85% 82% 82% 79% 80%) -> (1.2k/1.2k) -> write(14%)
last tile: 14/4232/6632 (z14 18%) https://onthegomap.github.io/planetiler-demo/#14.5/32.38924/-87.00073
1:52:24 INF [archive] - features: [ 1.4B 27% 1M/s ] 388G tiles: [ 138M 16k/s ] 40G
cpus: 29.9 gc: 12% heap: 9.5G/25G direct: 4.1M postGC: 6.3G
read(13% 14%) -> merge(30%) -> (1.2k/1.3k) -> encode(87% 88% 87% 83% 87% 85% 88% 80% 83% 87% 83% 87% 83% 85% 84% 82% 81% 85% 83% 86% 87% 80% 85% 85% 85% 81% 85% 84% 85% 86%) -> (1.2k/1.2k) -> write( 9%)
last tile: 14/4465/6938 (z14 18%) https://onthegomap.github.io/planetiler-demo/#14.5/26.53939/-81.8811
1:52:34 INF [archive] - features: [ 1.4B 27% 929k/s ] 388G tiles: [ 139M 65k/s ] 40G
cpus: 29.8 gc: 12% heap: 14G/25G direct: 4.1M postGC: 6.8G
read(11% 12%) -> merge(30%) -> (1.1k/1.3k) -> encode(87% 87% 88% 88% 88% 88% 87% 87% 88% 88% 87% 88% 88% 87% 86% 88% 88% 87% 87% 88% 87% 87% 87% 86% 88% 88% 87% 88% 87% 88%) -> (1.2k/1.2k) -> write(12%)
last tile: 14/4778/7828 (z14 19%) https://onthegomap.github.io/planetiler-demo/#14.5/7.96132/-75.00366
1:52:44 INF [archive] - features: [ 1.4B 27% 1.1M/s ] 388G tiles: [ 140M 107k/s ] 40G
cpus: 30.1 gc: 13% heap: 5.6G/25G direct: 4.1M postGC: 5.1G
read(15% 14%) -> merge(36%) -> (1.1k/1.3k) -> encode(83% 80% 84% 85% 84% 87% 82% 85% 86% 81% 82% 80% 85% 78% 83% 84% 82% 83% 81% 81% 75% 82% 85% 79% 84% 86% 83% 86% 86% 85%) -> (1.2k/1.2k) -> write(20%)
last tile: 14/3541/7360 (z14 19%) https://onthegomap.github.io/planetiler-demo/#14.5/17.96828/-102.18384
1:52:54 INF [archive] - features: [ 1.4B 28% 922k/s ] 388G tiles: [ 142M 233k/s ] 41G
cpus: 29.6 gc: 13% heap: 15G/25G direct: 4.1M postGC: 7.5G
read(26% 27%) -> merge(56%) -> (1.2k/1.3k) -> encode(85% 85% 85% 85% 85% 85% 85% 85% 85% 85% 85% 86% 84% 85% 84% 84% 85% 85% 85% 84% 85% 86% 85% 84% 85% 85% 85% 85% 85% 85%) -> (1.2k/1.2k) -> write(11%)
last tile: 14/2628/6332 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/37.7794/-122.24487
1:53:04 INF [archive] - features: [ 1.4B 28% 409k/s ] 388G tiles: [ 142M 5.9k/s ] 41G
cpus: 29.8 gc: 11% heap: 8G/25G direct: 4.1M postGC: 5.8G
read(10% 10%) -> merge(19%) -> (1.2k/1.3k) -> encode(81% 84% 77% 88% 82% 87% 85% 83% 84% 83% 86% 81% 85% 86% 85% 86% 86% 87% 81% 85% 82% 82% 87% 80% 81% 81% 87% 87% 88% 84%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/2771/6470 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/35.34425/-119.10278
1:53:14 INF [archive] - features: [ 1.4B 28% 580k/s ] 388G tiles: [ 142M 5.9k/s ] 41G
cpus: 29.6 gc: 12% heap: 15G/25G direct: 4.1M postGC: 6.7G
read(12% 12%) -> merge(26%) -> (1.2k/1.3k) -> encode(88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/3071/6574 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/33.45894/-112.51099
1:53:25 INF [archive] - features: [ 1.4B 28% 1M/s ] 388G tiles: [ 143M 33k/s ] 41G
cpus: 30.1 gc: 12% heap: 17G/25G direct: 4.1M postGC: 6.5G
read(16% 17%) -> merge(37%) -> (1.2k/1.3k) -> encode(86% 81% 82% 86% 79% 82% 81% 84% 84% 82% 84% 84% 81% 82% 83% 79% 81% 83% 83% 84% 84% 85% 83% 79% 80% 82% 81% 84% 83% 85%) -> (1.2k/1.2k) -> write(19%)
last tile: 14/3094/6582 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/33.31217/-112.00562
1:53:35 INF [archive] - features: [ 1.4B 28% 949k/s ] 388G tiles: [ 143M 46k/s ] 41G
cpus: 29.9 gc: 12% heap: 18G/25G direct: 4.1M postGC: 7.6G
read(20% 20%) -> merge(41%) -> (1.1k/1.3k) -> encode(87% 88% 85% 85% 88% 86% 88% 88% 88% 87% 87% 87% 86% 87% 87% 87% 86% 85% 87% 87% 87% 88% 86% 88% 86% 86% 88% 86% 87% 86%) -> (1.2k/1.2k) -> write(16%)
last tile: 14/4086/6846 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/28.33339/-90.20874
1:53:45 INF [archive] - features: [ 1.4B 28% 800k/s ] 388G tiles: [ 143M 13k/s ] 42G
cpus: 29.9 gc: 12% heap: 13G/25G direct: 4.1M postGC: 7G
read(15% 16%) -> merge(40%) -> (1.2k/1.3k) -> encode(81% 78% 86% 79% 82% 78% 82% 82% 79% 79% 82% 83% 80% 82% 86% 83% 84% 84% 81% 81% 78% 81% 80% 77% 81% 85% 86% 79% 78% 84%) -> (1.2k/1.2k) -> write( 8%)
last tile: 14/3764/6607 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/32.8519/-97.28394
1:53:55 INF [archive] - features: [ 1.4B 29% 1.4M/s ] 388G tiles: [ 144M 40k/s ] 42G
cpus: 30.2 gc: 13% heap: 12G/25G direct: 4.1M postGC: 7.9G
read(15% 15%) -> merge(45%) -> (1.2k/1.3k) -> encode(84% 79% 82% 83% 82% 78% 82% 83% 81% 76% 79% 80% 80% 76% 84% 82% 78% 77% 79% 78% 81% 81% 79% 79% 80% 78% 76% 81% 84% 86%) -> (1.2k/1.2k) -> write(27%)
last tile: 14/3793/5984 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/43.57243/-96.64673
1:54:05 INF [archive] - features: [ 1.5B 29% 1.7M/s ] 388G tiles: [ 146M 265k/s ] 43G
cpus: 29.2 gc: 14% heap: 10G/25G direct: 4.1M postGC: 8.8G
read(19% 20%) -> merge(50%) -> (615/1.3k) -> encode(76% 72% 74% 74% 78% 74% 71% 74% 75% 73% 74% 73% 71% 75% 73% 72% 75% 76% 73% 74% 73% 75% 76% 76% 74% 73% 73% 75% 73% 75%) -> (815/1.2k) -> write(61%)
last tile: 14/2063/4708 (z14 21%) https://onthegomap.github.io/planetiler-demo/#14.5/60.53837/-134.65942
1:54:15 INF [archive] - features: [ 1.5B 29% 1.1M/s ] 388G tiles: [ 147M 79k/s ] 44G
cpus: 30 gc: 13% heap: 11G/25G direct: 4.1M postGC: 6G
read(17% 18%) -> merge(54%) -> (1.2k/1.3k) -> encode(80% 76% 79% 80% 79% 80% 79% 80% 79% 74% 81% 81% 77% 77% 79% 79% 76% 83% 75% 81% 77% 82% 79% 83% 79% 78% 77% 80% 81% 76%) -> (1.2k/1.2k) -> write(31%)
last tile: 14/2636/5739 (z14 22%) https://onthegomap.github.io/planetiler-demo/#14.5/47.34627/-122.06909
1:54:25 INF [archive] - features: [ 1.5B 30% 2.1M/s ] 388G tiles: [ 155M 817k/s ] 44G
cpus: 27.3 gc: 11% heap: 17G/25G direct: 4.1M postGC: 7.2G
read( 6% 6%) -> merge(19%) -> (0/1.3k) -> encode(81% 80% 81% 79% 82% 81% 79% 81% 81% 80% 81% 81% 82% 80% 80% 84% 79% 80% 80% 79% 81% 81% 81% 81% 80% 81% 80% 81% 80% 80%) -> (1.2k/1.2k) -> write(37%)
last tile: 14/1010/7201 (z14 25%) https://onthegomap.github.io/planetiler-demo/#14.5/21.25866/-157.79663
1:54:35 INF [archive] - features: [ 1.6B 31% 6.9M/s ] 388G tiles: [ 215M 5.9M/s ] 44G
cpus: 19.3 gc: 15% heap: 5.8G/25G direct: 4.1M postGC: 15G
read(35% 39%) -> merge(70%) -> (155/1.3k) -> encode(45% 42% 47% 42% 41% 47% 46% 46% 47% 43% 45% 46% 43% 45% 43% 46% 44% 43% 43% 44% 45% 42% 42% 44% 45% 45% 46% 44% 44% 45%) -> (280/1.2k) -> write(66%)
last tile: 14/6081/9293 (z14 47%) https://onthegomap.github.io/planetiler-demo/#14.5/-23.51363/-46.37329
1:54:45 INF [archive] - features: [ 1.6B 31% 602k/s ] 388G tiles: [ 215M 11k/s ] 45G
cpus: 29.9 gc: 13% heap: 17G/25G direct: 4.1M postGC: 6.7G
read(27% 27%) -> merge(67%) -> (1.2k/1.3k) -> encode(82% 84% 83% 81% 84% 86% 83% 86% 83% 84% 85% 82% 80% 86% 80% 85% 84% 84% 86% 82% 83% 85% 82% 81% 84% 86% 85% 83% 85% 85%) -> (1.2k/1.2k) -> write( 8%)
last tile: 14/5690/9540 (z14 47%) https://onthegomap.github.io/planetiler-demo/#14.5/-28.3914/-54.9646
1:54:55 INF [archive] - features: [ 1.6B 31% 1.1M/s ] 388G tiles: [ 217M 172k/s ] 45G
cpus: 29.8 gc: 12% heap: 12G/25G direct: 4.1M postGC: 8.3G
read(12% 11%) -> merge(25%) -> (917/1.3k) -> encode(85% 84% 85% 84% 84% 85% 85% 85% 84% 86% 86% 85% 86% 87% 86% 86% 84% 85% 83% 87% 83% 85% 86% 87% 85% 84% 84% 86% 84% 86%) -> (985/1.2k) -> write(33%)
last tile: 14/4920/8813 (z14 48%) https://onthegomap.github.io/planetiler-demo/#14.5/-13.52852/-71.88354
1:55:05 INF [archive] - features: [ 1.6B 32% 1.3M/s ] 388G tiles: [ 219M 209k/s ] 46G
cpus: 29.4 gc: 14% heap: 10G/25G direct: 4.1M postGC: 8.2G
read(24% 24%) -> merge(69%) -> (1.1k/1.3k) -> encode(77% 78% 75% 76% 79% 80% 77% 78% 80% 78% 75% 79% 77% 76% 78% 79% 75% 75% 79% 79% 76% 78% 78% 79% 75% 78% 76% 76% 73% 79%) -> (1.1k/1.2k) -> write(48%)
last tile: 14/6489/8519 (z14 48%) https://onthegomap.github.io/planetiler-demo/#14.5/-7.1772/-37.40845
1:55:15 INF [archive] - features: [ 1.6B 32% 1.5M/s ] 388G tiles: [ 225M 581k/s ] 46G
cpus: 29.1 gc: 13% heap: 7.8G/25G direct: 4.1M postGC: 7.2G
read(15% 16%) -> merge(37%) -> (331/1.3k) -> encode(82% 83% 81% 79% 82% 82% 81% 78% 82% 82% 80% 82% 81% 81% 79% 78% 78% 80% 81% 84% 81% 80% 81% 84% 84% 83% 81% 81% 83% 84%) -> (408/1.2k) -> write(33%)
last tile: 14/9030/9835 (z14 51%) https://onthegomap.github.io/planetiler-demo/#14.5/-33.93424/18.42407
1:55:26 INF [archive] - features: [ 1.6B 32% 1.2M/s ] 388G tiles: [ 227M 180k/s ] 47G
cpus: 30.2 gc: 13% heap: 6.4G/25G direct: 4.1M postGC: 6.2G
read(25% 26%) -> merge(73%) -> (589/1.3k) -> encode(81% 80% 81% 84% 82% 83% 82% 83% 84% 83% 79% 81% 80% 82% 85% 82% 80% 82% 80% 81% 81% 79% 79% 84% 83% 81% 79% 81% 83% 83%) -> (632/1.2k) -> write(31%)
last tile: 14/9502/8839 (z14 51%) https://onthegomap.github.io/planetiler-demo/#14.5/-14.0833/28.79517
1:55:36 INF [archive] - features: [ 1.6B 32% 1M/s ] 388G tiles: [ 227M 43k/s ] 47G
cpus: 29.7 gc: 12% heap: 19G/25G direct: 4.1M postGC: 7.5G
read(10% 10%) -> merge(46%) -> (1.2k/1.3k) -> encode(87% 88% 88% 88% 88% 88% 88% 88% 86% 88% 88% 87% 88% 87% 87% 88% 87% 87% 88% 88% 86% 86% 88% 87% 88% 87% 85% 87% 87% 86%) -> (1.2k/1.2k) -> write(20%)
last tile: 14/9976/8505 (z14 52%) https://onthegomap.github.io/planetiler-demo/#14.5/-6.87189/39.21021
1:55:46 INF [archive] - features: [ 1.7B 33% 5.5M/s ] 388G tiles: [ 273M 4.5M/s ] 47G
cpus: 22.1 gc: 13% heap: 7G/25G direct: 4.1M postGC: 6.6G
read(20% 18%) -> merge(43%) -> (0/1.3k) -> encode(53% 56% 52% 56% 55% 57% 56% 54% 55% 57% 54% 55% 58% 55% 57% 56% 57% 53% 56% 56% 57% 54% 55% 56% 53% 56% 53% 56% 58% 57%) -> (1.2k/1.2k) -> write(51%)
last tile: 14/15909/12930 (z14 69%) https://onthegomap.github.io/planetiler-demo/#14.5/-71.54231/169.57397
1:55:56 INF [archive] - features: [ 1.7B 34% 1.8M/s ] 388G tiles: [ 285M 1.1M/s ] 47G
cpus: 27.8 gc: 12% heap: 7.2G/25G direct: 4.1M postGC: 5G
read(23% 24%) -> merge(62%) -> (1.2k/1.3k) -> encode(78% 78% 76% 79% 77% 73% 78% 75% 75% 75% 76% 77% 77% 78% 77% 78% 77% 76% 77% 73% 76% 75% 75% 74% 77% 78% 72% 74% 76% 77%) -> (1.2k/1.2k) -> write(29%)
last tile: 14/13016/8465 (z14 73%) https://onthegomap.github.io/planetiler-demo/#14.5/-5.99853/106.00708
1:56:06 INF [archive] - features: [ 1.7B 34% 476k/s ] 388G tiles: [ 285M 1k/s ] 47G
cpus: 29.8 gc: 12% heap: 14G/25G direct: 4.1M postGC: 5.7G
read(14% 14%) -> merge(15%) -> (1.2k/1.3k) -> encode(85% 84% 86% 86% 84% 86% 84% 87% 86% 85% 84% 82% 85% 87% 81% 84% 85% 86% 86% 85% 85% 82% 83% 82% 85% 85% 85% 87% 84% 84%) -> (1.2k/1.2k) -> write( 1%)
last tile: 14/13153/8508 (z14 73%) https://onthegomap.github.io/planetiler-demo/#14.5/-6.93733/109.01733
1:56:16 INF [archive] - features: [ 1.7B 34% 548k/s ] 388G tiles: [ 285M 4.7k/s ] 47G
cpus: 29.6 gc: 11% heap: 7.1G/25G direct: 4.1M postGC: 6.6G
read(11% 11%) -> merge(19%) -> (1.2k/1.3k) -> encode(89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/13215/8549 (z14 73%) https://onthegomap.github.io/planetiler-demo/#14.5/-7.83073/110.37964
1:56:26 INF [archive] - features: [ 1.7B 34% 651k/s ] 388G tiles: [ 285M 19k/s ] 47G
cpus: 29.5 gc: 9% heap: 17G/25G direct: 4.1M postGC: 7G
read( 6% 7%) -> merge( 8%) -> (1.2k/1.3k) -> encode(90% 91% 90% 91% 90% 91% 90% 91% 91% 90% 90% 91% 91% 90% 91% 90% 91% 91% 91% 91% 91% 90% 90% 91% 90% 91% 91% 91% 91% 91%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/13630/8423 (z14 73%) https://onthegomap.github.io/planetiler-demo/#14.5/-5.08/119.49829
1:56:36 INF [archive] - features: [ 1.7B 34% 1M/s ] 388G tiles: [ 287M 227k/s ] 48G
cpus: 29.5 gc: 10% heap: 17G/25G direct: 4.1M postGC: 8.2G
read(13% 14%) -> merge(32%) -> (452/1.3k) -> encode(87% 88% 87% 88% 88% 87% 88% 88% 87% 88% 88% 88% 88% 87% 87% 87% 87% 88% 87% 88% 87% 87% 88% 87% 88% 87% 87% 88% 88% 89%) -> (627/1.2k) -> write(27%)
last tile: 14/14400/9935 (z14 74%) https://onthegomap.github.io/planetiler-demo/#14.5/-35.73759/136.41724
1:56:46 INF [archive] - features: [ 1.7B 34% 990k/s ] 388G tiles: [ 289M 140k/s ] 48G
cpus: 30 gc: 13% heap: 11G/25G direct: 4.1M postGC: 5.9G
read(11% 13%) -> merge(29%) -> (1.1k/1.3k) -> encode(81% 84% 85% 82% 85% 84% 83% 85% 85% 84% 83% 83% 83% 86% 86% 84% 79% 84% 85% 86% 85% 83% 83% 83% 81% 82% 83% 83% 84% 84%) -> (1.2k/1.2k) -> write(19%)
last tile: 14/16184/10203 (z14 74%) https://onthegomap.github.io/planetiler-demo/#14.5/-40.37166/175.61646
1:56:56 INF [archive] - features: [ 1.8B 35% 1M/s ] 388G tiles: [ 293M 412k/s ] 48G
cpus: 29.4 gc: 14% heap: 12G/25G direct: 4.1M postGC: 8.2G
read(26% 24%) -> merge(52%) -> (1.2k/1.3k) -> encode(82% 82% 79% 80% 84% 79% 83% 84% 79% 82% 81% 81% 81% 82% 82% 82% 83% 82% 82% 81% 80% 81% 83% 83% 78% 78% 79% 81% 80% 79%) -> (1.2k/1.2k) -> write(10%)
last tile: 14/14359/6511 (z14 76%) https://onthegomap.github.io/planetiler-demo/#14.5/34.60608/135.51636
1:57:06 INF [archive] - features: [ 1.8B 35% 675k/s ] 388G tiles: [ 293M 2.3k/s ] 48G
cpus: 29.7 gc: 12% heap: 10G/25G direct: 4.1M postGC: 6.8G
read(10% 9%) -> merge(25%) -> (1.2k/1.3k) -> encode(88% 87% 87% 85% 87% 87% 88% 84% 85% 87% 87% 85% 88% 88% 88% 87% 88% 85% 86% 86% 87% 84% 87% 88% 85% 87% 86% 86% 86% 87%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/14571/6455 (z14 76%) https://onthegomap.github.io/planetiler-demo/#14.5/35.61265/140.17456
1:57:16 INF [archive] - features: [ 1.8B 35% 653k/s ] 388G tiles: [ 293M 1.8k/s ] 48G
cpus: 29.3 gc: 10% heap: 8.1G/25G direct: 4.1M postGC: 7.1G
read( 2% 2%) -> merge( 2%) -> (1.2k/1.3k) -> encode(90% 90% 90% 90% 90% 90% 90% 89% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90% 90%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/14482/6397 (z14 76%) https://onthegomap.github.io/planetiler-demo/#14.5/36.64198/138.21899
1:57:26 INF [archive] - features: [ 1.8B 35% 1.2M/s ] 388G tiles: [ 298M 533k/s ] 49G
cpus: 28.2 gc: 9% heap: 9.4G/25G direct: 4.1M postGC: 8.8G
read(14% 14%) -> merge(29%) -> (751/1.3k) -> encode(83% 82% 83% 81% 83% 83% 84% 84% 83% 84% 81% 84% 84% 84% 84% 82% 80% 82% 81% 82% 80% 82% 79% 82% 84% 82% 82% 82% 78% 80%) -> (797/1.2k) -> write(26%)
last tile: 14/14710/6023 (z14 78%) https://onthegomap.github.io/planetiler-demo/#14.5/42.94838/143.22876
1:57:36 INF [archive] - features: [ 1.8B 35% 1.6M/s ] 388G tiles: [ 303M 470k/s ] 49G
cpus: 28.4 gc: 13% heap: 19G/25G direct: 4.1M postGC: 7.8G
read(22% 22%) -> merge(44%) -> (527/1.3k) -> encode(76% 79% 79% 77% 80% 81% 77% 79% 79% 79% 78% 79% 78% 77% 76% 79% 78% 77% 78% 79% 79% 74% 78% 76% 77% 77% 79% 80% 78% 79%) -> (611/1.2k) -> write(61%)
last tile: 14/12348/6951 (z14 80%) https://onthegomap.github.io/planetiler-demo/#14.5/26.28356/91.32935
1:57:46 INF [archive] - features: [ 1.8B 36% 1M/s ] 388G tiles: [ 304M 55k/s ] 50G
cpus: 30 gc: 13% heap: 8.9G/25G direct: 4.1M postGC: 7.8G
read(23% 24%) -> merge(65%) -> (739/1.3k) -> encode(77% 82% 82% 79% 77% 78% 84% 80% 75% 79% 78% 80% 84% 81% 80% 81% 76% 80% 82% 77% 82% 81% 78% 82% 82% 78% 84% 80% 81% 78%) -> (971/1.2k) -> write(26%)
last tile: 14/12837/6411 (z14 80%) https://onthegomap.github.io/planetiler-demo/#14.5/36.39476/102.07397
1:57:57 INF [archive] - features: [ 1.8B 36% 1.1M/s ] 388G tiles: [ 304M 58k/s ] 50G
cpus: 30.5 gc: 12% heap: 15G/25G direct: 4.1M postGC: 7.1G
read(26% 28%) -> merge(53%) -> (1.2k/1.3k) -> encode(81% 75% 74% 84% 80% 76% 79% 77% 81% 70% 76% 80% 74% 75% 75% 75% 83% 77% 73% 77% 76% 72% 80% 84% 82% 83% 79% 76% 73% 78%) -> (1.2k/1.2k) -> write(20%)
last tile: 14/14262/6465 (z14 80%) https://onthegomap.github.io/planetiler-demo/#14.5/35.43382/133.38501
1:58:07 INF [archive] - features: [ 1.8B 36% 891k/s ] 388G tiles: [ 305M 39k/s ] 50G
cpus: 30.3 gc: 12% heap: 16G/25G direct: 4.1M postGC: 6.8G
read(17% 17%) -> merge(44%) -> (1.1k/1.3k) -> encode(85% 72% 81% 79% 81% 82% 81% 77% 79% 81% 80% 78% 82% 85% 81% 81% 82% 85% 87% 77% 81% 85% 85% 83% 86% 80% 86% 83% 76% 82%) -> (1.2k/1.2k) -> write( 8%)
last tile: 14/13633/6990 (z14 80%) https://onthegomap.github.io/planetiler-demo/#14.5/25.5127/119.56421
1:58:17 INF [archive] - features: [ 1.8B 36% 997k/s ] 388G tiles: [ 305M 41k/s ] 51G
cpus: 29.9 gc: 12% heap: 16G/25G direct: 4.1M postGC: 6.3G
read(12% 14%) -> merge(22%) -> (1.2k/1.3k) -> encode(84% 84% 86% 84% 83% 87% 82% 88% 86% 83% 84% 83% 86% 84% 85% 85% 85% 85% 82% 84% 84% 80% 85% 82% 82% 84% 84% 85% 84% 82%) -> (1.2k/1.2k) -> write(15%)
last tile: 14/13698/7520 (z14 81%) https://onthegomap.github.io/planetiler-demo/#14.5/14.59422/120.99243
1:58:27 INF [archive] - features: [ 1.8B 36% 854k/s ] 388G tiles: [ 306M 95k/s ] 51G
cpus: 30.1 gc: 13% heap: 18G/25G direct: 4.1M postGC: 8.2G
read(22% 21%) -> merge(57%) -> (1.2k/1.3k) -> encode(86% 84% 86% 84% 83% 86% 87% 85% 87% 84% 81% 85% 82% 84% 82% 80% 85% 81% 86% 85% 84% 84% 83% 85% 80% 81% 82% 85% 81% 82%) -> (1.2k/1.2k) -> write(12%)
last tile: 14/12921/8113 (z14 81%) https://onthegomap.github.io/planetiler-demo/#14.5/1.72459/103.91968
1:58:37 INF [archive] - features: [ 1.9B 37% 1.1M/s ] 388G tiles: [ 307M 49k/s ] 51G
cpus: 30.5 gc: 13% heap: 10G/25G direct: 4.1M postGC: 7.4G
read(16% 18%) -> merge(38%) -> (1.1k/1.3k) -> encode(73% 77% 78% 79% 79% 83% 77% 85% 81% 80% 76% 81% 82% 83% 81% 76% 82% 79% 75% 79% 74% 83% 77% 79% 80% 75% 83% 81% 79% 83%) -> (1.2k/1.2k) -> write(15%)
last tile: 14/12697/7321 (z14 81%) https://onthegomap.github.io/planetiler-demo/#14.5/18.78152/98.9978
1:58:47 INF [archive] - features: [ 1.9B 37% 915k/s ] 388G tiles: [ 307M 64k/s ] 51G
cpus: 30.2 gc: 12% heap: 9.7G/25G direct: 4.1M postGC: 6.9G
read(15% 16%) -> merge(35%) -> (982/1.3k) -> encode(85% 85% 82% 85% 86% 83% 84% 81% 85% 85% 85% 83% 85% 80% 82% 83% 85% 83% 83% 85% 82% 85% 82% 85% 82% 81% 83% 85% 83% 85%) -> (1.2k/1.2k) -> write(12%)
last tile: 14/11829/7875 (z14 81%) https://onthegomap.github.io/planetiler-demo/#14.5/6.93733/79.92554
1:58:57 INF [archive] - features: [ 1.9B 37% 872k/s ] 388G tiles: [ 308M 56k/s ] 51G
cpus: 30.1 gc: 12% heap: 19G/25G direct: 4.1M postGC: 7.2G
read(20% 17%) -> merge(45%) -> (1.2k/1.3k) -> encode(81% 85% 86% 79% 81% 83% 81% 84% 83% 78% 87% 83% 83% 82% 83% 85% 79% 84% 82% 82% 84% 80% 86% 84% 80% 82% 84% 81% 83% 77%) -> (1.2k/1.2k) -> write(10%)
last tile: 14/11765/7386 (z14 82%) https://onthegomap.github.io/planetiler-demo/#14.5/17.42403/78.51929
1:59:07 INF [archive] - features: [ 1.9B 37% 934k/s ] 388G tiles: [ 308M 32k/s ] 52G
cpus: 30.4 gc: 12% heap: 12G/25G direct: 4.1M postGC: 7.6G
read(14% 13%) -> merge(29%) -> (1.1k/1.3k) -> encode(77% 83% 79% 80% 77% 71% 82% 78% 78% 80% 80% 78% 79% 75% 83% 81% 76% 77% 85% 79% 79% 83% 80% 73% 81% 82% 81% 78% 76% 82%) -> (1.2k/1.2k) -> write(11%)
last tile: 14/12054/6915 (z14 82%) https://onthegomap.github.io/planetiler-demo/#14.5/26.99062/84.86938
1:59:17 INF [archive] - features: [ 1.9B 37% 1M/s ] 388G tiles: [ 309M 68k/s ] 52G
cpus: 30 gc: 13% heap: 8.6G/25G direct: 4.1M postGC: 7.9G
read(19% 21%) -> merge(45%) -> (1.2k/1.3k) -> encode(78% 80% 81% 76% 79% 77% 77% 77% 78% 80% 80% 78% 77% 77% 79% 78% 76% 80% 79% 79% 81% 80% 77% 78% 77% 78% 80% 76% 82% 78%) -> (1.2k/1.2k) -> write(22%)
last tile: 14/11343/6505 (z14 82%) https://onthegomap.github.io/planetiler-demo/#14.5/34.71452/69.24683
1:59:27 INF [archive] - features: [ 1.9B 38% 978k/s ] 388G tiles: [ 309M 54k/s ] 52G
cpus: 30.3 gc: 11% heap: 18G/25G direct: 4.1M postGC: 7.5G
read(13% 14%) -> merge(32%) -> (1.1k/1.3k) -> encode(80% 81% 82% 82% 80% 82% 86% 84% 84% 80% 80% 78% 82% 82% 82% 74% 82% 82% 83% 77% 84% 82% 81% 80% 81% 83% 84% 80% 82% 78%) -> (1.2k/1.2k) -> write(19%)
last tile: 14/11222/6715 (z14 82%) https://onthegomap.github.io/planetiler-demo/#14.5/30.83621/66.58813
1:59:37 INF [archive] - features: [ 1.9B 38% 1.1M/s ] 388G tiles: [ 310M 108k/s ] 53G
cpus: 30.3 gc: 12% heap: 18G/25G direct: 4.1M postGC: 6.9G
read(10% 10%) -> merge(21%) -> (279/1.3k) -> encode(83% 84% 82% 83% 80% 78% 82% 84% 78% 86% 81% 80% 83% 81% 85% 81% 82% 82% 86% 78% 79% 80% 81% 79% 78% 82% 79% 80% 82% 85%) -> (1k/1.2k) -> write(23%)
last tile: 14/11109/7183 (z14 83%) https://onthegomap.github.io/planetiler-demo/#14.5/21.62679/64.10522
1:59:47 INF [archive] - features: [ 1.9B 38% 1.1M/s ] 388G tiles: [ 313M 201k/s ] 53G
cpus: 30 gc: 14% heap: 20G/25G direct: 4.1M postGC: 8.6G
read(27% 26%) -> merge(69%) -> (1.2k/1.3k) -> encode(83% 83% 80% 83% 80% 79% 84% 81% 81% 81% 83% 82% 83% 79% 78% 83% 83% 82% 79% 81% 80% 78% 82% 84% 82% 82% 84% 80% 83% 81%) -> (1.2k/1.2k) -> write(40%)
last tile: 14/8714/8015 (z14 83%) https://onthegomap.github.io/planetiler-demo/#14.5/3.87522/11.48071
1:59:58 INF [archive] - features: [ 1.9B 38% 515k/s ] 388G tiles: [ 313M 20k/s ] 53G
cpus: 29.9 gc: 12% heap: 6.8G/25G direct: 4.1M postGC: 6.7G
read( 9% 9%) -> merge(18%) -> (1.2k/1.3k) -> encode(83% 82% 80% 83% 86% 83% 83% 84% 82% 83% 77% 83% 87% 80% 82% 85% 81% 77% 87% 84% 82% 85% 86% 79% 85% 81% 84% 83% 78% 84%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8338/7897 (z14 83%) https://onthegomap.github.io/planetiler-demo/#14.5/6.45723/3.21899
2:00:08 INF [archive] - features: [ 1.9B 38% 713k/s ] 388G tiles: [ 313M 17k/s ] 53G
cpus: 29.8 gc: 8% heap: 12G/25G direct: 4.1M postGC: 6.9G
read( 6% 6%) -> merge(13%) -> (1.2k/1.3k) -> encode(91% 90% 91% 91% 91% 90% 91% 91% 91% 89% 91% 89% 91% 90% 91% 89% 91% 91% 91% 91% 90% 91% 91% 91% 91% 91% 91% 91% 90% 91%) -> (1.2k/1.2k) -> write(12%)
last tile: 14/8496/7635 (z14 83%) https://onthegomap.github.io/planetiler-demo/#14.5/12.13601/6.69067
2:00:18 INF [archive] - features: [ 1.9B 38% 780k/s ] 388G tiles: [ 314M 113k/s ] 54G
cpus: 29.8 gc: 13% heap: 11G/25G direct: 4.1M postGC: 7G
read(23% 21%) -> merge(49%) -> (1.2k/1.3k) -> encode(77% 81% 79% 74% 83% 82% 80% 85% 80% 82% 79% 81% 84% 79% 82% 76% 81% 81% 76% 82% 82% 78% 83% 85% 83% 85% 83% 78% 81% 79%) -> (1.2k/1.2k) -> write(20%)
last tile: 14/8326/6397 (z14 84%) https://onthegomap.github.io/planetiler-demo/#14.5/36.64198/2.95532
2:00:28 INF [archive] - features: [ 2B 39% 733k/s ] 388G tiles: [ 314M 28k/s ] 54G
cpus: 29.9 gc: 11% heap: 8.4G/25G direct: 4.1M postGC: 7.3G
read(11% 11%) -> merge(24%) -> (1.1k/1.3k) -> encode(83% 81% 82% 85% 81% 86% 80% 83% 84% 80% 86% 85% 82% 83% 83% 83% 82% 83% 79% 87% 85% 84% 84% 85% 85% 83% 84% 85% 83% 85%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/9199/6376 (z14 84%) https://onthegomap.github.io/planetiler-demo/#14.5/37.01133/22.13745
2:00:38 INF [archive] - features: [ 2B 39% 814k/s ] 388G tiles: [ 315M 24k/s ] 54G
cpus: 30.2 gc: 11% heap: 20G/25G direct: 4.1M postGC: 7.3G
read(13% 14%) -> merge(30%) -> (1.1k/1.3k) -> encode(83% 88% 84% 82% 84% 79% 85% 83% 85% 87% 81% 81% 86% 86% 87% 86% 87% 81% 83% 87% 85% 81% 85% 88% 88% 82% 86% 84% 86% 87%) -> (1.2k/1.2k) -> write(10%)
last tile: 14/9441/6612 (z14 84%) https://onthegomap.github.io/planetiler-demo/#14.5/32.75956/27.45483
2:00:48 INF [archive] - features: [ 2B 39% 962k/s ] 388G tiles: [ 315M 73k/s ] 54G
cpus: 30.3 gc: 13% heap: 19G/25G direct: 4.1M postGC: 11G
read(22% 22%) -> merge(48%) -> (1.2k/1.3k) -> encode(67% 82% 78% 82% 80% 80% 70% 82% 81% 74% 80% 78% 81% 77% 81% 75% 75% 76% 73% 81% 79% 75% 74% 73% 75% 77% 72% 73% 77% 81%) -> (1.2k/1.2k) -> write(16%)
last tile: 14/9881/6424 (z14 84%) https://onthegomap.github.io/planetiler-demo/#14.5/36.16449/37.1228
2:00:58 INF [archive] - features: [ 2B 39% 1M/s ] 388G tiles: [ 316M 28k/s ] 55G
cpus: 30.4 gc: 12% heap: 20G/25G direct: 4.1M postGC: 8G
read(21% 20%) -> merge(40%) -> (1.1k/1.3k) -> encode(79% 80% 82% 79% 78% 84% 84% 78% 86% 78% 77% 76% 77% 78% 72% 81% 83% 78% 82% 80% 81% 80% 83% 80% 79% 82% 85% 82% 83% 77%) -> (1.2k/1.2k) -> write(14%)
last tile: 14/9953/5828 (z14 84%) https://onthegomap.github.io/planetiler-demo/#14.5/46.00459/38.70483
2:01:08 INF [archive] - features: [ 2B 39% 1.5M/s ] 388G tiles: [ 316M 38k/s ] 55G
cpus: 30.3 gc: 13% heap: 17G/25G direct: 4.1M postGC: 15G
read(31% 30%) -> merge(58%) -> (1.1k/1.3k) -> encode(78% 73% 80% 69% 68% 77% 81% 71% 83% 76% 81% 78% 76% 71% 80% 78% 80% 78% 71% 73% 74% 76% 73% 75% 77% 80% 74% 75% 76% 79%) -> (1.1k/1.2k) -> write(26%)
last tile: 14/9725/5562 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/49.91586/33.69507
2:01:18 INF [archive] - features: [ 2B 40% 1.6M/s ] 388G tiles: [ 316M 25k/s ] 56G
cpus: 30.3 gc: 13% heap: 16G/25G direct: 4.1M postGC: 8.8G
read(32% 31%) -> merge(66%) -> (1.2k/1.3k) -> encode(80% 81% 82% 71% 78% 73% 79% 80% 78% 84% 77% 85% 83% 75% 78% 76% 81% 76% 78% 73% 75% 75% 78% 74% 81% 80% 77% 72% 80% 84%) -> (1.2k/1.2k) -> write(20%)
last tile: 14/9316/5562 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/49.91586/24.70825
2:01:28 INF [archive] - features: [ 2B 40% 974k/s ] 388G tiles: [ 316M 20k/s ] 56G
cpus: 30.1 gc: 13% heap: 10G/25G direct: 4.1M postGC: 7.5G
read(21% 22%) -> merge(41%) -> (1.2k/1.3k) -> encode(72% 74% 78% 81% 80% 81% 83% 79% 78% 81% 74% 81% 75% 73% 80% 81% 85% 82% 69% 78% 77% 81% 77% 72% 79% 76% 82% 74% 70% 82%) -> (1.2k/1.2k) -> write(12%)
last tile: 14/9507/6141 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/41.02135/28.90503
2:01:38 INF [archive] - features: [ 2B 40% 943k/s ] 388G tiles: [ 317M 13k/s ] 56G
cpus: 30.5 gc: 12% heap: 9.3G/25G direct: 4.1M postGC: 7.4G
read(21% 21%) -> merge(34%) -> (1.2k/1.3k) -> encode(78% 82% 78% 77% 82% 77% 79% 77% 77% 84% 77% 79% 76% 79% 80% 79% 79% 82% 79% 78% 82% 75% 81% 74% 80% 76% 76% 83% 79% 77%) -> (1.2k/1.2k) -> write(11%)
last tile: 14/9158/5840 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/45.82114/21.23657
2:01:48 INF [archive] - features: [ 2B 40% 955k/s ] 388G tiles: [ 317M 6.6k/s ] 56G
cpus: 30.3 gc: 12% heap: 13G/25G direct: 4.1M postGC: 7.4G
read(21% 22%) -> merge(38%) -> (1.2k/1.3k) -> encode(85% 78% 86% 81% 86% 81% 81% 82% 80% 82% 80% 79% 86% 82% 81% 85% 86% 81% 86% 82% 87% 83% 88% 78% 83% 81% 86% 79% 77% 87%) -> (1.2k/1.2k) -> write( 8%)
last tile: 14/8886/5877 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/45.25169/15.26001
2:01:58 INF [archive] - features: [ 2.1B 40% 976k/s ] 388G tiles: [ 317M 3.2k/s ] 57G
cpus: 30.5 gc: 12% heap: 11G/25G direct: 4.1M postGC: 7.3G
read(19% 19%) -> merge(30%) -> (1.2k/1.3k) -> encode(86% 83% 73% 78% 73% 80% 80% 78% 78% 80% 82% 80% 77% 82% 75% 79% 78% 81% 85% 74% 83% 78% 72% 73% 84% 76% 80% 77% 84% 81%) -> (1.2k/1.2k) -> write( 7%)
last tile: 14/8815/5676 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/48.27588/13.69995
2:02:08 INF [archive] - features: [ 2.1B 41% 910k/s ] 388G tiles: [ 317M 2.7k/s ] 57G
cpus: 30.3 gc: 12% heap: 16G/25G direct: 4.1M postGC: 7.5G
read(21% 20%) -> merge(39%) -> (1.2k/1.3k) -> encode(84% 85% 86% 80% 82% 85% 84% 85% 85% 83% 83% 82% 85% 85% 86% 78% 83% 81% 83% 86% 78% 84% 82% 80% 83% 83% 82% 84% 85% 80%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8717/5859 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/45.52944/11.54663
2:02:19 INF [archive] - features: [ 2.1B 41% 1M/s ] 388G tiles: [ 317M 9.1k/s ] 57G
cpus: 30.5 gc: 12% heap: 8.2G/25G direct: 4.1M postGC: 8.2G
read(20% 20%) -> merge(41%) -> (1.2k/1.3k) -> encode(83% 78% 79% 80% 75% 84% 82% 75% 81% 77% 77% 74% 82% 81% 78% 87% 84% 84% 74% 83% 81% 77% 82% 82% 79% 75% 80% 80% 85% 83%) -> (1.2k/1.2k) -> write( 8%)
last tile: 14/8634/5890 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/45.05024/9.7229
2:02:29 INF [archive] - features: [ 2.1B 41% 762k/s ] 388G tiles: [ 317M 7.2k/s ] 57G
cpus: 30.3 gc: 11% heap: 12G/25G direct: 4.1M postGC: 7.1G
read(15% 14%) -> merge(29%) -> (1.2k/1.3k) -> encode(87% 83% 82% 83% 84% 88% 79% 81% 82% 86% 77% 86% 79% 83% 77% 85% 82% 78% 84% 84% 84% 85% 86% 77% 81% 85% 83% 84% 87% 86%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8288/5960 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/43.95328/2.12036
2:02:39 INF [archive] - features: [ 2.1B 41% 729k/s ] 388G tiles: [ 317M 2.6k/s ] 58G
cpus: 30 gc: 12% heap: 7.4G/25G direct: 4.1M postGC: 7.2G
read(15% 14%) -> merge(28%) -> (1.2k/1.3k) -> encode(81% 87% 85% 83% 84% 87% 81% 85% 84% 83% 82% 83% 84% 85% 83% 83% 85% 82% 85% 83% 81% 86% 85% 83% 84% 82% 78% 82% 83% 83%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/8421/5955 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/44.03232/5.04272
2:02:49 INF [archive] - features: [ 2.1B 41% 792k/s ] 388G tiles: [ 317M 2.8k/s ] 58G
cpus: 30.2 gc: 11% heap: 19G/25G direct: 4.1M postGC: 7.1G
read(18% 18%) -> merge(25%) -> (1.2k/1.3k) -> encode(85% 85% 87% 85% 84% 86% 84% 87% 83% 86% 81% 83% 84% 79% 86% 86% 86% 81% 84% 83% 85% 85% 85% 86% 82% 86% 83% 86% 79% 82%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8250/5839 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/45.83645/1.2854
2:02:59 INF [archive] - features: [ 2.1B 41% 678k/s ] 388G tiles: [ 317M 2.4k/s ] 58G
cpus: 30.1 gc: 12% heap: 17G/25G direct: 4.1M postGC: 7.1G
read(16% 16%) -> merge(24%) -> (1.2k/1.3k) -> encode(86% 82% 85% 82% 88% 84% 87% 83% 87% 82% 86% 88% 83% 86% 85% 89% 84% 85% 84% 83% 86% 86% 86% 87% 84% 80% 86% 84% 85% 81%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/8302/5637 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/48.84303/2.42798
2:03:09 INF [archive] - features: [ 2.1B 42% 725k/s ] 388G tiles: [ 317M 2.6k/s ] 58G
cpus: 30.1 gc: 12% heap: 15G/25G direct: 4.1M postGC: 7.4G
read(16% 15%) -> merge(30%) -> (1.2k/1.3k) -> encode(88% 88% 87% 83% 87% 87% 88% 88% 83% 88% 86% 84% 83% 85% 81% 86% 81% 86% 88% 86% 85% 86% 86% 88% 86% 80% 83% 83% 85% 83%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/8551/5741 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/47.31648/7.89917
2:03:19 INF [archive] - features: [ 2.1B 42% 986k/s ] 388G tiles: [ 317M 2.9k/s ] 58G
cpus: 30.3 gc: 12% heap: 7.5G/25G direct: 4.1M postGC: 7.4G
read(21% 21%) -> merge(30%) -> (1.2k/1.3k) -> encode(81% 83% 86% 84% 81% 83% 85% 77% 81% 85% 84% 87% 81% 86% 82% 83% 87% 87% 80% 83% 84% 81% 84% 83% 83% 79% 78% 82% 81% 80%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8618/5838 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/45.85176/9.37134
2:03:29 INF [archive] - features: [ 2.1B 42% 936k/s ] 388G tiles: [ 317M 2.2k/s ] 59G
cpus: 30.1 gc: 11% heap: 13G/25G direct: 4.1M postGC: 6.9G
read(20% 19%) -> merge(29%) -> (1.2k/1.3k) -> encode(86% 86% 85% 82% 88% 88% 83% 87% 85% 87% 85% 84% 87% 85% 85% 83% 87% 87% 83% 81% 82% 88% 87% 85% 84% 83% 88% 80% 83% 83%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8658/5665 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/48.43649/10.25024
2:03:39 INF [archive] - features: [ 2.1B 42% 756k/s ] 388G tiles: [ 317M 1.2k/s ] 59G
cpus: 30.1 gc: 12% heap: 10G/25G direct: 4.1M postGC: 6.9G
read(15% 14%) -> merge(24%) -> (1.2k/1.3k) -> encode(87% 86% 87% 86% 84% 87% 86% 85% 84% 82% 84% 88% 85% 84% 84% 80% 83% 87% 86% 85% 83% 85% 84% 83% 80% 87% 83% 88% 87% 81%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/8587/5515 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/50.57626/8.69019
2:03:49 INF [archive] - features: [ 2.1B 42% 860k/s ] 388G tiles: [ 317M 2.1k/s ] 59G
cpus: 29.7 gc: 12% heap: 12G/25G direct: 4.1M postGC: 7.8G
read(19% 19%) -> merge(25%) -> (1.2k/1.3k) -> encode(88% 88% 87% 88% 88% 86% 88% 88% 88% 88% 88% 87% 87% 87% 88% 86% 88% 87% 88% 88% 88% 88% 87% 88% 88% 88% 87% 87% 88% 88%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8590/5498 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/50.81288/8.7561
2:03:59 INF [archive] - features: [ 2.2B 42% 682k/s ] 388G tiles: [ 317M 957/s ] 59G
cpus: 29.9 gc: 11% heap: 15G/25G direct: 4.1M postGC: 7.2G
read(13% 13%) -> merge(23%) -> (1.2k/1.3k) -> encode(87% 87% 85% 87% 88% 87% 87% 84% 85% 85% 85% 87% 82% 83% 86% 82% 82% 88% 86% 84% 88% 82% 87% 83% 84% 81% 87% 80% 85% 88%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8507/5389 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/52.30176/6.93237
2:04:09 INF [archive] - features: [ 2.2B 42% 513k/s ] 388G tiles: [ 317M 528/s ] 59G
cpus: 29.7 gc: 11% heap: 19G/25G direct: 4.1M postGC: 7.9G
read(11% 11%) -> merge(19%) -> (1.2k/1.3k) -> encode(87% 88% 88% 87% 88% 88% 87% 87% 83% 85% 81% 88% 87% 88% 88% 88% 87% 82% 87% 87% 87% 88% 84% 82% 86% 88% 84% 88% 88% 86%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/8503/5481 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/51.0483/6.84448
2:04:19 INF [archive] - features: [ 2.2B 43% 684k/s ] 388G tiles: [ 317M 1.2k/s ] 59G
cpus: 29.7 gc: 12% heap: 7.6G/25G direct: 4.1M postGC: 7.4G
read(13% 13%) -> merge(23%) -> (1.2k/1.3k) -> encode(86% 86% 84% 86% 85% 88% 86% 87% 86% 87% 85% 87% 87% 85% 87% 87% 85% 87% 86% 86% 87% 88% 86% 86% 86% 87% 86% 88% 84% 88%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8570/5624 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/49.03066/8.31665
2:04:29 INF [archive] - features: [ 2.2B 43% 594k/s ] 388G tiles: [ 317M 1.5k/s ] 59G
cpus: 29.9 gc: 11% heap: 7.1G/25G direct: 4.1M postGC: 6.7G
read(10% 11%) -> merge(18%) -> (1.2k/1.3k) -> encode(81% 85% 85% 84% 86% 86% 85% 80% 84% 87% 85% 86% 84% 84% 82% 86% 86% 86% 85% 84% 85% 88% 85% 84% 82% 88% 85% 87% 87% 86%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8343/5534 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/50.31039/3.32886
2:04:39 INF [archive] - features: [ 2.2B 43% 564k/s ] 388G tiles: [ 317M 2k/s ] 59G
cpus: 29.6 gc: 10% heap: 12G/25G direct: 4.1M postGC: 7.4G
read(11% 10%) -> merge(16%) -> (1.2k/1.3k) -> encode(90% 90% 90% 89% 90% 90% 90% 90% 90% 89% 90% 90% 90% 90% 90% 90% 90% 90% 90% 89% 90% 90% 90% 90% 90% 90% 89% 89% 90% 90%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8294/5564 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/49.88756/2.2522
2:04:50 INF [archive] - features: [ 2.2B 43% 558k/s ] 388G tiles: [ 317M 2.3k/s ] 59G
cpus: 29.8 gc: 11% heap: 10G/25G direct: 4.1M postGC: 6.6G
read(11% 10%) -> merge(12%) -> (1.2k/1.3k) -> encode(87% 82% 87% 86% 86% 87% 84% 86% 85% 86% 87% 87% 86% 85% 82% 88% 87% 86% 83% 87% 85% 87% 85% 85% 86% 82% 85% 88% 84% 87%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8343/5486 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/50.97918/3.32886
2:05:00 INF [archive] - features: [ 2.2B 43% 527k/s ] 388G tiles: [ 317M 569/s ] 60G
cpus: 29.6 gc: 10% heap: 19G/25G direct: 4.1M postGC: 7.3G
read(11% 10%) -> merge(17%) -> (1.2k/1.3k) -> encode(90% 90% 90% 90% 90% 89% 89% 90% 90% 89% 89% 90% 89% 90% 90% 89% 90% 90% 90% 90% 90% 90% 90% 89% 90% 90% 90% 89% 90% 90%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/8417/5462 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/51.31001/4.95483
2:05:10 INF [archive] - features: [ 2.2B 43% 399k/s ] 388G tiles: [ 317M 346/s ] 60G
cpus: 29.8 gc: 11% heap: 18G/25G direct: 4.1M postGC: 9.4G
read( 9% 9%) -> merge(14%) -> (1.2k/1.3k) -> encode(87% 86% 83% 85% 85% 88% 86% 86% 85% 86% 88% 87% 87% 87% 82% 86% 87% 85% 85% 85% 86% 84% 85% 85% 87% 82% 87% 85% 83% 88%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/8404/5383 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/52.38231/4.66919
2:05:20 INF [archive] - features: [ 2.2B 43% 550k/s ] 388G tiles: [ 317M 8.8k/s ] 60G
cpus: 29.8 gc: 11% heap: 16G/25G direct: 4.1M postGC: 7.3G
read(15% 16%) -> merge(26%) -> (1.2k/1.3k) -> encode(90% 90% 90% 89% 89% 89% 89% 90% 89% 89% 89% 89% 90% 89% 88% 90% 90% 89% 89% 89% 90% 89% 89% 89% 89% 90% 89% 89% 90% 89%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8490/5336 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/53.00817/6.55884
2:05:30 INF [archive] - features: [ 2.2B 43% 912k/s ] 388G tiles: [ 317M 3.5k/s ] 60G
cpus: 30.1 gc: 12% heap: 9.2G/25G direct: 4.1M postGC: 7.7G
read(20% 20%) -> merge(32%) -> (1.2k/1.3k) -> encode(85% 82% 87% 79% 86% 83% 83% 80% 81% 82% 84% 84% 86% 80% 86% 85% 84% 84% 83% 83% 85% 84% 82% 86% 81% 85% 83% 81% 84% 79%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8576/5144 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/55.47263/8.44849
2:05:40 INF [archive] - features: [ 2.2B 44% 924k/s ] 388G tiles: [ 317M 7.4k/s ] 60G
cpus: 30 gc: 12% heap: 12G/25G direct: 4.1M postGC: 7.4G
read(19% 18%) -> merge(35%) -> (1.2k/1.3k) -> encode(86% 84% 80% 85% 86% 82% 80% 82% 77% 80% 85% 88% 86% 86% 83% 86% 83% 84% 83% 85% 84% 77% 83% 83% 85% 85% 80% 85% 87% 80%) -> (1.2k/1.2k) -> write( 7%)
last tile: 14/8754/5391 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/52.27488/12.35962
2:05:50 INF [archive] - features: [ 2.2B 44% 917k/s ] 388G tiles: [ 317M 2.8k/s ] 60G
cpus: 30.2 gc: 12% heap: 15G/25G direct: 4.1M postGC: 7.6G
read(18% 19%) -> merge(33%) -> (1.2k/1.3k) -> encode(86% 83% 85% 82% 86% 86% 85% 84% 86% 84% 85% 81% 79% 82% 87% 85% 85% 79% 79% 75% 85% 84% 82% 84% 84% 79% 84% 81% 79% 77%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8803/5522 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/50.47848/13.43628
2:06:00 INF [archive] - features: [ 2.2B 44% 992k/s ] 388G tiles: [ 317M 3.9k/s ] 61G
cpus: 30.3 gc: 12% heap: 7.6G/25G direct: 4.1M postGC: 7.1G
read(18% 18%) -> merge(32%) -> (1.2k/1.3k) -> encode(81% 78% 82% 81% 79% 82% 81% 85% 77% 85% 80% 80% 85% 84% 80% 78% 80% 80% 83% 81% 81% 80% 78% 81% 84% 82% 87% 83% 81% 85%) -> (1.2k/1.2k) -> write( 7%)
last tile: 14/9072/5433 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/51.70661/19.34692
2:06:11 INF [archive] - features: [ 2.2B 44% 1M/s ] 388G tiles: [ 317M 3k/s ] 61G
cpus: 30.2 gc: 11% heap: 19G/25G direct: 4.1M postGC: 15G
read(22% 22%) -> merge(35%) -> (1.2k/1.3k) -> encode(82% 79% 86% 79% 82% 86% 82% 84% 84% 86% 83% 85% 85% 82% 81% 86% 87% 87% 86% 84% 81% 83% 84% 82% 81% 83% 82% 83% 83% 82%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/9109/5622 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/49.05947/20.15991
2:06:21 INF [archive] - features: [ 2.3B 44% 1.1M/s ] 388G tiles: [ 318M 4.7k/s ] 61G
cpus: 30.3 gc: 12% heap: 12G/25G direct: 4.1M postGC: 7.5G
read(20% 22%) -> merge(48%) -> (1.2k/1.3k) -> encode(79% 82% 85% 85% 78% 84% 81% 80% 81% 83% 80% 83% 80% 84% 78% 84% 79% 82% 81% 84% 83% 85% 84% 80% 80% 81% 83% 85% 81% 83%) -> (1.2k/1.2k) -> write( 7%)
last tile: 14/9023/5354 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/52.76954/18.27026
2:06:31 INF [archive] - features: [ 2.3B 45% 1.3M/s ] 388G tiles: [ 318M 30k/s ] 61G
cpus: 30.5 gc: 13% heap: 14G/25G direct: 4.1M postGC: 9.3G
read(23% 23%) -> merge(51%) -> (1.2k/1.3k) -> encode(80% 79% 76% 80% 80% 77% 78% 78% 74% 76% 72% 83% 75% 73% 79% 81% 80% 77% 73% 79% 76% 76% 80% 86% 72% 75% 82% 76% 77% 71%) -> (1.2k/1.2k) -> write(18%)
last tile: 14/8657/5085 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/56.20059/10.22827
2:06:41 INF [archive] - features: [ 2.3B 45% 1.1M/s ] 388G tiles: [ 318M 32k/s ] 62G
cpus: 30.5 gc: 12% heap: 12G/25G direct: 4.1M postGC: 8.1G
read(17% 21%) -> merge(46%) -> (997/1.3k) -> encode(81% 80% 84% 79% 78% 76% 81% 82% 69% 77% 77% 79% 78% 78% 82% 85% 84% 75% 75% 81% 81% 80% 80% 79% 77% 84% 82% 81% 79% 77%) -> (1.2k/1.2k) -> write(15%)
last tile: 14/8439/4308 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/64.58147/5.43823
2:06:51 INF [archive] - features: [ 2.3B 45% 1.8M/s ] 388G tiles: [ 319M 92k/s ] 63G
cpus: 30 gc: 14% heap: 9.2G/25G direct: 4.1M postGC: 8.9G
read(31% 33%) -> merge(63%) -> (1.2k/1.3k) -> encode(71% 76% 74% 71% 74% 72% 74% 74% 70% 76% 73% 74% 70% 74% 67% 73% 70% 74% 76% 72% 71% 69% 69% 73% 75% 67% 73% 77% 70% 69%) -> (1.2k/1.2k) -> write(41%)
last tile: 14/9574/4764 (z14 86%) https://onthegomap.github.io/planetiler-demo/#14.5/59.9275/30.3772
2:07:01 INF [archive] - features: [ 2.3B 46% 1.9M/s ] 388G tiles: [ 321M 160k/s ] 64G
cpus: 29.5 gc: 13% heap: 17G/25G direct: 4.1M postGC: 8G
read(24% 26%) -> merge(53%) -> (1.2k/1.3k) -> encode(72% 74% 72% 74% 69% 71% 69% 76% 69% 75% 72% 74% 77% 77% 76% 71% 73% 76% 73% 74% 78% 75% 72% 77% 75% 74% 71% 75% 71% 77%) -> (1.2k/1.2k) -> write(53%)
last tile: 14/10298/5315 (z14 86%) https://onthegomap.github.io/planetiler-demo/#14.5/53.28492/46.2854
2:07:11 INF [archive] - features: [ 2.3B 46% 1.5M/s ] 388G tiles: [ 322M 142k/s ] 64G
cpus: 29.9 gc: 12% heap: 15G/25G direct: 4.1M postGC: 7.4G
read(18% 18%) -> merge(43%) -> (1.1k/1.3k) -> encode(77% 79% 76% 80% 76% 75% 77% 76% 80% 76% 79% 77% 79% 76% 78% 75% 76% 81% 77% 78% 73% 74% 76% 76% 77% 81% 78% 78% 80% 78%) -> (1.2k/1.2k) -> write(37%)
last tile: 14/11553/5982 (z14 87%) https://onthegomap.github.io/planetiler-demo/#14.5/43.60426/73.86108
2:07:21 INF [archive] - features: [ 2.4B 46% 2.2M/s ] 388G tiles: [ 331M 862k/s ] 65G
cpus: 26.7 gc: 13% heap: 6.6G/25G direct: 4.1M postGC: 6.4G
read(10% 13%) -> merge(36%) -> (0/1.3k) -> encode(71% 69% 67% 67% 72% 68% 68% 69% 71% 71% 69% 69% 71% 70% 70% 67% 69% 72% 69% 68% 71% 70% 67% 68% 70% 66% 69% 70% 67% 67%) -> (1.2k/1.2k) -> write(63%)
last tile: 14/8629/2049 (z14 90%) https://onthegomap.github.io/planetiler-demo/#14.5/79.16514/9.61304
2:07:26 INF [archive:write] - Finished z14 in 18m24s cpu:9h3m47s gc:2m13s avg:29.5, now starting z15
2:07:31 INF [archive] - features: [ 2.4B 48% 7.3M/s ] 388G tiles: [ 397M 6.5M/s ] 65G
cpus: 16.9 gc: 14% heap: 6.6G/25G direct: 4.1M postGC: 6.5G
read(29% 27%) -> merge(59%) -> (696/1.3k) -> encode(37% 37% 37% 37% 37% 37% 37% 37% 37% 37% 37% 37% 37% 37% 37% 37% 37% 36% 37% 37% 37% 37% 37% 36% 37% 37% 37% 36% 37% 38%) -> (1.2k/1.2k) -> write(83%)
last tile: 15/4936/7776 (z15 4%) https://onthegomap.github.io/planetiler-demo/#15.5/68.26735/-125.76599
2:07:41 INF [archive] - features: [ 2.5B 49% 4.7M/s ] 388G tiles: [ 432M 3.5M/s ] 66G
cpus: 19 gc: 11% heap: 11G/25G direct: 4.1M postGC: 7.2G
read(20% 15%) -> merge(39%) -> (721/1.3k) -> encode(45% 45% 45% 45% 46% 45% 46% 45% 46% 45% 45% 45% 46% 44% 45% 44% 46% 45% 45% 45% 45% 46% 45% 44% 45% 45% 46% 46% 45% 45%) -> (1.2k/1.2k) -> write(88%)
last tile: 15/9626/2536 (z15 7%) https://onthegomap.github.io/planetiler-demo/#15.5/81.95938/-74.24011
2:07:51 INF [archive] - features: [ 2.6B 51% 10M/s ] 388G tiles: [ 494M 6.1M/s ] 67G
cpus: 16.6 gc: 13% heap: 9.1G/25G direct: 4.1M postGC: 8.2G
read(55% 29%) -> merge(67%) -> (1k/1.3k) -> encode(36% 37% 37% 38% 38% 37% 38% 37% 37% 37% 37% 37% 37% 37% 38% 37% 36% 37% 37% 37% 37% 38% 37% 37% 37% 38% 38% 38% 37% 38%) -> (1.2k/1.2k) -> write(82%)
last tile: 15/10186/10213 (z15 13%) https://onthegomap.github.io/planetiler-demo/#15.5/55.93997/-68.08777
2:08:01 INF [archive] - features: [ 2.6B 51% 3.4M/s ] 388G tiles: [ 498M 367k/s ] 68G
cpus: 26 gc: 12% heap: 13G/25G direct: 4.1M postGC: 13G
read(35% 37%) -> merge(78%) -> (185/1.3k) -> encode(63% 62% 63% 63% 61% 64% 65% 62% 60% 62% 64% 61% 63% 64% 65% 66% 62% 63% 62% 64% 63% 64% 60% 64% 63% 64% 63% 62% 63% 62%) -> (237/1.2k) -> write(60%)
last tile: 15/9535/11763 (z15 13%) https://onthegomap.github.io/planetiler-demo/#15.5/45.18591/-75.23987
2:08:11 INF [archive] - features: [ 2.6B 52% 3M/s ] 388G tiles: [ 501M 313k/s ] 70G
cpus: 26.3 gc: 14% heap: 16G/25G direct: 4.1M postGC: 7G
read(27% 29%) -> merge(73%) -> (419/1.3k) -> encode(63% 63% 62% 63% 63% 62% 64% 63% 65% 64% 64% 63% 64% 62% 64% 65% 61% 62% 64% 62% 60% 62% 62% 62% 63% 63% 65% 63% 64% 62%) -> (1.2k/1.2k) -> write(65%)
last tile: 15/10398/11713 (z15 13%) https://onthegomap.github.io/planetiler-demo/#15.5/45.57175/-65.75867
2:08:21 INF [archive] - features: [ 2.7B 53% 4.5M/s ] 388G tiles: [ 518M 1.7M/s ] 71G
cpus: 22.7 gc: 14% heap: 6.7G/25G direct: 4.1M postGC: 6.1G
read(42% 39%) -> merge(70%) -> (1/1.3k) -> encode(54% 55% 52% 51% 52% 53% 54% 54% 52% 53% 53% 51% 53% 55% 52% 53% 52% 54% 53% 54% 55% 53% 55% 52% 53% 53% 53% 52% 54% 54%) -> (24/1.2k) -> write(58%)
last tile: 15/16047/10671 (z15 15%) https://onthegomap.github.io/planetiler-demo/#15.5/53.01809/-3.6969
2:08:31 INF [archive] - features: [ 2.7B 54% 4.3M/s ] 388G tiles: [ 520M 127k/s ] 72G
cpus: 24 gc: 13% heap: 18G/25G direct: 4.1M postGC: 7.3G
read(43% 43%) -> merge(86%) -> (0/1.3k) -> encode(58% 57% 57% 61% 58% 60% 59% 59% 60% 60% 58% 59% 59% 58% 60% 60% 58% 57% 59% 61% 58% 59% 59% 57% 59% 60% 59% 60% 58% 58%) -> (30/1.2k) -> write(28%)
last tile: 15/16375/12277 (z15 15%) https://onthegomap.github.io/planetiler-demo/#15.5/41.06693/-0.09338
2:08:42 INF [archive] - features: [ 2.8B 54% 4.2M/s ] 388G tiles: [ 533M 1.2M/s ] 73G
cpus: 25 gc: 13% heap: 10G/25G direct: 4.1M postGC: 7.4G
read(36% 35%) -> merge(81%) -> (260/1.3k) -> encode(60% 64% 62% 63% 61% 60% 63% 61% 61% 60% 61% 63% 58% 62% 61% 61% 62% 62% 60% 59% 61% 63% 63% 63% 63% 61% 62% 60% 61% 62%) -> (811/1.2k) -> write(52%)
last tile: 15/15031/14151 (z15 16%) https://onthegomap.github.io/planetiler-demo/#15.5/23.81048/-14.85901
2:08:52 INF [archive] - features: [ 2.8B 55% 5.3M/s ] 388G tiles: [ 552M 1.9M/s ] 74G
cpus: 26 gc: 15% heap: 8G/25G direct: 4.1M postGC: 7.3G
read(38% 39%) -> merge(78%) -> (0/1.3k) -> encode(65% 64% 65% 65% 63% 65% 65% 62% 64% 63% 62% 64% 67% 61% 63% 64% 65% 63% 63% 65% 64% 64% 62% 63% 64% 65% 65% 64% 63% 65%) -> (280/1.2k) -> write(72%)
last tile: 15/9648/12335 (z15 18%) https://onthegomap.github.io/planetiler-demo/#15.5/40.58476/-73.99841
2:09:02 INF [archive] - features: [ 2.9B 56% 3.5M/s ] 388G tiles: [ 553M 90k/s ] 76G
cpus: 23.9 gc: 13% heap: 13G/25G direct: 4.1M postGC: 7.2G
read(40% 39%) -> merge(86%) -> (0/1.3k) -> encode(57% 57% 61% 59% 58% 54% 56% 59% 60% 56% 57% 60% 60% 59% 59% 58% 56% 59% 56% 60% 57% 58% 59% 56% 60% 58% 58% 56% 56% 58%) -> (30/1.2k) -> write(38%)
last tile: 15/8867/12594 (z15 18%) https://onthegomap.github.io/planetiler-demo/#15.5/38.38903/-82.57874
2:09:12 INF [archive] - features: [ 2.9B 57% 3.5M/s ] 388G tiles: [ 555M 194k/s ] 77G
cpus: 25.7 gc: 14% heap: 11G/25G direct: 4.1M postGC: 8G
read(37% 36%) -> merge(83%) -> (0/1.3k) -> encode(62% 61% 62% 62% 58% 63% 60% 63% 60% 63% 61% 65% 61% 64% 60% 62% 58% 60% 62% 59% 63% 59% 65% 59% 59% 60% 61% 63% 59% 60%) -> (106/1.2k) -> write(44%)
last tile: 15/8215/15097 (z15 18%) https://onthegomap.github.io/planetiler-demo/#15.5/13.99271/-89.74182
2:09:22 INF [archive] - features: [ 2.9B 58% 4.5M/s ] 388G tiles: [ 570M 1.5M/s ] 78G
cpus: 24.6 gc: 13% heap: 14G/25G direct: 4.1M postGC: 6.7G
read(37% 38%) -> merge(84%) -> (0/1.3k) -> encode(62% 62% 63% 61% 63% 63% 63% 62% 62% 63% 62% 64% 61% 62% 60% 62% 63% 61% 62% 62% 62% 63% 62% 63% 62% 63% 61% 61% 61% 61%) -> (23/1.2k) -> write(69%)
last tile: 15/5503/12458 (z15 20%) https://onthegomap.github.io/planetiler-demo/#15.5/39.55065/-119.53674
2:09:32 INF [archive] - features: [ 3B 58% 3.8M/s ] 388G tiles: [ 572M 192k/s ] 79G
cpus: 27 gc: 13% heap: 19G/25G direct: 4.1M postGC: 7.6G
read(38% 41%) -> merge(84%) -> (11/1.3k) -> encode(68% 70% 72% 70% 71% 72% 71% 71% 70% 69% 70% 68% 70% 71% 71% 71% 66% 69% 69% 72% 71% 70% 70% 72% 70% 71% 72% 73% 70% 68%) -> (62/1.2k) -> write(59%)
last tile: 15/6257/13061 (z15 20%) https://onthegomap.github.io/planetiler-demo/#15.5/34.25722/-111.25305
2:09:42 INF [archive] - features: [ 3B 59% 2.8M/s ] 388G tiles: [ 575M 287k/s ] 80G
cpus: 28.2 gc: 15% heap: 18G/25G direct: 4.1M postGC: 9.1G
read(39% 38%) -> merge(79%) -> (408/1.3k) -> encode(66% 67% 66% 67% 67% 68% 72% 68% 66% 68% 67% 68% 66% 66% 67% 66% 68% 68% 65% 66% 69% 67% 69% 67% 68% 65% 65% 67% 65% 66%) -> (623/1.2k) -> write(63%)
last tile: 15/7496/12427 (z15 20%) https://onthegomap.github.io/planetiler-demo/#15.5/39.81276/-97.64099
2:09:52 INF [archive] - features: [ 3B 59% 2.5M/s ] 388G tiles: [ 579M 334k/s ] 82G
cpus: 27.2 gc: 14% heap: 9.8G/25G direct: 4.1M postGC: 8.1G
read(21% 22%) -> merge(58%) -> (704/1.3k) -> encode(67% 66% 66% 64% 67% 64% 66% 66% 67% 65% 64% 67% 66% 66% 67% 64% 63% 67% 66% 65% 66% 66% 66% 67% 66% 65% 66% 66% 65% 67%) -> (1.2k/1.2k) -> write(83%)
last tile: 15/7142/10607 (z15 21%) https://onthegomap.github.io/planetiler-demo/#15.5/53.43899/-101.53015
2:10:02 INF [archive] - features: [ 3.1B 60% 2.4M/s ] 388G tiles: [ 588M 901k/s ] 83G
cpus: 23.4 gc: 12% heap: 18G/25G direct: 4.1M postGC: 8.1G
read(17% 18%) -> merge(45%) -> (877/1.3k) -> encode(58% 58% 58% 57% 58% 57% 56% 58% 57% 57% 56% 57% 57% 56% 57% 58% 58% 58% 57% 57% 57% 57% 57% 57% 57% 57% 57% 56% 56% 58%) -> (1.2k/1.2k) -> write(88%)
last tile: 15/4719/9948 (z15 21%) https://onthegomap.github.io/planetiler-demo/#15.5/57.53647/-128.15002
2:10:12 INF [archive] - features: [ 3.1B 61% 3.1M/s ] 388G tiles: [ 592M 431k/s ] 85G
cpus: 27.4 gc: 15% heap: 13G/25G direct: 4.1M postGC: 13G
read(24% 25%) -> merge(63%) -> (0/1.3k) -> encode(66% 65% 66% 67% 66% 65% 67% 65% 67% 66% 66% 66% 65% 65% 68% 68% 67% 68% 66% 64% 68% 66% 67% 68% 67% 68% 66% 66% 66% 64%) -> (1.2k/1.2k) -> write(82%)
last tile: 15/4242/11524 (z15 22%) https://onthegomap.github.io/planetiler-demo/#15.5/47.00648/-133.3905
2:10:22 INF [archive] - features: [ 3.2B 63% 11M/s ] 388G tiles: [ 695M 10M/s ] 85G
cpus: 14.4 gc: 10% heap: 7.7G/25G direct: 4.1M postGC: 7.1G
read(32% 45%) -> merge(76%) -> (0/1.3k) -> encode(28% 28% 30% 29% 29% 29% 30% 29% 31% 30% 30% 30% 29% 31% 28% 29% 29% 30% 30% 29% 29% 29% 30% 29% 29% 30% 30% 29% 30% 29%) -> (1.2k/1.2k) -> write(79%)
last tile: 15/835/26290 (z15 31%) https://onthegomap.github.io/planetiler-demo/#15.5/-72.97923/-170.82092
2:10:32 INF [archive] - features: [ 3.4B 66% 16M/s ] 388G tiles: [ 839M 14M/s ] 85G
cpus: 10.8 gc: 9% heap: 19G/25G direct: 4.1M postGC: 7G
read(56% 54%) -> merge(87%) -> (0/1.3k) -> encode(19% 19% 20% 19% 19% 20% 20% 20% 20% 20% 20% 20% 21% 20% 20% 20% 19% 20% 20% 19% 20% 20% 20% 20% 19% 19% 20% 20% 19% 20%) -> (21/1.2k) -> write(84%)
last tile: 15/13041/21680 (z15 45%) https://onthegomap.github.io/planetiler-demo/#15.5/-50.18042/-36.7218
2:10:42 INF [archive] - features: [ 3.4B 67% 4.7M/s ] 388G tiles: [ 864M 2.4M/s ] 86G
cpus: 24.1 gc: 14% heap: 11G/25G direct: 4.1M postGC: 9G
read(42% 40%) -> merge(77%) -> (634/1.3k) -> encode(60% 59% 58% 58% 59% 59% 60% 60% 60% 60% 59% 59% 61% 61% 61% 61% 60% 60% 60% 59% 59% 57% 60% 60% 59% 61% 59% 60% 59% 59%) -> (908/1.2k) -> write(72%)
last tile: 15/10279/18660 (z15 47%) https://onthegomap.github.io/planetiler-demo/#15.5/-24.25197/-67.06604
2:10:52 INF [archive] - features: [ 3.5B 68% 3.4M/s ] 388G tiles: [ 875M 1M/s ] 88G
cpus: 25.9 gc: 14% heap: 12G/25G direct: 4.1M postGC: 9.2G
read(31% 30%) -> merge(58%) -> (836/1.3k) -> encode(63% 64% 63% 63% 66% 63% 65% 64% 62% 65% 64% 63% 64% 63% 62% 63% 62% 62% 64% 62% 64% 62% 64% 64% 64% 62% 62% 63% 62% 63%) -> (1.2k/1.2k) -> write(81%)
last tile: 15/10577/17913 (z15 48%) https://onthegomap.github.io/planetiler-demo/#15.5/-16.56776/-63.79211
2:11:02 INF [archive] - features: [ 3.5B 68% 3.3M/s ] 388G tiles: [ 886M 1.1M/s ] 89G
cpus: 25.7 gc: 13% heap: 10G/25G direct: 4.1M postGC: 9.3G
read(24% 25%) -> merge(63%) -> (1/1.3k) -> encode(61% 62% 63% 63% 63% 62% 62% 63% 62% 61% 64% 59% 61% 63% 62% 61% 62% 62% 62% 61% 61% 62% 61% 63% 64% 63% 62% 62% 61% 62%) -> (899/1.2k) -> write(83%)
last tile: 15/15069/18937 (z15 49%) https://onthegomap.github.io/planetiler-demo/#15.5/-26.99551/-14.44153
2:11:12 INF [archive] - features: [ 3.5B 69% 4.7M/s ] 388G tiles: [ 908M 2.1M/s ] 90G
cpus: 23.6 gc: 11% heap: 13G/25G direct: 4.1M postGC: 8.6G
read(34% 30%) -> merge(69%) -> (0/1.3k) -> encode(59% 57% 59% 58% 58% 61% 59% 59% 58% 58% 57% 59% 57% 57% 57% 59% 57% 60% 58% 58% 60% 59% 58% 58% 60% 59% 59% 58% 56% 58%) -> (25/1.2k) -> write(77%)
last tile: 15/19460/18229 (z15 51%) https://onthegomap.github.io/planetiler-demo/#15.5/-19.86489/33.79944
2:11:22 INF [archive] - features: [ 3.6B 70% 4.7M/s ] 388G tiles: [ 910M 240k/s ] 91G
cpus: 27.6 gc: 12% heap: 21G/25G direct: 4.1M postGC: 8.4G
read(37% 37%) -> merge(82%) -> (0/1.3k) -> encode(69% 69% 72% 67% 69% 71% 69% 70% 71% 69% 69% 72% 71% 70% 69% 71% 68% 71% 71% 72% 69% 71% 71% 68% 68% 71% 70% 69% 70% 69%) -> (35/1.2k) -> write(57%)
last tile: 15/19610/17065 (z15 51%) https://onthegomap.github.io/planetiler-demo/#15.5/-7.46596/35.44739
2:11:32 INF [archive] - features: [ 3.7B 72% 10M/s ] 388G tiles: [ 996M 8.5M/s ] 92G
cpus: 17.5 gc: 11% heap: 8.4G/25G direct: 4.1M postGC: 7.6G
read(45% 43%) -> merge(86%) -> (1/1.3k) -> encode(38% 37% 37% 36% 35% 38% 38% 36% 37% 36% 37% 38% 38% 36% 38% 35% 38% 38% 37% 35% 38% 37% 37% 38% 35% 35% 37% 37% 36% 38%) -> (1.2k/1.2k) -> write(66%)
last tile: 15/21311/29495 (z15 59%) https://onthegomap.github.io/planetiler-demo/#15.5/-80.74561/54.13513
2:11:42 INF [archive] - features: [ 3.8B 75% 12M/s ] 388G tiles: [ 1.1B 11M/s ] 92G
cpus: 12.5 gc: 10% heap: 19G/25G direct: 4.1M postGC: 7.5G
read(45% 43%) -> merge(79%) -> (0/1.3k) -> encode(24% 24% 25% 25% 25% 25% 25% 24% 26% 24% 24% 24% 25% 24% 25% 25% 24% 24% 25% 24% 24% 25% 25% 24% 24% 24% 24% 31% 24% 24%) -> (1.2k/1.2k) -> write(76%)
last tile: 15/29118/21532 (z15 70%) https://onthegomap.github.io/planetiler-demo/#15.5/-49.12781/139.9054
2:11:52 INF [archive] - features: [ 3.9B 76% 7.2M/s ] 388G tiles: [ 1.1B 3.4M/s ] 93G
cpus: 24.5 gc: 12% heap: 15G/25G direct: 4.1M postGC: 9.1G
read(41% 44%) -> merge(80%) -> (1.1k/1.3k) -> encode(61% 62% 61% 61% 61% 62% 63% 62% 61% 61% 62% 64% 60% 62% 58% 61% 61% 63% 62% 62% 62% 61% 61% 61% 60% 61% 62% 61% 59% 62%) -> (1.2k/1.2k) -> write(48%)
last tile: 15/26851/16690 (z15 73%) https://onthegomap.github.io/planetiler-demo/#15.5/-3.36537/114.99939
2:12:02 INF [archive] - features: [ 3.9B 77% 4.5M/s ] 388G tiles: [ 1.1B 1.1M/s ] 94G
cpus: 27.1 gc: 14% heap: 17G/25G direct: 4.1M postGC: 9.9G
read(35% 38%) -> merge(62%) -> (551/1.3k) -> encode(66% 64% 68% 69% 66% 67% 68% 68% 67% 67% 66% 69% 68% 67% 65% 67% 66% 65% 68% 66% 66% 68% 68% 67% 67% 66% 65% 69% 68% 66%) -> (818/1.2k) -> write(69%)
last tile: 15/30314/19007 (z15 74%) https://onthegomap.github.io/planetiler-demo/#15.5/-27.67866/153.04504
2:12:12 INF [archive] - features: [ 4B 78% 5.6M/s ] 388G tiles: [ 1.1B 2M/s ] 95G
cpus: 25.6 gc: 10% heap: 20G/25G direct: 4.1M postGC: 8.3G
read(42% 40%) -> merge(77%) -> (0/1.3k) -> encode(64% 65% 67% 61% 67% 62% 60% 66% 69% 68% 61% 66% 66% 64% 65% 63% 66% 66% 64% 62% 65% 68% 64% 63% 63% 64% 62% 63% 61% 63%) -> (47/1.2k) -> write(44%)
last tile: 15/29116/12649 (z15 76%) https://onthegomap.github.io/planetiler-demo/#15.5/37.91387/139.88342
2:12:22 INF [archive] - features: [ 4B 79% 4.5M/s ] 388G tiles: [ 1.1B 2.4M/s ] 96G
cpus: 21.8 gc: 12% heap: 17G/25G direct: 4.1M postGC: 10G
read(26% 25%) -> merge(58%) -> (530/1.3k) -> encode(52% 52% 52% 52% 53% 52% 52% 52% 52% 52% 52% 52% 52% 52% 52% 50% 52% 53% 52% 51% 52% 51% 52% 51% 51% 52% 52% 53% 53% 51%) -> (1.2k/1.2k) -> write(74%)
last tile: 15/27366/11757 (z15 78%) https://onthegomap.github.io/planetiler-demo/#15.5/45.23235/120.65735
2:12:32 INF [archive] - features: [ 4.1B 79% 3.6M/s ] 388G tiles: [ 1.2B 1.6M/s ] 97G
cpus: 22.5 gc: 13% heap: 16G/25G direct: 4.1M postGC: 14G
read(27% 26%) -> merge(47%) -> (549/1.3k) -> encode(53% 53% 51% 53% 53% 53% 54% 55% 54% 51% 55% 53% 54% 54% 52% 54% 53% 53% 55% 54% 54% 52% 52% 55% 53% 55% 53% 53% 55% 53%) -> (691/1.2k) -> write(83%)
last tile: 15/25276/14076 (z15 80%) https://onthegomap.github.io/planetiler-demo/#15.5/24.56211/97.69592
2:12:42 INF [archive] - features: [ 4.1B 80% 2.3M/s ] 388G tiles: [ 1.2B 377k/s ] 98G
cpus: 27.4 gc: 16% heap: 22G/25G direct: 4.1M postGC: 12G
read(34% 33%) -> merge(73%) -> (1k/1.3k) -> encode(64% 63% 62% 64% 64% 66% 62% 64% 64% 65% 64% 63% 65% 64% 66% 62% 63% 65% 64% 64% 63% 63% 64% 64% 65% 65% 63% 63% 63% 62%) -> (1.1k/1.2k) -> write(78%)
last tile: 15/27911/12767 (z15 80%) https://onthegomap.github.io/planetiler-demo/#15.5/36.88401/126.6449
2:12:52 INF [archive] - features: [ 4.1B 81% 3.2M/s ] 388G tiles: [ 1.2B 345k/s ] 100G
cpus: 28.7 gc: 14% heap: 9.7G/25G direct: 4.1M postGC: 9.5G
read(32% 33%) -> merge(75%) -> (8/1.3k) -> encode(68% 69% 68% 67% 69% 69% 70% 68% 70% 68% 69% 72% 70% 69% 71% 69% 69% 70% 67% 69% 67% 72% 70% 68% 67% 67% 72% 70% 67% 71%) -> (89/1.2k) -> write(50%)
last tile: 15/27354/15026 (z15 81%) https://onthegomap.github.io/planetiler-demo/#15.5/14.74832/120.52551
2:13:02 INF [archive] - features: [ 4.2B 81% 3.8M/s ] 388G tiles: [ 1.2B 570k/s ] 101G
cpus: 27.5 gc: 11% heap: 20G/25G direct: 4.1M postGC: 9.5G
read(40% 40%) -> merge(83%) -> (0/1.3k) -> encode(67% 67% 68% 66% 66% 69% 67% 65% 66% 65% 68% 65% 66% 67% 66% 67% 68% 69% 71% 67% 69% 66% 68% 69% 64% 65% 66% 70% 67% 67%) -> (18/1.2k) -> write(55%)
last tile: 15/25527/15114 (z15 81%) https://onthegomap.github.io/planetiler-demo/#15.5/13.81141/100.45349
2:13:12 INF [archive] - features: [ 4.2B 82% 3.8M/s ] 388G tiles: [ 1.2B 535k/s ] 102G
cpus: 27.6 gc: 12% heap: 15G/25G direct: 4.1M postGC: 8.8G
read(37% 36%) -> merge(82%) -> (1/1.3k) -> encode(67% 67% 68% 69% 67% 69% 70% 67% 68% 67% 68% 67% 68% 68% 69% 67% 67% 70% 68% 67% 67% 69% 67% 70% 64% 69% 68% 67% 67% 69%) -> (136/1.2k) -> write(61%)
last tile: 15/24036/14605 (z15 82%) https://onthegomap.github.io/planetiler-demo/#15.5/19.17111/84.07288
2:13:23 INF [archive] - features: [ 4.3B 83% 3.8M/s ] 388G tiles: [ 1.2B 366k/s ] 103G
cpus: 27.4 gc: 14% heap: 9.8G/25G direct: 4.1M postGC: 9.3G
read(41% 37%) -> merge(82%) -> (729/1.3k) -> encode(65% 65% 69% 66% 66% 66% 66% 65% 67% 66% 63% 69% 65% 67% 69% 65% 67% 67% 66% 63% 66% 67% 65% 69% 66% 64% 65% 65% 65% 67%) -> (895/1.2k) -> write(60%)
last tile: 15/22697/12785 (z15 82%) https://onthegomap.github.io/planetiler-demo/#15.5/36.72568/69.36218
2:13:33 INF [archive] - features: [ 4.3B 83% 2.8M/s ] 388G tiles: [ 1.2B 498k/s ] 104G
cpus: 27.7 gc: 13% heap: 17G/25G direct: 4.1M postGC: 10G
read(28% 28%) -> merge(65%) -> (1.1k/1.3k) -> encode(65% 65% 67% 67% 66% 65% 66% 65% 67% 65% 66% 66% 66% 63% 65% 65% 64% 65% 67% 66% 67% 65% 64% 66% 66% 65% 63% 66% 65% 65%) -> (1.2k/1.2k) -> write(81%)
last tile: 15/21054/14017 (z15 82%) https://onthegomap.github.io/planetiler-demo/#15.5/25.15026/51.31165
2:13:43 INF [archive] - features: [ 4.3B 84% 4.1M/s ] 388G tiles: [ 1.2B 871k/s ] 105G
cpus: 27.3 gc: 14% heap: 19G/25G direct: 4.1M postGC: 12G
read(31% 30%) -> merge(66%) -> (760/1.3k) -> encode(66% 66% 67% 67% 68% 67% 66% 65% 67% 66% 64% 67% 65% 65% 68% 68% 67% 68% 66% 66% 65% 63% 67% 66% 68% 65% 64% 66% 64% 66%) -> (882/1.2k) -> write(75%)
last tile: 15/18767/16093 (z15 83%) https://onthegomap.github.io/planetiler-demo/#15.5/3.18988/26.18591
2:13:53 INF [archive] - features: [ 4.4B 85% 4.3M/s ] 388G tiles: [ 1.2B 396k/s ] 106G
cpus: 28.3 gc: 16% heap: 11G/25G direct: 4.1M postGC: 10G
read(35% 33%) -> merge(69%) -> (792/1.3k) -> encode(67% 63% 66% 66% 68% 67% 70% 67% 67% 66% 69% 69% 64% 68% 68% 70% 65% 72% 70% 66% 68% 67% 69% 70% 68% 65% 67% 68% 67% 65%) -> (1.2k/1.2k) -> write(62%)
last tile: 15/18382/15317 (z15 84%) https://onthegomap.github.io/planetiler-demo/#15.5/11.6361/21.95618
2:14:03 INF [archive] - features: [ 4.4B 86% 3.7M/s ] 388G tiles: [ 1.2B 627k/s ] 108G
cpus: 25.9 gc: 13% heap: 14G/25G direct: 4.1M postGC: 9.8G
read(40% 38%) -> merge(81%) -> (60/1.3k) -> encode(61% 60% 61% 62% 60% 62% 61% 63% 60% 61% 63% 60% 63% 61% 59% 62% 60% 62% 62% 61% 61% 59% 62% 59% 59% 58% 64% 61% 63% 60%) -> (260/1.2k) -> write(58%)
last tile: 15/19381/14133 (z15 84%) https://onthegomap.github.io/planetiler-demo/#15.5/23.99127/32.93152
2:14:13 INF [archive] - features: [ 4.4B 86% 3.3M/s ] 388G tiles: [ 1.2B 329k/s ] 109G
cpus: 28.3 gc: 13% heap: 16G/25G direct: 4.1M postGC: 16G
read(39% 39%) -> merge(82%) -> (42/1.3k) -> encode(65% 67% 67% 68% 69% 68% 69% 68% 69% 67% 68% 67% 66% 66% 67% 68% 69% 69% 68% 67% 69% 70% 68% 67% 65% 67% 66% 65% 67% 65%) -> (102/1.2k) -> write(69%)
last tile: 15/20002/11511 (z15 84%) https://onthegomap.github.io/planetiler-demo/#15.5/47.10378/39.75403
2:14:23 INF [archive] - features: [ 4.5B 87% 3.4M/s ] 388G tiles: [ 1.2B 202k/s ] 110G
cpus: 26.5 gc: 13% heap: 16G/25G direct: 4.1M postGC: 10G
read(42% 40%) -> merge(84%) -> (0/1.3k) -> encode(61% 64% 61% 61% 62% 64% 61% 63% 64% 62% 62% 62% 64% 62% 64% 61% 63% 62% 64% 60% 63% 62% 63% 62% 62% 63% 62% 62% 61% 61%) -> (19/1.2k) -> write(71%)
last tile: 15/18481/10741 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/52.55298/23.04382
2:14:33 INF [archive] - features: [ 4.5B 88% 3.5M/s ] 388G tiles: [ 1.2B 164k/s ] 112G
cpus: 25.3 gc: 13% heap: 14G/25G direct: 4.1M postGC: 9.3G
read(41% 40%) -> merge(85%) -> (0/1.3k) -> encode(60% 60% 60% 61% 60% 58% 60% 60% 60% 60% 62% 59% 61% 58% 61% 59% 61% 60% 61% 59% 60% 62% 59% 59% 59% 60% 60% 60% 60% 60%) -> (31/1.2k) -> write(54%)
last tile: 15/18333/11467 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/47.4318/21.41785
2:14:43 INF [archive] - features: [ 4.6B 89% 4.2M/s ] 388G tiles: [ 1.2B 46k/s ] 113G
cpus: 24.1 gc: 11% heap: 18G/25G direct: 4.1M postGC: 8.7G
read(48% 49%) -> merge(86%) -> (0/1.3k) -> encode(56% 58% 57% 57% 57% 56% 57% 57% 55% 57% 59% 56% 56% 58% 58% 56% 56% 56% 59% 56% 57% 55% 57% 55% 58% 57% 57% 56% 59% 58%) -> (39/1.2k) -> write(30%)
last tile: 15/17443/11967 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/43.58437/11.64001
2:14:53 INF [archive] - features: [ 4.6B 89% 4M/s ] 388G tiles: [ 1.2B 75k/s ] 115G
cpus: 24.7 gc: 11% heap: 19G/25G direct: 4.1M postGC: 8.6G
read(45% 44%) -> merge(86%) -> (0/1.3k) -> encode(58% 59% 59% 57% 58% 59% 58% 59% 57% 58% 58% 57% 60% 57% 59% 57% 57% 58% 58% 57% 59% 58% 57% 57% 58% 58% 58% 57% 58% 57%) -> (29/1.2k) -> write(32%)
last tile: 15/16862/11867 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/44.37491/5.25696
2:15:03 INF [archive] - features: [ 4.6B 90% 4.5M/s ] 388G tiles: [ 1.2B 39k/s ] 116G
cpus: 24.5 gc: 12% heap: 9G/25G direct: 4.1M postGC: 8.8G
read(48% 49%) -> merge(86%) -> (0/1.3k) -> encode(60% 57% 60% 58% 60% 58% 58% 60% 59% 57% 60% 59% 59% 58% 57% 60% 59% 58% 57% 59% 59% 60% 58% 60% 59% 60% 60% 60% 56% 57%) -> (16/1.2k) -> write(27%)
last tile: 15/17061/11618 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/46.29761/7.44324
2:15:13 INF [archive] - features: [ 4.7B 91% 4.5M/s ] 388G tiles: [ 1.2B 27k/s ] 117G
cpus: 25.9 gc: 10% heap: 10G/25G direct: 4.1M postGC: 8.7G
read(57% 54%) -> merge(85%) -> (0/1.3k) -> encode(59% 62% 60% 62% 59% 61% 59% 60% 62% 61% 61% 59% 60% 61% 61% 60% 59% 62% 60% 60% 60% 59% 60% 60% 58% 61% 60% 61% 61% 61%) -> (25/1.2k) -> write(25%)
last tile: 15/17061/11005 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/50.75383/7.44324
2:15:23 INF [archive] - features: [ 4.7B 92% 5M/s ] 388G tiles: [ 1.2B 29k/s ] 119G
cpus: 26.6 gc: 10% heap: 11G/25G direct: 4.1M postGC: 8.4G
read(54% 53%) -> merge(87%) -> (0/1.3k) -> encode(68% 66% 64% 66% 64% 67% 67% 68% 68% 67% 67% 68% 67% 66% 68% 68% 66% 69% 64% 68% 68% 68% 70% 69% 65% 65% 69% 68% 67% 67%) -> (34/1.2k) -> write(27%)
last tile: 15/16498/10846 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/51.84596/1.25793
2:15:33 INF [archive] - features: [ 4.8B 93% 4.7M/s ] 388G tiles: [ 1.2B 80k/s ] 120G
cpus: 28.2 gc: 10% heap: 15G/25G direct: 4.1M postGC: 8.5G
read(53% 53%) -> merge(85%) -> (0/1.3k) -> encode(71% 73% 71% 71% 71% 72% 72% 73% 74% 69% 74% 71% 69% 75% 71% 71% 67% 70% 76% 71% 72% 72% 70% 73% 74% 72% 76% 73% 69% 75%) -> (18/1.2k) -> write(29%)
last tile: 15/17768/10706 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/52.78615/15.21057
2:15:43 INF [archive] - features: [ 4.8B 94% 4.6M/s ] 388G tiles: [ 1.2B 46k/s ] 121G
cpus: 24.6 gc: 10% heap: 21G/25G direct: 4.1M postGC: 8.6G
read(54% 52%) -> merge(87%) -> (0/1.3k) -> encode(59% 58% 60% 61% 61% 59% 58% 59% 60% 61% 61% 58% 61% 60% 62% 60% 59% 59% 60% 59% 59% 60% 61% 60% 59% 60% 62% 59% 61% 57%) -> (14/1.2k) -> write(31%)
last tile: 15/18083/11070 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/50.29987/18.67126
2:15:53 INF [archive] - features: [ 4.9B 95% 3.9M/s ] 388G tiles: [ 1.2B 147k/s ] 123G
cpus: 25.4 gc: 12% heap: 15G/25G direct: 4.1M postGC: 9.4G
read(43% 45%) -> merge(86%) -> (0/1.3k) -> encode(60% 60% 61% 61% 59% 60% 63% 63% 62% 59% 63% 60% 60% 60% 64% 58% 63% 58% 62% 63% 64% 59% 63% 60% 61% 60% 62% 62% 60% 63%) -> (21/1.2k) -> write(48%)
last tile: 15/17264/10157 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/56.28301/9.67346
2:16:03 INF [archive] - features: [ 4.9B 95% 2.8M/s ] 388G tiles: [ 1.2B 392k/s ] 124G
cpus: 26.7 gc: 14% heap: 16G/25G direct: 4.1M postGC: 11G
read(36% 37%) -> merge(82%) -> (414/1.3k) -> encode(63% 62% 61% 62% 63% 63% 64% 63% 63% 60% 61% 64% 60% 63% 62% 63% 61% 64% 63% 62% 63% 63% 63% 65% 58% 61% 61% 62% 62% 62%) -> (596/1.2k) -> write(73%)
last tile: 15/18751/9099 (z15 86%) https://onthegomap.github.io/planetiler-demo/#15.5/62.20907/26.01013
2:16:13 INF [archive] - features: [ 4.9B 96% 3.2M/s ] 388G tiles: [ 1.2B 321k/s ] 126G
cpus: 28 gc: 15% heap: 14G/25G direct: 4.1M postGC: 12G
read(31% 31%) -> merge(58%) -> (424/1.3k) -> encode(64% 66% 65% 66% 68% 65% 68% 66% 64% 65% 66% 66% 64% 65% 64% 62% 66% 63% 67% 63% 67% 64% 67% 68% 63% 65% 65% 63% 67% 66%) -> (1.2k/1.2k) -> write(78%)
last tile: 15/20152/8696 (z15 86%) https://onthegomap.github.io/planetiler-demo/#15.5/64.20399/41.40198
2:16:23 INF [archive] - features: [ 5B 96% 3.1M/s ] 388G tiles: [ 1.2B 711k/s ] 127G
cpus: 26.5 gc: 15% heap: 12G/25G direct: 4.1M postGC: 12G
read(28% 30%) -> merge(57%) -> (214/1.3k) -> encode(59% 60% 59% 59% 59% 61% 62% 60% 60% 59% 60% 60% 58% 60% 62% 59% 60% 61% 60% 59% 61% 60% 60% 58% 60% 59% 60% 59% 59% 59%) -> (1k/1.2k) -> write(84%)
last tile: 15/22344/11802 (z15 87%) https://onthegomap.github.io/planetiler-demo/#15.5/44.88312/65.48401
2:16:33 INF [archive] - features: [ 5B 97% 3M/s ] 388G tiles: [ 1.2B 1M/s ] 128G
cpus: 24.3 gc: 13% heap: 14G/25G direct: 4.1M postGC: 11G
read(20% 20%) -> merge(48%) -> (0/1.3k) -> encode(55% 56% 56% 55% 55% 56% 56% 57% 57% 57% 56% 57% 56% 56% 57% 56% 57% 60% 56% 56% 57% 57% 56% 57% 55% 55% 55% 55% 55% 55%) -> (1.2k/1.2k) -> write(85%)
last tile: 15/24073/7459 (z15 88%) https://onthegomap.github.io/planetiler-demo/#15.5/69.52107/84.47937
2:16:43 INF [archive] - features: [ 5.1B 99% 7.7M/s ] 388G tiles: [ 1.3B 6.3M/s ] 129G
cpus: 17.9 gc: 11% heap: 15G/25G direct: 4.1M postGC: 11G
read(33% 32%) -> merge(63%) -> (1/1.3k) -> encode(38% 38% 37% 38% 37% 36% 38% 37% 38% 37% 37% 38% 38% 37% 37% 38% 37% 38% 37% 37% 37% 37% 37% 37% 37% 37% 38% 37% 37% 37%) -> (9/1.2k) -> write(86%)
last tile: 15/22542/1893 (z15 93%) https://onthegomap.github.io/planetiler-demo/#15.5/82.88951/67.6593
2:16:53 INF [archive:write] - Finished z15 in 9m27s cpu:3h50m5s gc:1m11s avg:24.4
2:16:53 INF [archive:write] - Building directories with 47657 entries per leaf, attempt 1...
2:16:53 INF [archive] - features: [ 5.1B 100% 7.5M/s ] 388G tiles: [ 1.4B 6.9M/s ] 130G
cpus: 14.7 gc: 8% heap: 9.6G/25G direct: 4.1M postGC: 9.6G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(91%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
2:17:03 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1 gc: 0% heap: 13G/25G direct: 4.1M postGC: 9.6G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(100%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
2:17:13 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1 gc: 0% heap: 16G/25G direct: 4.1M postGC: 9.6G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(100%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
2:17:15 INF [archive:write] - Built directories with 3501 leaves, 18269B root directory
2:17:15 INF [archive:write] - Building directories with 57188 entries per leaf, attempt 2...
2:17:23 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1 gc: 0% heap: 21G/25G direct: 4.1M postGC: 9.6G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(100%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
2:17:33 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1 gc: 0% heap: 24G/25G direct: 4.1M postGC: 9.6G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(100%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
2:17:37 INF [archive:write] - Built directories with 2917 leaves, 15536B root directory
2:17:37 INF [archive:write] - Writing metadata and leaf directories...
2:17:38 INF [archive:write] - Writing header...
2:17:38 INF [archive:write] - # addressed tiles: 1431655765
2:17:38 INF [archive:write] - # of tile entries: 166801580
2:17:38 INF [archive:write] - # of tile contents: 126175095
2:17:38 INF [archive:write] - Root directory: 15kB
2:17:38 INF [archive:write] - # leaves: 2917
2:17:38 INF [archive:write] - Leaf directories: 333MB
2:17:38 INF [archive:write] - Avg leaf size: 114kB
2:17:38 INF [archive:write] - Total dir bytes: 333MB
2:17:38 INF [archive:write] - Average bytes per addressed tile: 0.23273466858843683
2:17:38 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1.1 gc: 0% heap: 9.9G/25G direct: 336M postGC: 9.6G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write( -%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
2:17:38 DEB [archive] - Tile stats:
2:17:38 DEB [archive] - Biggest tiles (gzipped)
1. 7/72/45 (491k) https://onthegomap.github.io/planetiler-demo/#7.5/46.06461/23.90625 (landuse:720k)
2. 8/136/123 (439k) https://onthegomap.github.io/planetiler-demo/#8.5/6.31483/11.95312 (landuse:648k)
3. 8/145/89 (422k) https://onthegomap.github.io/planetiler-demo/#8.5/47.51505/24.60938 (landuse:632k)
4. 8/144/90 (419k) https://onthegomap.github.io/planetiler-demo/#8.5/46.55671/23.20312 (landuse:620k)
5. 0/0/0 (405k) https://onthegomap.github.io/planetiler-demo/#0.5/0/0 (landcover:658k)
6. 7/65/44 (395k) https://onthegomap.github.io/planetiler-demo/#7.5/47.98134/4.21875 (landuse:570k)
7. 7/66/44 (392k) https://onthegomap.github.io/planetiler-demo/#7.5/47.98134/7.03125 (landuse:538k)
8. 8/145/90 (391k) https://onthegomap.github.io/planetiler-demo/#8.5/46.55671/24.60938 (landuse:577k)
9. 7/72/44 (385k) https://onthegomap.github.io/planetiler-demo/#7.5/47.98134/23.90625 (landuse:545k)
10. 8/129/91 (382k) https://onthegomap.github.io/planetiler-demo/#8.5/45.58113/2.10938 (landuse:574k)
2:17:38 INF [archive] - Other tiles with large layers
15/19037/16529 (767k) https://onthegomap.github.io/planetiler-demo/#15.5/-1.5983/29.15222 (buildings:767k)
12/799/1574 (175k) https://onthegomap.github.io/planetiler-demo/#12.5/38.37611/-109.73145 (earth:175k)
12/3592/1622 (295k) https://onthegomap.github.io/planetiler-demo/#12.5/34.994/135.74707 (places:295k)
15/29106/12900 (483k) https://onthegomap.github.io/planetiler-demo/#15.5/35.70638/139.77356 (pois:483k)
13/6817/3257 (195k) https://onthegomap.github.io/planetiler-demo/#13.5/34.54276/119.59717 (roads:195k)
7/37/37 (223k) https://onthegomap.github.io/planetiler-demo/#7.5/59.52678/-74.53125 (water:223k)
2:17:38 DEB [archive] - Max tile sizes
z0 z1 z2 z3 z4 z5 z6 z7 z8 z9 z10 z11 z12 z13 z14 z15 all
boundaries 4.9k 5.6k 7.6k 7.8k 7.4k 5.1k 6.2k 4.8k 11k 9.4k 16k 10k 8.1k 3.6k 3.3k 2.5k 16k
earth 19k 15k 9k 6.5k 4.5k 12k 49k 59k 55k 69k 83k 77k  175k  160k  126k 58k  175k
landcover 658k  450k  406k  181k  141k 91k 29k 10k 0 0 0 0 0 0 0 0  658k
places 20k 41k 72k 68k 64k 68k 28k 41k 55k 31k  270k  208k  295k  141k 63k 21k  295k
water 48k 44k 30k 32k 24k 15k  170k  223k  179k  178k  151k  108k  206k  111k  113k 54k  223k
landuse 0 0 23k 37k 68k 99k  162k  720k  648k  464k  454k  470k  268k  158k  169k  191k  720k
roads 0 0 0 41k 34k 32k 47k 78k 70k  170k 77k 63k  178k  195k  166k 57k  195k
pois 0 0 0 0 0 1.4k 2.7k 5.9k 3k 4.5k 4.7k 11k 24k 19k 29k  483k  483k
buildings 0 0 0 0 0 0 0 0 0 0 0 38k 49k 88k  127k  767k  767k
full tile 752k 540k 541k 329k 290k 217k 209k 762k 662k 479k 468k 475k 467k 270k 248k 770k 770k
gzipped 405k 315k 338k 218k 195k 144k 144k 491k 439k 312k 312k 318k 220k 172k 165k 319k 491k
2:17:38 DEB [archive] - Max tile: 770k (gzipped: 491k)
2:17:38 DEB [archive] - Avg tile: 90k (gzipped: 61k) using weighted average based on OSM traffic
2:17:38 DEB [archive] - # tiles: 1,431,655,765
2:17:38 DEB [archive] - # features: 5,198,736,745
2:17:38 INF [archive] - Finished in 42m22s cpu:19h44m58s gc:5m8s avg:28
2:17:38 INF [archive] - read 2x(24% 10m14s wait:20m41s done:45s)
2:17:38 INF [archive] - merge 1x(51% 21m43s wait:12m49s done:46s)
2:17:38 INF [archive] - encode 30x(75% 31m43s block:1m13s wait:2m18s done:46s)
2:17:38 INF [archive] - write 1x(26% 10m59s wait:26m57s done:46s)
2:17:38 INF [archive] - Finished in 2h17m38s cpu:58h51m29s gc:10m50s avg:25.7
2:17:38 INF [archive] - FINISHED!
2:17:38 INF [archive] -
2:17:38 INF [archive] - ----------------------------------------
2:17:38 INF [archive] - data errors:
2:17:38 INF [archive] - render_snap_fix_input 51,956,770
2:17:38 INF [archive] - merge_snap_fix_input 4,836
2:17:38 INF [archive] - feature_polygon_osm_invalid_multipolygon_empty_after_fix 178
2:17:38 INF [archive] - osm_multipolygon_duplicate_member 101
2:17:38 INF [archive] - feature_point_on_surface_osm_invalid_multipolygon_empty_after_fix 24
2:17:38 INF [archive] - osm_boundary_duplicate_member 12
2:17:38 INF [archive] - render_snap_fix_input2 3
2:17:38 INF [archive] - render_snap_fix_input3 2
2:17:38 INF [archive] - ----------------------------------------
2:17:38 INF [archive] - overall 2h17m38s cpu:58h51m29s gc:10m50s avg:25.7
2:17:38 INF [archive] - ne 10s cpu:36s avg:3.7
2:17:38 INF [archive] - read 2x(31% 3s done:7s)
2:17:38 INF [archive] - process 31x(6% 0.6s wait:6s done:3s)
2:17:38 INF [archive] - write 1x(0% 0s wait:7s done:3s)
2:17:38 INF [archive] - osm_pass1 5m44s cpu:2h29m33s gc:19s avg:26.1
2:17:38 INF [archive] - read 1x(3% 9s wait:5m31s done:1s)
2:17:38 INF [archive] - process 31x(78% 4m28s block:7s wait:49s)
2:17:38 INF [archive] - osm_pass2 1h18m25s cpu:33h43m48s gc:4m5s avg:25.8
2:17:38 INF [archive] - read 1x(0% 12s wait:1h16m48s done:1m18s)
2:17:38 INF [archive] - process 31x(77% 1h26s block:3s wait:9m43s)
2:17:38 INF [archive] - write 1x(73% 57m36s wait:16m42s)
2:17:38 INF [archive] - osm_water 1m42s cpu:33m25s gc:7s avg:19.6
2:17:38 INF [archive] - read 2x(11% 11s wait:34s done:54s)
2:17:38 INF [archive] - process 31x(55% 56s wait:39s)
2:17:38 INF [archive] - write 1x(77% 1m19s wait:13s)
2:17:38 INF [archive] - osm_land 1m6s cpu:17m59s avg:16.5
2:17:38 INF [archive] - read 2x(15% 10s wait:23s done:33s)
2:17:38 INF [archive] - process 31x(48% 32s wait:34s)
2:17:38 INF [archive] - write 1x(95% 1m2s wait:2s)
2:17:38 INF [archive] - landcover 2s cpu:30s avg:12.6
2:17:38 INF [archive] - read 2x(21% 0.5s done:2s)
2:17:38 INF [archive] - process 31x(33% 0.8s done:1s)
2:17:38 INF [archive] - write 1x(11% 0.3s wait:2s)
2:17:38 INF [archive] - sort 7m54s cpu:2h26s gc:1m10s avg:15.3
2:17:38 INF [archive] - worker 4x(39% 3m6s wait:1m59s)
2:17:38 INF [archive] - archive 42m22s cpu:19h44m58s gc:5m8s avg:28
2:17:38 INF [archive] - read 2x(24% 10m14s wait:20m41s done:45s)
2:17:38 INF [archive] - merge 1x(51% 21m43s wait:12m49s done:46s)
2:17:38 INF [archive] - encode 30x(75% 31m43s block:1m13s wait:2m18s done:46s)
2:17:38 INF [archive] - write 1x(26% 10m59s wait:26m57s done:46s)
2:17:38 INF [archive] - ----------------------------------------
2:17:38 INF [archive] - archive 130GB
2:17:38 INF [archive] - features 388GB

0:00:00 DEB - argument: config=null (path to config file)
0:00:00 DEB - argument: area=monaco (geofabrik area to download)
0:00:00 INF - argument: stats=use in-memory stats
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: polygon=null (a .poly file that limits output to tiles intersecting the shape)
0:00:00 DEB - argument: minzoom=0 (minimum zoom level)
0:00:00 DEB - argument: maxzoom=15 (maximum zoom level up to 15)
0:00:00 DEB - argument: render_maxzoom=15 (maximum rendering zoom level up to 15)
0:00:00 DEB - argument: tmpdir=data/tmp (temp directory)
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: tile_write_threads=1 (number of threads used to write tiles - only supported by [files, csv, tsv, proto, pbf, json])
0:00:00 DEB - argument: loginterval=10 seconds (time between logs)
0:00:00 DEB - argument: force=true (overwriting output file and ignore disk/RAM warnings)
0:00:00 DEB - argument: append=false (append to the output file - only supported by [files, csv, tsv, proto, pbf, json])
0:00:00 DEB - argument: compress_temp=false (compress 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: http_retry_wait=5 seconds (How long to wait before retrying HTTP request)
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: download_max_bandwidth= (Maximum bandwidth to consume when downloading files in units mb/s, mbps, kbps, etc.)
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=true (Read OSM blocks from disk in worker threads)
0:00:00 DEB - argument: skip_filled_tiles=false (Skip writing tiles containing only polygon fills to the output)
0:00:00 DEB - argument: tile_warning_size_mb=1.0 (Maximum size in megabytes of a tile to emit a warning about)
0:00:00 DEB - argument: color=null (Color the terminal output)
0:00:00 DEB - argument: keep_unzipped=false (keep unzipped sources by default after reading)
0:00:00 DEB - argument: tile_compression=gzip (the tile compression, one of [gzip, none])
0:00:00 DEB - argument: output_layerstats=false (output a tsv.gz file for each tile/layer size)
0:00:00 DEB - argument: debug_url=https://onthegomap.github.io/planetiler-demo/#{z}/{lat}/{lon} (debug url to use for displaying tiles with {z} {lat} {lon} placeholders)
0:00:00 DEB - argument: tile_weights=data/tile_weights.tsv.gz (tsv.gz file with columns z,x,y,loads to generate weighted average tile size stat)
0:00:00 DEB - argument: max_point_buffer=Infinity (Additional global limit for the max tile pixels to include points outside tile bounds of all layers. Set to a lower value to reduce tile size for clients that handle label collisions across tiles (most web and native clients). NOTE: Do not reduce if you need to support raster tile rendering)
0:00:00 DEB - argument: log_jts_exceptions=false (Emit verbose details to debug JTS geometry errors)
0:00:00 DEB - argument: feature_source_id_multiplier=10 (Set vector tile feature IDs to (featureId * thisValue) + sourceId where sourceId is 1 for OSM nodes, 2 for ways, 3 for relations, and 0 for other sources. Set to false to disable.)
0:00:00 DEB - argument: only_download=false (download source data then exit)
0:00:00 DEB - argument: tests=null (run test cases in a yaml then quit)
0:00:00 DEB - argument: download=true (download sources)
0:00:00 DEB - argument: refresh_sources=false (download new version of source files if they have changed)
0:00:00 DEB - argument: download_osm_tile_weights=true (download OSM tile weights file)
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: ne_path=data/sources/natural_earth_vector.sqlite.zip (ne sqlite db path)
0:00:00 DEB - argument: refresh_ne=false (Download new version of ne if changed)
0:00:00 DEB - argument: free_ne_after_read=false (delete ne input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: ne_url=https://naciscdn.org/naturalearth/packages/natural_earth_vector.sqlite.zip (ne sqlite db url)
0:00:00 DEB - argument: ne_keep_unzipped=false (keep unzipped ne after reading)
0:00:00 DEB - argument: osm_path=data/sources/planet-latest.osm.pbf (osm OSM input file path)
0:00:00 DEB - argument: refresh_osm=false (Download new version of osm if changed)
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=geofabrik:monaco (osm OSM input file url)
0:00:00 DEB - argument: osm_water_path=data/sources/water-polygons-split-3857.zip (osm_water shapefile path)
0:00:00 DEB - argument: refresh_osm_water=false (Download new version of osm_water if changed)
0:00:00 DEB - argument: free_osm_water_after_read=false (delete osm_water input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: osm_water_url=https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip (osm_water shapefile url)
0:00:00 DEB - argument: osm_land_path=data/sources/land-polygons-split-3857.zip (osm_land shapefile path)
0:00:00 DEB - argument: refresh_osm_land=false (Download new version of osm_land if changed)
0:00:00 DEB - argument: free_osm_land_after_read=false (delete osm_land input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: osm_land_url=https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip (osm_land shapefile url)
0:00:00 DEB - argument: landcover_path=data/sources/daylight-landcover.gpkg (landcover geopackage path)
0:00:00 DEB - argument: refresh_landcover=false (Download new version of landcover if changed)
0:00:00 DEB - argument: free_landcover_after_read=false (delete landcover input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: landcover_url=https://r2-public.protomaps.com/datasets/daylight-landcover.gpkg (landcover geopackage url)
0:00:00 DEB - argument: landcover_keep_unzipped=false (keep unzipped landcover after reading)
0:00:00 INF [download:pgf-encoding] - Skipping pgf-encoding: data/sources/pgf-encoding.zip already up-to-date
0:00:00 INF [download:ne] - Skipping ne: data/sources/natural_earth_vector.sqlite.zip already up-to-date
0:00:00 INF - ne: [ 0 0% 0/s ] pgf-encoding: [ 0 0% 0/s ] cpus: 7.9 gc: 0% heap: 23M/25G direct: 25k postGC: 46M
0:00:00 DEB - argument: clip= (File path to GeoJSON Polygon or MultiPolygon geometry to clip tileset.)
0:00:00 DEB - argument: output=planet.pmtiles (output tile archive URI)
0:00:00 DEB - argument: version=false (show version then exit)
0:00:00 INF - Planetiler build git hash: 9fd863509e9016b167ccf089c49f6ac4fd911b8f
0:00:00 INF - Planetiler build version: 0.8.4-SNAPSHOT
0:00:00 INF - Planetiler build timestamp: 2025-01-27T11:11:34.073Z
0:00:00 DEB - argument: help=false (show arguments then exit)
0:00:01 DEB - argument: layer_stats=/home/oliver/basemaps/tiles/planet.pmtiles.layerstats.tsv.gz (layer stats output path)
0:00:01 INF - Building Basemap profile into file:///home/oliver/basemaps/tiles/planet.pmtiles in these phases:
0:00:01 INF - ne: Process features in data/sources/natural_earth_vector.sqlite.zip
0:00:01 INF - osm_pass1: Pre-process OpenStreetMap input (store node locations then relation members)
0:00:01 INF - osm_pass2: Process OpenStreetMap nodes, ways, then relations
0:00:01 INF - osm_water: Process features in data/sources/water-polygons-split-3857.zip
0:00:01 INF - osm_land: Process features in data/sources/land-polygons-split-3857.zip
0:00:01 INF - landcover: Process features in data/sources/daylight-landcover.gpkg
0:00:01 INF - sort: Sort rendered features by tile ID
0:00:01 INF - archive: Encode each tile and write to TileArchiveConfig[format=PMTILES, scheme=FILE, uri=file:///home/oliver/basemaps/tiles/planet.pmtiles, options={}]
0:00:01 DEB - ✓ 109G storage on / (/dev/mapper/ubuntu--vg-ubuntu--lv) requested for read phase disk, 3.8T available
0:00:01 DEB - - 96G used for temporary node location cache
0:00:01 DEB - - 13G used for temporary multipolygon geometry cache
0:00:01 DEB - ✓ 109G storage on / (/dev/mapper/ubuntu--vg-ubuntu--lv) requested for read phase, 3.8T available
0:00:01 DEB - - 96G used for array node location cache (switch to sparsearray to reduce size)
0:00:01 DEB - - 13G used for multipolygon way geometries
0:00:01 WAR - Planetiler will use ~109G memory-mapped files for node locations and multipolygon geometries but the OS only
has 40G 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:01 DEB - argument: archive_name=Protomaps Basemap ('name' attribute for tileset metadata)
0:00:01 DEB - argument: archive_description=Basemap layers derived from OpenStreetMap and Natural Earth ('description' attribute for tileset metadata)
0:00:01 DEB - argument: archive_attribution=<a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap</a> ('attribution' attribute for tileset metadata)
0:00:01 DEB - argument: archive_version=4.2.0 ('version' attribute for tileset metadata)
0:00:01 DEB - argument: archive_type=baselayer ('type' attribute for tileset metadata)
0:00:01 DEB - argument: archive_format=pbf ('format' attribute for tileset metadata)
0:00:01 INF - Using merge sort feature map, chunk size=2000mb max workers=32
0:00:01 INF [ne] -
0:00:01 INF [ne] - Starting...
0:00:01 INF [ne] - unzipping /home/oliver/basemaps/tiles/data/sources/natural_earth_vector.sqlite.zip to data/tmp/%2Fpackages%2Fnatural_earth_vector.sqlite
0:00:03 INF [ne] - unzipping /home/oliver/basemaps/tiles/data/sources/natural_earth_vector.sqlite.zip to data/tmp/%2Fpackages%2Fnatural_earth_vector.sqlite
0:00:11 INF [ne] - read: [ 349k 100% 49k/s ] write: [ 26k 3.7k/s ] 7.8M
cpus: 4.7 gc: 1% heap: 292M/25G direct: 33k postGC: 167M
-> (0/4) -> read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
0:00:11 INF [ne] - Finished in 10s cpu:36s avg:3.6
0:00:11 INF [ne] - read 2x(30% 3s done:7s)
0:00:11 INF [ne] - process 31x(6% 0.6s wait:6s done:3s)
0:00:11 INF [ne] - write 1x(0% 0s wait:7s done:3s)
0:00:11 INF [osm_pass1] -
0:00:11 INF [osm_pass1] - Starting...
0:00:21 INF [osm_pass1] - nodes: [ 434M 43M/s ] 5.4G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 1.9k 189/s ]
cpus: 27.5 gc: 10% heap: 5.9G/25G direct: 939M postGC: 3.2G hppc: 752
read( 7%) -> (63/94) -> process(79% 78% 79% 78% 79% 78% 78% 78% 79% 79% 79% 78% 79% 79% 78% 79% 80% 79% 79% 79% 78% 80% 78% 79% 78% 79% 85% 79% 79% 79% 79%)
0:00:31 INF [osm_pass1] - nodes: [ 926M 48M/s ] 10G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 4.1k 218/s ]
cpus: 28.7 gc: 5% heap: 8.6G/25G direct: 1G postGC: 6.1G hppc: 752
read( 8%) -> (63/94) -> process(86% 86% 85% 85% 84% 86% 86% 86% 85% 85% 86% 86% 85% 86% 85% 86% 85% 86% 86% 86% 85% 85% 86% 84% 85% 86% 97% 85% 86% 86% 85%)
0:00:41 INF [osm_pass1] - nodes: [ 1.4B 50M/s ] 11G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 6.1k 202/s ]
cpus: 28.8 gc: 7% heap: 8G/25G direct: 1G postGC: 7.6G hppc: 752
read( 8%) -> (63/94) -> process(84% 84% 84% 83% 82% 84% 84% 84% 84% 83% 84% 84% 84% 84% 83% 83% 84% 83% 83% 83% 83% 84% 85% 83% 84% 83% 98% 85% 84% 84% 82%)
0:00:51 INF [osm_pass1] - nodes: [ 1.9B 51M/s ] 16G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 8k 193/s ]
cpus: 26.3 gc: 5% heap: 9.9G/25G direct: 1G postGC: 7.2G hppc: 752
read( 5%) -> (63/94) -> process(74% 80% 73% 78% 71% 74% 70% 74% 77% 76% 79% 79% 79% 76% 80% 74% 79% 78% 73% 71% 81% 71% 79% 75% 79% 80% 98% 80% 72% 80% 78%)
0:01:01 INF [osm_pass1] - nodes: [ 2.4B 49M/s ] 22G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 9.7k 164/s ]
cpus: 24.5 gc: 6% heap: 10G/25G direct: 1G postGC: 8.2G hppc: 752
read( 4%) -> (63/94) -> process(69% 71% 72% 70% 70% 71% 67% 69% 68% 74% 72% 72% 71% 67% 74% 69% 69% 68% 72% 70% 73% 68% 76% 70% 73% 71% 97% 76% 69% 75% 71%)
0:01:11 INF [osm_pass1] - nodes: [ 2.9B 53M/s ] 27G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 11k 161/s ]
cpus: 24.9 gc: 5% heap: 9.4G/25G direct: 1G postGC: 7.4G hppc: 752
read( 4%) -> (63/94) -> process(71% 73% 70% 68% 69% 71% 71% 71% 72% 73% 75% 75% 69% 69% 73% 70% 69% 72% 71% 74% 73% 69% 74% 69% 73% 74% 96% 78% 69% 80% 69%)
0:01:21 INF [osm_pass1] - nodes: [ 3.5B 51M/s ] 34G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 12k 151/s ]
cpus: 23.1 gc: 5% heap: 10G/25G direct: 1.2G postGC: 7.7G hppc: 752
read( 3%) -> (63/94) -> process(63% 67% 64% 69% 65% 64% 64% 66% 69% 65% 68% 69% 67% 65% 73% 62% 62% 66% 64% 66% 66% 65% 67% 64% 70% 70% 94% 71% 67% 72% 64%)
0:01:31 INF [osm_pass1] - nodes: [ 4B 51M/s ] 38G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 14k 148/s ]
cpus: 22.9 gc: 5% heap: 6.1G/25G direct: 1.2G postGC: 6G hppc: 752
read( 3%) -> (63/94) -> process(64% 71% 66% 65% 64% 67% 64% 60% 66% 67% 66% 69% 63% 66% 66% 64% 63% 65% 64% 65% 67% 63% 70% 63% 62% 67% 96% 72% 66% 71% 64%)
0:01:41 INF [osm_pass1] - nodes: [ 4.5B 52M/s ] 43G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 15k 150/s ]
cpus: 23.6 gc: 5% heap: 6.1G/25G direct: 1.2G postGC: 6G hppc: 752
read( 4%) -> (63/94) -> process(67% 69% 67% 68% 68% 69% 64% 68% 68% 70% 70% 66% 67% 64% 66% 66% 67% 66% 71% 66% 70% 64% 68% 65% 74% 72% 96% 72% 65% 76% 64%)
0:01:51 INF [osm_pass1] - nodes: [ 5B 52M/s ] 49G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 17k 150/s ]
cpus: 23.5 gc: 5% heap: 7.2G/25G direct: 1.2G postGC: 7.2G hppc: 752
read( 4%) -> (63/94) -> process(66% 70% 65% 67% 67% 62% 66% 66% 67% 68% 72% 67% 69% 62% 74% 64% 66% 65% 68% 63% 70% 66% 70% 65% 66% 75% 94% 72% 66% 73% 66%)
0:02:01 INF [osm_pass1] - nodes: [ 5.6B 51M/s ] 54G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 18k 147/s ]
cpus: 23.2 gc: 5% heap: 10G/25G direct: 1.3G postGC: 7.3G hppc: 752
read( 4%) -> (63/94) -> process(65% 68% 64% 64% 67% 66% 65% 65% 67% 68% 68% 67% 63% 65% 69% 64% 68% 68% 67% 67% 65% 66% 66% 69% 67% 69% 93% 72% 66% 69% 65%)
0:02:11 INF [osm_pass1] - nodes: [ 6.1B 53M/s ] 59G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 20k 149/s ]
cpus: 24.3 gc: 5% heap: 8.7G/25G direct: 1.3G postGC: 7.3G hppc: 752
read( 4%) -> (62/94) -> process(67% 73% 70% 69% 71% 68% 70% 71% 69% 75% 72% 69% 70% 68% 75% 69% 67% 71% 70% 71% 68% 69% 73% 68% 71% 72% 96% 71% 67% 71% 69%)
0:02:21 INF [osm_pass1] - nodes: [ 6.6B 53M/s ] 64G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 21k 153/s ]
cpus: 24.5 gc: 5% heap: 6.1G/25G direct: 1.3G postGC: 6G hppc: 752
read( 4%) -> (63/94) -> process(70% 73% 72% 70% 71% 72% 72% 71% 74% 71% 71% 73% 69% 69% 74% 68% 67% 72% 72% 74% 73% 68% 71% 71% 70% 71% 95% 75% 68% 75% 69%)
0:02:31 INF [osm_pass1] - nodes: [ 7.2B 54M/s ] 70G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 23k 153/s ]
cpus: 24.8 gc: 5% heap: 10G/25G direct: 1.3G postGC: 8.2G hppc: 752
read( 4%) -> (63/94) -> process(68% 70% 72% 71% 72% 70% 71% 73% 70% 75% 77% 72% 71% 68% 71% 70% 68% 76% 71% 71% 72% 68% 73% 70% 75% 73% 94% 76% 73% 72% 70%)
0:02:41 INF [osm_pass1] - nodes: [ 7.7B 52M/s ] 75G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 24k 146/s ]
cpus: 23.4 gc: 5% heap: 9.6G/25G direct: 1.3G postGC: 7.4G hppc: 752
read( 3%) -> (63/94) -> process(66% 69% 65% 66% 66% 68% 65% 70% 66% 66% 68% 73% 66% 65% 73% 65% 65% 68% 68% 66% 68% 63% 72% 67% 69% 72% 95% 72% 66% 74% 65%)
0:02:51 INF [osm_pass1] - nodes: [ 8.2B 47M/s ] 84G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 26k 131/s ]
cpus: 21.7 gc: 6% heap: 6.2G/25G direct: 1.4G postGC: 6G hppc: 752
read( 3%) -> (63/94) -> process(61% 65% 61% 60% 60% 69% 60% 62% 61% 60% 63% 63% 64% 60% 62% 59% 59% 64% 62% 63% 62% 60% 62% 60% 63% 64% 87% 65% 60% 64% 60%)
0:03:01 INF [osm_pass1] - nodes: [ 8.7B 51M/s ] 86G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 27k 149/s ]
cpus: 23.8 gc: 5% heap: 8.2G/25G direct: 1.4G postGC: 7.7G hppc: 752
read( 4%) -> (62/94) -> process(64% 68% 69% 65% 67% 68% 66% 68% 64% 66% 66% 72% 71% 66% 68% 67% 71% 72% 71% 67% 69% 70% 70% 68% 73% 70% 95% 73% 70% 70% 69%)
0:03:12 INF [osm_pass1] - nodes: [ 9.2B 52M/s ] 91G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 29k 150/s ]
cpus: 23.5 gc: 5% heap: 9.3G/25G direct: 1.4G postGC: 7.1G hppc: 752
read( 4%) -> (63/94) -> process(64% 74% 67% 66% 65% 66% 63% 68% 68% 72% 71% 70% 68% 64% 69% 66% 67% 70% 70% 67% 68% 66% 72% 69% 68% 72% 95% 72% 65% 73% 64%)
0:03:22 INF [osm_pass1] - nodes: [ 9.6B 41M/s ] 98G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 30k 123/s ]
cpus: 20.8 gc: 5% heap: 7.4G/25G direct: 1.4G postGC: 6.6G hppc: 752
read( 3%) -> (63/94) -> process(56% 62% 60% 56% 61% 57% 56% 60% 60% 62% 61% 61% 56% 56% 60% 57% 58% 59% 57% 56% 59% 59% 58% 59% 61% 62% 95% 62% 61% 65% 59%)
0:03:23 INF [osm_pass1:process] - Finished nodes: 9,688,620,306 (50M/s) in 3m12s cpu:1h17m39s gc:11s avg:24.2
0:03:32 INF [osm_pass1] - nodes: [ 9.6B 35k/s ] 100G ways: [ 68M 6.8M/s ] rels: [ 0 0/s ] blocks: [ 31k 142/s ]
cpus: 23.7 gc: 13% heap: 2.7G/25G direct: 1.4G postGC: 2.5G hppc: 752
read( 3%) -> (63/94) -> process(64% 64% 64% 63% 65% 64% 63% 64% 63% 64% 64% 64% 63% 64% 63% 64% 65% 63% 64% 63% 64% 64% 64% 64% 64% 63% 80% 64% 63% 64% 63%)
0:03:42 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 162M 9.3M/s ] rels: [ 0 0/s ] blocks: [ 33k 154/s ]
cpus: 28 gc: 20% heap: 3.1G/25G direct: 1.4G postGC: 1.3G hppc: 752
read( 3%) -> (63/94) -> process(73% 73% 73% 74% 73% 73% 73% 73% 73% 73% 73% 73% 73% 73% 74% 72% 72% 73% 73% 73% 73% 73% 73% 73% 73% 73% 73% 72% 73% 73% 73%)
0:03:52 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 274M 11M/s ] rels: [ 0 0/s ] blocks: [ 35k 176/s ]
cpus: 29.7 gc: 11% heap: 2G/25G direct: 1.4G postGC: 1.8G hppc: 752
read( 4%) -> (63/94) -> process(88% 87% 88% 87% 88% 86% 87% 88% 88% 87% 88% 87% 88% 88% 87% 88% 87% 87% 88% 87% 87% 88% 87% 87% 88% 88% 87% 88% 88% 87% 88%)
0:04:02 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 406M 13M/s ] rels: [ 0 0/s ] blocks: [ 37k 194/s ]
cpus: 30.3 gc: 5% heap: 4.4G/25G direct: 1.4G postGC: 1.8G hppc: 752
read( 5%) -> (63/94) -> process(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% 94%)
0:04:12 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 547M 14M/s ] rels: [ 0 0/s ] blocks: [ 39k 193/s ]
cpus: 30.3 gc: 5% heap: 7.8G/25G direct: 1.4G postGC: 1.8G hppc: 752
read( 5%) -> (63/94) -> process(94% 95% 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% 95% 94% 94% 94%)
0:04:22 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 682M 13M/s ] rels: [ 0 0/s ] blocks: [ 41k 192/s ]
cpus: 30.4 gc: 5% heap: 3.1G/25G direct: 1.4G postGC: 1.7G hppc: 752
read( 5%) -> (63/94) -> process(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% 94%)
0:04:32 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 823M 14M/s ] rels: [ 0 0/s ] blocks: [ 43k 194/s ]
cpus: 30.4 gc: 5% heap: 7.2G/25G direct: 1.4G postGC: 1.8G hppc: 752
read( 5%) -> (63/94) -> process(95% 95% 94% 94% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 94% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 95% 95% 94% 95%)
0:04:42 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 963M 13M/s ] rels: [ 0 0/s ] blocks: [ 44k 194/s ]
cpus: 30.4 gc: 5% heap: 3.8G/25G direct: 1.4G postGC: 1.8G hppc: 752
read( 5%) -> (63/94) -> process(94% 95% 94% 94% 94% 94% 94% 94% 95% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 95% 94% 94%)
0:04:51 INF [osm_pass1:process] - Finished ways: 1,081,347,425 (12M/s) in 1m27s cpu:43m24s gc:7s avg:29.8
0:04:52 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 1B 11M/s ] rels: [ 1M 107k/s ] blocks: [ 46k 175/s ]
cpus: 28.2 gc: 4% heap: 5.3G/25G direct: 1.4G postGC: 1.8G hppc: 43M
read( 4%) -> (63/94) -> process(88% 87% 87% 86% 87% 87% 88% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 88% 87% 88% 87% 88% 87% 87% 87% 87% 88% 87% 87% 87% 88%)
0:04:58 INF [osm_pass1:process] - Finished relations: 12,973,197 (1.6M/s) in 8s cpu:48s avg:6.1
0:04:58 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 1B 0/s ] rels: [ 12M 1.8M/s ] blocks: [ 47k 57/s ]
cpus: 4.4 gc: 1% heap: 8.9G/25G direct: 268M postGC: 1.9G hppc: 143M
read( -%) -> (0/94) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%)
0:04:58 DEB [osm_pass1] - Processed 47,119 blocks:
0:04:58 DEB [osm_pass1] - nodes: 9,688,620,306 (50M/s) in 3m12s cpu:1h17m39s gc:11s avg:24.2
0:04:58 DEB [osm_pass1] - ways: 1,081,347,425 (12M/s) in 1m27s cpu:43m24s gc:7s avg:29.8
0:04:58 DEB [osm_pass1] - relations: 12,973,197 (1.6M/s) in 8s cpu:48s avg:6.1
0:04:58 INF [osm_pass1] - Finished in 4m48s cpu:2h1m51s gc:18s avg:25.4
0:04:58 INF [osm_pass1] - read 1x(4% 12s wait:4m17s done:1s)
0:04:58 INF [osm_pass1] - process 31x(75% 3m35s block:7s wait:42s)
0:04:58 INF [osm_pass2] -
0:04:58 INF [osm_pass2] - Starting...
0:05:08 INF [osm_pass2] - nodes: [ 148M 2% 14M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 3.1M 310k/s ] 2G blocks: [ 692 1% 68/s ]
cpus: 30.4 gc: 4% heap: 9.4G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(92% 93% 91% 93% 92% 93% 94% 93% 93% 94% 91% 93% 94% 93% 90% 93% 92% 93% 92% 91% 94% 91% 93% 94% 94% 95% 93% 91% 93% 91% 92%) -> (12k/82k) -> write(23%)
0:05:18 INF [osm_pass2] - nodes: [ 293M 3% 14M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 11M 849k/s ] 2G blocks: [ 1.3k 3% 63/s ]
cpus: 30 gc: 5% heap: 5.8G/25G direct: 16k postGC: 1.9G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(92% 89% 93% 91% 92% 91% 91% 92% 89% 90% 90% 92% 90% 90% 93% 93% 91% 89% 91% 92% 90% 92% 92% 92% 89% 91% 92% 89% 93% 90% 93%) -> (18k/82k) -> write(60%)
0:05:28 INF [osm_pass2] - nodes: [ 450M 5% 15M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 16M 499k/s ] 3.2G blocks: [ 1.9k 4% 62/s ]
cpus: 30.6 gc: 4% heap: 7.7G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 94% 95% 94% 94% 95% 95% 94% 95% 94% 94% 95% 95% 94% 95% 95% 94% 95% 95% 94% 95% 94% 94% 94% 95% 95% 95% 94% 94% 95% 95%) -> (15k/82k) -> write(40%)
0:05:38 INF [osm_pass2] - nodes: [ 612M 6% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 19M 251k/s ] 3.2G blocks: [ 2.7k 6% 74/s ]
cpus: 30.5 gc: 4% heap: 2.9G/25G direct: 16k postGC: 1.9G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 95%) -> (14k/82k) -> write(20%)
0:05:48 INF [osm_pass2] - nodes: [ 776M 8% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 21M 239k/s ] 3.2G blocks: [ 3.4k 7% 74/s ]
cpus: 30.5 gc: 4% heap: 5.3G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 96% 95% 95% 95% 96% 96% 96% 95% 95% 95% 95% 95% 96% 96% 96% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(18%)
0:05:59 INF [osm_pass2] - nodes: [ 929M 10% 15M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 30M 838k/s ] 3.2G blocks: [ 4.1k 9% 66/s ]
cpus: 28.9 gc: 4% heap: 8.3G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(93% 94% 93% 93% 88% 81% 93% 94% 90% 81% 88% 81% 79% 93% 81% 93% 93% 93% 83% 81% 93% 93% 89% 93% 83% 93% 84% 93% 80% 89% 93%) -> (14k/82k) -> write(55%)
0:06:09 INF [osm_pass2] - nodes: [ 1B 11% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 33M 330k/s ] 4.4G blocks: [ 4.7k 10% 66/s ]
cpus: 30.5 gc: 4% heap: 4.8G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95%) -> (14k/82k) -> write(27%)
0:06:19 INF [osm_pass2] - nodes: [ 1.2B 13% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 36M 333k/s ] 4.4G blocks: [ 5.4k 12% 66/s ]
cpus: 30.6 gc: 4% heap: 1.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (14k/82k) -> write(27%)
0:06:29 INF [osm_pass2] - nodes: [ 1.4B 15% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 39M 258k/s ] 4.4G blocks: [ 6k 13% 65/s ]
cpus: 30.6 gc: 4% heap: 8.6G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 95% 96% 96% 95% 95% 96% 96% 95% 96% 96% 96% 96% 96% 95% 96% 95% 96% 95% 95% 96% 95% 95% 95% 95% 96% 95% 95% 96% 95%) -> (13k/82k) -> write(21%)
0:06:39 INF [osm_pass2] - nodes: [ 1.5B 16% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 42M 278k/s ] 4.4G blocks: [ 6.7k 14% 61/s ]
cpus: 30.5 gc: 4% heap: 5.7G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 94% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(21%)
0:06:49 INF [osm_pass2] - nodes: [ 1.7B 18% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 45M 335k/s ] 4.4G blocks: [ 7.3k 16% 61/s ]
cpus: 30.6 gc: 4% heap: 4.4G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 95% 95% 95% 95%) -> (19k/82k) -> write(27%)
0:06:59 INF [osm_pass2] - nodes: [ 1.9B 20% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 48M 304k/s ] 5.5G blocks: [ 7.9k 17% 61/s ]
cpus: 30.5 gc: 4% heap: 3.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 94% 95% 95% 95% 96% 95% 95% 95% 95% 94% 94% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 96% 95% 95% 94% 94% 95% 95% 95% 94%) -> (15k/82k) -> write(25%)
0:07:09 INF [osm_pass2] - nodes: [ 2B 22% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 50M 241k/s ] 5.5G blocks: [ 8.5k 18% 61/s ]
cpus: 30.5 gc: 4% heap: 2.2G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 95%) -> (14k/82k) -> write(19%)
0:07:19 INF [osm_pass2] - nodes: [ 2.2B 23% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 54M 344k/s ] 5.5G blocks: [ 9k 19% 51/s ]
cpus: 30.6 gc: 4% heap: 1.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (14k/82k) -> write(27%)
0:07:29 INF [osm_pass2] - nodes: [ 2.4B 25% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 57M 273k/s ] 5.5G blocks: [ 9.6k 20% 51/s ]
cpus: 30.5 gc: 4% heap: 9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 96% 95% 94% 94% 95% 95% 95% 95% 94% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95%) -> (14k/82k) -> write(21%)
0:07:39 INF [osm_pass2] - nodes: [ 2.5B 27% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 59M 286k/s ] 5.5G blocks: [ 10k 21% 51/s ]
cpus: 30.6 gc: 4% heap: 9.1G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 95% 96% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95%) -> (18k/82k) -> write(22%)
0:07:49 INF [osm_pass2] - nodes: [ 2.7B 28% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 62M 302k/s ] 5.5G blocks: [ 10k 23% 51/s ]
cpus: 30.6 gc: 4% heap: 9.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (12k/82k) -> write(24%)
0:07:59 INF [osm_pass2] - nodes: [ 2.9B 30% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 66M 305k/s ] 6.7G blocks: [ 11k 24% 50/s ]
cpus: 30.6 gc: 4% heap: 2.6G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 96% 95% 96% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(25%)
0:08:09 INF [osm_pass2] - nodes: [ 3B 32% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 68M 267k/s ] 6.7G blocks: [ 11k 25% 49/s ]
cpus: 30.6 gc: 4% heap: 2.5G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (15k/82k) -> write(21%)
0:08:19 INF [osm_pass2] - nodes: [ 3.2B 34% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 72M 371k/s ] 6.7G blocks: [ 12k 26% 49/s ]
cpus: 30.6 gc: 4% heap: 2.5G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (15k/82k) -> write(29%)
0:08:29 INF [osm_pass2] - nodes: [ 3.4B 35% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 76M 407k/s ] 6.7G blocks: [ 12k 27% 48/s ]
cpus: 30.5 gc: 4% heap: 9.2G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 95% 94% 95% 95% 95% 95% 94% 95% 94% 95% 95% 95% 95% 94% 95% 95% 95% 94% 94% 95% 95% 95% 95% 95% 95% 94% 95%) -> (18k/82k) -> write(31%)
0:08:39 INF [osm_pass2] - nodes: [ 3.5B 37% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 79M 333k/s ] 7.8G blocks: [ 13k 28% 48/s ]
cpus: 30.6 gc: 4% heap: 9.1G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(28%)
0:08:49 INF [osm_pass2] - nodes: [ 3.7B 39% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 83M 322k/s ] 7.8G blocks: [ 13k 29% 48/s ]
cpus: 30.6 gc: 4% heap: 2.7G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 95%) -> (17k/82k) -> write(25%)
0:08:59 INF [osm_pass2] - nodes: [ 3.9B 41% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 86M 319k/s ] 7.8G blocks: [ 14k 30% 47/s ]
cpus: 30.6 gc: 4% heap: 3.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 96% 96% 96% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(25%)
0:09:09 INF [osm_pass2] - nodes: [ 4B 42% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 89M 310k/s ] 7.8G blocks: [ 14k 31% 48/s ]
cpus: 30.5 gc: 4% heap: 2G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 94% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(23%)
0:09:19 INF [osm_pass2] - nodes: [ 4.2B 44% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 92M 326k/s ] 7.8G blocks: [ 15k 32% 48/s ]
cpus: 30.5 gc: 4% heap: 1.8G/25G direct: 16k postGC: 1.9G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 94% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 94% 94% 95% 95% 94% 95% 94% 95% 95% 95% 95% 95% 94% 95% 94% 94%) -> (15k/82k) -> write(25%)
0:09:29 INF [osm_pass2] - nodes: [ 4.4B 46% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 95M 286k/s ] 7.8G blocks: [ 15k 33% 48/s ]
cpus: 30.6 gc: 4% heap: 3G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 96% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95%) -> (15k/82k) -> write(21%)
0:09:39 INF [osm_pass2] - nodes: [ 4.5B 47% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 98M 284k/s ] 9G blocks: [ 15k 34% 47/s ]
cpus: 30.6 gc: 4% heap: 4.6G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 95% 95% 95% 96% 96% 95% 96% 95% 96% 95% 94% 95% 95% 95% 96% 95% 95% 95% 95% 95% 94% 95% 95% 95% 96% 94% 95% 96% 96%) -> (14k/82k) -> write(23%)
0:09:49 INF [osm_pass2] - nodes: [ 4.7B 49% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 101M 281k/s ] 9G blocks: [ 16k 35% 48/s ]
cpus: 30.6 gc: 4% heap: 5.4G/25G direct: 16k postGC: 1.9G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (21k/82k) -> write(22%)
0:09:59 INF [osm_pass2] - nodes: [ 4.9B 51% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 104M 309k/s ] 9G blocks: [ 16k 36% 47/s ]
cpus: 30.5 gc: 4% heap: 5.6G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 96% 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% 94% 95%) -> (17k/82k) -> write(24%)
0:10:09 INF [osm_pass2] - nodes: [ 5.1B 53% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 107M 266k/s ] 9G blocks: [ 17k 37% 48/s ]
cpus: 30.5 gc: 4% heap: 7.3G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 95% 96% 95% 95% 95% 95% 96% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(20%)
0:10:19 INF [osm_pass2] - nodes: [ 5.2B 54% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 109M 255k/s ] 9G blocks: [ 17k 38% 48/s ]
cpus: 30.5 gc: 4% heap: 6.7G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (15k/82k) -> write(20%)
0:10:29 INF [osm_pass2] - nodes: [ 5.4B 56% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 112M 310k/s ] 9G blocks: [ 18k 39% 47/s ]
cpus: 30.5 gc: 4% heap: 6.7G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 95% 95% 95% 95%) -> (13k/82k) -> write(24%)
0:10:39 INF [osm_pass2] - nodes: [ 5.6B 58% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 115M 254k/s ] 10G blocks: [ 18k 40% 48/s ]
cpus: 30.6 gc: 4% heap: 8.4G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 96% 95% 95% 96% 95% 96% 96% 95% 96% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 96% 96% 95% 95% 95% 95% 95% 95% 95%) -> (17k/82k) -> write(21%)
0:10:49 INF [osm_pass2] - nodes: [ 5.7B 60% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 117M 267k/s ] 10G blocks: [ 19k 41% 47/s ]
cpus: 30.5 gc: 4% heap: 7.8G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 96% 95% 95% 95% 95% 94% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (15k/82k) -> write(20%)
0:10:59 INF [osm_pass2] - nodes: [ 5.9B 61% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 120M 249k/s ] 10G blocks: [ 19k 42% 48/s ]
cpus: 30.5 gc: 4% heap: 8.1G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 96% 96% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 96%) -> (16k/82k) -> write(19%)
0:11:09 INF [osm_pass2] - nodes: [ 6.1B 63% 17M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 123M 257k/s ] 10G blocks: [ 20k 43% 47/s ]
cpus: 30.6 gc: 4% heap: 8.5G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 96% 95% 96% 96% 96% 96% 96% 96% 95% 96% 95% 95% 95% 96% 95% 95% 96% 96% 96% 96% 95% 96% 95% 95% 95% 95% 96% 95% 95% 95%) -> (12k/82k) -> write(20%)
0:11:19 INF [osm_pass2] - nodes: [ 6.2B 65% 17M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 125M 230k/s ] 10G blocks: [ 20k 44% 47/s ]
cpus: 30.6 gc: 4% heap: 2.3G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 96% 95% 95% 95% 95% 96% 96% 95% 95% 96% 95% 96% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95%) -> (14k/82k) -> write(18%)
0:11:29 INF [osm_pass2] - nodes: [ 6.4B 67% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 127M 258k/s ] 10G blocks: [ 21k 45% 47/s ]
cpus: 30.6 gc: 4% heap: 3.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 96% 95% 96% 95% 96% 95% 95% 95% 95% 95% 95% 96% 96% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96%) -> (14k/82k) -> write(20%)
0:11:39 INF [osm_pass2] - nodes: [ 6.6B 68% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 130M 294k/s ] 11G blocks: [ 21k 46% 47/s ]
cpus: 30.5 gc: 4% heap: 4.1G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (17k/82k) -> write(23%)
0:11:49 INF [osm_pass2] - nodes: [ 6.7B 70% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 134M 322k/s ] 11G blocks: [ 22k 47% 48/s ]
cpus: 30.6 gc: 4% heap: 6G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 95%) -> (14k/82k) -> write(25%)
0:11:59 INF [osm_pass2] - nodes: [ 6.9B 72% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 137M 324k/s ] 11G blocks: [ 22k 48% 46/s ]
cpus: 30.6 gc: 4% heap: 7.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 95% 95% 95% 96% 96% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 94% 95%) -> (16k/82k) -> write(25%)
0:12:09 INF [osm_pass2] - nodes: [ 7.1B 74% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 140M 278k/s ] 11G blocks: [ 23k 49% 46/s ]
cpus: 30.5 gc: 4% heap: 8.2G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95%) -> (17k/82k) -> write(21%)
0:12:19 INF [osm_pass2] - nodes: [ 7.3B 75% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 143M 285k/s ] 11G blocks: [ 23k 50% 46/s ]
cpus: 30.6 gc: 4% heap: 1.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 95% 96% 96% 96% 96% 96% 96% 95% 96% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 96% 95% 95%) -> (14k/82k) -> write(22%)
0:12:29 INF [osm_pass2] - nodes: [ 7.4B 77% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 146M 313k/s ] 12G blocks: [ 24k 51% 46/s ]
cpus: 30.6 gc: 4% heap: 3.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 95% 95% 95% 96% 96% 96% 96% 96% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 96% 96% 95% 95%) -> (17k/82k) -> write(25%)
0:12:39 INF [osm_pass2] - nodes: [ 7.6B 79% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 149M 350k/s ] 12G blocks: [ 24k 52% 46/s ]
cpus: 30.6 gc: 4% heap: 5.3G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 96% 96% 95% 95% 96% 96% 95% 96% 96% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95%) -> (17k/82k) -> write(26%)
0:12:49 INF [osm_pass2] - nodes: [ 7.8B 81% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 153M 391k/s ] 12G blocks: [ 25k 53% 47/s ]
cpus: 30.7 gc: 4% heap: 7.2G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 96% 95% 96% 96% 95% 96% 96% 96% 95% 95% 95% 96% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 96% 95%) -> (16k/82k) -> write(29%)
0:13:00 INF [osm_pass2] - nodes: [ 7.9B 82% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 156M 310k/s ] 12G blocks: [ 25k 54% 46/s ]
cpus: 30.6 gc: 4% heap: 1.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 96% 95% 95% 96% 95% 96% 96% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 96% 95% 96% 95% 96% 95% 95%) -> (15k/82k) -> write(23%)
0:13:10 INF [osm_pass2] - nodes: [ 8.1B 84% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 159M 303k/s ] 12G blocks: [ 25k 55% 46/s ]
cpus: 30.5 gc: 4% heap: 2.3G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 96% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95%) -> (15k/82k) -> write(22%)
0:13:20 INF [osm_pass2] - nodes: [ 8.3B 86% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 162M 283k/s ] 12G blocks: [ 26k 56% 49/s ]
cpus: 30.6 gc: 4% heap: 2.8G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 96%) -> (13k/82k) -> write(22%)
0:13:30 INF [osm_pass2] - nodes: [ 8.4B 88% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 166M 350k/s ] 13G blocks: [ 26k 57% 50/s ]
cpus: 30.6 gc: 4% heap: 2.6G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95%) -> (15k/82k) -> write(28%)
0:13:40 INF [osm_pass2] - nodes: [ 8.6B 89% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 169M 334k/s ] 13G blocks: [ 27k 58% 48/s ]
cpus: 30.6 gc: 4% heap: 3.8G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(25%)
0:13:50 INF [osm_pass2] - nodes: [ 8.8B 91% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 172M 283k/s ] 13G blocks: [ 27k 59% 48/s ]
cpus: 30.5 gc: 4% heap: 3.9G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95%) -> (15k/82k) -> write(22%)
0:14:00 INF [osm_pass2] - nodes: [ 8.9B 93% 17M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 174M 217k/s ] 13G blocks: [ 28k 60% 49/s ]
cpus: 30.6 gc: 4% heap: 6.5G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(96% 96% 96% 96% 96% 95% 96% 96% 96% 96% 95% 95% 96% 96% 96% 96% 95% 96% 96% 96% 95% 95% 96% 96% 95% 95% 96% 95% 95% 95% 96%) -> (18k/82k) -> write(16%)
0:14:10 INF [osm_pass2] - nodes: [ 9.1B 95% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 177M 317k/s ] 13G blocks: [ 28k 61% 47/s ]
cpus: 30.6 gc: 4% heap: 8.7G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 96% 95% 96% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 96% 95% 95% 95% 95% 95%) -> (14k/82k) -> write(24%)
0:14:20 INF [osm_pass2] - nodes: [ 9.3B 96% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 181M 384k/s ] 14G blocks: [ 29k 62% 49/s ]
cpus: 30.6 gc: 4% heap: 8.2G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 94% 95% 95% 94% 95% 95% 94% 95% 95% 95%) -> (14k/82k) -> write(30%)
0:14:30 INF [osm_pass2] - nodes: [ 9.4B 98% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 185M 372k/s ] 14G blocks: [ 29k 64% 48/s ]
cpus: 30.6 gc: 4% heap: 9.4G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 96% 95%) -> (16k/82k) -> write(28%)
0:14:40 INF [osm_pass2] - nodes: [ 9.6B 100% 16M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 188M 292k/s ] 14G blocks: [ 30k 65% 47/s ]
cpus: 30.5 gc: 4% heap: 2.5G/25G direct: 16k postGC: 1.8G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 95%) -> (17k/82k) -> write(22%)
0:14:42 DEB [osm_pass2:process] - Sorting long long multimap...
0:14:42 INF [osm_pass2:process] - Finished nodes: 9,688,620,306 (16M/s) in 9m44s cpu:4h56m50s gc:23s avg:30.5
0:14:42 DEB [osm_pass2:process] - Sorted long long multimap 0.8s cpu:12s avg:14.7
0:14:50 INF [osm_pass2] - nodes: [ 9.6B 100% 3.3M/s ] 100G ways: [ 1.7M 0% 173k/s ] rels: [ 0 0% 0/s ] features: [ 199M 1.1M/s ] 15G blocks: [ 30k 65% 14/s ]
cpus: 17.7 gc: 4% heap: 9.2G/25G direct: 1.4M postGC: 2.1G relInfo: 140M mpGeoms: 31M
read( 0%) -> (16/47) -> process(50% 51% 45% 51% 52% 47% 51% 56% 56% 58% 46% 46% 49% 45% 51% 51% 45% 44% 45% 46% 47% 46% 52% 50% 48% 50% 51% 47% 45% 46% 51%) -> (16k/82k) -> write(31%)
0:15:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 5.7M 1% 396k/s ] rels: [ 0 0% 0/s ] features: [ 221M 2.2M/s ] 18G blocks: [ 30k 65% 9/s ]
cpus: 17.4 gc: 7% heap: 4.9G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 67M
read( 0%) -> (16/47) -> process(51% 47% 51% 49% 49% 50% 53% 53% 46% 42% 43% 54% 50% 55% 50% 48% 51% 46% 49% 53% 50% 50% 49% 50% 45% 47% 47% 42% 46% 40% 50%) -> (69k/82k) -> write(73%)
0:15:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 9.9M 1% 422k/s ] rels: [ 0 0% 0/s ] features: [ 246M 2.4M/s ] 21G blocks: [ 30k 65% 9/s ]
cpus: 17.3 gc: 7% heap: 7.8G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 93M
read( 0%) -> (16/47) -> process(48% 49% 50% 51% 49% 49% 49% 49% 49% 50% 50% 49% 43% 51% 45% 50% 45% 50% 49% 50% 46% 48% 48% 47% 49% 47% 48% 45% 48% 44% 47%) -> (69k/82k) -> write(85%)
0:15:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 13M 1% 363k/s ] rels: [ 0 0% 0/s ] features: [ 266M 2M/s ] 24G blocks: [ 30k 65% 8/s ]
cpus: 17.5 gc: 7% heap: 5.3G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 154M
read( 0%) -> (16/47) -> process(48% 49% 51% 51% 50% 52% 49% 47% 50% 47% 51% 47% 47% 50% 53% 51% 50% 47% 52% 50% 49% 48% 47% 51% 48% 48% 49% 50% 48% 49% 52%) -> (17k/82k) -> write(73%)
0:15:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 16M 1% 241k/s ] rels: [ 0 0% 0/s ] features: [ 281M 1.4M/s ] 25G blocks: [ 30k 66% 6/s ]
cpus: 16.8 gc: 6% heap: 2.2G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 221M
read( 0%) -> (16/47) -> process(51% 47% 51% 53% 46% 47% 47% 46% 48% 46% 46% 47% 46% 48% 45% 50% 52% 45% 50% 54% 44% 49% 48% 45% 50% 47% 60% 46% 45% 46% 47%) -> (16k/82k) -> write(47%)
0:15:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 18M 2% 258k/s ] rels: [ 0 0% 0/s ] features: [ 296M 1.4M/s ] 26G blocks: [ 30k 66% 5/s ]
cpus: 17.9 gc: 7% heap: 2.3G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 278M
read( 0%) -> (16/47) -> process(58% 50% 53% 52% 55% 49% 51% 49% 50% 49% 49% 56% 52% 49% 58% 51% 49% 51% 54% 50% 48% 53% 49% 54% 49% 51% 49% 49% 51% 51% 50%) -> (16k/82k) -> write(54%)
0:15:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 21M 2% 281k/s ] rels: [ 0 0% 0/s ] features: [ 312M 1.5M/s ] 28G blocks: [ 30k 66% 6/s ]
cpus: 20.7 gc: 7% heap: 4G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 366M
read( 0%) -> (16/47) -> process(61% 61% 55% 58% 62% 60% 54% 55% 59% 63% 61% 56% 57% 56% 57% 62% 55% 56% 61% 57% 68% 58% 57% 58% 58% 66% 66% 57% 57% 68% 56%) -> (16k/82k) -> write(67%)
0:16:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 24M 2% 296k/s ] rels: [ 0 0% 0/s ] features: [ 328M 1.6M/s ] 29G blocks: [ 31k 66% 6/s ]
cpus: 21 gc: 8% heap: 4G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 429M
read( 0%) -> (16/47) -> process(63% 62% 56% 59% 55% 62% 60% 56% 58% 59% 70% 55% 63% 60% 62% 64% 57% 61% 58% 58% 70% 59% 60% 59% 59% 60% 65% 58% 59% 65% 56%) -> (14k/82k) -> write(69%)
0:16:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 26M 2% 184k/s ] rels: [ 0 0% 0/s ] features: [ 339M 1M/s ] 30G blocks: [ 31k 66% 4/s ]
cpus: 23 gc: 8% heap: 5.6G/25G direct: 1.5M postGC: 2.3G relInfo: 140M mpGeoms: 502M
read( 0%) -> (16/47) -> process(61% 71% 76% 60% 59% 57% 63% 63% 68% 64% 76% 70% 73% 67% 59% 66% 71% 71% 75% 67% 65% 60% 73% 73% 62% 64% 75% 60% 71% 70% 58%) -> (15k/82k) -> write(60%)
0:16:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 28M 3% 185k/s ] rels: [ 0 0% 0/s ] features: [ 349M 1M/s ] 32G blocks: [ 31k 66% 4/s ]
cpus: 22.5 gc: 7% heap: 9.9G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 588M
read( 0%) -> (16/47) -> process(61% 78% 79% 55% 64% 55% 61% 62% 64% 61% 76% 74% 69% 64% 59% 61% 75% 74% 72% 56% 59% 59% 77% 78% 63% 61% 69% 58% 71% 76% 57%) -> (45k/82k) -> write(63%)
0:16:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 30M 3% 270k/s ] rels: [ 0 0% 0/s ] features: [ 363M 1.3M/s ] 33G blocks: [ 31k 66% 5/s ]
cpus: 21.2 gc: 7% heap: 3.3G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 646M
read( 0%) -> (16/47) -> process(62% 64% 78% 59% 65% 57% 58% 60% 57% 59% 59% 57% 56% 64% 60% 57% 80% 60% 55% 55% 63% 61% 61% 61% 57% 61% 69% 59% 64% 61% 60%) -> (16k/82k) -> write(68%)
0:16:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 33M 3% 300k/s ] rels: [ 0 0% 0/s ] features: [ 376M 1.3M/s ] 34G blocks: [ 31k 66% 5/s ]
cpus: 22.5 gc: 6% heap: 11G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 699M
read( 0%) -> (16/47) -> process(64% 63% 66% 67% 66% 67% 63% 66% 66% 67% 63% 65% 68% 64% 65% 66% 71% 64% 68% 65% 62% 64% 62% 65% 69% 64% 66% 70% 69% 66% 66%) -> (16k/82k) -> write(74%)
0:16:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 36M 3% 305k/s ] rels: [ 0 0% 0/s ] features: [ 389M 1.3M/s ] 36G blocks: [ 31k 67% 6/s ]
cpus: 23.9 gc: 6% heap: 4.7G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 752M
read( 0%) -> (16/47) -> process(71% 73% 66% 70% 70% 69% 70% 69% 72% 70% 67% 71% 65% 70% 73% 72% 72% 68% 76% 70% 69% 65% 70% 68% 70% 69% 70% 71% 67% 69% 68%) -> (22k/82k) -> write(85%)
0:17:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 41M 4% 435k/s ] rels: [ 0 0% 0/s ] features: [ 401M 1.1M/s ] 37G blocks: [ 31k 67% 7/s ]
cpus: 26.1 gc: 6% heap: 6.2G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 783M
read( 0%) -> (16/47) -> process(80% 79% 75% 80% 81% 79% 81% 78% 74% 77% 80% 79% 76% 75% 79% 77% 78% 76% 79% 75% 76% 77% 77% 78% 77% 79% 75% 76% 75% 71% 76%) -> (18k/82k) -> write(92%)
0:17:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 45M 4% 397k/s ] rels: [ 0 0% 0/s ] features: [ 413M 1.1M/s ] 38G blocks: [ 31k 67% 6/s ]
cpus: 25.4 gc: 6% heap: 5.4G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 823M
read( 0%) -> (16/47) -> process(74% 75% 75% 77% 72% 76% 76% 77% 73% 77% 72% 77% 74% 75% 74% 77% 76% 76% 73% 75% 74% 74% 75% 72% 75% 77% 77% 74% 71% 74% 75%) -> (68k/82k) -> write(90%)
0:17:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 48M 5% 363k/s ] rels: [ 0 0% 0/s ] features: [ 425M 1.2M/s ] 38G blocks: [ 31k 67% 7/s ]
cpus: 25.8 gc: 6% heap: 5.9G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 867M
read( 0%) -> (16/47) -> process(76% 76% 76% 74% 75% 77% 74% 76% 75% 75% 75% 78% 75% 76% 76% 76% 78% 79% 73% 76% 74% 74% 77% 78% 79% 75% 76% 76% 76% 75% 78%) -> (21k/82k) -> write(92%)
0:17:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 52M 5% 354k/s ] rels: [ 0 0% 0/s ] features: [ 437M 1.2M/s ] 39G blocks: [ 31k 67% 6/s ]
cpus: 24.8 gc: 6% heap: 3.5G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 911M
read( 0%) -> (16/47) -> process(71% 76% 72% 73% 72% 72% 72% 73% 76% 77% 73% 74% 75% 74% 74% 74% 73% 73% 73% 74% 74% 73% 71% 72% 71% 67% 72% 72% 73% 76% 72%) -> (20k/82k) -> write(88%)
0:17:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 55M 5% 290k/s ] rels: [ 0 0% 0/s ] features: [ 448M 1M/s ] 41G blocks: [ 31k 67% 5/s ]
cpus: 25.8 gc: 6% heap: 11G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 978M
read( 0%) -> (16/47) -> process(74% 73% 75% 75% 79% 77% 77% 74% 76% 75% 76% 77% 78% 77% 77% 77% 78% 78% 75% 79% 75% 77% 78% 75% 77% 79% 77% 77% 75% 77% 75%) -> (18k/82k) -> write(87%)
0:17:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 57M 5% 224k/s ] rels: [ 0 0% 0/s ] features: [ 457M 919k/s ] 42G blocks: [ 31k 67% 3/s ]
cpus: 26.2 gc: 7% heap: 9.2G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 1G
read( 0%) -> (16/47) -> process(71% 68% 79% 76% 77% 77% 87% 74% 81% 70% 82% 75% 76% 74% 77% 76% 76% 81% 84% 75% 77% 71% 77% 82% 75% 78% 80% 84% 75% 75% 84%) -> (57k/82k) -> write(82%)
0:18:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 60M 6% 310k/s ] rels: [ 0 0% 0/s ] features: [ 469M 1.1M/s ] 42G blocks: [ 31k 67% 6/s ]
cpus: 25 gc: 7% heap: 3.2G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 1G
read( 0%) -> (16/47) -> process(73% 75% 72% 73% 70% 75% 78% 75% 75% 70% 73% 71% 73% 70% 75% 71% 73% 72% 73% 73% 73% 77% 73% 78% 73% 72% 73% 73% 70% 73% 75%) -> (15k/82k) -> write(84%)
0:18:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 63M 6% 290k/s ] rels: [ 0 0% 0/s ] features: [ 480M 1.1M/s ] 43G blocks: [ 31k 68% 5/s ]
cpus: 24.2 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1G
read( 0%) -> (16/47) -> process(68% 75% 70% 74% 71% 75% 68% 69% 72% 69% 74% 69% 72% 72% 76% 71% 73% 69% 74% 72% 70% 66% 71% 77% 69% 70% 70% 71% 69% 72% 73%) -> (20k/82k) -> write(79%)
0:18:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 66M 6% 325k/s ] rels: [ 0 0% 0/s ] features: [ 492M 1.2M/s ] 44G blocks: [ 31k 68% 6/s ]
cpus: 25.3 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.1G
read( 0%) -> (16/47) -> process(76% 76% 74% 75% 72% 74% 78% 74% 77% 73% 75% 74% 74% 73% 74% 77% 75% 77% 74% 74% 74% 71% 74% 76% 77% 75% 74% 77% 71% 72% 76%) -> (16k/82k) -> write(90%)
0:18:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 69M 6% 306k/s ] rels: [ 0 0% 0/s ] features: [ 504M 1.2M/s ] 46G blocks: [ 31k 68% 5/s ]
cpus: 25.3 gc: 6% heap: 5.9G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.2G
read( 0%) -> (16/47) -> process(74% 74% 75% 75% 76% 74% 72% 73% 74% 73% 73% 77% 72% 77% 74% 79% 74% 73% 76% 74% 74% 74% 74% 74% 75% 76% 74% 75% 75% 76% 75%) -> (16k/82k) -> write(89%)
0:18:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 73M 7% 343k/s ] rels: [ 0 0% 0/s ] features: [ 517M 1.3M/s ] 47G blocks: [ 32k 68% 6/s ]
cpus: 23.4 gc: 6% heap: 7G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.2G
read( 0%) -> (16/47) -> process(68% 66% 73% 63% 71% 71% 68% 70% 67% 69% 68% 67% 67% 68% 65% 67% 72% 70% 70% 67% 67% 70% 68% 71% 68% 69% 68% 72% 69% 69% 70%) -> (18k/82k) -> write(83%)
0:18:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 77M 7% 388k/s ] rels: [ 0 0% 0/s ] features: [ 532M 1.4M/s ] 48G blocks: [ 32k 68% 6/s ]
cpus: 23.2 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.2G
read( 0%) -> (16/47) -> process(66% 67% 68% 70% 69% 68% 71% 71% 67% 70% 68% 66% 68% 69% 66% 66% 72% 69% 66% 66% 67% 68% 68% 70% 67% 68% 66% 68% 72% 68% 64%) -> (36k/82k) -> write(87%)
0:19:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 81M 7% 372k/s ] rels: [ 0 0% 0/s ] features: [ 546M 1.4M/s ] 49G blocks: [ 32k 68% 6/s ]
cpus: 22.4 gc: 6% heap: 4.2G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.3G
read( 0%) -> (16/47) -> process(67% 67% 65% 68% 68% 66% 65% 65% 68% 65% 65% 64% 66% 63% 67% 65% 65% 68% 66% 66% 70% 64% 65% 67% 63% 65% 65% 64% 66% 68% 64%) -> (16k/82k) -> write(81%)
0:19:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 84M 8% 386k/s ] rels: [ 0 0% 0/s ] features: [ 561M 1.4M/s ] 51G blocks: [ 32k 68% 6/s ]
cpus: 24.1 gc: 6% heap: 6G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.3G
read( 0%) -> (16/47) -> process(70% 71% 71% 73% 71% 70% 73% 72% 72% 71% 69% 72% 70% 70% 70% 70% 72% 71% 70% 72% 70% 72% 71% 70% 72% 69% 71% 70% 70% 71% 70%) -> (20k/82k) -> write(90%)
0:19:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 88M 8% 378k/s ] rels: [ 0 0% 0/s ] features: [ 575M 1.4M/s ] 52G blocks: [ 32k 69% 6/s ]
cpus: 22.2 gc: 5% heap: 13G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.3G
read( 0%) -> (16/47) -> process(67% 63% 64% 64% 68% 67% 66% 63% 65% 62% 65% 64% 65% 67% 67% 65% 64% 64% 65% 64% 64% 68% 66% 65% 63% 65% 66% 69% 65% 67% 64%) -> (18k/82k) -> write(79%)
0:19:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 92M 9% 345k/s ] rels: [ 0 0% 0/s ] features: [ 588M 1.3M/s ] 53G blocks: [ 32k 69% 5/s ]
cpus: 24.2 gc: 6% heap: 7.1G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.4G
read( 0%) -> (16/47) -> process(72% 71% 70% 69% 72% 72% 70% 70% 72% 73% 70% 72% 73% 72% 71% 73% 71% 72% 69% 70% 74% 72% 72% 74% 69% 72% 70% 71% 71% 69% 69%) -> (38k/82k) -> write(85%)
0:19:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 95M 9% 324k/s ] rels: [ 0 0% 0/s ] features: [ 601M 1.2M/s ] 55G blocks: [ 32k 69% 5/s ]
cpus: 25.6 gc: 6% heap: 3.7G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.4G
read( 0%) -> (16/47) -> process(76% 73% 74% 73% 76% 75% 78% 77% 74% 74% 77% 74% 72% 75% 76% 75% 75% 76% 74% 76% 79% 75% 76% 75% 74% 73% 74% 75% 76% 75% 79%) -> (43k/82k) -> write(93%)
0:19:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 98M 9% 338k/s ] rels: [ 0 0% 0/s ] features: [ 614M 1.2M/s ] 56G blocks: [ 32k 69% 5/s ]
cpus: 25.7 gc: 6% heap: 12G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 1.5G
read( 0%) -> (16/47) -> process(77% 77% 77% 76% 77% 75% 76% 76% 74% 76% 76% 76% 74% 76% 78% 78% 77% 76% 76% 73% 76% 75% 77% 75% 74% 76% 77% 75% 74% 73% 76%) -> (17k/82k) -> write(94%)
0:20:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 102M 9% 377k/s ] rels: [ 0 0% 0/s ] features: [ 627M 1.3M/s ] 57G blocks: [ 32k 69% 6/s ]
cpus: 24.4 gc: 6% heap: 10G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 1.6G
read( 0%) -> (16/47) -> process(75% 76% 72% 72% 73% 71% 71% 71% 71% 70% 72% 74% 74% 72% 72% 72% 73% 71% 71% 71% 71% 72% 71% 70% 70% 71% 72% 70% 73% 70% 74%) -> (70k/82k) -> write(90%)
0:20:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 106M 10% 375k/s ] rels: [ 0 0% 0/s ] features: [ 641M 1.3M/s ] 58G blocks: [ 32k 69% 6/s ]
cpus: 25.2 gc: 6% heap: 6.9G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 1.6G
read( 0%) -> (16/47) -> process(75% 73% 75% 73% 73% 75% 73% 75% 74% 75% 76% 74% 75% 74% 74% 74% 73% 74% 73% 74% 73% 76% 74% 73% 72% 74% 73% 73% 74% 73% 73%) -> (67k/82k) -> write(94%)
0:20:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 110M 10% 391k/s ] rels: [ 0 0% 0/s ] features: [ 656M 1.4M/s ] 60G blocks: [ 32k 69% 6/s ]
cpus: 23.8 gc: 6% heap: 12G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 1.7G
read( 0%) -> (16/47) -> process(69% 69% 69% 70% 71% 69% 70% 69% 70% 68% 70% 69% 70% 69% 68% 71% 70% 69% 70% 70% 69% 71% 71% 69% 71% 70% 70% 68% 69% 70% 69%) -> (69k/82k) -> write(94%)
0:20:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 114M 11% 372k/s ] rels: [ 0 0% 0/s ] features: [ 670M 1.3M/s ] 61G blocks: [ 32k 69% 5/s ]
cpus: 24.1 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 1.7G
read( 0%) -> (16/47) -> process(69% 70% 71% 71% 69% 69% 69% 71% 70% 68% 69% 70% 70% 71% 71% 71% 69% 70% 70% 71% 69% 70% 71% 72% 71% 70% 70% 74% 71% 71% 71%) -> (69k/82k) -> write(93%)
0:20:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 117M 11% 389k/s ] rels: [ 0 0% 0/s ] features: [ 684M 1.4M/s ] 62G blocks: [ 32k 70% 6/s ]
cpus: 23.5 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 1.8G
read( 0%) -> (16/47) -> process(68% 69% 69% 70% 71% 68% 68% 69% 70% 69% 69% 69% 67% 67% 69% 70% 69% 69% 68% 69% 68% 69% 67% 68% 70% 70% 67% 67% 67% 70% 67%) -> (66k/82k) -> write(94%)
0:20:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 121M 11% 383k/s ] rels: [ 0 0% 0/s ] features: [ 699M 1.4M/s ] 63G blocks: [ 32k 70% 6/s ]
cpus: 23.2 gc: 6% heap: 3.8G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 1.8G
read( 0%) -> (16/47) -> process(68% 67% 69% 68% 67% 67% 67% 69% 69% 68% 67% 66% 68% 67% 67% 67% 67% 66% 68% 68% 66% 66% 66% 67% 67% 66% 66% 67% 68% 69% 66%) -> (29k/82k) -> write(94%)
0:21:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 125M 12% 375k/s ] rels: [ 0 0% 0/s ] features: [ 713M 1.4M/s ] 65G blocks: [ 32k 70% 6/s ]
cpus: 24.1 gc: 6% heap: 7.6G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 1.8G
read( 0%) -> (16/47) -> process(72% 70% 71% 71% 69% 70% 72% 70% 72% 70% 71% 71% 72% 72% 70% 74% 69% 70% 71% 70% 71% 71% 69% 70% 70% 72% 71% 71% 70% 71% 70%) -> (67k/82k) -> write(93%)
0:21:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 129M 12% 366k/s ] rels: [ 0 0% 0/s ] features: [ 727M 1.3M/s ] 66G blocks: [ 32k 70% 5/s ]
cpus: 23.6 gc: 6% heap: 13G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 1.9G
read( 0%) -> (16/47) -> process(68% 70% 72% 68% 69% 67% 68% 68% 69% 67% 70% 68% 68% 69% 69% 70% 69% 71% 69% 69% 72% 69% 68% 70% 71% 69% 70% 68% 70% 66% 69%) -> (68k/82k) -> write(94%)
0:21:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 132M 12% 314k/s ] rels: [ 0 0% 0/s ] features: [ 740M 1.2M/s ] 67G blocks: [ 33k 70% 5/s ]
cpus: 25.6 gc: 6% heap: 10G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 1.9G
read( 0%) -> (16/47) -> process(77% 74% 75% 77% 77% 75% 76% 76% 75% 76% 78% 74% 76% 73% 74% 74% 74% 76% 73% 76% 74% 73% 74% 73% 74% 74% 73% 80% 77% 75% 77%) -> (16k/82k) -> write(93%)
0:21:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 135M 13% 349k/s ] rels: [ 0 0% 0/s ] features: [ 753M 1.3M/s ] 68G blocks: [ 33k 70% 5/s ]
cpus: 24.6 gc: 6% heap: 8.2G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2G
read( 0%) -> (16/47) -> process(71% 72% 72% 72% 73% 72% 73% 72% 71% 73% 73% 75% 71% 71% 70% 73% 73% 71% 73% 70% 72% 72% 73% 73% 72% 70% 70% 74% 72% 71% 72%) -> (68k/82k) -> write(94%)
0:21:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 139M 13% 358k/s ] rels: [ 0 0% 0/s ] features: [ 766M 1.3M/s ] 70G blocks: [ 33k 70% 5/s ]
cpus: 23.6 gc: 6% heap: 4.5G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2G
read( 0%) -> (16/47) -> process(68% 69% 69% 68% 70% 67% 69% 68% 72% 70% 67% 69% 69% 70% 70% 68% 69% 67% 68% 71% 69% 68% 68% 68% 72% 67% 70% 69% 70% 68% 69%) -> (47k/82k) -> write(94%)
0:21:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 143M 13% 376k/s ] rels: [ 0 0% 0/s ] features: [ 780M 1.3M/s ] 70G blocks: [ 33k 70% 5/s ]
cpus: 24.3 gc: 6% heap: 12G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2.1G
read( 0%) -> (16/47) -> process(71% 70% 70% 71% 72% 70% 72% 71% 70% 72% 71% 71% 71% 72% 73% 72% 72% 71% 72% 71% 73% 70% 70% 72% 71% 73% 70% 72% 72% 70% 70%) -> (81k/82k) -> write(94%)
0:22:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 146M 14% 351k/s ] rels: [ 0 0% 0/s ] features: [ 793M 1.3M/s ] 71G blocks: [ 33k 71% 5/s ]
cpus: 24 gc: 6% heap: 8.5G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2.1G
read( 0%) -> (16/47) -> process(69% 69% 70% 71% 70% 69% 70% 70% 70% 69% 70% 70% 71% 71% 70% 69% 70% 70% 70% 70% 70% 71% 69% 70% 71% 70% 70% 74% 71% 70% 70%) -> (64k/82k) -> write(94%)
0:22:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 150M 14% 351k/s ] rels: [ 0 0% 0/s ] features: [ 807M 1.3M/s ] 72G blocks: [ 33k 71% 5/s ]
cpus: 23.9 gc: 6% heap: 4.4G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2.2G
read( 0%) -> (16/47) -> process(70% 69% 71% 70% 69% 70% 70% 70% 69% 72% 71% 71% 70% 69% 70% 70% 68% 72% 70% 70% 71% 69% 69% 69% 71% 70% 70% 68% 69% 69% 71%) -> (52k/82k) -> write(94%)
0:22:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 154M 14% 386k/s ] rels: [ 0 0% 0/s ] features: [ 819M 1.2M/s ] 73G blocks: [ 33k 71% 5/s ]
cpus: 23.7 gc: 6% heap: 12G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2.2G
read( 0%) -> (16/47) -> process(69% 69% 72% 69% 70% 68% 70% 69% 70% 69% 70% 69% 69% 68% 69% 68% 69% 72% 66% 67% 67% 68% 71% 71% 68% 69% 68% 70% 70% 70% 68%) -> (71k/82k) -> write(94%)
0:22:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 157M 15% 382k/s ] rels: [ 0 0% 0/s ] features: [ 831M 1.1M/s ] 75G blocks: [ 33k 71% 5/s ]
cpus: 24.8 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2.2G
read( 0%) -> (16/47) -> process(76% 74% 76% 72% 69% 74% 75% 74% 69% 74% 70% 76% 71% 74% 74% 70% 77% 73% 73% 70% 72% 76% 74% 71% 73% 69% 72% 73% 74% 73% 71%) -> (69k/82k) -> write(94%)
0:22:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 161M 15% 367k/s ] rels: [ 0 0% 0/s ] features: [ 844M 1.3M/s ] 76G blocks: [ 33k 71% 5/s ]
cpus: 25 gc: 6% heap: 5.9G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2.3G
read( 0%) -> (16/47) -> process(73% 73% 73% 73% 73% 73% 73% 71% 73% 75% 73% 72% 74% 73% 72% 73% 73% 74% 74% 75% 72% 72% 74% 71% 74% 72% 74% 73% 73% 72% 73%) -> (42k/82k) -> write(93%)
0:22:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 165M 15% 345k/s ] rels: [ 0 0% 0/s ] features: [ 857M 1.2M/s ] 77G blocks: [ 33k 71% 5/s ]
cpus: 25.1 gc: 6% heap: 12G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2.3G
read( 0%) -> (16/47) -> process(72% 77% 75% 74% 75% 73% 73% 72% 73% 74% 74% 74% 75% 72% 73% 72% 77% 75% 79% 72% 74% 75% 72% 72% 72% 72% 73% 73% 71% 75% 74%) -> (67k/82k) -> write(93%)
0:23:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 168M 16% 343k/s ] rels: [ 0 0% 0/s ] features: [ 870M 1.2M/s ] 78G blocks: [ 33k 71% 5/s ]
cpus: 24.5 gc: 7% heap: 7.4G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.3G
read( 0%) -> (16/47) -> process(70% 79% 69% 72% 72% 71% 71% 70% 70% 72% 69% 71% 75% 73% 69% 70% 77% 71% 74% 72% 70% 70% 71% 72% 73% 72% 73% 70% 74% 70% 71%) -> (68k/82k) -> write(93%)
0:23:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 172M 16% 356k/s ] rels: [ 0 0% 0/s ] features: [ 884M 1.4M/s ] 80G blocks: [ 33k 71% 5/s ]
cpus: 25 gc: 6% heap: 3.5G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.4G
read( 0%) -> (16/47) -> process(70% 73% 74% 73% 73% 71% 71% 73% 72% 72% 72% 72% 71% 72% 74% 75% 76% 72% 72% 74% 71% 76% 75% 74% 72% 72% 73% 77% 73% 74% 73%) -> (41k/82k) -> write(93%)
0:23:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 175M 16% 364k/s ] rels: [ 0 0% 0/s ] features: [ 897M 1.2M/s ] 81G blocks: [ 33k 72% 6/s ]
cpus: 25 gc: 6% heap: 10G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.4G
read( 0%) -> (16/47) -> process(74% 74% 74% 73% 75% 72% 73% 74% 73% 73% 73% 73% 75% 74% 74% 73% 73% 73% 74% 72% 72% 74% 73% 71% 72% 72% 73% 75% 75% 73% 73%) -> (62k/82k) -> write(93%)
0:23:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 179M 17% 380k/s ] rels: [ 0 0% 0/s ] features: [ 911M 1.3M/s ] 82G blocks: [ 33k 72% 5/s ]
cpus: 24.9 gc: 6% heap: 5.5G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.5G
read( 0%) -> (16/47) -> process(73% 74% 75% 74% 73% 73% 72% 73% 73% 72% 73% 72% 73% 73% 73% 74% 73% 74% 74% 74% 72% 73% 72% 72% 73% 73% 72% 74% 75% 74% 72%) -> (70k/82k) -> write(94%)
0:23:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 183M 17% 397k/s ] rels: [ 0 0% 0/s ] features: [ 924M 1.2M/s ] 82G blocks: [ 33k 72% 6/s ]
cpus: 24.1 gc: 6% heap: 3.6G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.5G
read( 0%) -> (16/47) -> process(70% 69% 70% 70% 70% 70% 70% 69% 71% 69% 69% 70% 69% 70% 71% 69% 70% 70% 69% 69% 68% 69% 69% 70% 70% 70% 71% 70% 69% 70% 69%) -> (57k/82k) -> write(94%)
0:23:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 187M 17% 391k/s ] rels: [ 0 0% 0/s ] features: [ 937M 1.3M/s ] 83G blocks: [ 33k 72% 6/s ]
cpus: 24.4 gc: 6% heap: 3.5G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.5G
read( 0%) -> (16/47) -> process(71% 72% 71% 71% 71% 71% 72% 71% 71% 73% 72% 72% 71% 71% 74% 71% 73% 71% 72% 73% 72% 66% 72% 72% 73% 72% 72% 72% 72% 71% 73%) -> (51k/82k) -> write(94%)
0:24:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 191M 18% 384k/s ] rels: [ 0 0% 0/s ] features: [ 950M 1.3M/s ] 85G blocks: [ 33k 72% 5/s ]
cpus: 24.1 gc: 6% heap: 10G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.6G
read( 0%) -> (15/47) -> process(70% 72% 71% 70% 70% 70% 70% 71% 70% 71% 72% 71% 71% 71% 71% 70% 71% 70% 71% 70% 71% 71% 71% 70% 70% 70% 71% 72% 69% 71% 71%) -> (69k/82k) -> write(94%)
0:24:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 194M 18% 341k/s ] rels: [ 0 0% 0/s ] features: [ 962M 1.2M/s ] 86G blocks: [ 33k 72% 5/s ]
cpus: 25.7 gc: 6% heap: 8.1G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.6G
read( 0%) -> (16/47) -> process(75% 74% 76% 75% 75% 75% 77% 79% 77% 76% 77% 75% 75% 75% 75% 75% 77% 75% 74% 76% 75% 76% 75% 75% 75% 75% 75% 75% 76% 75% 75%) -> (67k/82k) -> write(94%)
0:24:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 198M 18% 358k/s ] rels: [ 0 0% 0/s ] features: [ 974M 1.1M/s ] 87G blocks: [ 34k 72% 6/s ]
cpus: 24.3 gc: 6% heap: 9.9G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.8G
read( 0%) -> (16/47) -> process(72% 70% 71% 70% 74% 72% 71% 71% 71% 72% 71% 71% 71% 71% 72% 72% 72% 72% 71% 71% 71% 72% 69% 70% 70% 70% 71% 71% 72% 72% 70%) -> (67k/82k) -> write(91%)
0:24:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 202M 19% 400k/s ] rels: [ 0 0% 0/s ] features: [ 986M 1.1M/s ] 88G blocks: [ 34k 72% 6/s ]
cpus: 25.2 gc: 7% heap: 8.5G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 2.8G
read( 0%) -> (16/47) -> process(74% 75% 71% 73% 74% 73% 73% 73% 75% 73% 75% 74% 75% 75% 73% 73% 72% 73% 73% 74% 73% 74% 73% 72% 75% 73% 72% 74% 74% 74% 72%) -> (67k/82k) -> write(93%)
0:24:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 206M 19% 397k/s ] rels: [ 0 0% 0/s ] features: [ 997M 1.1M/s ] 88G blocks: [ 34k 73% 6/s ]
cpus: 25.5 gc: 7% heap: 8G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(75% 75% 75% 75% 75% 73% 73% 73% 75% 73% 74% 76% 74% 74% 75% 75% 74% 76% 74% 74% 75% 74% 73% 72% 75% 75% 76% 74% 74% 74% 74%) -> (66k/82k) -> write(93%)
0:24:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 210M 19% 409k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.1M/s ] 90G blocks: [ 34k 73% 7/s ]
cpus: 25.1 gc: 7% heap: 6.4G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(72% 72% 75% 74% 71% 74% 72% 74% 75% 73% 75% 72% 71% 74% 73% 74% 74% 73% 73% 73% 73% 72% 73% 73% 73% 73% 72% 73% 72% 72% 71%) -> (67k/82k) -> write(93%)
0:25:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 214M 20% 408k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.1M/s ] 91G blocks: [ 34k 73% 7/s ]
cpus: 25.2 gc: 7% heap: 4.7G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(72% 74% 73% 73% 73% 74% 74% 75% 74% 74% 73% 73% 74% 73% 74% 73% 74% 73% 74% 74% 73% 73% 73% 73% 73% 73% 74% 74% 73% 73% 72%) -> (51k/82k) -> write(93%)
0:25:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 218M 20% 381k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.1M/s ] 92G blocks: [ 34k 73% 6/s ]
cpus: 25.9 gc: 6% heap: 3.7G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(75% 76% 77% 75% 76% 75% 75% 76% 77% 75% 76% 76% 75% 77% 77% 76% 75% 75% 76% 75% 75% 75% 75% 75% 78% 77% 77% 75% 75% 74% 75%) -> (41k/82k) -> write(93%)
0:25:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 222M 21% 372k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.2M/s ] 93G blocks: [ 34k 73% 5/s ]
cpus: 24.7 gc: 6% heap: 10G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3G
read( 0%) -> (16/47) -> process(72% 72% 73% 73% 75% 72% 73% 72% 73% 73% 73% 71% 72% 73% 72% 73% 72% 73% 72% 72% 72% 73% 73% 72% 72% 73% 74% 72% 72% 71% 71%) -> (67k/82k) -> write(94%)
0:25:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 225M 21% 380k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.2M/s ] 93G blocks: [ 34k 73% 6/s ]
cpus: 25.3 gc: 6% heap: 9.5G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3G
read( 0%) -> (16/47) -> process(74% 73% 74% 72% 72% 74% 74% 75% 74% 76% 75% 74% 75% 74% 72% 75% 76% 75% 75% 75% 74% 75% 76% 74% 74% 74% 75% 74% 74% 73% 75%) -> (69k/82k) -> write(94%)
0:25:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 229M 21% 394k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.2M/s ] 95G blocks: [ 34k 73% 6/s ]
cpus: 24.8 gc: 6% heap: 6.4G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.1G
read( 0%) -> (16/47) -> process(71% 72% 73% 74% 71% 74% 71% 72% 73% 73% 73% 74% 73% 72% 74% 72% 75% 73% 72% 74% 73% 73% 72% 74% 71% 72% 72% 73% 73% 74% 71%) -> (55k/82k) -> write(94%)
0:25:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 233M 22% 362k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.2M/s ] 96G blocks: [ 34k 74% 5/s ]
cpus: 24 gc: 6% heap: 13G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.1G
read( 0%) -> (16/47) -> process(71% 70% 72% 70% 71% 71% 70% 71% 70% 69% 71% 70% 71% 72% 71% 70% 70% 71% 69% 69% 71% 70% 70% 70% 71% 70% 71% 70% 70% 70% 71%) -> (68k/82k) -> write(94%)
0:26:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 237M 22% 368k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.2M/s ] 97G blocks: [ 34k 74% 5/s ]
cpus: 24.2 gc: 6% heap: 10G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.2G
read( 0%) -> (16/47) -> process(71% 70% 72% 72% 72% 70% 72% 70% 71% 71% 69% 71% 73% 72% 70% 71% 69% 71% 69% 71% 71% 70% 71% 69% 70% 70% 70% 72% 71% 70% 71%) -> (70k/82k) -> write(94%)
0:26:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 240M 22% 363k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 98G blocks: [ 34k 74% 5/s ]
cpus: 24.2 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.2G
read( 0%) -> (16/47) -> process(72% 70% 71% 71% 70% 72% 71% 72% 71% 70% 72% 71% 72% 71% 70% 70% 71% 71% 71% 71% 70% 71% 70% 70% 72% 70% 72% 71% 71% 71% 71%) -> (66k/82k) -> write(94%)
0:26:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 244M 23% 362k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 100G blocks: [ 34k 74% 5/s ]
cpus: 25.3 gc: 6% heap: 4G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.3G
read( 0%) -> (16/47) -> process(74% 76% 73% 75% 75% 73% 74% 73% 75% 74% 73% 74% 75% 74% 74% 74% 74% 75% 74% 75% 75% 74% 75% 76% 74% 76% 75% 74% 75% 74% 75%) -> (36k/82k) -> write(94%)
0:26:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 248M 23% 366k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 101G blocks: [ 34k 74% 5/s ]
cpus: 24.4 gc: 6% heap: 12G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.3G
read( 0%) -> (16/47) -> process(73% 70% 73% 71% 71% 72% 71% 70% 71% 71% 73% 71% 72% 74% 71% 72% 71% 73% 74% 73% 70% 73% 71% 74% 71% 70% 72% 72% 71% 72% 71%) -> (69k/82k) -> write(94%)
0:26:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 251M 23% 371k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 102G blocks: [ 34k 74% 5/s ]
cpus: 24.6 gc: 6% heap: 10G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.4G
read( 0%) -> (16/47) -> process(73% 72% 73% 71% 71% 72% 72% 72% 73% 72% 72% 73% 72% 72% 71% 72% 73% 72% 73% 72% 74% 72% 73% 72% 71% 73% 72% 73% 72% 72% 71%) -> (68k/82k) -> write(94%)
0:26:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 255M 24% 370k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 102G blocks: [ 34k 74% 5/s ]
cpus: 24.3 gc: 6% heap: 9G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.4G
read( 0%) -> (16/47) -> process(71% 70% 72% 71% 72% 71% 71% 72% 70% 72% 72% 72% 72% 71% 72% 72% 71% 70% 70% 72% 72% 71% 72% 70% 70% 71% 70% 70% 71% 71% 70%) -> (70k/82k) -> write(94%)
0:27:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 259M 24% 380k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 103G blocks: [ 35k 74% 6/s ]
cpus: 24.3 gc: 6% heap: 7.4G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.5G
read( 0%) -> (16/47) -> process(72% 72% 73% 71% 72% 71% 72% 71% 73% 72% 70% 71% 71% 70% 72% 71% 71% 71% 71% 71% 71% 70% 69% 70% 72% 70% 70% 73% 70% 70% 72%) -> (68k/82k) -> write(94%)
0:27:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 263M 24% 431k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.2M/s ] 105G blocks: [ 35k 75% 6/s ]
cpus: 23.8 gc: 6% heap: 4.8G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.5G
read( 0%) -> (16/47) -> process(69% 70% 70% 70% 70% 69% 70% 70% 70% 70% 70% 71% 68% 72% 69% 70% 68% 70% 71% 70% 68% 69% 70% 71% 69% 69% 69% 69% 70% 70% 69%) -> (43k/82k) -> write(94%)
0:27:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 268M 25% 429k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.1M/s ] 106G blocks: [ 35k 75% 6/s ]
cpus: 24.4 gc: 5% heap: 3.6G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.6G
read( 0%) -> (16/47) -> process(72% 71% 71% 73% 73% 72% 72% 71% 70% 73% 71% 73% 72% 73% 71% 72% 71% 72% 72% 71% 73% 73% 74% 73% 70% 70% 71% 73% 72% 71% 72%) -> (48k/82k) -> write(94%)
0:27:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 272M 25% 398k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.1M/s ] 107G blocks: [ 35k 75% 5/s ]
cpus: 25.5 gc: 5% heap: 3.6G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.7G
read( 0%) -> (16/47) -> process(76% 76% 78% 73% 76% 75% 74% 75% 76% 76% 74% 76% 75% 74% 76% 78% 76% 77% 75% 75% 76% 76% 75% 73% 74% 74% 75% 76% 75% 75% 76%) -> (50k/82k) -> write(94%)
0:27:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 276M 26% 452k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 108G blocks: [ 35k 75% 6/s ]
cpus: 24 gc: 5% heap: 13G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.7G
read( 0%) -> (16/47) -> process(71% 72% 70% 71% 70% 71% 71% 70% 73% 70% 70% 69% 71% 71% 71% 72% 72% 70% 70% 71% 69% 73% 70% 71% 69% 70% 71% 69% 70% 72% 71%) -> (68k/82k) -> write(95%)
0:27:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 280M 26% 419k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 108G blocks: [ 35k 75% 6/s ]
cpus: 25.4 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.7G
read( 0%) -> (16/47) -> process(75% 74% 76% 75% 75% 73% 75% 75% 75% 75% 75% 76% 75% 74% 75% 76% 75% 75% 75% 74% 75% 76% 75% 75% 76% 75% 75% 76% 74% 75% 75%) -> (66k/82k) -> write(94%)
0:28:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 284M 26% 402k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 109G blocks: [ 35k 75% 6/s ]
cpus: 25.1 gc: 6% heap: 8.9G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.8G
read( 0%) -> (16/47) -> process(73% 75% 74% 74% 75% 73% 73% 75% 73% 74% 74% 73% 72% 74% 75% 73% 72% 75% 74% 75% 73% 73% 73% 74% 74% 74% 74% 73% 72% 74% 73%) -> (53k/82k) -> write(94%)
0:28:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 288M 27% 393k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.3M/s ] 111G blocks: [ 35k 75% 5/s ]
cpus: 24.8 gc: 6% heap: 5.5G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.8G
read( 0%) -> (16/47) -> process(74% 73% 72% 73% 74% 72% 72% 74% 72% 74% 72% 71% 73% 73% 72% 75% 73% 73% 74% 74% 73% 73% 73% 74% 73% 73% 72% 73% 71% 73% 73%) -> (49k/82k) -> write(94%)
0:28:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 292M 27% 395k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.3M/s ] 112G blocks: [ 35k 75% 6/s ]
cpus: 24.3 gc: 5% heap: 12G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.9G
read( 0%) -> (16/47) -> process(72% 70% 72% 73% 72% 71% 70% 71% 71% 76% 71% 71% 71% 72% 70% 70% 70% 71% 71% 71% 71% 71% 71% 71% 72% 72% 71% 71% 70% 72% 71%) -> (67k/82k) -> write(94%)
0:28:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 296M 27% 393k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 113G blocks: [ 35k 76% 5/s ]
cpus: 24.6 gc: 6% heap: 10G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 3.9G
read( 0%) -> (16/47) -> process(72% 74% 74% 72% 73% 71% 76% 73% 74% 73% 72% 73% 72% 74% 73% 71% 74% 70% 71% 71% 73% 70% 71% 71% 72% 72% 72% 73% 70% 74% 71%) -> (66k/82k) -> write(94%)
0:28:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 300M 28% 393k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.2M/s ] 114G blocks: [ 35k 76% 5/s ]
cpus: 25 gc: 6% heap: 8.9G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4G
read( 0%) -> (16/47) -> process(74% 75% 74% 74% 74% 73% 74% 74% 74% 76% 73% 74% 74% 73% 74% 74% 74% 72% 73% 73% 74% 75% 73% 72% 72% 74% 74% 71% 72% 73% 74%) -> (68k/82k) -> write(94%)
0:28:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 304M 28% 393k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 116G blocks: [ 35k 76% 5/s ]
cpus: 24.4 gc: 6% heap: 6G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4G
read( 0%) -> (16/47) -> process(75% 72% 72% 72% 72% 72% 72% 72% 71% 72% 72% 73% 71% 72% 71% 71% 71% 71% 72% 70% 71% 72% 73% 70% 72% 71% 71% 71% 70% 71% 71%) -> (67k/82k) -> write(94%)
0:29:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 308M 29% 412k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 116G blocks: [ 35k 76% 5/s ]
cpus: 24.8 gc: 6% heap: 4.9G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.1G
read( 0%) -> (16/47) -> process(74% 75% 73% 73% 74% 73% 73% 73% 72% 72% 74% 73% 72% 74% 74% 74% 71% 72% 72% 72% 72% 72% 74% 73% 73% 73% 73% 72% 73% 73% 71%) -> (42k/82k) -> write(94%)
0:29:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 312M 29% 425k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 117G blocks: [ 35k 76% 6/s ]
cpus: 24.9 gc: 6% heap: 3.6G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.1G
read( 0%) -> (16/47) -> process(73% 73% 72% 72% 73% 74% 73% 73% 71% 73% 72% 75% 73% 74% 74% 73% 74% 74% 74% 75% 73% 74% 73% 73% 73% 76% 74% 72% 73% 73% 73%) -> (58k/82k) -> write(94%)
0:29:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 317M 29% 416k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 118G blocks: [ 35k 76% 6/s ]
cpus: 24.7 gc: 6% heap: 3.6G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.2G
read( 0%) -> (16/47) -> process(73% 74% 73% 72% 71% 75% 71% 75% 73% 74% 73% 72% 75% 71% 74% 72% 74% 70% 72% 74% 71% 71% 70% 71% 70% 74% 72% 72% 71% 70% 75%) -> (50k/82k) -> write(94%)
0:29:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 321M 30% 433k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.1M/s ] 119G blocks: [ 35k 76% 5/s ]
cpus: 25.1 gc: 6% heap: 3.6G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.2G
read( 0%) -> (16/47) -> process(73% 71% 78% 73% 73% 74% 72% 74% 73% 72% 74% 75% 75% 76% 73% 76% 73% 74% 75% 73% 76% 72% 77% 73% 73% 73% 74% 72% 75% 73% 74%) -> (49k/82k) -> write(94%)
0:29:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 326M 30% 465k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.3M/s ] 120G blocks: [ 36k 76% 6/s ]
cpus: 23.3 gc: 5% heap: 12G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.2G
read( 0%) -> (16/47) -> process(69% 68% 68% 67% 67% 67% 73% 69% 67% 68% 68% 67% 70% 68% 69% 69% 69% 67% 67% 70% 71% 67% 69% 68% 69% 68% 70% 66% 68% 67% 69%) -> (69k/82k) -> write(95%)
0:29:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 330M 31% 452k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.2M/s ] 122G blocks: [ 36k 77% 6/s ]
cpus: 24.7 gc: 6% heap: 9.9G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.3G
read( 0%) -> (16/47) -> process(73% 73% 74% 73% 71% 72% 72% 72% 73% 73% 74% 73% 73% 74% 72% 72% 71% 72% 71% 70% 72% 70% 73% 74% 71% 73% 72% 72% 71% 72% 72%) -> (52k/82k) -> write(94%)
0:30:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 334M 31% 421k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.1M/s ] 122G blocks: [ 36k 77% 6/s ]
cpus: 24.8 gc: 6% heap: 9.5G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 4.3G
read( 0%) -> (16/47) -> process(73% 72% 75% 74% 73% 74% 73% 71% 72% 71% 72% 72% 71% 72% 72% 74% 73% 73% 73% 73% 72% 71% 72% 72% 70% 73% 74% 73% 73% 74% 73%) -> (56k/82k) -> write(94%)
0:30:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 339M 31% 417k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.3M/s ] 123G blocks: [ 36k 77% 6/s ]
cpus: 24.4 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.4G
read( 0%) -> (16/47) -> process(76% 71% 73% 72% 70% 71% 72% 70% 71% 70% 72% 70% 71% 71% 71% 71% 71% 71% 72% 70% 68% 74% 71% 71% 71% 71% 71% 70% 70% 71% 72%) -> (64k/82k) -> write(94%)
0:30:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 343M 32% 400k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 124G blocks: [ 36k 77% 6/s ]
cpus: 24.6 gc: 6% heap: 14G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 4.4G
read( 0%) -> (16/47) -> process(72% 73% 73% 73% 73% 71% 71% 72% 71% 74% 71% 74% 70% 74% 77% 75% 73% 71% 70% 71% 73% 70% 70% 73% 68% 73% 70% 74% 73% 71% 72%) -> (52k/82k) -> write(94%)
0:30:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 347M 32% 435k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 125G blocks: [ 36k 77% 6/s ]
cpus: 24.1 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.5G
read( 0%) -> (16/47) -> process(69% 71% 69% 70% 70% 71% 70% 71% 71% 71% 72% 73% 70% 71% 72% 71% 71% 72% 71% 71% 71% 69% 70% 72% 71% 69% 71% 71% 72% 70% 70%) -> (67k/82k) -> write(94%)
0:30:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 351M 33% 429k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 127G blocks: [ 36k 77% 6/s ]
cpus: 25.3 gc: 6% heap: 8.5G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 4.5G
read( 0%) -> (16/47) -> process(73% 75% 75% 76% 75% 75% 76% 74% 74% 75% 73% 74% 76% 74% 73% 75% 74% 74% 73% 73% 74% 76% 75% 75% 75% 73% 75% 74% 74% 75% 74%) -> (68k/82k) -> write(94%)
0:30:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 356M 33% 444k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 128G blocks: [ 36k 77% 6/s ]
cpus: 24.1 gc: 6% heap: 6.8G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.5G
read( 0%) -> (16/47) -> process(71% 71% 69% 71% 71% 70% 71% 71% 71% 71% 71% 71% 71% 70% 71% 71% 71% 71% 71% 71% 70% 73% 72% 69% 70% 71% 70% 71% 72% 70% 71%) -> (68k/82k) -> write(94%)
0:31:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 360M 33% 437k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.2M/s ] 128G blocks: [ 36k 78% 6/s ]
cpus: 24.5 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.6G
read( 0%) -> (16/47) -> process(72% 71% 72% 72% 72% 73% 72% 72% 73% 71% 73% 71% 74% 73% 72% 73% 73% 72% 73% 72% 72% 70% 72% 72% 73% 72% 72% 71% 72% 71% 71%) -> (54k/82k) -> write(94%)
0:31:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 364M 34% 424k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.1M/s ] 129G blocks: [ 36k 78% 6/s ]
cpus: 25 gc: 6% heap: 5.3G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 4.6G
read( 0%) -> (16/47) -> process(75% 72% 74% 74% 74% 73% 73% 75% 74% 73% 73% 73% 74% 74% 74% 74% 73% 73% 74% 73% 73% 73% 74% 73% 73% 74% 73% 74% 74% 74% 73%) -> (51k/82k) -> write(94%)
0:31:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 368M 34% 403k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.1M/s ] 130G blocks: [ 36k 78% 6/s ]
cpus: 26.1 gc: 7% heap: 5.4G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 4.6G
read( 0%) -> (16/47) -> process(75% 76% 76% 77% 77% 76% 76% 76% 78% 77% 78% 76% 75% 78% 76% 74% 77% 75% 77% 76% 77% 76% 76% 77% 76% 76% 78% 76% 77% 75% 76%) -> (45k/82k) -> write(93%)
0:31:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 373M 35% 435k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 131G blocks: [ 36k 78% 6/s ]
cpus: 24.7 gc: 5% heap: 11G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(73% 73% 71% 72% 72% 74% 73% 72% 73% 72% 72% 73% 72% 74% 72% 73% 74% 73% 72% 72% 71% 72% 73% 73% 72% 71% 74% 73% 71% 75% 71%) -> (72k/82k) -> write(93%)
0:31:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 377M 35% 439k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 133G blocks: [ 36k 78% 6/s ]
cpus: 24.4 gc: 6% heap: 8.8G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(72% 71% 71% 72% 72% 71% 71% 73% 72% 71% 74% 72% 72% 72% 72% 72% 70% 72% 72% 71% 72% 70% 71% 72% 71% 72% 72% 71% 72% 72% 71%) -> (66k/82k) -> write(94%)
0:31:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 382M 35% 462k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 133G blocks: [ 36k 78% 6/s ]
cpus: 25.2 gc: 5% heap: 8.3G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(75% 75% 75% 75% 74% 73% 74% 75% 75% 73% 73% 76% 73% 74% 74% 75% 73% 75% 74% 73% 74% 74% 74% 74% 74% 75% 74% 74% 73% 74% 74%) -> (44k/82k) -> write(94%)
0:32:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 387M 36% 469k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 134G blocks: [ 36k 78% 6/s ]
cpus: 24.3 gc: 5% heap: 7.6G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5G
read( 0%) -> (16/47) -> process(70% 72% 72% 73% 71% 70% 72% 71% 71% 71% 71% 72% 72% 72% 71% 71% 71% 72% 71% 71% 71% 70% 71% 73% 72% 71% 71% 71% 71% 71% 72%) -> (69k/82k) -> write(94%)
0:32:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 391M 36% 465k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 135G blocks: [ 37k 79% 6/s ]
cpus: 25.1 gc: 5% heap: 6G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5G
read( 0%) -> (16/47) -> process(74% 74% 73% 74% 75% 74% 74% 73% 74% 73% 74% 74% 74% 75% 73% 75% 73% 75% 74% 73% 74% 74% 73% 74% 74% 74% 74% 75% 74% 73% 73%) -> (42k/82k) -> write(94%)
0:32:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 396M 37% 482k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 136G blocks: [ 37k 79% 6/s ]
cpus: 24.6 gc: 5% heap: 4.4G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(73% 73% 73% 73% 73% 72% 73% 73% 72% 72% 72% 73% 72% 74% 73% 72% 73% 73% 72% 73% 73% 72% 73% 73% 72% 72% 72% 72% 72% 73% 71%) -> (36k/82k) -> write(94%)
0:32:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 401M 37% 473k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 138G blocks: [ 37k 79% 6/s ]
cpus: 24.4 gc: 5% heap: 14G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(72% 73% 73% 71% 71% 72% 72% 72% 72% 71% 73% 73% 73% 72% 71% 71% 74% 71% 71% 71% 73% 71% 71% 71% 72% 72% 73% 71% 72% 71% 71%) -> (69k/82k) -> write(95%)
0:32:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 406M 38% 500k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.2M/s ] 138G blocks: [ 37k 79% 6/s ]
cpus: 24.7 gc: 6% heap: 3.9G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(72% 73% 73% 72% 73% 73% 72% 72% 72% 72% 72% 73% 73% 72% 72% 74% 73% 72% 72% 73% 74% 73% 73% 72% 74% 73% 71% 71% 73% 72% 72%) -> (47k/82k) -> write(94%)
0:32:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 411M 38% 490k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 139G blocks: [ 37k 79% 6/s ]
cpus: 24.2 gc: 5% heap: 3.9G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(71% 71% 72% 71% 70% 71% 70% 71% 72% 72% 71% 70% 73% 71% 71% 71% 71% 71% 71% 71% 71% 71% 70% 70% 71% 71% 72% 71% 71% 70% 71%) -> (47k/82k) -> write(95%)
0:33:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 415M 38% 467k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 140G blocks: [ 37k 79% 6/s ]
cpus: 23.8 gc: 5% heap: 4.9G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(70% 70% 70% 69% 70% 70% 70% 70% 69% 70% 70% 71% 71% 70% 71% 70% 71% 69% 70% 70% 69% 69% 69% 69% 68% 70% 70% 70% 70% 70% 70%) -> (61k/82k) -> write(95%)
0:33:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 420M 39% 467k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 141G blocks: [ 37k 79% 6/s ]
cpus: 23.2 gc: 5% heap: 4.1G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(69% 68% 67% 68% 67% 68% 69% 68% 68% 67% 69% 69% 67% 68% 68% 68% 68% 69% 67% 68% 68% 67% 67% 68% 67% 68% 67% 67% 67% 69% 69%) -> (50k/82k) -> write(94%)
0:33:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 425M 39% 494k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 142G blocks: [ 37k 80% 6/s ]
cpus: 23.5 gc: 5% heap: 3.9G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(68% 68% 68% 70% 70% 69% 70% 70% 68% 69% 69% 70% 70% 68% 69% 68% 69% 69% 69% 68% 69% 69% 68% 69% 69% 69% 69% 69% 68% 69% 69%) -> (50k/82k) -> write(95%)
0:33:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 430M 40% 463k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.3M/s ] 144G blocks: [ 37k 80% 6/s ]
cpus: 23.7 gc: 5% heap: 12G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.3G
read( 0%) -> (16/47) -> process(69% 69% 71% 70% 70% 69% 69% 70% 69% 70% 70% 70% 68% 70% 69% 70% 70% 71% 70% 69% 69% 70% 69% 69% 70% 70% 70% 70% 70% 70% 70%) -> (68k/82k) -> write(95%)
0:33:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 434M 40% 447k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.3M/s ] 144G blocks: [ 37k 80% 6/s ]
cpus: 24 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.3G
read( 0%) -> (16/47) -> process(71% 70% 71% 72% 70% 70% 70% 71% 70% 71% 70% 71% 69% 71% 70% 71% 71% 70% 70% 71% 70% 70% 70% 70% 71% 70% 70% 71% 70% 70% 70%) -> (68k/82k) -> write(94%)
0:33:53 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 439M 41% 457k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.3M/s ] 145G blocks: [ 37k 80% 6/s ]
cpus: 24.4 gc: 6% heap: 8.6G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.4G
read( 0%) -> (16/47) -> process(71% 72% 72% 73% 71% 71% 72% 73% 71% 71% 71% 72% 71% 72% 73% 72% 71% 72% 72% 71% 72% 72% 70% 72% 70% 72% 72% 72% 72% 71% 71%) -> (69k/82k) -> write(94%)
0:34:03 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 443M 41% 459k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.2M/s ] 146G blocks: [ 37k 80% 6/s ]
cpus: 24 gc: 5% heap: 6.7G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.4G
read( 0%) -> (16/47) -> process(71% 70% 70% 71% 71% 71% 70% 71% 70% 71% 70% 71% 72% 70% 71% 71% 70% 71% 71% 71% 71% 70% 70% 70% 71% 71% 69% 71% 70% 71% 70%) -> (44k/82k) -> write(94%)
0:34:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 448M 42% 489k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.3M/s ] 147G blocks: [ 37k 80% 6/s ]
cpus: 23.4 gc: 5% heap: 4.8G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.5G
read( 0%) -> (16/47) -> process(70% 70% 69% 68% 69% 67% 69% 69% 69% 68% 69% 70% 70% 69% 70% 69% 69% 69% 68% 69% 69% 69% 69% 69% 67% 67% 69% 69% 67% 68% 68%) -> (48k/82k) -> write(95%)
0:34:23 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 453M 42% 505k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.3M/s ] 148G blocks: [ 37k 80% 6/s ]
cpus: 24.1 gc: 5% heap: 13G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.5G
read( 0%) -> (16/47) -> process(72% 72% 71% 71% 70% 71% 72% 72% 71% 70% 71% 70% 72% 72% 71% 72% 70% 71% 70% 69% 71% 72% 71% 72% 70% 70% 71% 72% 71% 71% 70%) -> (70k/82k) -> write(95%)
0:34:33 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 459M 42% 530k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.3M/s ] 150G blocks: [ 37k 81% 6/s ]
cpus: 23.5 gc: 5% heap: 13G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.5G
read( 0%) -> (16/47) -> process(71% 69% 68% 71% 69% 68% 67% 69% 70% 68% 68% 69% 69% 68% 69% 70% 71% 70% 68% 71% 67% 68% 69% 69% 68% 70% 69% 69% 67% 70% 70%) -> (66k/82k) -> write(94%)
0:34:43 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 464M 43% 515k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 151G blocks: [ 38k 81% 6/s ]
cpus: 23.3 gc: 5% heap: 11G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.6G
read( 0%) -> (16/47) -> process(69% 68% 70% 69% 70% 68% 69% 68% 68% 69% 68% 68% 69% 69% 67% 69% 69% 67% 69% 67% 67% 69% 68% 67% 68% 69% 67% 67% 69% 69% 69%) -> (69k/82k) -> write(95%)
0:34:53 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 469M 43% 486k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 152G blocks: [ 38k 81% 6/s ]
cpus: 23.6 gc: 5% heap: 9.8G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.6G
read( 0%) -> (16/47) -> process(72% 69% 68% 71% 69% 69% 69% 69% 69% 68% 69% 68% 68% 71% 70% 70% 70% 70% 70% 69% 68% 70% 70% 68% 68% 70% 67% 70% 70% 70% 69%) -> (66k/82k) -> write(94%)
0:35:03 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 474M 44% 545k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 152G blocks: [ 38k 81% 7/s ]
cpus: 24 gc: 5% heap: 11G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.6G
read( 0%) -> (16/47) -> process(70% 71% 71% 70% 71% 70% 71% 72% 70% 73% 70% 71% 71% 70% 70% 71% 72% 70% 71% 69% 70% 70% 71% 71% 71% 70% 71% 70% 70% 70% 71%) -> (42k/82k) -> write(95%)
0:35:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 480M 44% 562k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.2M/s ] 153G blocks: [ 38k 81% 7/s ]
cpus: 24 gc: 5% heap: 11G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(71% 71% 70% 70% 71% 71% 70% 70% 71% 70% 72% 72% 70% 73% 70% 71% 72% 70% 69% 69% 70% 70% 71% 70% 70% 70% 71% 71% 70% 69% 71%) -> (71k/82k) -> write(95%)
0:35:23 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 485M 45% 520k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.3M/s ] 154G blocks: [ 38k 81% 6/s ]
cpus: 23.6 gc: 5% heap: 9.5G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(70% 70% 70% 69% 68% 68% 69% 68% 70% 69% 70% 69% 69% 68% 69% 70% 69% 69% 69% 67% 73% 71% 68% 69% 68% 71% 69% 68% 70% 69% 70%) -> (68k/82k) -> write(94%)
0:35:33 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 490M 45% 516k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.3M/s ] 156G blocks: [ 38k 81% 7/s ]
cpus: 23.4 gc: 6% heap: 7.6G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(70% 68% 69% 69% 68% 67% 69% 69% 69% 70% 69% 69% 68% 68% 68% 69% 69% 68% 67% 69% 69% 67% 69% 68% 68% 67% 68% 68% 69% 66% 67%) -> (68k/82k) -> write(94%)
0:35:43 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 495M 46% 473k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 157G blocks: [ 38k 82% 6/s ]
cpus: 24.5 gc: 5% heap: 5.9G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 5.8G
read( 0%) -> (16/47) -> process(73% 70% 72% 75% 73% 73% 71% 71% 73% 74% 72% 73% 71% 71% 71% 71% 74% 71% 71% 71% 71% 70% 72% 71% 73% 72% 73% 71% 73% 71% 72%) -> (68k/82k) -> write(94%)
0:35:53 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 500M 46% 468k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 158G blocks: [ 38k 82% 6/s ]
cpus: 24 gc: 5% heap: 3.9G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.8G
read( 0%) -> (16/47) -> process(70% 70% 70% 71% 71% 70% 71% 69% 70% 70% 68% 72% 69% 71% 71% 73% 70% 70% 69% 70% 71% 68% 72% 71% 69% 71% 72% 71% 72% 71% 72%) -> (48k/82k) -> write(94%)
0:36:03 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 504M 47% 473k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 158G blocks: [ 38k 82% 6/s ]
cpus: 23.9 gc: 5% heap: 4.3G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(69% 72% 71% 70% 70% 70% 69% 71% 70% 71% 70% 70% 71% 69% 67% 71% 71% 70% 69% 70% 71% 70% 72% 69% 69% 71% 71% 71% 70% 70% 70%) -> (35k/82k) -> write(95%)
0:36:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 509M 47% 475k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 159G blocks: [ 38k 82% 6/s ]
cpus: 24.4 gc: 5% heap: 3.9G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(71% 71% 72% 72% 73% 72% 75% 72% 71% 70% 71% 76% 71% 72% 70% 69% 71% 73% 71% 72% 70% 71% 72% 73% 70% 76% 70% 76% 72% 71% 74%) -> (51k/82k) -> write(94%)
0:36:23 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 514M 48% 508k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.2M/s ] 160G blocks: [ 38k 82% 6/s ]
cpus: 23.6 gc: 5% heap: 3.9G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(70% 69% 69% 72% 68% 70% 68% 71% 69% 70% 68% 69% 69% 70% 71% 69% 69% 69% 69% 70% 69% 70% 68% 68% 68% 70% 68% 68% 69% 71% 69%) -> (46k/82k) -> write(94%)
0:36:33 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 520M 48% 527k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.3M/s ] 162G blocks: [ 38k 82% 7/s ]
cpus: 23.4 gc: 5% heap: 3.9G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6G
read( 0%) -> (16/47) -> process(70% 70% 70% 69% 70% 67% 64% 69% 67% 69% 71% 67% 71% 69% 69% 73% 69% 68% 67% 69% 67% 69% 67% 69% 68% 68% 69% 70% 68% 68% 68%) -> (58k/82k) -> write(95%)
0:36:43 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 524M 49% 455k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 163G blocks: [ 38k 82% 6/s ]
cpus: 24.3 gc: 5% heap: 13G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6G
read( 0%) -> (16/47) -> process(72% 71% 73% 72% 71% 72% 73% 70% 71% 72% 70% 73% 71% 71% 72% 70% 72% 72% 69% 73% 71% 72% 70% 72% 71% 71% 71% 71% 72% 73% 70%) -> (70k/82k) -> write(95%)
0:36:53 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 528M 49% 399k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.1M/s ] 164G blocks: [ 38k 83% 5/s ]
cpus: 24.7 gc: 5% heap: 14G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6G
read( 0%) -> (16/47) -> process(72% 71% 74% 72% 73% 74% 75% 72% 75% 73% 72% 72% 71% 71% 71% 72% 72% 73% 72% 73% 72% 82% 73% 72% 71% 74% 70% 71% 71% 71% 72%) -> (63k/82k) -> write(94%)
0:37:03 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 533M 49% 430k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 164G blocks: [ 38k 83% 6/s ]
cpus: 24.7 gc: 6% heap: 4.2G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.1G
read( 0%) -> (16/47) -> process(76% 72% 73% 73% 73% 73% 71% 72% 72% 72% 71% 72% 75% 73% 72% 72% 72% 73% 71% 72% 73% 73% 73% 72% 72% 71% 72% 71% 72% 76% 73%) -> (43k/82k) -> write(94%)
0:37:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 537M 50% 412k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 165G blocks: [ 39k 83% 5/s ]
cpus: 24.1 gc: 5% heap: 13G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.1G
read( 0%) -> (16/47) -> process(72% 70% 71% 70% 73% 72% 71% 73% 70% 71% 71% 71% 71% 70% 70% 71% 71% 70% 70% 70% 70% 71% 71% 70% 70% 72% 69% 70% 70% 71% 70%) -> (68k/82k) -> write(94%)
0:37:23 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 541M 50% 427k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.2M/s ] 167G blocks: [ 39k 83% 6/s ]
cpus: 24.6 gc: 5% heap: 10G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.1G
read( 0%) -> (16/47) -> process(72% 73% 73% 72% 72% 73% 72% 72% 71% 72% 71% 73% 73% 72% 72% 72% 73% 71% 73% 76% 71% 71% 72% 72% 71% 72% 72% 73% 73% 71% 73%) -> (65k/82k) -> write(94%)
0:37:33 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 546M 50% 464k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.3M/s ] 168G blocks: [ 39k 83% 6/s ]
cpus: 23.8 gc: 6% heap: 7.5G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.2G
read( 0%) -> (16/47) -> process(69% 70% 70% 70% 69% 69% 70% 70% 70% 69% 70% 71% 70% 67% 69% 69% 71% 69% 69% 70% 70% 70% 70% 69% 70% 70% 70% 70% 70% 70% 69%) -> (71k/82k) -> write(94%)
0:37:43 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 550M 51% 429k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.3M/s ] 169G blocks: [ 39k 83% 6/s ]
cpus: 23.6 gc: 6% heap: 4G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.2G
read( 0%) -> (16/47) -> process(69% 69% 70% 69% 69% 73% 67% 70% 69% 72% 68% 68% 70% 68% 69% 67% 67% 69% 68% 69% 68% 72% 70% 69% 68% 69% 68% 68% 68% 73% 68%) -> (54k/82k) -> write(94%)
0:37:53 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 554M 51% 431k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.3M/s ] 170G blocks: [ 39k 83% 6/s ]
cpus: 24.8 gc: 5% heap: 11G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.3G
read( 0%) -> (16/47) -> process(73% 74% 74% 73% 73% 73% 74% 73% 73% 72% 73% 73% 74% 73% 74% 73% 73% 73% 73% 74% 73% 74% 72% 74% 73% 73% 74% 72% 72% 74% 73%) -> (66k/82k) -> write(95%)
0:38:03 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 559M 52% 431k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 172G blocks: [ 39k 83% 6/s ]
cpus: 24.9 gc: 5% heap: 8.8G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.3G
read( 0%) -> (16/47) -> process(74% 73% 74% 74% 74% 73% 73% 74% 72% 75% 73% 71% 73% 75% 73% 73% 72% 74% 73% 74% 76% 71% 73% 72% 72% 74% 73% 73% 73% 72% 72%) -> (70k/82k) -> write(94%)
0:38:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 563M 52% 443k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.3M/s ] 173G blocks: [ 39k 84% 6/s ]
cpus: 24.3 gc: 5% heap: 6.1G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.4G
read( 0%) -> (16/47) -> process(70% 72% 72% 71% 71% 73% 71% 71% 71% 73% 70% 71% 71% 73% 70% 75% 72% 71% 72% 72% 70% 72% 70% 70% 70% 72% 72% 72% 72% 70% 71%) -> (54k/82k) -> write(94%)
0:38:23 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 567M 53% 434k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 174G blocks: [ 39k 84% 6/s ]
cpus: 25 gc: 5% heap: 5.4G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.4G
read( 0%) -> (16/47) -> process(76% 73% 74% 75% 74% 75% 73% 72% 75% 74% 75% 74% 75% 75% 73% 75% 74% 74% 73% 76% 74% 73% 74% 73% 72% 71% 75% 73% 73% 75% 71%) -> (57k/82k) -> write(94%)
0:38:33 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 572M 53% 444k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 174G blocks: [ 39k 84% 6/s ]
cpus: 24.2 gc: 5% heap: 5.2G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.5G
read( 0%) -> (16/47) -> process(73% 72% 71% 71% 71% 73% 72% 69% 70% 73% 70% 73% 69% 72% 70% 70% 70% 74% 72% 72% 70% 72% 73% 69% 70% 69% 69% 72% 72% 72% 70%) -> (47k/82k) -> write(94%)
0:38:43 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 577M 53% 487k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.2M/s ] 175G blocks: [ 39k 84% 7/s ]
cpus: 23.8 gc: 5% heap: 14G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.5G
read( 0%) -> (16/47) -> process(68% 70% 71% 69% 68% 72% 68% 70% 69% 68% 70% 69% 68% 69% 73% 71% 69% 70% 71% 72% 68% 69% 70% 72% 70% 72% 68% 70% 67% 72% 69%) -> (64k/82k) -> write(94%)
0:38:53 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 582M 54% 484k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.4M/s ] 176G blocks: [ 39k 84% 6/s ]
cpus: 22.8 gc: 6% heap: 11G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.5G
read( 0%) -> (16/47) -> process(66% 68% 67% 66% 68% 68% 65% 66% 65% 65% 66% 68% 67% 69% 69% 66% 65% 66% 68% 66% 68% 68% 67% 65% 66% 64% 66% 66% 67% 67% 67%) -> (67k/82k) -> write(95%)
0:39:03 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 586M 54% 456k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.3M/s ] 178G blocks: [ 39k 84% 6/s ]
cpus: 23.9 gc: 5% heap: 8.8G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.6G
read( 0%) -> (16/47) -> process(72% 70% 69% 70% 71% 71% 70% 70% 69% 69% 71% 70% 70% 72% 71% 71% 70% 71% 71% 70% 70% 70% 69% 67% 69% 69% 69% 70% 68% 68% 70%) -> (70k/82k) -> write(94%)
0:39:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 591M 55% 450k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.3M/s ] 179G blocks: [ 39k 84% 6/s ]
cpus: 24.2 gc: 6% heap: 6.4G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.6G
read( 0%) -> (16/47) -> process(72% 71% 73% 72% 71% 73% 71% 71% 71% 73% 71% 71% 71% 71% 71% 70% 71% 71% 72% 70% 71% 71% 72% 69% 72% 71% 73% 69% 70% 71% 70%) -> (58k/82k) -> write(94%)
0:39:23 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 595M 55% 465k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.3M/s ] 180G blocks: [ 39k 85% 6/s ]
cpus: 24.1 gc: 6% heap: 3.9G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.7G
read( 0%) -> (16/47) -> process(74% 69% 70% 70% 72% 71% 71% 70% 71% 72% 68% 72% 71% 69% 71% 72% 70% 70% 71% 69% 70% 70% 70% 71% 71% 71% 71% 72% 70% 71% 71%) -> (55k/82k) -> write(94%)
0:39:33 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 600M 56% 489k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.4M/s ] 181G blocks: [ 39k 85% 6/s ]
cpus: 23 gc: 5% heap: 12G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.7G
read( 0%) -> (16/47) -> process(66% 69% 68% 67% 67% 67% 67% 69% 67% 66% 66% 69% 69% 67% 67% 69% 67% 69% 68% 67% 67% 68% 68% 68% 65% 68% 68% 68% 68% 66% 67%) -> (67k/82k) -> write(95%)
0:39:43 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 605M 56% 438k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.2M/s ] 183G blocks: [ 39k 85% 6/s ]
cpus: 25.2 gc: 5% heap: 9.9G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.8G
read( 0%) -> (16/47) -> process(74% 76% 75% 74% 75% 74% 73% 75% 75% 75% 73% 75% 73% 75% 72% 77% 75% 74% 74% 74% 76% 73% 74% 76% 74% 74% 73% 75% 72% 75% 73%) -> (70k/82k) -> write(94%)
0:39:53 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 609M 56% 414k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.2M/s ] 184G blocks: [ 40k 85% 6/s ]
cpus: 24.7 gc: 6% heap: 7.6G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.8G
read( 0%) -> (16/47) -> process(73% 72% 73% 73% 74% 73% 74% 72% 73% 72% 72% 73% 73% 76% 74% 72% 73% 71% 72% 72% 74% 72% 73% 70% 70% 75% 72% 70% 74% 74% 73%) -> (68k/82k) -> write(94%)
0:40:03 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 613M 57% 440k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.3M/s ] 185G blocks: [ 40k 85% 6/s ]
cpus: 23.7 gc: 6% heap: 4.4G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 6.9G
read( 0%) -> (16/47) -> process(70% 71% 71% 68% 70% 69% 70% 66% 71% 71% 71% 69% 69% 71% 69% 70% 70% 69% 68% 69% 69% 67% 70% 69% 68% 68% 71% 67% 70% 68% 71%) -> (29k/82k) -> write(94%)
0:40:13 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 618M 57% 441k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.3M/s ] 185G blocks: [ 40k 85% 6/s ]
cpus: 24.2 gc: 5% heap: 13G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 7G
read( 0%) -> (16/47) -> process(69% 72% 71% 72% 70% 72% 71% 73% 72% 71% 71% 71% 71% 73% 70% 71% 70% 71% 71% 72% 70% 71% 70% 72% 72% 70% 72% 72% 72% 72% 73%) -> (68k/82k) -> write(94%)
0:40:23 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 622M 58% 452k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.3M/s ] 186G blocks: [ 40k 85% 6/s ]
cpus: 24.1 gc: 5% heap: 11G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 7G
read( 0%) -> (16/47) -> process(72% 71% 71% 70% 72% 72% 70% 72% 70% 70% 69% 72% 70% 73% 71% 73% 70% 69% 71% 71% 71% 70% 71% 70% 70% 71% 70% 72% 69% 70% 70%) -> (65k/82k) -> write(94%)
0:40:33 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 626M 58% 397k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.2M/s ] 188G blocks: [ 40k 86% 5/s ]
cpus: 25.4 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 3.9G relInfo: 140M mpGeoms: 7.1G
read( 0%) -> (16/47) -> process(73% 73% 75% 74% 78% 74% 73% 73% 75% 74% 78% 75% 78% 77% 75% 75% 74% 73% 73% 74% 74% 74% 73% 73% 75% 73% 78% 78% 84% 72% 73%) -> (70k/82k) -> write(94%)
0:40:43 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 630M 58% 421k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.2M/s ] 189G blocks: [ 40k 86% 6/s ]
cpus: 24.7 gc: 6% heap: 8G/25G direct: 1.5M postGC: 3.9G relInfo: 140M mpGeoms: 7.1G
read( 0%) -> (16/47) -> process(73% 73% 70% 71% 72% 70% 70% 78% 72% 70% 72% 69% 76% 72% 72% 71% 70% 72% 73% 72% 72% 71% 70% 71% 73% 75% 82% 76% 79% 69% 71%) -> (68k/82k) -> write(94%)
0:40:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 635M 59% 458k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.3M/s ] 190G blocks: [ 40k 86% 6/s ]
cpus: 24 gc: 6% heap: 5.1G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.2G
read( 0%) -> (16/47) -> process(72% 69% 69% 70% 70% 70% 70% 70% 68% 69% 70% 70% 76% 70% 71% 70% 69% 70% 72% 71% 71% 69% 69% 70% 71% 76% 70% 70% 68% 70% 70%) -> (55k/82k) -> write(94%)
0:41:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 640M 59% 483k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.3M/s ] 191G blocks: [ 40k 86% 6/s ]
cpus: 23.1 gc: 5% heap: 12G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.2G
read( 0%) -> (16/47) -> process(69% 69% 67% 68% 68% 68% 66% 67% 67% 70% 67% 65% 69% 67% 67% 69% 68% 69% 67% 70% 67% 68% 68% 68% 70% 65% 67% 67% 69% 67% 67%) -> (67k/82k) -> write(95%)
0:41:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 645M 60% 478k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.3M/s ] 192G blocks: [ 40k 86% 6/s ]
cpus: 23.1 gc: 5% heap: 9.5G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.3G
read( 0%) -> (16/47) -> process(69% 68% 68% 69% 68% 66% 67% 68% 68% 69% 68% 67% 68% 68% 66% 68% 68% 71% 66% 68% 68% 67% 68% 66% 67% 66% 67% 65% 67% 66% 68%) -> (69k/82k) -> write(94%)
0:41:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 650M 60% 497k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.4M/s ] 194G blocks: [ 40k 86% 7/s ]
cpus: 22.8 gc: 5% heap: 5G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.3G
read( 0%) -> (16/47) -> process(67% 65% 67% 65% 65% 67% 67% 67% 69% 68% 68% 67% 66% 66% 66% 67% 68% 65% 67% 68% 67% 66% 65% 67% 65% 67% 67% 68% 67% 67% 66%) -> (45k/82k) -> write(94%)
0:41:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 654M 61% 493k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.4M/s ] 195G blocks: [ 40k 86% 6/s ]
cpus: 22.8 gc: 5% heap: 13G/25G direct: 1.5M postGC: 3.9G relInfo: 140M mpGeoms: 7.4G
read( 0%) -> (16/47) -> process(68% 68% 67% 66% 69% 66% 70% 65% 63% 65% 68% 66% 66% 67% 68% 69% 67% 70% 67% 67% 66% 66% 65% 68% 67% 65% 66% 66% 64% 70% 63%) -> (70k/82k) -> write(95%)
0:41:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 659M 61% 465k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.3M/s ] 196G blocks: [ 40k 87% 6/s ]
cpus: 23.3 gc: 5% heap: 11G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.4G
read( 0%) -> (16/47) -> process(68% 68% 67% 68% 69% 68% 66% 67% 66% 75% 70% 68% 73% 67% 68% 67% 66% 66% 70% 66% 74% 68% 69% 65% 67% 65% 69% 68% 67% 71% 64%) -> (68k/82k) -> write(94%)
0:41:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 663M 61% 430k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.3M/s ] 197G blocks: [ 40k 87% 5/s ]
cpus: 23.7 gc: 5% heap: 10G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.4G
read( 0%) -> (16/47) -> process(70% 67% 67% 68% 70% 68% 66% 64% 67% 83% 80% 68% 72% 69% 69% 70% 68% 68% 69% 67% 81% 67% 69% 67% 67% 67% 69% 69% 67% 76% 65%) -> (67k/82k) -> write(94%)
0:42:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 668M 62% 490k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.4M/s ] 197G blocks: [ 40k 87% 6/s ]
cpus: 23.4 gc: 6% heap: 9.4G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.5G
read( 0%) -> (16/47) -> process(70% 67% 69% 70% 69% 67% 68% 70% 67% 70% 68% 70% 69% 69% 70% 68% 69% 68% 70% 67% 67% 69% 68% 68% 69% 67% 68% 69% 67% 67% 68%) -> (67k/82k) -> write(94%)
0:42:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 673M 62% 481k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.3M/s ] 199G blocks: [ 40k 87% 6/s ]
cpus: 23.7 gc: 5% heap: 6.8G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.5G
read( 0%) -> (16/47) -> process(69% 68% 70% 69% 71% 68% 68% 69% 70% 68% 70% 69% 70% 69% 69% 70% 69% 70% 69% 72% 72% 70% 67% 71% 72% 68% 69% 70% 71% 70% 70%) -> (69k/82k) -> write(94%)
0:42:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 678M 63% 496k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.3M/s ] 200G blocks: [ 41k 87% 6/s ]
cpus: 23.6 gc: 5% heap: 4.2G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.6G
read( 0%) -> (16/47) -> process(71% 68% 68% 69% 67% 69% 70% 69% 71% 69% 75% 70% 66% 70% 67% 70% 70% 70% 69% 70% 71% 69% 69% 68% 69% 69% 68% 67% 69% 68% 68%) -> (56k/82k) -> write(94%)
0:42:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 683M 63% 515k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.3M/s ] 201G blocks: [ 41k 87% 7/s ]
cpus: 23.4 gc: 5% heap: 13G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.6G
read( 0%) -> (16/47) -> process(69% 68% 70% 69% 69% 67% 69% 70% 68% 68% 69% 69% 68% 69% 68% 71% 70% 68% 69% 71% 70% 70% 68% 68% 68% 69% 70% 69% 69% 67% 68%) -> (71k/82k) -> write(95%)
0:42:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 688M 64% 468k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.2M/s ] 202G blocks: [ 41k 87% 6/s ]
cpus: 24.4 gc: 5% heap: 11G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.7G
read( 0%) -> (16/47) -> process(72% 73% 71% 75% 71% 72% 73% 72% 70% 73% 73% 71% 71% 70% 70% 74% 71% 73% 72% 73% 71% 71% 70% 71% 71% 70% 71% 71% 71% 72% 71%) -> (69k/82k) -> write(94%)
0:42:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 693M 64% 483k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.3M/s ] 203G blocks: [ 41k 88% 6/s ]
cpus: 24.3 gc: 5% heap: 9.9G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.7G
read( 0%) -> (16/47) -> process(70% 72% 72% 72% 72% 71% 72% 71% 71% 73% 72% 71% 71% 73% 71% 72% 72% 72% 72% 71% 71% 71% 72% 70% 72% 72% 72% 71% 71% 71% 71%) -> (68k/82k) -> write(94%)
0:43:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 698M 65% 492k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 205G blocks: [ 41k 88% 6/s ]
cpus: 23.8 gc: 5% heap: 8.3G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.8G
read( 0%) -> (16/47) -> process(69% 70% 71% 71% 71% 70% 70% 69% 70% 70% 70% 70% 69% 70% 69% 70% 70% 71% 71% 71% 69% 71% 69% 69% 72% 69% 70% 72% 71% 69% 68%) -> (70k/82k) -> write(95%)
0:43:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 703M 65% 481k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 206G blocks: [ 41k 88% 6/s ]
cpus: 23.5 gc: 5% heap: 6.3G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.8G
read( 0%) -> (16/47) -> process(67% 69% 69% 68% 70% 69% 69% 69% 70% 70% 68% 70% 67% 69% 70% 70% 68% 70% 70% 69% 69% 68% 70% 68% 70% 69% 70% 68% 70% 70% 66%) -> (68k/82k) -> write(95%)
0:43:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 707M 65% 461k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 207G blocks: [ 41k 88% 6/s ]
cpus: 23.3 gc: 5% heap: 4.2G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.9G
read( 0%) -> (16/47) -> process(68% 68% 68% 67% 69% 68% 65% 69% 69% 69% 68% 69% 68% 69% 69% 69% 70% 69% 66% 68% 68% 67% 69% 68% 68% 67% 67% 69% 69% 70% 68%) -> (43k/82k) -> write(95%)
0:43:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 712M 66% 487k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 207G blocks: [ 41k 88% 6/s ]
cpus: 23.7 gc: 5% heap: 4.2G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.9G
read( 0%) -> (16/47) -> process(70% 71% 70% 68% 69% 69% 68% 69% 68% 70% 69% 67% 70% 69% 71% 70% 71% 71% 69% 72% 71% 72% 70% 69% 68% 69% 69% 71% 70% 71% 68%) -> (43k/82k) -> write(95%)
0:43:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 717M 66% 507k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 208G blocks: [ 41k 88% 6/s ]
cpus: 23.5 gc: 5% heap: 13G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 7.9G
read( 0%) -> (16/47) -> process(69% 70% 68% 70% 70% 69% 69% 68% 68% 70% 69% 70% 68% 70% 70% 70% 70% 69% 68% 70% 70% 69% 71% 69% 67% 68% 68% 69% 68% 70% 69%) -> (69k/82k) -> write(95%)
0:43:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 722M 67% 489k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 210G blocks: [ 41k 88% 6/s ]
cpus: 23.9 gc: 5% heap: 9.7G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8G
read( 0%) -> (16/47) -> process(71% 71% 71% 72% 70% 71% 71% 70% 68% 71% 69% 69% 70% 70% 71% 71% 69% 69% 70% 71% 70% 72% 71% 69% 70% 71% 70% 69% 69% 69% 69%) -> (68k/82k) -> write(94%)
0:44:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 727M 67% 507k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.3M/s ] 211G blocks: [ 41k 89% 7/s ]
cpus: 23.4 gc: 5% heap: 6.7G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8G
read( 0%) -> (16/47) -> process(67% 69% 70% 70% 70% 70% 68% 69% 70% 69% 69% 69% 70% 69% 66% 67% 67% 69% 70% 69% 69% 64% 68% 69% 69% 67% 69% 68% 68% 69% 67%) -> (68k/82k) -> write(95%)
0:44:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 732M 68% 500k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.3M/s ] 212G blocks: [ 41k 89% 7/s ]
cpus: 23.8 gc: 5% heap: 5.3G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.1G
read( 0%) -> (16/47) -> process(69% 71% 70% 70% 70% 70% 72% 70% 70% 71% 70% 71% 69% 69% 69% 70% 71% 68% 70% 71% 69% 71% 68% 69% 70% 70% 71% 70% 69% 70% 68%) -> (51k/82k) -> write(94%)
0:44:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 737M 68% 510k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.3M/s ] 213G blocks: [ 41k 89% 6/s ]
cpus: 23.4 gc: 5% heap: 4.1G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.1G
read( 0%) -> (16/47) -> process(69% 67% 70% 72% 69% 68% 69% 69% 70% 68% 69% 69% 68% 69% 68% 69% 69% 67% 68% 68% 68% 69% 69% 68% 67% 68% 68% 67% 66% 67% 69%) -> (48k/82k) -> write(95%)
0:44:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 742M 69% 508k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.3M/s ] 214G blocks: [ 41k 89% 6/s ]
cpus: 23 gc: 5% heap: 13G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.1G
read( 0%) -> (16/47) -> process(67% 67% 67% 67% 69% 66% 67% 68% 68% 68% 65% 69% 67% 69% 67% 69% 70% 65% 68% 66% 67% 67% 67% 69% 66% 67% 68% 68% 67% 69% 68%) -> (68k/82k) -> write(95%)
0:44:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 747M 69% 499k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.3M/s ] 216G blocks: [ 41k 89% 7/s ]
cpus: 23.2 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.2G
read( 0%) -> (16/47) -> process(68% 68% 68% 67% 69% 66% 67% 68% 67% 68% 68% 66% 67% 68% 68% 68% 69% 67% 66% 69% 66% 68% 67% 68% 69% 66% 69% 69% 69% 67% 69%) -> (70k/82k) -> write(94%)
0:44:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 752M 70% 498k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.3M/s ] 217G blocks: [ 42k 89% 7/s ]
cpus: 23.5 gc: 5% heap: 10G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.2G
read( 0%) -> (16/47) -> process(68% 71% 68% 69% 70% 70% 69% 67% 70% 68% 70% 70% 68% 69% 68% 69% 70% 67% 69% 68% 70% 68% 69% 69% 67% 69% 68% 70% 68% 70% 68%) -> (69k/82k) -> write(94%)
0:45:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 757M 70% 491k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.3M/s ] 217G blocks: [ 42k 89% 6/s ]
cpus: 23.8 gc: 5% heap: 10G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.2G
read( 0%) -> (16/47) -> process(69% 70% 70% 72% 70% 68% 69% 69% 70% 69% 70% 71% 67% 69% 69% 70% 70% 70% 69% 69% 70% 69% 70% 72% 69% 69% 70% 69% 70% 70% 73%) -> (70k/82k) -> write(94%)
0:45:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 762M 71% 485k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.3M/s ] 218G blocks: [ 42k 90% 6/s ]
cpus: 23.4 gc: 5% heap: 8.5G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.3G
read( 0%) -> (16/47) -> process(67% 69% 70% 68% 68% 67% 69% 69% 68% 70% 68% 69% 68% 70% 69% 70% 68% 70% 69% 68% 69% 68% 68% 68% 68% 68% 67% 67% 68% 68% 68%) -> (67k/82k) -> write(94%)
0:45:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 767M 71% 489k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.3M/s ] 219G blocks: [ 42k 90% 6/s ]
cpus: 24.1 gc: 5% heap: 6.3G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.3G
read( 0%) -> (16/47) -> process(71% 72% 72% 72% 70% 71% 71% 70% 70% 70% 72% 70% 72% 69% 72% 72% 72% 70% 72% 70% 71% 70% 69% 71% 71% 69% 71% 70% 71% 71% 71%) -> (67k/82k) -> write(95%)
0:45:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 772M 71% 478k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.3M/s ] 220G blocks: [ 42k 90% 6/s ]
cpus: 24.3 gc: 5% heap: 4.5G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.4G
read( 0%) -> (16/47) -> process(72% 72% 73% 71% 70% 70% 71% 71% 72% 72% 73% 71% 70% 70% 72% 72% 71% 73% 72% 72% 70% 71% 71% 73% 72% 72% 69% 72% 71% 71% 70%) -> (41k/82k) -> write(95%)
0:45:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 777M 72% 477k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 222G blocks: [ 42k 90% 6/s ]
cpus: 23.8 gc: 5% heap: 13G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.4G
read( 0%) -> (16/47) -> process(69% 69% 71% 71% 70% 70% 70% 70% 71% 69% 69% 70% 70% 70% 70% 70% 71% 71% 70% 71% 70% 70% 70% 69% 71% 69% 70% 70% 70% 70% 72%) -> (64k/82k) -> write(95%)
0:45:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 782M 72% 475k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 223G blocks: [ 42k 90% 6/s ]
cpus: 24.1 gc: 5% heap: 11G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.4G
read( 0%) -> (16/47) -> process(72% 72% 71% 71% 71% 70% 70% 70% 70% 71% 69% 74% 72% 70% 71% 70% 72% 72% 71% 71% 72% 73% 70% 71% 70% 71% 71% 70% 70% 72% 71%) -> (70k/82k) -> write(94%)
0:46:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 786M 73% 482k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 224G blocks: [ 42k 90% 6/s ]
cpus: 24.1 gc: 5% heap: 10G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.5G
read( 0%) -> (16/47) -> process(71% 70% 71% 71% 71% 71% 70% 71% 71% 72% 71% 72% 71% 74% 71% 71% 70% 71% 71% 70% 70% 69% 69% 71% 70% 70% 70% 71% 71% 70% 70%) -> (66k/82k) -> write(94%)
0:46:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 791M 73% 469k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 224G blocks: [ 42k 90% 6/s ]
cpus: 24.1 gc: 5% heap: 10G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.5G
read( 0%) -> (16/47) -> process(72% 71% 71% 71% 71% 70% 71% 71% 72% 71% 70% 70% 71% 71% 71% 70% 71% 70% 71% 71% 72% 71% 70% 71% 70% 71% 71% 71% 70% 73% 71%) -> (70k/82k) -> write(94%)
0:46:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 796M 74% 466k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 225G blocks: [ 42k 91% 6/s ]
cpus: 23.8 gc: 5% heap: 10G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.5G
read( 0%) -> (16/47) -> process(72% 69% 71% 69% 70% 69% 70% 69% 69% 71% 70% 70% 71% 69% 73% 71% 70% 70% 71% 71% 68% 69% 70% 70% 70% 70% 68% 70% 69% 68% 70%) -> (69k/82k) -> write(95%)
0:46:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 801M 74% 477k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 226G blocks: [ 42k 91% 7/s ]
cpus: 23.8 gc: 5% heap: 10G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.6G
read( 0%) -> (16/47) -> process(70% 72% 69% 69% 70% 70% 69% 69% 68% 70% 73% 70% 70% 70% 69% 70% 69% 70% 70% 69% 70% 69% 69% 69% 69% 70% 70% 70% 70% 69% 69%) -> (57k/82k) -> write(95%)
0:46:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 805M 75% 467k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.2M/s ] 228G blocks: [ 42k 91% 6/s ]
cpus: 24.6 gc: 5% heap: 9.6G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.6G
read( 0%) -> (16/47) -> process(75% 72% 73% 73% 72% 72% 72% 73% 72% 73% 73% 72% 73% 72% 72% 73% 72% 73% 72% 72% 72% 73% 73% 73% 72% 71% 72% 73% 72% 71% 73%) -> (69k/82k) -> write(94%)
0:46:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 810M 75% 454k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 229G blocks: [ 42k 91% 6/s ]
cpus: 24.3 gc: 5% heap: 8.6G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.7G
read( 0%) -> (16/47) -> process(72% 72% 72% 72% 71% 72% 71% 72% 70% 71% 72% 70% 72% 72% 71% 71% 70% 72% 71% 72% 72% 72% 73% 73% 72% 71% 71% 72% 71% 72% 70%) -> (69k/82k) -> write(94%)
0:47:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 814M 75% 466k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 229G blocks: [ 42k 91% 6/s ]
cpus: 25 gc: 5% heap: 8.5G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.7G
read( 0%) -> (16/47) -> process(74% 74% 73% 73% 75% 74% 73% 74% 73% 74% 74% 73% 73% 73% 75% 74% 74% 75% 73% 73% 73% 74% 73% 73% 74% 74% 75% 73% 73% 73% 73%) -> (67k/82k) -> write(94%)
0:47:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 819M 76% 468k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 230G blocks: [ 42k 91% 6/s ]
cpus: 25.5 gc: 5% heap: 7.1G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.7G
read( 0%) -> (16/47) -> process(76% 76% 75% 76% 76% 75% 76% 75% 76% 75% 74% 76% 76% 74% 76% 75% 75% 76% 75% 76% 74% 74% 75% 76% 75% 76% 74% 75% 75% 76% 76%) -> (57k/82k) -> write(94%)
0:47:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 824M 76% 478k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 231G blocks: [ 43k 91% 6/s ]
cpus: 23.9 gc: 5% heap: 6.8G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 8.8G
read( 0%) -> (16/47) -> process(69% 70% 68% 69% 70% 72% 71% 70% 71% 71% 70% 71% 70% 70% 70% 70% 70% 71% 70% 71% 69% 70% 71% 70% 70% 70% 71% 70% 70% 70% 71%) -> (56k/82k) -> write(95%)
0:47:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 829M 77% 463k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.1M/s ] 232G blocks: [ 43k 92% 6/s ]
cpus: 23.7 gc: 5% heap: 10G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.2G
read( 0%) -> (16/47) -> process(69% 70% 70% 71% 70% 70% 69% 69% 70% 70% 70% 69% 72% 71% 69% 69% 69% 69% 71% 70% 70% 69% 68% 68% 68% 71% 70% 70% 69% 69% 73%) -> (71k/82k) -> write(92%)
0:47:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 834M 77% 519k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.1M/s ] 234G blocks: [ 43k 92% 6/s ]
cpus: 24.7 gc: 5% heap: 9.7G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.2G
read( 0%) -> (16/47) -> process(76% 71% 71% 75% 74% 70% 72% 73% 73% 77% 73% 73% 73% 76% 75% 74% 73% 72% 73% 73% 74% 71% 71% 74% 72% 75% 71% 72% 71% 72% 72%) -> (72k/82k) -> write(94%)
0:47:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 839M 78% 476k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 234G blocks: [ 43k 92% 7/s ]
cpus: 24.8 gc: 5% heap: 10G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(73% 73% 73% 74% 74% 73% 74% 74% 73% 73% 73% 74% 74% 72% 73% 73% 73% 74% 74% 73% 73% 72% 72% 74% 72% 73% 74% 72% 72% 72% 73%) -> (67k/82k) -> write(94%)
0:48:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 843M 78% 480k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.2M/s ] 235G blocks: [ 43k 92% 6/s ]
cpus: 25.2 gc: 5% heap: 9G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(75% 75% 73% 73% 75% 74% 72% 74% 76% 76% 73% 76% 74% 75% 75% 75% 75% 75% 74% 75% 74% 75% 74% 75% 74% 74% 75% 74% 74% 74% 75%) -> (65k/82k) -> write(94%)
0:48:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 848M 78% 494k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.2M/s ] 236G blocks: [ 43k 92% 6/s ]
cpus: 23.6 gc: 5% heap: 9.3G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.4G
read( 0%) -> (16/47) -> process(69% 70% 70% 69% 71% 69% 71% 70% 68% 69% 69% 69% 69% 68% 69% 70% 70% 70% 69% 69% 70% 70% 71% 69% 68% 68% 69% 69% 71% 70% 68%) -> (69k/82k) -> write(95%)
0:48:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 853M 79% 504k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.2M/s ] 237G blocks: [ 43k 92% 7/s ]
cpus: 23.8 gc: 5% heap: 8.7G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.4G
read( 0%) -> (16/47) -> process(70% 71% 71% 70% 69% 71% 71% 70% 71% 70% 70% 71% 70% 71% 68% 69% 70% 70% 69% 70% 70% 70% 71% 69% 70% 70% 70% 71% 69% 69% 70%) -> (72k/82k) -> write(95%)
0:48:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 858M 79% 511k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.2M/s ] 238G blocks: [ 43k 92% 6/s ]
cpus: 24.3 gc: 5% heap: 7.5G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.4G
read( 0%) -> (16/47) -> process(73% 72% 72% 73% 71% 71% 72% 73% 71% 71% 71% 71% 72% 72% 71% 72% 71% 71% 72% 71% 72% 71% 69% 72% 72% 72% 71% 72% 72% 72% 71%) -> (69k/82k) -> write(94%)
0:48:44 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 863M 80% 482k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.2M/s ] 238G blocks: [ 43k 93% 6/s ]
cpus: 25.3 gc: 5% heap: 7.8G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.5G
read( 0%) -> (16/47) -> process(75% 75% 74% 76% 75% 74% 75% 75% 76% 75% 74% 75% 74% 75% 75% 75% 74% 75% 75% 75% 74% 74% 74% 75% 74% 75% 74% 75% 75% 75% 75%) -> (69k/82k) -> write(94%)
0:48:54 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 868M 80% 467k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.2M/s ] 240G blocks: [ 43k 93% 6/s ]
cpus: 24.3 gc: 5% heap: 6.9G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.5G
read( 0%) -> (16/47) -> process(71% 72% 73% 72% 72% 70% 71% 73% 71% 71% 71% 71% 71% 72% 73% 72% 71% 71% 72% 71% 71% 71% 71% 71% 72% 71% 71% 71% 70% 73% 72%) -> (70k/82k) -> write(94%)
0:49:04 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 872M 81% 448k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.2M/s ] 241G blocks: [ 43k 93% 6/s ]
cpus: 25 gc: 5% heap: 6.8G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.5G
read( 0%) -> (16/47) -> process(73% 73% 74% 74% 72% 74% 73% 73% 73% 73% 72% 73% 73% 76% 74% 74% 74% 73% 74% 74% 76% 75% 75% 75% 74% 73% 76% 74% 73% 73% 73%) -> (42k/82k) -> write(94%)
0:49:14 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 877M 81% 453k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.1M/s ] 242G blocks: [ 43k 93% 6/s ]
cpus: 24.8 gc: 5% heap: 6.3G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.6G
read( 0%) -> (16/47) -> process(71% 74% 73% 72% 73% 74% 75% 74% 74% 73% 72% 74% 72% 77% 72% 72% 71% 72% 71% 75% 74% 72% 72% 73% 72% 73% 74% 73% 72% 72% 72%) -> (54k/82k) -> write(94%)
0:49:24 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 882M 82% 472k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.2M/s ] 243G blocks: [ 43k 93% 7/s ]
cpus: 23.9 gc: 5% heap: 5G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.6G
read( 0%) -> (16/47) -> process(70% 69% 72% 71% 70% 70% 71% 71% 71% 70% 71% 70% 70% 71% 70% 71% 70% 71% 69% 69% 70% 70% 70% 72% 70% 71% 70% 71% 70% 71% 71%) -> (39k/82k) -> write(94%)
0:49:34 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 886M 82% 468k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.2M/s ] 243G blocks: [ 43k 93% 6/s ]
cpus: 24.5 gc: 5% heap: 5.2G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.7G
read( 0%) -> (16/47) -> process(72% 71% 74% 72% 73% 71% 73% 74% 71% 72% 71% 73% 72% 71% 71% 72% 72% 73% 74% 70% 71% 71% 71% 73% 71% 71% 73% 73% 73% 71% 72%) -> (32k/82k) -> write(94%)
0:49:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 891M 82% 445k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.2M/s ] 244G blocks: [ 43k 93% 6/s ]
cpus: 25 gc: 5% heap: 5G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 9.8G
read( 0%) -> (16/47) -> process(74% 73% 73% 73% 74% 75% 73% 73% 73% 74% 73% 73% 73% 73% 79% 73% 75% 72% 73% 72% 74% 73% 74% 80% 73% 72% 73% 73% 75% 72% 74%) -> (39k/82k) -> write(94%)
0:49:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 895M 83% 434k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.1M/s ] 246G blocks: [ 44k 93% 6/s ]
cpus: 25.2 gc: 5% heap: 5.1G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 9.8G
read( 0%) -> (16/47) -> process(74% 73% 74% 73% 74% 73% 79% 73% 72% 73% 76% 73% 74% 74% 72% 81% 76% 77% 79% 73% 73% 74% 74% 74% 73% 74% 75% 74% 73% 75% 74%) -> (46k/82k) -> write(94%)
0:50:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 900M 83% 434k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.2M/s ] 247G blocks: [ 44k 94% 6/s ]
cpus: 25 gc: 6% heap: 4.6G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 9.8G
read( 0%) -> (16/47) -> process(73% 73% 73% 73% 73% 73% 73% 73% 73% 74% 72% 81% 73% 73% 74% 76% 73% 73% 73% 72% 74% 76% 73% 72% 73% 73% 77% 73% 74% 73% 73%) -> (44k/82k) -> write(94%)
0:50:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 904M 84% 416k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.1M/s ] 248G blocks: [ 44k 94% 6/s ]
cpus: 25.3 gc: 5% heap: 4.7G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 9.9G
read( 0%) -> (16/47) -> process(76% 73% 73% 74% 76% 73% 74% 79% 74% 74% 73% 73% 76% 73% 74% 76% 74% 73% 77% 80% 80% 73% 75% 73% 79% 73% 74% 73% 74% 73% 73%) -> (53k/82k) -> write(94%)
0:50:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 908M 84% 453k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.2M/s ] 248G blocks: [ 44k 94% 5/s ]
cpus: 24.3 gc: 5% heap: 6.1G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(71% 71% 73% 72% 70% 71% 70% 70% 71% 77% 70% 71% 71% 71% 71% 73% 70% 71% 70% 72% 81% 73% 71% 70% 71% 71% 71% 71% 70% 71% 71%) -> (51k/82k) -> write(94%)
0:50:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 913M 84% 471k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.2M/s ] 249G blocks: [ 44k 94% 6/s ]
cpus: 24.6 gc: 5% heap: 6.1G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(73% 73% 72% 74% 72% 73% 72% 72% 73% 76% 72% 73% 73% 73% 71% 72% 72% 73% 72% 76% 74% 72% 72% 72% 73% 71% 73% 72% 71% 72% 72%) -> (41k/82k) -> write(95%)
0:50:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 918M 85% 456k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.2M/s ] 250G blocks: [ 44k 94% 6/s ]
cpus: 24.5 gc: 5% heap: 6.4G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(73% 72% 72% 72% 71% 72% 72% 78% 71% 72% 72% 72% 72% 72% 76% 74% 71% 71% 72% 72% 73% 72% 72% 73% 71% 72% 72% 71% 71% 72% 72%) -> (63k/82k) -> write(95%)
0:50:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 922M 85% 446k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.2M/s ] 252G blocks: [ 44k 94% 6/s ]
cpus: 25 gc: 5% heap: 5.6G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(73% 73% 74% 73% 72% 73% 73% 73% 73% 74% 75% 73% 73% 73% 73% 74% 74% 78% 74% 73% 74% 72% 73% 72% 73% 81% 74% 74% 74% 73% 74%) -> (45k/82k) -> write(94%)
0:51:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 927M 86% 452k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.2M/s ] 253G blocks: [ 44k 94% 6/s ]
cpus: 24.6 gc: 5% heap: 15G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(72% 75% 72% 72% 72% 72% 72% 73% 71% 72% 74% 72% 72% 74% 72% 71% 74% 71% 72% 72% 77% 72% 72% 74% 73% 72% 71% 72% 72% 72% 70%) -> (59k/82k) -> write(94%)
0:51:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 931M 86% 447k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.1M/s ] 253G blocks: [ 44k 95% 6/s ]
cpus: 24.8 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(70% 71% 74% 74% 72% 72% 73% 73% 74% 74% 73% 73% 74% 80% 75% 72% 72% 73% 71% 70% 76% 72% 74% 70% 73% 72% 71% 73% 73% 74% 74%) -> (57k/82k) -> write(94%)
0:51:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 936M 87% 437k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.1M/s ] 254G blocks: [ 44k 95% 6/s ]
cpus: 24.2 gc: 5% heap: 7.4G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(71% 69% 72% 70% 73% 69% 71% 72% 71% 70% 71% 73% 72% 70% 70% 72% 70% 72% 69% 71% 74% 69% 70% 74% 69% 70% 69% 75% 71% 71% 73%) -> (40k/82k) -> write(95%)
0:51:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 940M 87% 433k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.1M/s ] 255G blocks: [ 44k 95% 6/s ]
cpus: 24.9 gc: 5% heap: 7G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(73% 74% 72% 74% 76% 72% 73% 71% 74% 78% 73% 76% 74% 74% 73% 74% 72% 72% 73% 74% 73% 72% 71% 73% 75% 72% 76% 75% 72% 73% 72%) -> (46k/82k) -> write(94%)
0:51:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 944M 87% 439k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.1M/s ] 256G blocks: [ 44k 95% 6/s ]
cpus: 25.3 gc: 5% heap: 6.6G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(74% 81% 78% 74% 73% 72% 74% 74% 76% 74% 74% 74% 74% 78% 74% 73% 74% 73% 73% 73% 73% 74% 73% 80% 78% 74% 72% 74% 74% 74% 74%) -> (46k/82k) -> write(94%)
0:51:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 949M 88% 452k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.2M/s ] 256G blocks: [ 44k 95% 6/s ]
cpus: 25.7 gc: 5% heap: 6.9G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(75% 81% 77% 76% 75% 75% 74% 76% 75% 75% 74% 75% 78% 76% 74% 74% 75% 75% 76% 76% 78% 77% 77% 75% 77% 75% 75% 75% 76% 78% 77%) -> (69k/82k) -> write(94%)
0:52:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 953M 88% 435k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.1M/s ] 258G blocks: [ 44k 95% 5/s ]
cpus: 25.5 gc: 5% heap: 7G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(74% 74% 76% 75% 81% 73% 78% 75% 75% 81% 74% 75% 74% 79% 74% 75% 76% 76% 75% 73% 77% 74% 75% 76% 74% 72% 74% 73% 73% 78% 73%) -> (58k/82k) -> write(94%)
0:52:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 958M 89% 491k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.2M/s ] 259G blocks: [ 44k 95% 6/s ]
cpus: 25.5 gc: 5% heap: 7.1G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(76% 76% 75% 75% 76% 76% 74% 74% 75% 76% 76% 76% 76% 75% 75% 76% 76% 77% 75% 75% 75% 76% 75% 75% 76% 75% 75% 75% 75% 74% 74%) -> (56k/82k) -> write(95%)
0:52:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 963M 89% 461k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.1M/s ] 260G blocks: [ 44k 95% 6/s ]
cpus: 24.9 gc: 5% heap: 7.2G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(73% 74% 73% 75% 73% 73% 73% 78% 74% 73% 74% 74% 73% 73% 74% 74% 72% 72% 72% 74% 73% 73% 73% 74% 73% 74% 74% 73% 74% 73% 73%) -> (60k/82k) -> write(94%)
0:52:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 967M 90% 455k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.2M/s ] 260G blocks: [ 45k 96% 6/s ]
cpus: 24.6 gc: 5% heap: 8G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(73% 72% 72% 72% 72% 71% 72% 79% 72% 73% 73% 71% 73% 72% 72% 72% 72% 74% 71% 72% 71% 70% 73% 71% 74% 72% 72% 72% 72% 74% 72%) -> (67k/82k) -> write(94%)
0:52:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 972M 90% 459k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.2M/s ] 261G blocks: [ 45k 96% 6/s ]
cpus: 25 gc: 5% heap: 7G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(72% 75% 73% 73% 74% 75% 74% 74% 75% 73% 74% 73% 74% 75% 73% 73% 74% 75% 74% 74% 74% 74% 74% 74% 74% 75% 75% 75% 73% 73% 73%) -> (56k/82k) -> write(94%)
0:52:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 976M 90% 444k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.1M/s ] 262G blocks: [ 45k 96% 6/s ]
cpus: 25.1 gc: 5% heap: 6.5G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(74% 73% 73% 74% 73% 73% 75% 74% 74% 74% 73% 74% 82% 73% 74% 73% 73% 73% 73% 74% 74% 73% 75% 73% 73% 76% 74% 74% 74% 74% 74%) -> (55k/82k) -> write(94%)
0:53:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 980M 91% 369k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.1M/s ] 264G blocks: [ 45k 96% 5/s ]
cpus: 24.4 gc: 5% heap: 7.7G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(71% 69% 72% 71% 72% 70% 71% 72% 74% 73% 76% 71% 74% 71% 71% 71% 73% 72% 72% 73% 70% 72% 73% 70% 71% 72% 73% 72% 72% 71% 72%) -> (70k/82k) -> write(94%)
0:53:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 983M 91% 279k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1M/s ] 265G blocks: [ 45k 96% 4/s ]
cpus: 25.1 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(74% 73% 75% 73% 75% 73% 73% 72% 83% 74% 74% 76% 70% 72% 74% 72% 80% 77% 72% 72% 71% 73% 75% 71% 73% 73% 71% 72% 72% 77% 72%) -> (66k/82k) -> write(94%)
0:53:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 986M 91% 324k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1M/s ] 265G blocks: [ 45k 96% 5/s ]
cpus: 25.6 gc: 7% heap: 11G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(73% 74% 74% 75% 75% 73% 77% 73% 73% 73% 75% 74% 74% 74% 75% 81% 74% 77% 75% 74% 74% 78% 75% 72% 73% 76% 76% 73% 80% 83% 74%) -> (69k/82k) -> write(93%)
0:53:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 990M 92% 368k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.1M/s ] 266G blocks: [ 45k 96% 5/s ]
cpus: 24.7 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(74% 73% 71% 72% 73% 73% 72% 73% 71% 73% 73% 72% 73% 73% 74% 73% 74% 72% 74% 72% 71% 72% 72% 73% 74% 74% 71% 70% 73% 72% 71%) -> (59k/82k) -> write(94%)
0:53:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 994M 92% 401k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.1M/s ] 267G blocks: [ 45k 96% 6/s ]
cpus: 24.9 gc: 5% heap: 12G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(72% 73% 75% 74% 72% 76% 72% 74% 72% 75% 73% 72% 75% 73% 75% 72% 73% 72% 75% 72% 74% 72% 73% 75% 72% 73% 73% 72% 74% 71% 73%) -> (66k/82k) -> write(94%)
0:53:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 998M 92% 388k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.1M/s ] 269G blocks: [ 45k 97% 5/s ]
cpus: 24.3 gc: 5% heap: 13G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 73% 70% 72% 70% 71% 74% 72% 70% 72% 72% 71% 72% 73% 71% 72% 73% 71% 70% 71% 73% 71% 73% 71% 72% 72% 72% 76% 73% 72% 69%) -> (71k/82k) -> write(95%)
0:54:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 93% 384k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.1M/s ] 269G blocks: [ 45k 97% 5/s ]
cpus: 24.2 gc: 5% heap: 15G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 71% 73% 69% 70% 69% 73% 72% 72% 71% 70% 70% 72% 73% 71% 70% 72% 75% 71% 72% 71% 70% 69% 73% 74% 69% 70% 72% 70% 73% 69%) -> (63k/82k) -> write(94%)
0:54:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 93% 423k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.1M/s ] 270G blocks: [ 45k 97% 6/s ]
cpus: 25.5 gc: 5% heap: 6G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(74% 74% 75% 76% 74% 76% 76% 75% 77% 74% 76% 76% 75% 75% 77% 76% 73% 76% 79% 77% 76% 73% 74% 77% 74% 74% 74% 74% 75% 75% 76%) -> (32k/82k) -> write(95%)
0:54:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 93% 417k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.1M/s ] 271G blocks: [ 45k 97% 6/s ]
cpus: 24.7 gc: 5% heap: 7.3G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(76% 74% 73% 74% 73% 72% 71% 73% 72% 71% 73% 75% 72% 71% 73% 74% 75% 74% 71% 71% 73% 76% 72% 67% 72% 72% 76% 72% 76% 76% 71%) -> (50k/82k) -> write(95%)
0:54:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 94% 409k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.1M/s ] 272G blocks: [ 45k 97% 5/s ]
cpus: 25.2 gc: 5% heap: 8.1G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(76% 73% 73% 76% 77% 76% 73% 76% 72% 74% 75% 75% 74% 73% 72% 78% 75% 76% 73% 73% 76% 74% 75% 73% 74% 72% 74% 73% 75% 75% 76%) -> (58k/82k) -> write(94%)
0:54:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 94% 417k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.1M/s ] 272G blocks: [ 45k 97% 6/s ]
cpus: 25.6 gc: 5% heap: 10G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(78% 74% 77% 74% 76% 74% 75% 74% 75% 81% 74% 74% 80% 73% 73% 75% 74% 74% 78% 73% 76% 76% 80% 81% 74% 74% 76% 74% 77% 74% 75%) -> (67k/82k) -> write(94%)
0:54:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 95% 469k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.1M/s ] 273G blocks: [ 45k 97% 6/s ]
cpus: 24.6 gc: 5% heap: 10G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 73% 72% 71% 73% 73% 71% 73% 72% 73% 72% 72% 75% 72% 73% 72% 73% 72% 77% 72% 72% 71% 74% 71% 73% 73% 72% 71% 72% 71% 71%) -> (68k/82k) -> write(95%)
0:55:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 95% 450k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.1M/s ] 275G blocks: [ 45k 97% 6/s ]
cpus: 25.1 gc: 5% heap: 12G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 73% 74% 76% 76% 74% 73% 74% 72% 74% 75% 73% 75% 73% 73% 73% 76% 75% 74% 76% 76% 76% 74% 72% 73% 76% 74% 73% 74% 75% 73%) -> (67k/82k) -> write(95%)
0:55:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 95% 451k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.1M/s ] 275G blocks: [ 45k 98% 6/s ]
cpus: 24.9 gc: 5% heap: 14G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(74% 76% 73% 75% 74% 77% 73% 75% 76% 76% 73% 74% 72% 72% 74% 72% 74% 72% 74% 72% 77% 71% 72% 72% 72% 71% 74% 75% 71% 73% 72%) -> (70k/82k) -> write(95%)
0:55:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 96% 439k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.2M/s ] 276G blocks: [ 46k 98% 6/s ]
cpus: 24.4 gc: 5% heap: 13G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 72% 72% 72% 72% 75% 71% 73% 72% 72% 72% 72% 72% 72% 71% 71% 72% 72% 71% 74% 72% 71% 71% 71% 71% 70% 71% 71% 73% 71% 72%) -> (71k/82k) -> write(94%)
0:55:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 96% 438k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.2M/s ] 277G blocks: [ 46k 98% 6/s ]
cpus: 25.2 gc: 5% heap: 13G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 75% 75% 74% 74% 74% 74% 74% 75% 75% 74% 73% 74% 74% 75% 75% 74% 75% 75% 75% 74% 73% 74% 76% 74% 73% 74% 75% 74% 73% 75%) -> (68k/82k) -> write(95%)
0:55:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 97% 430k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.2M/s ] 278G blocks: [ 46k 98% 6/s ]
cpus: 25.3 gc: 5% heap: 12G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(74% 75% 77% 74% 76% 76% 75% 74% 76% 76% 76% 74% 76% 74% 75% 74% 76% 75% 74% 75% 74% 74% 74% 77% 73% 73% 74% 73% 73% 74% 75%) -> (68k/82k) -> write(94%)
0:55:55 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 97% 426k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.2M/s ] 279G blocks: [ 46k 98% 5/s ]
cpus: 24.8 gc: 5% heap: 12G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 72% 74% 72% 76% 72% 74% 74% 74% 73% 73% 76% 72% 73% 73% 76% 75% 73% 72% 71% 71% 73% 72% 72% 73% 73% 74% 73% 74% 72% 72%) -> (66k/82k) -> write(94%)
0:56:05 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 97% 387k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.2M/s ] 279G blocks: [ 46k 98% 5/s ]
cpus: 24.3 gc: 5% heap: 14G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 71% 72% 70% 73% 71% 71% 70% 71% 70% 72% 75% 73% 70% 73% 70% 72% 72% 72% 74% 71% 70% 72% 72% 72% 70% 73% 72% 72% 69% 72%) -> (71k/82k) -> write(95%)
0:56:15 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 98% 388k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.1M/s ] 281G blocks: [ 46k 98% 5/s ]
cpus: 24.2 gc: 5% heap: 15G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(72% 70% 72% 73% 69% 70% 74% 72% 71% 71% 71% 72% 72% 75% 69% 72% 70% 71% 71% 73% 70% 71% 69% 72% 70% 72% 72% 71% 69% 70% 73%) -> (69k/82k) -> write(94%)
0:56:25 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 98% 400k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.1M/s ] 282G blocks: [ 46k 98% 5/s ]
cpus: 24.1 gc: 6% heap: 5.7G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(70% 70% 70% 71% 70% 71% 71% 70% 70% 70% 69% 69% 73% 71% 70% 70% 71% 71% 71% 70% 70% 72% 69% 72% 72% 70% 71% 71% 70% 71% 73%) -> (53k/82k) -> write(94%)
0:56:35 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 99% 388k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 1.2M/s ] 283G blocks: [ 46k 99% 5/s ]
cpus: 24.1 gc: 5% heap: 6.9G/25G direct: 1.5M postGC: 5.7G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(71% 72% 70% 71% 70% 70% 71% 71% 71% 73% 70% 71% 73% 71% 70% 71% 69% 71% 68% 72% 72% 70% 68% 70% 71% 73% 73% 70% 70% 71% 69%) -> (62k/82k) -> write(94%)
0:56:45 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 99% 397k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 1.2M/s ] 284G blocks: [ 46k 99% 5/s ]
cpus: 23.6 gc: 5% heap: 7.5G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(68% 69% 69% 70% 69% 68% 69% 70% 69% 68% 69% 71% 69% 69% 70% 68% 73% 70% 68% 68% 68% 67% 68% 68% 69% 70% 71% 68% 67% 69% 70%) -> (68k/82k) -> write(94%)
0:56:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 99% 388k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 1.3M/s ] 284G blocks: [ 46k 99% 5/s ]
cpus: 22.9 gc: 5% heap: 8.4G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(73% 67% 67% 67% 68% 67% 67% 65% 66% 69% 69% 66% 68% 67% 67% 64% 67% 67% 68% 66% 66% 67% 67% 65% 65% 67% 67% 68% 68% 65% 67%) -> (68k/82k) -> write(94%)
0:57:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 342k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 1.1M/s ] 285G blocks: [ 46k 99% 4/s ]
cpus: 23.8 gc: 5% heap: 11G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(72% 69% 71% 73% 69% 72% 68% 72% 68% 69% 68% 68% 69% 70% 70% 72% 68% 70% 71% 70% 68% 73% 73% 68% 71% 71% 67% 70% 71% 72% 69%) -> (69k/82k) -> write(95%)
0:57:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 333k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 1.1M/s ] 287G blocks: [ 46k 99% 5/s ]
cpus: 25 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(72% 74% 78% 71% 73% 71% 76% 76% 76% 75% 73% 71% 71% 75% 70% 76% 74% 73% 74% 73% 73% 71% 73% 73% 72% 71% 77% 77% 72% 72% 72%) -> (69k/82k) -> write(94%)
0:57:19 INF [osm_pass2:process] - Finished ways: 1,081,347,425 (422k/s) in 42m37s cpu:17h9m5s gc:2m23s avg:24.1
0:57:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 104k/s ] rels: [ 165k 1% 16k/s ] features: [ 3.4B 470k/s ] 287G blocks: [ 46k 99% 3/s ]
cpus: 22.6 gc: 7% heap: 7.8G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(54% 61% 61% 69% 65% 70% 72% 71% 64% 56% 73% 73% 65% 74% 71% 49% 63% 68% 70% 50% 68% 64% 73% 52% 72% 72% 69% 66% 67% 47% 77%) -> (15k/82k) -> write(28%)
0:57:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 292k 2% 12k/s ] features: [ 3.4B 207k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 27.8 gc: 3% heap: 7.5G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(84% 89% 87% 87% 87% 87% 84% 84% 87% 87% 91% 89% 87% 87% 88% 85% 87% 89% 88% 84% 83% 88% 91% 82% 83% 87% 80% 88% 90% 91% 85%) -> (14k/82k) -> write(19%)
0:57:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 425k 3% 13k/s ] features: [ 3.4B 213k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 27.6 gc: 3% heap: 7.4G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(83% 85% 88% 86% 86% 88% 85% 86% 87% 86% 90% 87% 90% 86% 92% 84% 87% 89% 85% 86% 85% 87% 90% 82% 86% 89% 84% 89% 88% 85% 85%) -> (14k/82k) -> write(20%)
0:57:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 538k 4% 11k/s ] features: [ 3.4B 200k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 27.9 gc: 3% heap: 7.9G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(86% 87% 87% 85% 88% 90% 88% 87% 91% 89% 88% 89% 88% 86% 89% 85% 89% 85% 89% 87% 86% 86% 89% 86% 88% 90% 86% 88% 88% 85% 92%) -> (17k/82k) -> write(19%)
0:58:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 649k 5% 11k/s ] features: [ 3.4B 176k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 27.9 gc: 2% heap: 9.8G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(87% 87% 89% 88% 82% 90% 87% 89% 91% 90% 88% 89% 89% 87% 89% 91% 91% 87% 92% 84% 84% 87% 90% 89% 87% 91% 86% 92% 89% 87% 86%) -> (16k/82k) -> write(20%)
0:58:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 748k 6% 9.8k/s ] features: [ 3.4B 185k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 27.8 gc: 2% heap: 8.9G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 84% 87% 90% 89% 89% 85% 90% 86% 84% 89% 90% 88% 85% 86% 85% 92% 90% 90% 80% 85% 88% 90% 90% 89% 88% 85% 90% 89% 90% 87%) -> (15k/82k) -> write(20%)
0:58:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 865k 7% 11k/s ] features: [ 3.4B 203k/s ] 289G blocks: [ 46k 99% <1/s ]
cpus: 28.1 gc: 3% heap: 2.6G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(87% 87% 90% 86% 86% 90% 89% 91% 87% 90% 86% 85% 89% 85% 86% 87% 89% 87% 86% 82% 87% 88% 89% 90% 88% 88% 87% 89% 87% 88% 90%) -> (17k/82k) -> write(22%)
0:58:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 975k 8% 11k/s ] features: [ 3.4B 1.8M/s ] 291G blocks: [ 46k 99% <1/s ]
cpus: 28.2 gc: 5% heap: 8.1G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(86% 85% 89% 88% 83% 87% 89% 93% 86% 87% 84% 94% 87% 85% 87% 84% 86% 84% 87% 81% 85% 85% 87% 90% 85% 87% 87% 84% 86% 88% 85%) -> (14k/82k) -> write(43%)
0:58:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1M 8% 10k/s ] features: [ 3.4B 832k/s ] 291G blocks: [ 46k 99% <1/s ]
cpus: 28.4 gc: 4% heap: 8.3G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(87% 89% 93% 87% 86% 88% 89% 96% 88% 92% 86% 87% 88% 84% 89% 88% 86% 86% 89% 89% 87% 88% 86% 90% 86% 91% 87% 86% 89% 90% 89%) -> (13k/82k) -> write(31%)
0:58:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.2M 9% 13k/s ] features: [ 3.4B 219k/s ] 292G blocks: [ 46k 99% <1/s ]
cpus: 27.9 gc: 2% heap: 8.1G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 89% 89% 89% 87% 89% 88% 90% 86% 92% 86% 88% 87% 87% 86% 85% 87% 87% 93% 90% 85% 86% 83% 90% 87% 89% 88% 87% 87% 90% 87%) -> (13k/82k) -> write(22%)
0:59:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.3M 10% 14k/s ] features: [ 3.5B 1.5M/s ] 293G blocks: [ 46k 99% <1/s ]
cpus: 28.4 gc: 3% heap: 10G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 89% 91% 89% 89% 86% 90% 88% 89% 90% 86% 88% 85% 87% 94% 90% 88% 87% 89% 91% 88% 89% 84% 87% 85% 89% 90% 91% 85% 90% 88%) -> (55k/82k) -> write(40%)
0:59:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.4M 11% 12k/s ] features: [ 3.5B 2.1M/s ] 294G blocks: [ 46k 99% <1/s ]
cpus: 28.5 gc: 3% heap: 8G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(87% 88% 92% 86% 85% 89% 88% 85% 88% 89% 86% 87% 89% 89% 86% 88% 89% 87% 85% 87% 89% 86% 83% 85% 88% 90% 89% 88% 85% 87% 88%) -> (13k/82k) -> write(49%)
0:59:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.6M 13% 14k/s ] features: [ 3.5B 639k/s ] 294G blocks: [ 46k 99% <1/s ]
cpus: 28.5 gc: 2% heap: 3.6G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 91% 93% 92% 89% 90% 91% 87% 90% 88% 89% 93% 88% 89% 88% 89% 89% 91% 88% 90% 91% 87% 89% 89% 93% 89% 89% 91% 89% 91% 93%) -> (15k/82k) -> write(30%)
0:59:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.7M 14% 15k/s ] features: [ 3.5B 418k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 28.5 gc: 2% heap: 6.9G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 85% 91% 89% 87% 91% 91% 89% 91% 89% 86% 91% 89% 87% 91% 89% 89% 93% 89% 90% 90% 86% 92% 88% 90% 86% 90% 90% 89% 89% 95%) -> (16k/82k) -> write(29%)
0:59:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.9M 15% 18k/s ] features: [ 3.5B 334k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 28.1 gc: 2% heap: 9.7G/25G direct: 1.5M postGC: 3.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 85% 91% 89% 90% 89% 91% 90% 89% 89% 88% 87% 87% 87% 88% 93% 89% 93% 89% 85% 90% 85% 92% 89% 91% 88% 87% 88% 88% 87% 88%) -> (15k/82k) -> write(26%)
0:59:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.1M 17% 19k/s ] features: [ 3.5B 295k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 28.2 gc: 2% heap: 4.7G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(86% 87% 89% 89% 87% 92% 91% 91% 88% 88% 90% 91% 89% 87% 89% 92% 89% 92% 90% 89% 89% 86% 92% 88% 86% 89% 85% 89% 90% 88% 90%) -> (13k/82k) -> write(24%)
1:00:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.3M 18% 20k/s ] features: [ 3.5B 316k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 28.3 gc: 2% heap: 8.2G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(87% 91% 90% 89% 86% 89% 89% 88% 89% 89% 88% 87% 86% 88% 90% 91% 91% 92% 89% 88% 89% 87% 93% 88% 88% 89% 88% 87% 88% 90% 89%) -> (15k/82k) -> write(25%)
1:00:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.5M 20% 18k/s ] features: [ 3.5B 243k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 28.4 gc: 1% heap: 9.3G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 92% 92% 91% 89% 89% 93% 91% 90% 90% 91% 91% 88% 88% 91% 88% 87% 93% 89% 86% 88% 89% 93% 89% 88% 88% 87% 89% 89% 90% 91%) -> (15k/82k) -> write(26%)
1:00:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.7M 21% 16k/s ] features: [ 3.5B 239k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 28.4 gc: 4% heap: 3.8G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(86% 90% 90% 86% 87% 88% 92% 90% 88% 91% 89% 86% 87% 80% 91% 85% 90% 90% 90% 86% 88% 87% 89% 92% 86% 89% 87% 89% 90% 89% 88%) -> (15k/82k) -> write(24%)
1:00:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.9M 22% 17k/s ] features: [ 3.5B 206k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 28.8 gc: 2% heap: 8.5G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 88% 90% 88% 89% 90% 90% 91% 89% 93% 94% 91% 91% 97% 91% 89% 93% 92% 91% 91% 89% 86% 91% 89% 87% 88% 87% 94% 89% 90% 94%) -> (15k/82k) -> write(24%)
1:00:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.1M 24% 20k/s ] features: [ 3.5B 291k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 28 gc: 2% heap: 9.7G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 89% 94% 91% 86% 88% 86% 88% 87% 91% 92% 84% 85% 89% 87% 85% 89% 91% 91% 90% 85% 89% 88% 88% 85% 88% 90% 88% 85% 92% 92%) -> (13k/82k) -> write(25%)
1:00:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.3M 26% 21k/s ] features: [ 3.5B 398k/s ] 298G blocks: [ 46k 99% <1/s ]
cpus: 28.6 gc: 1% heap: 7.5G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(87% 87% 95% 89% 91% 92% 91% 90% 92% 92% 90% 89% 90% 88% 89% 89% 92% 90% 92% 94% 88% 90% 96% 88% 90% 90% 92% 90% 90% 93% 88%) -> (17k/82k) -> write(30%)
1:01:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.5M 27% 21k/s ] features: [ 3.5B 462k/s ] 298G blocks: [ 46k 99% <1/s ]
cpus: 28.5 gc: 1% heap: 4.2G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 88% 93% 93% 92% 88% 90% 90% 90% 90% 92% 91% 88% 88% 89% 87% 88% 92% 91% 92% 88% 89% 94% 89% 91% 91% 90% 93% 91% 92% 88%) -> (18k/82k) -> write(28%)
1:01:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.7M 29% 22k/s ] features: [ 3.5B 344k/s ] 298G blocks: [ 46k 99% <1/s ]
cpus: 28.3 gc: 2% heap: 7.8G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(85% 87% 88% 91% 89% 90% 87% 88% 86% 88% 90% 90% 88% 88% 89% 86% 91% 92% 88% 93% 92% 90% 94% 89% 89% 87% 91% 91% 91% 92% 88%) -> (28k/82k) -> write(25%)
1:01:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 3.9M 31% 22k/s ] features: [ 3.5B 782k/s ] 300G blocks: [ 46k 99% <1/s ]
cpus: 27.8 gc: 4% heap: 6.9G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(86% 85% 82% 88% 87% 87% 83% 88% 85% 87% 85% 86% 86% 87% 87% 86% 86% 88% 85% 88% 89% 84% 88% 84% 86% 86% 85% 90% 90% 85% 87%) -> (15k/82k) -> write(30%)
1:01:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 4.2M 32% 22k/s ] features: [ 3.5B 285k/s ] 300G blocks: [ 46k 99% <1/s ]
cpus: 28.4 gc: 3% heap: 10G/25G direct: 1.5M postGC: 3.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(87% 87% 89% 90% 87% 86% 86% 91% 89% 87% 89% 87% 87% 89% 87% 90% 88% 89% 90% 88% 87% 90% 93% 89% 90% 87% 88% 92% 90% 91% 97%) -> (16k/82k) -> write(23%)
1:01:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 4.4M 34% 23k/s ] features: [ 3.5B 245k/s ] 301G blocks: [ 46k 99% <1/s ]
cpus: 28.3 gc: 2% heap: 5.8G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 88% 87% 89% 89% 88% 89% 89% 90% 90% 88% 88% 87% 91% 89% 89% 93% 88% 89% 88% 89% 89% 88% 93% 91% 90% 89% 86% 88% 91% 96%) -> (19k/82k) -> write(24%)
1:01:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 4.6M 36% 22k/s ] features: [ 3.5B 191k/s ] 301G blocks: [ 46k 99% <1/s ]
cpus: 28.3 gc: 2% heap: 10G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 88% 91% 90% 88% 89% 90% 86% 86% 88% 88% 90% 88% 91% 87% 89% 90% 89% 87% 90% 89% 87% 90% 93% 89% 91% 89% 87% 87% 90% 95%) -> (18k/82k) -> write(21%)
1:02:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 4.8M 38% 21k/s ] features: [ 3.5B 342k/s ] 301G blocks: [ 46k 99% <1/s ]
cpus: 28.5 gc: 2% heap: 7.8G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 92% 89% 90% 89% 90% 88% 89% 89% 91% 92% 88% 91% 92% 87% 94% 90% 93% 91% 91% 91% 90% 89% 93% 91% 89% 88% 88% 90% 91% 93%) -> (15k/82k) -> write(24%)
1:02:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5.1M 39% 23k/s ] features: [ 3.5B 435k/s ] 301G blocks: [ 46k 99% <1/s ]
cpus: 28.4 gc: 2% heap: 11G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 90% 89% 91% 89% 91% 88% 88% 87% 88% 89% 90% 89% 89% 93% 86% 89% 92% 89% 89% 88% 89% 87% 90% 86% 90% 89% 87% 90% 88% 91%) -> (17k/82k) -> write(26%)
1:02:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5.3M 41% 22k/s ] features: [ 3.6B 2.7M/s ] 303G blocks: [ 46k 99% <1/s ]
cpus: 28 gc: 2% heap: 9.6G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 88% 90% 92% 89% 87% 90% 84% 85% 86% 90% 90% 88% 91% 92% 82% 85% 89% 84% 86% 78% 88% 85% 88% 86% 87% 88% 85% 88% 85% 85%) -> (15k/82k) -> write(56%)
1:02:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5.5M 43% 23k/s ] features: [ 3.6B 657k/s ] 305G blocks: [ 46k 100% <1/s ]
cpus: 28.2 gc: 2% heap: 4.4G/25G direct: 1.5M postGC: 4.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 90% 93% 89% 89% 92% 91% 84% 85% 87% 92% 89% 88% 86% 91% 89% 90% 89% 81% 86% 87% 89% 88% 93% 89% 87% 91% 90% 92% 90% 87%) -> (18k/82k) -> write(32%)
1:02:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 5.8M 45% 23k/s ] features: [ 3.6B 675k/s ] 305G blocks: [ 46k 100% <1/s ]
cpus: 28.4 gc: 2% heap: 8.2G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 94% 91% 92% 90% 90% 90% 86% 89% 89% 91% 91% 89% 90% 91% 89% 91% 90% 83% 93% 84% 88% 90% 88% 87% 88% 93% 90% 90% 90% 85%) -> (15k/82k) -> write(28%)
1:02:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6M 47% 23k/s ] features: [ 3.6B 295k/s ] 305G blocks: [ 46k 100% <1/s ]
cpus: 28.1 gc: 2% heap: 10G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(85% 92% 91% 88% 81% 90% 87% 89% 89% 86% 89% 92% 91% 85% 84% 89% 87% 88% 87% 89% 89% 87% 90% 88% 87% 88% 90% 90% 90% 88% 87%) -> (16k/82k) -> write(23%)
1:03:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6.3M 49% 25k/s ] features: [ 3.6B 438k/s ] 306G blocks: [ 46k 100% <1/s ]
cpus: 28 gc: 2% heap: 4.6G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(86% 89% 92% 87% 87% 88% 87% 89% 89% 87% 90% 89% 89% 88% 86% 86% 87% 89% 88% 91% 85% 89% 85% 90% 88% 89% 87% 89% 88% 87% 87%) -> (15k/82k) -> write(27%)
1:03:16 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6.5M 51% 24k/s ] features: [ 3.6B 292k/s ] 306G blocks: [ 46k 100% <1/s ]
cpus: 28.2 gc: 2% heap: 9.7G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 88% 91% 87% 88% 91% 90% 90% 90% 90% 93% 88% 90% 90% 90% 89% 90% 92% 91% 89% 90% 91% 89% 90% 87% 90% 89% 90% 92% 87% 89%) -> (16k/82k) -> write(23%)
1:03:26 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6.7M 52% 20k/s ] features: [ 3.6B 193k/s ] 306G blocks: [ 46k 100% <1/s ]
cpus: 28.6 gc: 2% heap: 7.6G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(86% 89% 91% 92% 88% 90% 91% 90% 90% 90% 87% 90% 91% 94% 89% 90% 86% 92% 92% 95% 89% 92% 88% 95% 90% 93% 92% 92% 91% 90% 89%) -> (15k/82k) -> write(21%)
1:03:36 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 6.9M 54% 18k/s ] features: [ 3.6B 379k/s ] 306G blocks: [ 46k 100% <1/s ]
cpus: 28.2 gc: 2% heap: 9.9G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 89% 88% 89% 90% 88% 88% 92% 91% 83% 90% 88% 90% 92% 93% 86% 88% 88% 88% 94% 89% 90% 85% 93% 88% 94% 84% 89% 88% 86% 85%) -> (15k/82k) -> write(23%)
1:03:46 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.1M 55% 19k/s ] features: [ 3.6B 248k/s ] 307G blocks: [ 46k 100% <1/s ]
cpus: 28.5 gc: 1% heap: 6.7G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 90% 88% 92% 90% 88% 88% 91% 94% 88% 95% 90% 90% 90% 93% 90% 87% 93% 92% 93% 92% 92% 85% 95% 91% 95% 91% 88% 92% 89% 87%) -> (14k/82k) -> write(24%)
1:03:56 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.3M 56% 18k/s ] features: [ 3.6B 195k/s ] 307G blocks: [ 46k 100% <1/s ]
cpus: 28.8 gc: 1% heap: 12G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 90% 91% 92% 91% 90% 90% 95% 93% 93% 88% 88% 92% 93% 91% 89% 89% 92% 92% 90% 88% 93% 90% 93% 91% 94% 90% 91% 93% 91% 89%) -> (14k/82k) -> write(22%)
1:04:06 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.5M 58% 19k/s ] features: [ 3.6B 198k/s ] 307G blocks: [ 46k 100% <1/s ]
cpus: 28.7 gc: 2% heap: 10G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 89% 90% 88% 89% 90% 92% 91% 92% 92% 92% 90% 90% 92% 91% 92% 92% 90% 94% 88% 89% 92% 90% 92% 92% 89% 91% 91% 92% 92% 90%) -> (15k/82k) -> write(22%)
1:04:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.7M 60% 22k/s ] features: [ 3.6B 226k/s ] 307G blocks: [ 46k 100% <1/s ]
cpus: 28.1 gc: 2% heap: 13G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 86% 87% 89% 88% 91% 90% 89% 93% 85% 89% 89% 90% 91% 90% 88% 90% 88% 86% 86% 87% 88% 87% 90% 90% 87% 90% 89% 91% 88% 85%) -> (12k/82k) -> write(22%)
1:04:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 7.9M 62% 23k/s ] features: [ 3.6B 277k/s ] 309G blocks: [ 46k 100% <1/s ]
cpus: 28.3 gc: 2% heap: 9.4G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 92% 89% 91% 90% 93% 87% 86% 93% 90% 89% 89% 89% 89% 87% 89% 86% 89% 87% 89% 87% 92% 88% 95% 85% 89% 88% 90% 89% 88% 87%) -> (16k/82k) -> write(25%)
1:04:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 8.2M 64% 25k/s ] features: [ 3.6B 203k/s ] 309G blocks: [ 46k 100% <1/s ]
cpus: 28.4 gc: 2% heap: 6.5G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(92% 88% 89% 92% 93% 90% 87% 88% 91% 91% 91% 93% 86% 93% 89% 91% 90% 90% 90% 90% 89% 88% 89% 88% 87% 91% 89% 89% 87% 90% 90%) -> (16k/82k) -> write(22%)
1:04:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 8.5M 66% 26k/s ] features: [ 3.6B 323k/s ] 309G blocks: [ 46k 100% <1/s ]
cpus: 28.3 gc: 2% heap: 4.5G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 89% 88% 89% 92% 92% 91% 89% 89% 87% 89% 88% 86% 89% 88% 90% 89% 86% 88% 88% 89% 88% 87% 91% 89% 87% 88% 89% 89% 91% 87%) -> (16k/82k) -> write(25%)
1:04:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 8.7M 68% 25k/s ] features: [ 3.6B 215k/s ] 309G blocks: [ 46k 100% 1/s ]
cpus: 27.2 gc: 2% heap: 2.6G/25G direct: 1.5M postGC: 1.9G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(85% 85% 87% 84% 82% 92% 84% 87% 84% 85% 87% 87% 87% 86% 82% 89% 86% 86% 84% 86% 90% 86% 85% 87% 85% 86% 85% 87% 87% 86% 86%) -> (14k/82k) -> write(20%)
1:05:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 9M 70% 23k/s ] features: [ 3.6B 219k/s ] 310G blocks: [ 46k 100% <1/s ]
cpus: 28.3 gc: 4% heap: 5.1G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 89% 88% 89% 88% 93% 88% 88% 89% 86% 88% 86% 87% 87% 85% 88% 83% 88% 87% 89% 87% 88% 89% 89% 87% 90% 85% 87% 87% 88% 87%) -> (17k/82k) -> write(22%)
1:05:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 9.2M 71% 24k/s ] features: [ 3.6B 220k/s ] 310G blocks: [ 46k 100% <1/s ]
cpus: 28.4 gc: 2% heap: 5.8G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 89% 88% 90% 90% 93% 94% 89% 90% 89% 89% 91% 92% 91% 85% 88% 96% 89% 88% 91% 90% 89% 87% 90% 90% 90% 90% 90% 88% 89% 79%) -> (16k/82k) -> write(20%)
1:05:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 9.5M 73% 24k/s ] features: [ 3.6B 363k/s ] 310G blocks: [ 47k 100% <1/s ]
cpus: 28.6 gc: 2% heap: 2.7G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 92% 90% 91% 90% 93% 92% 92% 90% 89% 90% 90% 92% 90% 89% 90% 91% 91% 91% 89% 92% 92% 88% 89% 90% 90% 90% 92% 87% 89% 89%) -> (14k/82k) -> write(24%)
1:05:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 9.7M 75% 25k/s ] features: [ 3.6B 294k/s ] 310G blocks: [ 47k 100% <1/s ]
cpus: 28 gc: 2% heap: 7.8G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(87% 88% 88% 88% 88% 90% 89% 90% 90% 87% 89% 89% 91% 88% 88% 87% 91% 88% 87% 88% 89% 90% 87% 89% 87% 88% 87% 90% 87% 92% 81%) -> (14k/82k) -> write(23%)
1:05:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 77% 24k/s ] features: [ 3.6B 190k/s ] 312G blocks: [ 47k 100% <1/s ]
cpus: 28.4 gc: 2% heap: 4.8G/25G direct: 1.5M postGC: 2.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 91% 88% 89% 90% 92% 90% 91% 91% 90% 90% 93% 93% 91% 91% 90% 90% 88% 90% 90% 88% 90% 84% 87% 93% 93% 89% 90% 88% 92% 88%) -> (14k/82k) -> write(23%)
1:05:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 79% 24k/s ] features: [ 3.6B 189k/s ] 312G blocks: [ 47k 100% <1/s ]
cpus: 28.7 gc: 2% heap: 8.1G/25G direct: 1.5M postGC: 2.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 91% 90% 92% 94% 92% 88% 89% 91% 90% 91% 91% 89% 93% 89% 90% 89% 90% 93% 91% 88% 88% 88% 91% 97% 90% 89% 92% 92% 90% 91%) -> (17k/82k) -> write(23%)
1:06:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 81% 22k/s ] features: [ 3.6B 181k/s ] 312G blocks: [ 47k 100% <1/s ]
cpus: 28.8 gc: 2% heap: 6.3G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 89% 91% 89% 91% 92% 95% 89% 91% 96% 90% 94% 91% 91% 88% 91% 89% 93% 91% 90% 90% 94% 91% 91% 96% 91% 92% 90% 91% 95% 89%) -> (16k/82k) -> write(22%)
1:06:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 83% 25k/s ] features: [ 3.6B 204k/s ] 312G blocks: [ 47k 100% <1/s ]
cpus: 28.3 gc: 2% heap: 7.3G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 89% 92% 89% 94% 89% 91% 89% 89% 92% 90% 93% 91% 89% 87% 88% 88% 91% 90% 89% 89% 88% 87% 90% 92% 88% 87% 89% 89% 90% 90%) -> (14k/82k) -> write(23%)
1:06:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 10M 85% 24k/s ] features: [ 3.6B 267k/s ] 313G blocks: [ 47k 100% <1/s ]
cpus: 28.6 gc: 2% heap: 3.9G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 89% 88% 89% 90% 92% 89% 90% 91% 91% 90% 93% 86% 90% 91% 90% 88% 89% 90% 89% 90% 93% 89% 89% 93% 94% 88% 90% 90% 89% 89%) -> (15k/82k) -> write(26%)
1:06:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 86% 23k/s ] features: [ 3.6B 228k/s ] 313G blocks: [ 47k 100% <1/s ]
cpus: 28.7 gc: 2% heap: 7.3G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 91% 90% 90% 91% 89% 89% 90% 90% 87% 91% 92% 88% 93% 89% 94% 88% 91% 93% 92% 92% 92% 90% 89% 91% 92% 92% 90% 89% 90% 88%) -> (16k/82k) -> write(24%)
1:06:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 88% 20k/s ] features: [ 3.7B 438k/s ] 313G blocks: [ 47k 100% <1/s ]
cpus: 28.8 gc: 2% heap: 5.3G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 92% 91% 92% 93% 93% 88% 93% 94% 89% 94% 88% 89% 91% 90% 89% 90% 91% 90% 90% 88% 89% 92% 90% 89% 92% 92% 90% 93% 90% 91%) -> (12k/82k) -> write(28%)
1:06:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 89% 17k/s ] features: [ 3.7B 452k/s ] 315G blocks: [ 47k 100% <1/s ]
cpus: 28.7 gc: 2% heap: 7.9G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 94% 92% 93% 92% 89% 93% 92% 90% 90% 88% 92% 89% 89% 91% 88% 91% 90% 89% 91% 89% 91% 88% 90% 92% 90% 92% 90% 91% 92% 89%) -> (17k/82k) -> write(28%)
1:07:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 91% 18k/s ] features: [ 3.7B 206k/s ] 315G blocks: [ 47k 100% <1/s ]
cpus: 28.6 gc: 2% heap: 3.6G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 93% 92% 92% 94% 88% 93% 91% 91% 87% 90% 89% 93% 91% 90% 91% 91% 91% 90% 92% 90% 91% 87% 91% 91% 87% 87% 91% 92% 89% 91%) -> (14k/82k) -> write(24%)
1:07:17 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 11M 92% 19k/s ] features: [ 3.7B 225k/s ] 315G blocks: [ 47k 100% <1/s ]
cpus: 29 gc: 1% heap: 3G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( -%) -> (14/47) -> process(89% 95% 88% 92% 95% 89% 95% 95% 92% 90% 90% 93% 94% 93% 92% 94% 93% 93% 92% 93% 94% 96% 92% 90% 93% 88% 89% 92% 93% 89% 92%) -> (16k/82k) -> write(24%)
1:07:27 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 94% 19k/s ] features: [ 3.7B 223k/s ] 315G blocks: [ 47k 100% <1/s ]
cpus: 29 gc: 1% heap: 2.8G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( -%) -> (12/47) -> process(91% 96% 89% 90% 95% 92% 95% 94% 92% 91% 89% 92% 91% 90% 91% 93% 94% 92% 90% 88% 96% 94% 93% 92% 93% 91% 88% 92% 93% 89% 93%) -> (14k/82k) -> write(25%)
1:07:37 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 95% 18k/s ] features: [ 3.7B 307k/s ] 316G blocks: [ 47k 100% <1/s ]
cpus: 28.5 gc: 2% heap: 3.3G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( -%) -> (5/47) -> process(90% 91% 88% 89% 91% 89% 94% 92% 93% 88% 87% 88% 88% 90% 88% 90% 91% 89% 89% 90% 94% 93% 89% 89% 92% 87% 88% 90% 91% 91% 94%) -> (17k/82k) -> write(26%)
1:07:47 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 97% 18k/s ] features: [ 3.7B 245k/s ] 316G blocks: [ 47k 100% <1/s ]
cpus: 29 gc: 2% heap: 8.2G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( -%) -> (0/47) -> process(91% 90% 89% 93% 95% 94% 93% 95% 96% 89% 90% 89% 90% 90% 90% 95% 93% 88% 92% 93% 89% 94% 89% 91% 93% 91% 91% 89% 90% 91% 93%) -> (14k/82k) -> write(27%)
1:07:57 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 98% 18k/s ] features: [ 3.7B 221k/s ] 316G blocks: [ 47k 100% <1/s ]
cpus: 29.2 gc: 1% heap: 7.3G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( -%) -> (0/47) -> process(92% 93% 94% 95% 95% 95% 94% 94% 94% 91% 92% 90% 91% 89% 89% 95% 95% 90% 95% 93% 90% 94% 91% 90% 95% 92% 90% 90% 90% 95% 94%) -> (18k/82k) -> write(26%)
1:08:07 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 100% 18k/s ] features: [ 3.7B 216k/s ] 316G blocks: [ 47k 100% <1/s ]
cpus: 29 gc: 1% heap: 5.8G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( -%) -> (0/47) -> process(89% 94% 94% 94% 95% 94% 94% 95% 94% 90% 94% 88% 90% 90% 90% 93% 94% 89% 95% 94% 89% 91% 88% 90% 95% 90% 90% 90% 95% 94% 95%) -> (17k/82k) -> write(26%)
1:08:10 INF [osm_pass2:process] - Finished relations: 12,973,197 (19k/s) in 10m51s cpu:5h7m23s gc:14s avg:28.3
1:08:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 12M 100% 17k/s ] features: [ 3.7B 168k/s ] 316G blocks: [ 47k 100% 3/s ]
cpus: 22.4 gc: 1% heap: 2.8G/25G direct: 16k postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( -%) -> (0/47) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
1:08:10 DEB [osm_pass2] - Processed 47,119 blocks:
1:08:10 DEB [osm_pass2] - nodes: 9,688,620,306 (16M/s) in 9m44s cpu:4h56m50s gc:23s avg:30.5
1:08:10 DEB [osm_pass2] - ways: 1,081,347,425 (422k/s) in 42m37s cpu:17h9m5s gc:2m23s avg:24.1
1:08:10 DEB [osm_pass2] - relations: 12,973,197 (19k/s) in 10m51s cpu:5h7m23s gc:14s avg:28.3
1:08:10 INF [osm_pass2] - Finished in 1h3m12s cpu:27h13m11s gc:3m avg:25.8
1:08:10 INF [osm_pass2] - read 1x(0% 9s wait:1h1m53s done:1m3s)
1:08:10 INF [osm_pass2] - process 31x(78% 49m5s block:3s wait:5m8s)
1:08:10 INF [osm_pass2] - write 1x(70% 44m29s wait:16m6s)
1:08:15 INF [osm_water] -
1:08:15 INF [osm_water] - Starting...
1:08:26 INF [osm_water] - read: [ 1.4k 10% 142/s ] write: [ 31M 3.1M/s ] 319G
cpus: 29.4 gc: 12% heap: 7.4G/25G direct: 54M postGC: 4.1G
-> (0/4) -> read(61%) -> (1k/1k) -> process(79% 81% 83% 81% 82% 78% 84% 83% 83% 78% 82% 75% 78% 81% 76% 85% 81% 79% 79% 78% 79% 83% 80% 83% 83% 82% 79% 76% 82% 79% 79%) -> (59k/82k) -> write(62%)
1:08:36 INF [osm_water] - read: [ 2.7k 19% 133/s ] write: [ 62M 3M/s ] 321G
cpus: 30.1 gc: 12% heap: 5.4G/25G direct: 54M postGC: 5.2G
-> (0/4) -> read(31%) -> (1k/1k) -> process(85% 87% 87% 85% 84% 85% 86% 86% 86% 84% 85% 88% 85% 86% 84% 87% 84% 87% 86% 85% 86% 87% 83% 84% 85% 85% 84% 87% 84% 85% 86%) -> (17k/82k) -> write(57%)
1:08:46 INF [osm_water] - read: [ 3.9k 27% 121/s ] write: [ 91M 2.9M/s ] 322G
cpus: 30 gc: 11% heap: 15G/25G direct: 54M postGC: 6.2G
-> (0/4) -> read(32%) -> (999/1k) -> process(83% 84% 87% 87% 86% 88% 86% 86% 87% 87% 83% 88% 87% 86% 87% 86% 85% 84% 85% 88% 84% 83% 85% 81% 85% 85% 87% 88% 85% 86% 86%) -> (14k/82k) -> write(58%)
1:08:56 INF [osm_water] - read: [ 5.1k 36% 116/s ] write: [ 117M 2.6M/s ] 324G
cpus: 29.5 gc: 12% heap: 12G/25G direct: 54M postGC: 7G
-> (0/4) -> read(27%) -> (1k/1k) -> process(82% 81% 82% 84% 83% 86% 83% 81% 87% 87% 86% 85% 87% 84% 79% 83% 83% 85% 86% 80% 82% 84% 81% 82% 81% 88% 87% 86% 82% 87% 82%) -> (31k/82k) -> write(57%)
1:09:06 INF [osm_water] - read: [ 6.7k 47% 160/s ] write: [ 173M 5.5M/s ] 327G
cpus: 25.8 gc: 8% heap: 9.9G/25G direct: 54M postGC: 7G
-> (0/4) -> read( 2%) -> (1k/1k) -> process(77% 78% 73% 79% 68% 71% 70% 70% 72% 72% 69% 81% 74% 70% 74% 69% 76% 70% 71% 73% 90% 72% 71% 74% 73% 91% 68% 91% 89% 76% 76%) -> (77k/82k) -> write(73%)
1:09:16 INF [osm_water] - read: [ 8.7k 61% 202/s ] write: [ 355M 18M/s ] 335G
cpus: 5.5 gc: 1% heap: 16G/25G direct: 54M postGC: 6.9G
-> (0/4) -> read( 0%) -> (1k/1k) -> process(12% 11% 12% 12% 12% 12% 12% 12% 11% 12% 11% 11% 12% 11% 12% 11% 11% 12% 11% 12% 18% 11% 11% 11% 12% 13% 11% 22% 65% 12% 12%) -> (78k/82k) -> write(99%)
1:09:26 INF [osm_water] - read: [ 10k 74% 199/s ] write: [ 533M 17M/s ] 344G
cpus: 4.3 gc: 0% heap: 7.9G/25G direct: 54M postGC: 6.9G
-> (0/4) -> read( 0%) -> (1k/1k) -> process(10% 11% 10% 10% 10% 11% 10% 11% 11% 10% 10% 11% 11% 10% 10% 11% 11% 11% 10% 10% 10% 11% 11% 10% 10% 11% 11% 11% 11% 10% 11%) -> (79k/82k) -> write(100%)
1:09:36 INF [osm_water] - read: [ 12k 88% 202/s ] write: [ 714M 18M/s ] 353G
cpus: 4.3 gc: 0% heap: 15G/25G direct: 54M postGC: 6.9G
-> (0/4) -> read( 0%) -> (1k/1k) -> process(10% 10% 11% 11% 11% 10% 11% 11% 10% 11% 10% 11% 11% 11% 10% 10% 10% 10% 11% 11% 11% 10% 10% 10% 11% 11% 10% 10% 10% 11% 10%) -> (79k/82k) -> write(100%)
1:09:45 INF [osm_water] - read: [ 14k 100% 199/s ] write: [ 868M 17M/s ] 359G
cpus: 4.3 gc: 0% heap: 6.9G/25G direct: 54M postGC: 6.9G
-> (0/4) -> read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
1:09:45 INF [osm_water] - Finished in 1m29s cpu:27m11s gc:6s avg:18.3
1:09:45 INF [osm_water] - read 2x(9% 8s wait:32s done:47s)
1:09:45 INF [osm_water] - process 31x(51% 46s wait:37s)
1:09:45 INF [osm_water] - write 1x(78% 1m9s wait:12s)
1:09:45 INF [osm_land] -
1:09:45 INF [osm_land] - Starting...
1:09:55 INF [osm_land] - read: [ 131k 16% 13k/s ] write: [ 108M 10M/s ] 366G
cpus: 15.8 gc: 1% heap: 14G/25G direct: 54M postGC: 6.9G
-> (0/4) -> read(28%) -> (1k/1k) -> process(39% 49% 43% 44% 44% 44% 55% 51% 49% 40% 47% 43% 52% 49% 45% 47% 40% 45% 46% 60% 44% 48% 50% 44% 41% 42% 47% 40% 51% 46% 44%) -> (75k/82k) -> write(96%)
1:10:05 INF [osm_land] - read: [ 283k 35% 15k/s ] write: [ 213M 10M/s ] 370G
cpus: 16.7 gc: 1% heap: 12G/25G direct: 58M postGC: 7G
-> (0/4) -> read(30%) -> (1k/1k) -> process(50% 50% 52% 46% 47% 49% 47% 42% 50% 50% 49% 47% 51% 49% 48% 46% 43% 47% 50% 50% 48% 51% 49% 48% 52% 46% 50% 47% 53% 62% 56%) -> (79k/82k) -> write(96%)
1:10:15 INF [osm_land] - read: [ 414k 51% 13k/s ] write: [ 326M 11M/s ] 376G
cpus: 15 gc: 1% heap: 17G/25G direct: 58M postGC: 6.9G
-> (0/4) -> read(25%) -> (1k/1k) -> process(51% 47% 40% 42% 51% 43% 39% 52% 47% 44% 44% 49% 38% 42% 42% 46% 40% 43% 38% 43% 48% 47% 50% 47% 40% 44% 45% 40% 37% 37% 46%) -> (76k/82k) -> write(98%)
1:10:25 INF [osm_land] - read: [ 567k 70% 15k/s ] write: [ 437M 11M/s ] 381G
cpus: 16 gc: 1% heap: 12G/25G direct: 58M postGC: 6.9G
-> (0/4) -> read(28%) -> (999/1k) -> process(48% 48% 45% 57% 46% 50% 55% 43% 57% 44% 52% 46% 47% 47% 43% 42% 41% 54% 47% 44% 47% 46% 44% 44% 47% 45% 46% 50% 51% 46% 44%) -> (14k/82k) -> write(95%)
1:10:35 INF [osm_land] - read: [ 723k 90% 15k/s ] write: [ 535M 9.8M/s ] 386G
cpus: 16.9 gc: 1% heap: 10G/25G direct: 66M postGC: 7G
-> (0/4) -> read(31%) -> (1k/1k) -> process(53% 47% 58% 61% 50% 45% 47% 49% 44% 47% 61% 48% 50% 49% 53% 49% 55% 46% 43% 47% 49% 53% 49% 53% 52% 48% 57% 46% 49% 39% 44%) -> (71k/82k) -> write(95%)
1:10:41 INF [osm_land] - read: [ 806k 100% 13k/s ] write: [ 606M 11M/s ] 387G
cpus: 14.2 gc: 1% heap: 16G/25G direct: 66M postGC: 6.9G
-> (0/4) -> read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
1:10:41 INF [osm_land] - Finished in 56s cpu:14m51s avg:15.9
1:10:41 INF [osm_land] - read 2x(14% 8s wait:21s done:28s)
1:10:41 INF [osm_land] - process 31x(47% 26s wait:30s)
1:10:41 INF [osm_land] - write 1x(96% 54s wait:2s)
1:10:41 INF [landcover] -
1:10:41 INF [landcover] - Starting...
1:10:43 INF [landcover] - read: [ 27k 100% 13k/s ] write: [ 237k 113k/s ] 388G
cpus: 12.4 gc: 0% heap: 11G/25G direct: 66M postGC: 7G
-> (0/4) -> read( -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
1:10:43 INF [landcover] - Finished in 2s cpu:26s avg:11.8
1:10:43 INF [landcover] - read 2x(18% 0.4s done:2s)
1:10:43 INF [landcover] - process 31x(31% 0.7s done:1s)
1:10:43 INF [landcover] - write 1x(9% 0.2s wait:2s)
1:10:43 INF [landcover] - Deleting node.db to make room for output file
1:10:43 INF [sort] -
1:10:43 INF [sort] - Starting...
1:10:43 INF [sort] - Grouped 338 chunks into 330
1:10:53 INF [sort] - chunks: [ 8 / 330 2% ] 388G
cpus: 13.7 gc: 15% heap: 18G/25G direct: 66M postGC: 16G
-> (318/335) -> worker(44% 44% 43% 41%)
1:11:03 INF [sort] - chunks: [ 16 / 330 5% ] 388G
cpus: 15.2 gc: 16% heap: 19G/25G direct: 66M postGC: 19G
-> (310/335) -> worker(47% 48% 48% 47%)
1:11:13 INF [sort] - chunks: [ 24 / 330 7% ] 388G
cpus: 14.2 gc: 13% heap: 5.3G/25G direct: 66M postGC: 4.3G
-> (302/335) -> worker(47% 48% 48% 47%)
1:11:23 INF [sort] - chunks: [ 32 / 330 10% ] 388G
cpus: 14.6 gc: 15% heap: 19G/25G direct: 66M postGC: 18G
-> (294/335) -> worker(46% 47% 44% 45%)
1:11:33 INF [sort] - chunks: [ 40 / 330 12% ] 388G
cpus: 15.7 gc: 14% heap: 9.9G/25G direct: 66M postGC: 9.7G
-> (286/335) -> worker(45% 43% 48% 45%)
1:11:43 INF [sort] - chunks: [ 48 / 330 15% ] 388G
cpus: 14.6 gc: 15% heap: 10G/25G direct: 66M postGC: 9.9G
-> (278/335) -> worker(46% 47% 48% 42%)
1:11:53 INF [sort] - chunks: [ 56 / 330 17% ] 388G
cpus: 14.6 gc: 15% heap: 12G/25G direct: 66M postGC: 11G
-> (270/335) -> worker(48% 49% 45% 47%)
1:12:03 INF [sort] - chunks: [ 64 / 330 19% ] 388G
cpus: 15.8 gc: 17% heap: 15G/25G direct: 66M postGC: 15G
-> (262/335) -> worker(50% 41% 41% 43%)
1:12:14 INF [sort] - chunks: [ 72 / 330 22% ] 388G
cpus: 14.2 gc: 14% heap: 8.9G/25G direct: 66M postGC: 8.5G
-> (254/335) -> worker(38% 37% 45% 44%)
1:12:24 INF [sort] - chunks: [ 81 / 330 25% ] 388G
cpus: 13 gc: 13% heap: 15G/25G direct: 66M postGC: 14G
-> (245/335) -> worker(47% 46% 52% 47%)
1:12:34 INF [sort] - chunks: [ 89 / 330 27% ] 388G
cpus: 14.9 gc: 13% heap: 5.4G/25G direct: 66M postGC: 5.5G
-> (237/335) -> worker(39% 43% 44% 48%)
1:12:44 INF [sort] - chunks: [ 97 / 330 29% ] 388G
cpus: 13.7 gc: 13% heap: 5.3G/25G direct: 66M postGC: 4.3G
-> (229/335) -> worker(40% 46% 49% 41%)
1:12:54 INF [sort] - chunks: [ 105 / 330 32% ] 388G
cpus: 14.8 gc: 15% heap: 12G/25G direct: 66M postGC: 12G
-> (221/335) -> worker(48% 42% 51% 47%)
1:13:04 INF [sort] - chunks: [ 113 / 330 34% ] 388G
cpus: 13.8 gc: 15% heap: 7.4G/25G direct: 66M postGC: 6.7G
-> (213/335) -> worker(44% 52% 45% 49%)
1:13:15 INF [sort] - chunks: [ 121 / 330 37% ] 389G
cpus: 16.9 gc: 16% heap: 16G/25G direct: 66M postGC: 15G
-> (205/335) -> worker(38% 44% 39% 45%)
1:13:26 INF [sort] - chunks: [ 129 / 330 39% ] 389G
cpus: 15.5 gc: 13% heap: 8.5G/25G direct: 66M postGC: 8.5G
-> (197/335) -> worker(38% 33% 43% 42%)
1:13:36 INF [sort] - chunks: [ 137 / 330 42% ] 388G
cpus: 13.3 gc: 14% heap: 8G/25G direct: 66M postGC: 8.1G
-> (189/335) -> worker(43% 43% 39% 31%)
1:13:47 INF [sort] - chunks: [ 145 / 330 44% ] 388G
cpus: 15.1 gc: 14% heap: 16G/25G direct: 66M postGC: 14G
-> (181/335) -> worker(50% 38% 36% 34%)
1:13:58 INF [sort] - chunks: [ 153 / 330 46% ] 389G
cpus: 13.3 gc: 13% heap: 8.5G/25G direct: 66M postGC: 8.6G
-> (173/335) -> worker(32% 37% 41% 47%)
1:14:08 INF [sort] - chunks: [ 161 / 330 49% ] 389G
cpus: 13.9 gc: 14% heap: 8.8G/25G direct: 66M postGC: 8.6G
-> (165/335) -> worker(41% 46% 38% 42%)
1:14:20 INF [sort] - chunks: [ 169 / 330 51% ] 391G
cpus: 14.7 gc: 13% heap: 8.8G/25G direct: 66M postGC: 8.6G
-> (157/335) -> worker(52% 42% 50% 42%)
1:14:30 INF [sort] - chunks: [ 177 / 330 54% ] 388G
cpus: 12.2 gc: 13% heap: 13G/25G direct: 66M postGC: 14G
-> (149/335) -> worker(32% 28% 32% 30%)
1:14:41 INF [sort] - chunks: [ 185 / 330 56% ] 390G
cpus: 14.5 gc: 14% heap: 16G/25G direct: 66M postGC: 16G
-> (141/335) -> worker(48% 54% 51% 41%)
1:14:51 INF [sort] - chunks: [ 193 / 330 58% ] 388G
cpus: 10.6 gc: 11% heap: 7.8G/25G direct: 66M postGC: 7.3G
-> (133/335) -> worker(34% 34% 34% 43%)
1:15:01 INF [sort] - chunks: [ 200 / 330 61% ] 388G
cpus: 12.5 gc: 11% heap: 16G/25G direct: 66M postGC: 16G
-> (126/335) -> worker(34% 31% 31% 33%)
1:15:11 INF [sort] - chunks: [ 208 / 330 63% ] 388G
cpus: 14.1 gc: 13% heap: 15G/25G direct: 66M postGC: 14G
-> (118/335) -> worker(33% 41% 38% 42%)
1:15:22 INF [sort] - chunks: [ 214 / 330 65% ] 390G
cpus: 13.6 gc: 13% heap: 19G/25G direct: 66M postGC: 19G
-> (112/335) -> worker(45% 37% 44% 34%)
1:15:33 INF [sort] - chunks: [ 222 / 330 67% ] 389G
cpus: 15.8 gc: 13% heap: 8.4G/25G direct: 66M postGC: 8.4G
-> (104/335) -> worker(39% 29% 28% 50%)
1:15:44 INF [sort] - chunks: [ 230 / 330 70% ] 391G
cpus: 12.4 gc: 12% heap: 8.5G/25G direct: 66M postGC: 7.2G
-> (96/335) -> worker(41% 51% 55% 41%)
1:15:55 INF [sort] - chunks: [ 239 / 330 72% ] 390G
cpus: 12.8 gc: 13% heap: 16G/25G direct: 66M postGC: 16G
-> (87/335) -> worker(35% 41% 42% 39%)
1:16:07 INF [sort] - chunks: [ 247 / 330 75% ] 390G
cpus: 15.9 gc: 15% heap: 8.6G/25G direct: 66M postGC: 8.7G
-> (79/335) -> worker(42% 42% 40% 37%)
1:16:18 INF [sort] - chunks: [ 255 / 330 77% ] 391G
cpus: 13.1 gc: 12% heap: 8.2G/25G direct: 66M postGC: 8.3G
-> (71/335) -> worker(43% 44% 32% 44%)
1:16:28 INF [sort] - chunks: [ 267 / 330 81% ] 388G
cpus: 13.7 gc: 15% heap: 2.3G/25G direct: 66M postGC: 1.9G
-> (59/335) -> worker(40% 47% 47% 46%)
1:16:39 INF [sort] - chunks: [ 273 / 330 83% ] 389G
cpus: 14.9 gc: 15% heap: 9.2G/25G direct: 66M postGC: 8.8G
-> (53/335) -> worker(33% 38% 36% 38%)
1:16:50 INF [sort] - chunks: [ 279 / 330 85% ] 391G
cpus: 12.9 gc: 12% heap: 9.3G/25G direct: 66M postGC: 8.7G
-> (47/335) -> worker(44% 42% 39% 44%)
1:17:00 INF [sort] - chunks: [ 287 / 330 87% ] 391G
cpus: 12.9 gc: 12% heap: 8.3G/25G direct: 66M postGC: 7.4G
-> (39/335) -> worker(47% 46% 43% 46%)
1:17:11 INF [sort] - chunks: [ 296 / 330 90% ] 389G
cpus: 14.1 gc: 15% heap: 9.9G/25G direct: 66M postGC: 10G
-> (30/335) -> worker(42% 31% 38% 41%)
1:17:22 INF [sort] - chunks: [ 303 / 330 92% ] 390G
cpus: 11.5 gc: 11% heap: 10G/25G direct: 66M postGC: 10G
-> (23/335) -> worker(45% 37% 35% 35%)
1:17:33 INF [sort] - chunks: [ 311 / 330 94% ] 390G
cpus: 14.5 gc: 13% heap: 8.3G/25G direct: 66M postGC: 8.4G
-> (15/335) -> worker(47% 41% 44% 40%)
1:17:43 INF [sort] - chunks: [ 319 / 330 97% ] 390G
cpus: 14.8 gc: 13% heap: 8.2G/25G direct: 66M postGC: 8.3G
-> (7/335) -> worker(49% 40% 38% 45%)
1:17:53 INF [sort] - chunks: [ 330 / 330 100% ] 388G
cpus: 14.1 gc: 13% heap: 6.9G/25G direct: 66M postGC: 6.9G
-> (0/335) -> worker( -% -% -% -%)
1:17:53 INF [sort] - Finished in 7m10s cpu:1h40m21s gc:58s avg:14
1:17:53 INF [sort] - worker 4x(42% 3m wait:1m41s done:1s)
1:17:53 INF [sort] - read:769s write:530s sort:413s
1:17:53 INF [archive] -
1:17:53 INF [archive] - Starting...
1:17:57 INF [archive:write] - Starting z0
1:17:57 INF [archive:write] - Finished z0 in 0s cpu:0.1s avg:30.5, now starting z1
1:17:59 INF [archive:write] - Finished z1 in 2s cpu:1m6s avg:29.3, now starting z2
1:17:59 INF [archive:write] - Finished z2 in 0s cpu:0.1s avg:26.2, now starting z3
1:18:03 INF [archive] - features: [ 6.5M 0% 653k/s ] 388G tiles: [ 72 7/s ] 4.3M
cpus: 29.8 gc: 19% heap: 15G/25G direct: 67M postGC: 12G
read(19% 19%) -> merge(14%) -> (1.1k/1.3k) -> encode(73% 71% 70% 69% 71% 67% 69% 69% 73% 68% 71% 70% 68% 71% 70% 70% 68% 72% 71% 72% 75% 68% 70% 69% 69% 65% 72% 73% 72% 73%) -> (1.2k/1.2k) -> write( 0%)
last tile: 3/6/2 (z3 78%) https://onthegomap.github.io/planetiler-demo/#3.5/53.74658/112.5
1:18:08 INF [archive:write] - Finished z3 in 9s cpu:4m18s gc:2s avg:29.7, now starting z4
1:18:12 INF [archive:write] - Finished z4 in 4s cpu:2m12s avg:30.1, now starting z5
1:18:12 INF [archive:write] - Finished z5 in 0s cpu:0.6s avg:29.9, now starting z6
1:18:13 INF [archive] - features: [ 10M 0% 347k/s ] 388G tiles: [ 1.6k 157/s ] 22M
cpus: 29.8 gc: 13% heap: 16G/25G direct: 67M postGC: 8G
read( 2% 2%) -> merge( 3%) -> (1.1k/1.3k) -> encode(78% 81% 81% 84% 79% 79% 79% 78% 78% 82% 84% 83% 83% 79% 83% 81% 80% 78% 83% 84% 82% 79% 83% 82% 83% 81% 80% 81% 76% 82%) -> (1.2k/1.2k) -> write( 0%)
last tile: 6/18/4 (z6 7%) https://onthegomap.github.io/planetiler-demo/#6.5/82.29974/-75.9375
1:18:23 INF [archive] - features: [ 12M 0% 292k/s ] 388G tiles: [ 2.2k 58/s ] 31M
cpus: 30.3 gc: 9% heap: 8.3G/25G direct: 67M postGC: 5.9G
read( 1% 1%) -> merge( 2%) -> (996/1.3k) -> encode(88% 86% 85% 84% 85% 84% 81% 89% 82% 81% 83% 88% 86% 89% 81% 86% 81% 84% 81% 86% 88% 84% 83% 76% 83% 81% 79% 85% 91% 81%) -> (1.2k/1.2k) -> write( 0%)
last tile: 6/8/18 (z6 21%) https://onthegomap.github.io/planetiler-demo/#6.5/60.21007/-132.1875
1:18:28 INF [archive:write] - Finished z6 in 16s cpu:8m gc:1s avg:30.3, now starting z7
1:18:33 INF [archive] - features: [ 23M 0% 1M/s ] 388G tiles: [ 19k 1.7k/s ] 177M
cpus: 30.4 gc: 7% heap: 16G/25G direct: 67M postGC: 10G
read(10% 10%) -> merge(14%) -> (1.1k/1.3k) -> encode(86% 86% 85% 87% 89% 90% 84% 88% 89% 91% 88% 89% 84% 89% 86% 87% 88% 88% 88% 84% 85% 86% 87% 89% 84% 83% 86% 80% 84% 88%) -> (1.2k/1.2k) -> write( 2%)
last tile: 7/75/34 (z7 86%) https://onthegomap.github.io/planetiler-demo/#7.5/63.54167/32.34375
1:18:34 INF [archive:write] - Finished z7 in 6s cpu:3m2s avg:30.3, now starting z8
1:18:43 INF [archive] - features: [ 34M 1% 1M/s ] 388G tiles: [ 35k 1.6k/s ] 304M
cpus: 30.4 gc: 8% heap: 14G/25G direct: 67M postGC: 5.4G
read( 5% 5%) -> merge( 9%) -> (511/1.3k) -> encode(86% 91% 86% 91% 87% 83% 83% 86% 90% 90% 89% 88% 87% 88% 88% 88% 87% 90% 88% 85% 89% 85% 84% 87% 89% 85% 88% 85% 87% 86%) -> (1.2k/1.2k) -> write( 1%)
last tile: 8/32/78 (z8 21%) https://onthegomap.github.io/planetiler-demo/#8.5/56.943/-134.29688
1:18:48 INF [archive:write] - Finished z8 in 14s cpu:6m55s avg:30.5, now starting z9
1:18:54 INF [archive] - features: [ 44M 1% 1M/s ] 388G tiles: [ 134k 9.8k/s ] 716M
cpus: 30.4 gc: 9% heap: 5.9G/25G direct: 67M postGC: 5.9G
read(16% 17%) -> merge(18%) -> (1k/1.3k) -> encode(84% 88% 85% 88% 89% 86% 84% 86% 86% 89% 87% 89% 89% 88% 88% 86% 86% 87% 89% 89% 86% 86% 89% 86% 85% 88% 87% 85% 87% 90%) -> (1.2k/1.2k) -> write( 5%)
last tile: 9/153/192 (z9 18%) https://onthegomap.github.io/planetiler-demo/#9.5/40.71342/-72.07031
1:19:04 INF [archive] - features: [ 57M 1% 1.2M/s ] 388G tiles: [ 208k 7.3k/s ] 879M
cpus: 30.5 gc: 8% heap: 15G/25G direct: 67M postGC: 15G
read( 8% 8%) -> merge( 8%) -> (450/1.3k) -> encode(85% 84% 87% 84% 89% 85% 85% 80% 89% 86% 89% 84% 87% 87% 84% 83% 83% 88% 84% 86% 87% 82% 86% 84% 90% 82% 83% 88% 87% 86%) -> (1.2k/1.2k) -> write( 2%)
last tile: 9/153/336 (z9 46%) https://onthegomap.github.io/planetiler-demo/#9.5/-49.15244/-72.07031
1:19:14 INF [archive] - features: [ 73M 1% 1.5M/s ] 388G tiles: [ 310k 10k/s ] 1.3G
cpus: 30.4 gc: 11% heap: 6.2G/25G direct: 67M postGC: 6.1G
read(24% 23%) -> merge(41%) -> (1.1k/1.3k) -> encode(84% 80% 83% 80% 82% 86% 84% 76% 84% 84% 83% 84% 80% 82% 81% 81% 85% 80% 81% 80% 85% 81% 80% 78% 85% 80% 80% 84% 79% 82%) -> (1.2k/1.2k) -> write( 6%)
last tile: 9/286/144 (z9 85%) https://onthegomap.github.io/planetiler-demo/#9.5/61.43831/21.44531
1:19:17 INF [archive:write] - Finished z9 in 29s cpu:14m38s gc:3s avg:30.4, now starting z10
1:19:24 INF [archive] - features: [ 83M 2% 981k/s ] 388G tiles: [ 503k 19k/s ] 1.8G
cpus: 30.1 gc: 8% heap: 12G/25G direct: 67M postGC: 5G
read( 8% 9%) -> merge( 9%) -> (699/1.3k) -> encode(89% 90% 84% 87% 91% 87% 89% 89% 85% 84% 89% 87% 89% 83% 86% 89% 89% 90% 81% 88% 89% 91% 89% 85% 86% 84% 88% 86% 89% 88%) -> (1k/1.2k) -> write( 5%)
last tile: 10/494/310 (z10 15%) https://onthegomap.github.io/planetiler-demo/#10.5/57.60999/-6.15234
1:19:34 INF [archive] - features: [ 94M 2% 1.1M/s ] 388G tiles: [ 574k 7k/s ] 2.1G
cpus: 30.2 gc: 9% heap: 12G/25G direct: 67M postGC: 5G
read(12% 12%) -> merge(14%) -> (763/1.3k) -> encode(86% 84% 88% 86% 85% 89% 83% 84% 88% 87% 86% 89% 87% 85% 85% 89% 86% 86% 89% 86% 90% 88% 87% 83% 87% 83% 88% 89% 86% 88%) -> (1.2k/1.2k) -> write( 3%)
last tile: 10/135/318 (z10 21%) https://onthegomap.github.io/planetiler-demo/#10.5/56.07191/-132.36328
1:19:44 INF [archive] - features: [ 110M 2% 1.5M/s ] 388G tiles: [ 1.2M 64k/s ] 2.7G
cpus: 30.4 gc: 10% heap: 9.9G/25G direct: 67M postGC: 8.3G
read(21% 22%) -> merge(39%) -> (244/1.3k) -> encode(86% 78% 78% 82% 85% 82% 82% 84% 85% 81% 85% 82% 78% 84% 82% 78% 79% 80% 82% 87% 77% 80% 76% 81% 83% 84% 83% 82% 82% 81%) -> (348/1.2k) -> write(11%)
last tile: 10/532/497 (z10 83%) https://onthegomap.github.io/planetiler-demo/#10.5/5.09092/7.20703
1:19:54 INF [archive] - features: [ 129M 2% 1.8M/s ] 388G tiles: [ 1.2M 2.3k/s ] 3.3G
cpus: 30 gc: 12% heap: 7.2G/25G direct: 67M postGC: 4.6G
read(27% 26%) -> merge(53%) -> (976/1.3k) -> encode(79% 77% 81% 81% 78% 80% 80% 77% 82% 77% 83% 79% 78% 79% 79% 79% 82% 75% 79% 76% 81% 80% 78% 81% 83% 81% 81% 78% 79% 83%) -> (1.1k/1.2k) -> write( 8%)
last tile: 10/624/283 (z10 86%) https://onthegomap.github.io/planetiler-demo/#10.5/62.3495/39.55078
1:19:56 INF [archive:write] - Finished z10 in 39s cpu:19m36s gc:4s avg:30.2, now starting z11
1:20:04 INF [archive] - features: [ 138M 3% 925k/s ] 388G tiles: [ 1.9M 70k/s ] 3.9G
cpus: 30.1 gc: 9% heap: 11G/25G direct: 67M postGC: 5.1G
read(15% 15%) -> merge(21%) -> (1.2k/1.3k) -> encode(87% 86% 89% 87% 86% 88% 87% 86% 85% 87% 85% 86% 86% 84% 85% 89% 87% 88% 87% 85% 88% 88% 86% 85% 87% 86% 87% 90% 82% 87%) -> (1.2k/1.2k) -> write( 9%)
last tile: 11/693/703 (z11 13%) https://onthegomap.github.io/planetiler-demo/#11.5/48.98018/-58.0957
1:20:14 INF [archive] - features: [ 155M 3% 1.6M/s ] 388G tiles: [ 2.2M 28k/s ] 4.4G
cpus: 30.2 gc: 10% heap: 10G/25G direct: 67M postGC: 5.3G
read(12% 12%) -> merge(22%) -> (926/1.3k) -> encode(84% 86% 84% 85% 82% 82% 86% 85% 82% 86% 84% 82% 83% 85% 82% 87% 87% 85% 87% 85% 84% 79% 84% 84% 82% 81% 81% 81% 83% 83%) -> (1.2k/1.2k) -> write( 6%)
last tile: 11/503/871 (z11 20%) https://onthegomap.github.io/planetiler-demo/#11.5/25.87897/-91.49414
1:20:24 INF [archive] - features: [ 170M 3% 1.4M/s ] 388G tiles: [ 4.4M 217k/s ] 5.1G
cpus: 29.5 gc: 11% heap: 12G/25G direct: 67M postGC: 5.6G
read(19% 19%) -> merge(33%) -> (320/1.3k) -> encode(85% 85% 85% 82% 86% 85% 84% 87% 87% 85% 85% 84% 86% 85% 85% 84% 84% 86% 84% 86% 83% 83% 84% 83% 85% 82% 86% 85% 85% 83%) -> (696/1.2k) -> write(15%)
last tile: 11/1689/1178 (z11 72%) https://onthegomap.github.io/planetiler-demo/#11.5/-26.19485/116.98242
1:20:34 INF [archive] - features: [ 187M 4% 1.7M/s ] 388G tiles: [ 4.8M 46k/s ] 5.9G
cpus: 30.3 gc: 13% heap: 12G/25G direct: 67M postGC: 5.1G
read(37% 36%) -> merge(79%) -> (716/1.3k) -> encode(79% 81% 81% 76% 77% 77% 82% 81% 81% 81% 82% 78% 78% 78% 79% 77% 73% 78% 80% 80% 80% 77% 79% 78% 79% 75% 76% 83% 82% 83%) -> (954/1.2k) -> write(14%)
last tile: 11/1063/999 (z11 83%) https://onthegomap.github.io/planetiler-demo/#11.5/4.30259/6.94336
1:20:44 INF [archive] - features: [ 211M 4% 2.3M/s ] 388G tiles: [ 4.9M 7.7k/s ] 6.8G
cpus: 30 gc: 14% heap: 11G/25G direct: 67M postGC: 6.6G
read(40% 40%) -> merge(73%) -> (1.2k/1.3k) -> encode(80% 80% 80% 81% 83% 81% 81% 81% 81% 84% 83% 84% 83% 80% 79% 80% 82% 80% 84% 78% 80% 81% 78% 82% 78% 83% 81% 83% 82% 78%) -> (1.2k/1.2k) -> write(14%)
last tile: 11/1128/621 (z11 85%) https://onthegomap.github.io/planetiler-demo/#11.5/57.56296/18.36914
1:20:51 INF [archive:write] - Finished z11 in 55s cpu:27m38s gc:6s avg:30, now starting z12
1:20:54 INF [archive] - features: [ 229M 4% 1.8M/s ] 388G tiles: [ 6.9M 195k/s ] 7.8G
cpus: 28.5 gc: 11% heap: 11G/25G direct: 67M postGC: 5.7G
read( 9% 9%) -> merge(17%) -> (96/1.3k) -> encode(83% 83% 84% 84% 83% 84% 83% 82% 81% 82% 85% 83% 81% 83% 83% 84% 82% 81% 84% 84% 84% 83% 81% 84% 84% 80% 82% 83% 84% 83%) -> (873/1.2k) -> write(19%)
last tile: 12/1722/1 (z12 8%) https://onthegomap.github.io/planetiler-demo/#12.5/85.03974/-28.6084
1:21:04 INF [archive] - features: [ 245M 5% 1.5M/s ] 388G tiles: [ 7.8M 94k/s ] 8.4G
cpus: 30.2 gc: 13% heap: 6.7G/25G direct: 67M postGC: 5.1G
read(28% 25%) -> merge(32%) -> (1.1k/1.3k) -> encode(83% 83% 79% 84% 86% 84% 82% 83% 81% 81% 81% 82% 83% 81% 82% 80% 82% 83% 86% 81% 79% 81% 81% 86% 82% 82% 81% 84% 81% 86%) -> (1.2k/1.2k) -> write(11%)
last tile: 12/1428/1397 (z12 14%) https://onthegomap.github.io/planetiler-demo/#12.5/49.5252/-54.44824
1:21:14 INF [archive] - features: [ 265M 5% 2M/s ] 388G tiles: [ 8.3M 47k/s ] 8.9G
cpus: 30.4 gc: 13% heap: 9.8G/25G direct: 67M postGC: 6.3G
read(28% 30%) -> merge(66%) -> (1k/1.3k) -> encode(77% 78% 82% 78% 76% 80% 80% 79% 74% 80% 79% 82% 80% 79% 81% 79% 79% 79% 81% 81% 80% 79% 80% 76% 78% 82% 77% 84% 77% 80%) -> (1.1k/1.2k) -> write( 9%)
last tile: 12/1859/1897 (z12 16%) https://onthegomap.github.io/planetiler-demo/#12.5/13.11158/-16.56738
1:21:24 INF [archive] - features: [ 285M 5% 1.9M/s ] 388G tiles: [ 8.6M 30k/s ] 9.3G
cpus: 29.8 gc: 11% heap: 19G/25G direct: 67M postGC: 7.5G
read(18% 20%) -> merge(38%) -> (419/1.3k) -> encode(77% 83% 85% 86% 82% 82% 85% 83% 83% 85% 78% 87% 86% 86% 83% 84% 85% 84% 82% 86% 83% 81% 85% 83% 81% 81% 85% 78% 81% 81%) -> (1.2k/1.2k) -> write( 6%)
last tile: 12/1027/1692 (z12 18%) https://onthegomap.github.io/planetiler-demo/#12.5/29.80251/-89.69238
1:21:35 INF [archive] - features: [ 306M 6% 2M/s ] 388G tiles: [ 8.9M 31k/s ] 9.8G
cpus: 29 gc: 12% heap: 19G/25G direct: 67M postGC: 7.7G
read(23% 23%) -> merge(63%) -> (178/1.3k) -> encode(80% 78% 80% 82% 79% 83% 79% 79% 80% 83% 83% 80% 82% 80% 80% 82% 80% 79% 84% 80% 82% 80% 80% 81% 80% 81% 78% 78% 81% 80%) -> (1.1k/1.2k) -> write( 9%)
last tile: 12/1004/1736 (z12 20%) https://onthegomap.github.io/planetiler-demo/#12.5/26.39186/-91.71387
1:21:45 INF [archive] - features: [ 328M 6% 2.2M/s ] 388G tiles: [ 13M 435k/s ] 10G
cpus: 28.9 gc: 13% heap: 4G/25G direct: 67M postGC: 3.7G
read(23% 23%) -> merge(56%) -> (349/1.3k) -> encode(81% 81% 79% 82% 82% 79% 80% 77% 81% 83% 83% 79% 80% 81% 78% 81% 81% 80% 80% 81% 82% 80% 79% 80% 80% 80% 80% 81% 82% 80%) -> (720/1.2k) -> write(25%)
last tile: 12/1492/2373 (z12 47%) https://onthegomap.github.io/planetiler-demo/#12.5/-27.48877/-48.82324
1:21:55 INF [archive] - features: [ 346M 7% 1.7M/s ] 388G tiles: [ 14M 77k/s ] 11G
cpus: 30.1 gc: 13% heap: 8.9G/25G direct: 67M postGC: 4.8G
read(30% 29%) -> merge(67%) -> (1.2k/1.3k) -> encode(78% 75% 76% 79% 75% 77% 78% 77% 76% 77% 73% 73% 77% 70% 73% 73% 79% 79% 79% 71% 72% 72% 73% 75% 75% 78% 77% 75% 73% 76%) -> (1.2k/1.2k) -> write(15%)
last tile: 12/2440/2269 (z12 51%) https://onthegomap.github.io/planetiler-demo/#12.5/-19.10364/34.49707
1:22:05 INF [archive] - features: [ 368M 7% 2.1M/s ] 388G tiles: [ 18M 407k/s ] 12G
cpus: 29.2 gc: 13% heap: 5.9G/25G direct: 67M postGC: 5.4G
read(27% 28%) -> merge(51%) -> (1.1k/1.3k) -> encode(78% 79% 78% 82% 78% 76% 79% 79% 79% 76% 76% 80% 79% 79% 77% 78% 78% 81% 81% 75% 79% 79% 76% 80% 83% 80% 79% 77% 79% 81%) -> (1.2k/1.2k) -> write(21%)
last tile: 12/3630/1603 (z12 76%) https://onthegomap.github.io/planetiler-demo/#12.5/36.35052/139.08691
1:22:15 INF [archive] - features: [ 387M 7% 1.9M/s ] 388G tiles: [ 19M 70k/s ] 12G
cpus: 30.2 gc: 12% heap: 14G/25G direct: 67M postGC: 5.2G
read(30% 29%) -> merge(61%) -> (760/1.3k) -> encode(78% 79% 79% 73% 77% 76% 76% 77% 79% 78% 75% 77% 82% 79% 75% 75% 77% 79% 73% 82% 76% 81% 77% 80% 75% 83% 83% 75% 74% 76%) -> (809/1.2k) -> write(17%)
last tile: 12/3531/1647 (z12 80%) https://onthegomap.github.io/planetiler-demo/#12.5/33.17433/130.38574
1:22:25 INF [archive] - features: [ 405M 8% 1.7M/s ] 388G tiles: [ 19M 20k/s ] 13G
cpus: 30 gc: 14% heap: 9.2G/25G direct: 67M postGC: 5.9G
read(31% 30%) -> merge(64%) -> (1.1k/1.3k) -> encode(81% 82% 76% 81% 82% 80% 76% 72% 82% 81% 73% 78% 74% 74% 70% 75% 76% 81% 72% 77% 78% 74% 73% 72% 78% 80% 76% 75% 73% 75%) -> (1.2k/1.2k) -> write( 8%)
last tile: 12/2878/1827 (z12 81%) https://onthegomap.github.io/planetiler-demo/#12.5/19.02057/72.99316
1:22:35 INF [archive] - features: [ 424M 8% 1.8M/s ] 388G tiles: [ 19M 23k/s ] 13G
cpus: 30.5 gc: 12% heap: 6.4G/25G direct: 67M postGC: 8.4G
read(27% 26%) -> merge(60%) -> (1.1k/1.3k) -> encode(83% 77% 77% 77% 80% 77% 80% 75% 77% 77% 76% 83% 78% 81% 79% 77% 81% 80% 75% 80% 75% 81% 78% 82% 83% 80% 74% 79% 83% 77%) -> (1.2k/1.2k) -> write(10%)
last tile: 12/2501/1964 (z12 83%) https://onthegomap.github.io/planetiler-demo/#12.5/7.31888/39.8584
1:22:45 INF [archive] - features: [ 441M 8% 1.6M/s ] 388G tiles: [ 19M 23k/s ] 14G
cpus: 30.2 gc: 13% heap: 12G/25G direct: 67M postGC: 7.8G
read(31% 31%) -> merge(58%) -> (1.1k/1.3k) -> encode(82% 82% 80% 83% 84% 83% 76% 85% 81% 83% 79% 83% 85% 81% 82% 81% 78% 81% 82% 85% 82% 80% 86% 84% 82% 78% 86% 79% 80% 84%) -> (1.1k/1.2k) -> write(11%)
last tile: 12/2468/1577 (z12 84%) https://onthegomap.github.io/planetiler-demo/#12.5/38.16911/36.95801
1:22:56 INF [archive] - features: [ 463M 9% 2.1M/s ] 388G tiles: [ 19M 8.2k/s ] 14G
cpus: 30.4 gc: 12% heap: 17G/25G direct: 67M postGC: 7.4G
read(37% 38%) -> merge(75%) -> (1.1k/1.3k) -> encode(77% 77% 74% 73% 80% 78% 81% 79% 80% 77% 78% 76% 83% 71% 72% 80% 82% 76% 76% 81% 80% 83% 73% 72% 78% 75% 79% 79% 76% 78%) -> (1.2k/1.2k) -> write(13%)
last tile: 12/2210/1418 (z12 85%) https://onthegomap.github.io/planetiler-demo/#12.5/48.31242/14.28223
1:23:06 INF [archive] - features: [ 485M 9% 2.2M/s ] 388G tiles: [ 19M 2.3k/s ] 15G
cpus: 30.3 gc: 13% heap: 14G/25G direct: 67M postGC: 6.9G
read(40% 38%) -> merge(65%) -> (1.1k/1.3k) -> encode(83% 83% 84% 83% 85% 83% 82% 82% 82% 83% 84% 81% 79% 85% 81% 86% 79% 84% 83% 86% 85% 79% 82% 82% 82% 82% 79% 84% 84% 80%) -> (1.1k/1.2k) -> write( 9%)
last tile: 12/2144/1399 (z12 85%) https://onthegomap.github.io/planetiler-demo/#12.5/49.41096/8.48145
1:23:16 INF [archive] - features: [ 508M 10% 2.2M/s ] 388G tiles: [ 19M 2.2k/s ] 15G
cpus: 30.4 gc: 13% heap: 11G/25G direct: 67M postGC: 7.7G
read(39% 36%) -> merge(60%) -> (1k/1.3k) -> encode(84% 82% 81% 84% 81% 85% 82% 77% 80% 85% 85% 81% 80% 80% 79% 81% 81% 77% 81% 80% 80% 82% 80% 77% 79% 80% 82% 81% 80% 80%) -> (1k/1.2k) -> write( 8%)
last tile: 12/2234/1395 (z12 85%) https://onthegomap.github.io/planetiler-demo/#12.5/49.63917/16.3916
1:23:26 INF [archive] - features: [ 529M 10% 2M/s ] 388G tiles: [ 19M 11k/s ] 16G
cpus: 30.2 gc: 14% heap: 7.1G/25G direct: 67M postGC: 6.8G
read(26% 27%) -> merge(67%) -> (1.2k/1.3k) -> encode(82% 84% 82% 80% 78% 82% 82% 83% 82% 76% 82% 79% 77% 81% 82% 79% 85% 81% 78% 79% 81% 81% 77% 77% 80% 80% 80% 79% 78% 82%) -> (1.2k/1.2k) -> write(13%)
last tile: 12/2489/1233 (z12 86%) https://onthegomap.github.io/planetiler-demo/#12.5/58.00809/38.80371
1:23:33 INF [archive:write] - Finished z12 in 2m42s cpu:1h20m40s gc:21s avg:29.8, now starting z13
1:23:36 INF [archive] - features: [ 553M 11% 2.3M/s ] 388G tiles: [ 24M 480k/s ] 17G
cpus: 28.8 gc: 12% heap: 13G/25G direct: 67M postGC: 7G
read( 9% 7%) -> merge(26%) -> (0/1.3k) -> encode(82% 85% 81% 81% 81% 79% 83% 79% 80% 82% 83% 79% 80% 83% 83% 82% 81% 81% 79% 78% 81% 85% 83% 82% 81% 79% 84% 82% 78% 84%) -> (1.2k/1.2k) -> write(30%)
last tile: 13/1048/1914 (z13 4%) https://onthegomap.github.io/planetiler-demo/#13.5/68.74435/-133.92334
1:23:46 INF [archive] - features: [ 573M 11% 1.9M/s ] 388G tiles: [ 31M 631k/s ] 18G
cpus: 25.8 gc: 13% heap: 7.5G/25G direct: 67M postGC: 4.8G
read(29% 31%) -> merge(62%) -> (1.2k/1.3k) -> encode(68% 68% 62% 69% 66% 63% 65% 68% 64% 67% 68% 68% 67% 69% 69% 67% 67% 66% 61% 70% 63% 71% 71% 68% 70% 68% 66% 75% 69% 67%) -> (1.2k/1.2k) -> write(26%)
last tile: 13/2294/2983 (z13 13%) https://onthegomap.github.io/planetiler-demo/#13.5/43.85037/-79.16748
1:23:56 INF [archive] - features: [ 591M 11% 1.7M/s ] 388G tiles: [ 32M 110k/s ] 18G
cpus: 30.2 gc: 13% heap: 14G/25G direct: 67M postGC: 6.4G
read(24% 25%) -> merge(35%) -> (832/1.3k) -> encode(81% 81% 84% 77% 81% 84% 80% 83% 84% 80% 83% 81% 85% 84% 81% 83% 81% 81% 81% 82% 78% 81% 83% 81% 83% 80% 82% 84% 83% 84%) -> (891/1.2k) -> write(18%)
last tile: 13/4022/2552 (z13 15%) https://onthegomap.github.io/planetiler-demo/#13.5/55.9615/-3.22998
1:24:06 INF [archive] - features: [ 606M 12% 1.5M/s ] 388G tiles: [ 32M 19k/s ] 19G
cpus: 30 gc: 13% heap: 18G/25G direct: 67M postGC: 6.8G
read(33% 33%) -> merge(64%) -> (1.2k/1.3k) -> encode(79% 82% 80% 83% 83% 82% 86% 84% 81% 82% 83% 82% 78% 84% 82% 82% 80% 82% 77% 85% 77% 83% 82% 85% 84% 86% 82% 81% 83% 82%) -> (1.2k/1.2k) -> write( 7%)
last tile: 13/3981/2769 (z13 15%) https://onthegomap.github.io/planetiler-demo/#13.5/50.2472/-5.03174
1:24:16 INF [archive] - features: [ 623M 12% 1.6M/s ] 388G tiles: [ 33M 75k/s ] 19G
cpus: 29.7 gc: 12% heap: 13G/25G direct: 67M postGC: 5.3G
read(19% 20%) -> merge(45%) -> (1.2k/1.3k) -> encode(83% 84% 83% 86% 84% 85% 81% 84% 85% 85% 85% 82% 84% 87% 85% 83% 84% 86% 84% 84% 84% 85% 83% 84% 84% 85% 82% 83% 83% 83%) -> (1.2k/1.2k) -> write(10%)
last tile: 13/4066/3158 (z13 16%) https://onthegomap.github.io/planetiler-demo/#13.5/38.04809/-1.29639
1:24:26 INF [archive] - features: [ 640M 12% 1.7M/s ] 388G tiles: [ 34M 134k/s ] 20G
cpus: 30 gc: 13% heap: 8.2G/25G direct: 67M postGC: 6.5G
read(23% 25%) -> merge(48%) -> (693/1.3k) -> encode(81% 83% 83% 84% 84% 83% 86% 81% 84% 84% 84% 83% 84% 84% 85% 82% 82% 83% 81% 81% 84% 83% 79% 85% 83% 85% 84% 84% 80% 80%) -> (758/1.2k) -> write(15%)
last tile: 13/2277/3273 (z13 18%) https://onthegomap.github.io/planetiler-demo/#13.5/33.96158/-79.91455
1:24:36 INF [archive] - features: [ 657M 13% 1.6M/s ] 388G tiles: [ 34M 6.7k/s ] 20G
cpus: 30.1 gc: 13% heap: 7.4G/25G direct: 67M postGC: 5.1G
read(26% 26%) -> merge(58%) -> (882/1.3k) -> encode(84% 84% 82% 82% 81% 82% 82% 82% 83% 83% 83% 83% 82% 79% 86% 84% 86% 84% 83% 85% 80% 84% 86% 84% 84% 86% 84% 84% 84% 82%) -> (1.2k/1.2k) -> write( 8%)
last tile: 13/2059/3383 (z13 18%) https://onthegomap.github.io/planetiler-demo/#13.5/29.8597/-89.49463
1:24:46 INF [archive] - features: [ 672M 13% 1.5M/s ] 388G tiles: [ 35M 104k/s ] 21G
cpus: 29.9 gc: 13% heap: 8.5G/25G direct: 67M postGC: 8G
read(24% 23%) -> merge(52%) -> (1.1k/1.3k) -> encode(85% 86% 86% 86% 85% 84% 85% 86% 86% 83% 86% 85% 85% 86% 86% 87% 86% 85% 84% 85% 83% 85% 85% 84% 85% 86% 86% 87% 84% 85%) -> (1.1k/1.2k) -> write(13%)
last tile: 13/1321/3179 (z13 20%) https://onthegomap.github.io/planetiler-demo/#13.5/37.31775/-121.92627
1:24:56 INF [archive] - features: [ 682M 13% 933k/s ] 388G tiles: [ 35M 7.2k/s ] 21G
cpus: 29.9 gc: 12% heap: 8.8G/25G direct: 67M postGC: 6.4G
read(15% 16%) -> merge(33%) -> (1.2k/1.3k) -> encode(87% 86% 85% 86% 87% 84% 82% 87% 87% 87% 87% 88% 86% 85% 87% 83% 86% 87% 85% 88% 85% 84% 87% 85% 87% 87% 84% 86% 85% 87%) -> (1.2k/1.2k) -> write( 5%)
last tile: 13/1703/3089 (z13 20%) https://onthegomap.github.io/planetiler-demo/#13.5/40.39676/-105.13916
1:25:06 INF [archive] - features: [ 694M 13% 1.1M/s ] 388G tiles: [ 35M 16k/s ] 21G
cpus: 29.6 gc: 12% heap: 8.7G/25G direct: 67M postGC: 8.2G
read(11% 10%) -> merge(26%) -> (764/1.3k) -> encode(87% 86% 88% 87% 87% 87% 88% 87% 85% 88% 86% 87% 88% 87% 85% 86% 88% 88% 85% 87% 85% 88% 87% 88% 85% 88% 85% 86% 87% 88%) -> (1.2k/1.2k) -> write( 7%)
last tile: 13/2039/3423 (z13 20%) https://onthegomap.github.io/planetiler-demo/#13.5/28.32372/-90.37354
1:25:16 INF [archive] - features: [ 711M 14% 1.7M/s ] 388G tiles: [ 36M 55k/s ] 22G
cpus: 30.3 gc: 13% heap: 17G/25G direct: 67M postGC: 8.4G
read(21% 22%) -> merge(61%) -> (1.1k/1.3k) -> encode(83% 86% 85% 84% 83% 82% 84% 85% 83% 87% 85% 86% 86% 83% 86% 86% 85% 86% 85% 84% 85% 85% 86% 84% 84% 86% 86% 83% 86% 86%) -> (1.2k/1.2k) -> write(21%)
last tile: 13/1752/2319 (z13 21%) https://onthegomap.github.io/planetiler-demo/#13.5/61.28079/-102.98584
1:25:26 INF [archive] - features: [ 725M 14% 1.4M/s ] 388G tiles: [ 36M 47k/s ] 22G
cpus: 29.6 gc: 12% heap: 15G/25G direct: 67M postGC: 6.7G
read( 4% 5%) -> merge(16%) -> (1.2k/1.3k) -> encode(88% 85% 83% 85% 86% 87% 85% 85% 86% 85% 85% 84% 83% 84% 86% 85% 86% 84% 86% 85% 85% 85% 86% 84% 87% 85% 87% 85% 85% 84%) -> (1.2k/1.2k) -> write(17%)
last tile: 13/1441/3014 (z13 22%) https://onthegomap.github.io/planetiler-demo/#13.5/42.85986/-116.65283
1:25:37 INF [archive] - features: [ 758M 15% 3.2M/s ] 388G tiles: [ 54M 1.7M/s ] 23G
cpus: 27.1 gc: 13% heap: 11G/25G direct: 67M postGC: 5.4G
read(33% 31%) -> merge(63%) -> (812/1.3k) -> encode(74% 75% 74% 74% 72% 74% 69% 74% 71% 74% 74% 70% 72% 72% 72% 71% 71% 75% 74% 72% 75% 73% 72% 71% 75% 74% 74% 75% 70% 72%) -> (846/1.2k) -> write(39%)
last tile: 13/2486/4904 (z13 47%) https://onthegomap.github.io/planetiler-demo/#13.5/-33.44977/-70.72998
1:25:47 INF [archive] - features: [ 778M 15% 1.9M/s ] 388G tiles: [ 56M 235k/s ] 24G
cpus: 30.1 gc: 13% heap: 14G/25G direct: 67M postGC: 5.7G
read(24% 25%) -> merge(60%) -> (377/1.3k) -> encode(81% 81% 85% 85% 82% 81% 82% 84% 83% 84% 81% 82% 82% 83% 81% 81% 81% 81% 83% 83% 82% 80% 82% 85% 84% 81% 83% 82% 80% 83%) -> (428/1.2k) -> write(29%)
last tile: 13/4825/4780 (z13 51%) https://onthegomap.github.io/planetiler-demo/#13.5/-28.78692/32.05811
1:25:57 INF [archive] - features: [ 808M 16% 2.9M/s ] 388G tiles: [ 70M 1.4M/s ] 24G
cpus: 27.3 gc: 14% heap: 3.6G/25G direct: 67M postGC: 3.5G
read(21% 20%) -> merge(68%) -> (125/1.3k) -> encode(75% 76% 76% 75% 76% 76% 75% 76% 76% 76% 77% 76% 76% 75% 76% 77% 76% 76% 76% 75% 77% 76% 74% 75% 75% 76% 76% 76% 75% 76%) -> (777/1.2k) -> write(36%)
last tile: 13/6783/4840 (z13 72%) https://onthegomap.github.io/planetiler-demo/#13.5/-31.07175/118.10303
1:26:07 INF [archive] - features: [ 826M 16% 1.8M/s ] 388G tiles: [ 73M 255k/s ] 25G
cpus: 30 gc: 12% heap: 9.9G/25G direct: 67M postGC: 5G
read(31% 31%) -> merge(56%) -> (422/1.3k) -> encode(85% 82% 87% 83% 86% 83% 82% 81% 81% 83% 85% 82% 84% 86% 83% 83% 85% 85% 84% 84% 83% 84% 83% 83% 85% 82% 80% 85% 82% 83%) -> (503/1.2k) -> write(20%)
last tile: 13/7184/3244 (z13 76%) https://onthegomap.github.io/planetiler-demo/#13.5/35.012/135.7251
1:26:17 INF [archive] - features: [ 845M 16% 1.8M/s ] 388G tiles: [ 75M 254k/s ] 25G
cpus: 29.8 gc: 14% heap: 5.2G/25G direct: 67M postGC: 5.1G
read(26% 24%) -> merge(48%) -> (502/1.3k) -> encode(75% 76% 69% 74% 77% 75% 76% 76% 72% 77% 73% 75% 73% 73% 72% 75% 75% 78% 74% 70% 78% 74% 76% 75% 72% 74% 73% 77% 73% 75%) -> (542/1.2k) -> write(28%)
last tile: 13/6318/3563 (z13 80%) https://onthegomap.github.io/planetiler-demo/#13.5/22.77618/97.66846
1:26:27 INF [archive] - features: [ 862M 17% 1.7M/s ] 388G tiles: [ 76M 36k/s ] 26G
cpus: 30.2 gc: 13% heap: 16G/25G direct: 67M postGC: 6.9G
read(32% 34%) -> merge(66%) -> (1.2k/1.3k) -> encode(79% 76% 79% 78% 78% 77% 76% 80% 77% 81% 79% 79% 78% 75% 78% 80% 80% 79% 83% 80% 77% 82% 73% 76% 76% 78% 72% 73% 81% 72%) -> (1.2k/1.2k) -> write(15%)
last tile: 13/6833/3566 (z13 80%) https://onthegomap.github.io/planetiler-demo/#13.5/22.65457/120.30029
1:26:37 INF [archive] - features: [ 880M 17% 1.8M/s ] 388G tiles: [ 76M 47k/s ] 26G
cpus: 30.3 gc: 14% heap: 8G/25G direct: 67M postGC: 6.5G
read(25% 25%) -> merge(58%) -> (1.1k/1.3k) -> encode(79% 79% 78% 80% 83% 81% 82% 78% 79% 79% 76% 78% 78% 83% 82% 81% 77% 82% 81% 79% 82% 77% 78% 82% 79% 81% 82% 85% 78% 77%) -> (1.2k/1.2k) -> write(12%)
last tile: 13/6375/3634 (z13 81%) https://onthegomap.github.io/planetiler-demo/#13.5/19.87006/100.17334
1:26:47 INF [archive] - features: [ 899M 17% 1.8M/s ] 388G tiles: [ 77M 57k/s ] 27G
cpus: 30.3 gc: 13% heap: 16G/25G direct: 67M postGC: 7.6G
read(30% 30%) -> merge(70%) -> (1.2k/1.3k) -> encode(81% 83% 81% 82% 81% 84% 81% 83% 84% 85% 82% 85% 80% 84% 81% 84% 84% 83% 78% 81% 83% 85% 82% 81% 83% 83% 84% 81% 80% 82%) -> (1.2k/1.2k) -> write(17%)
last tile: 13/5719/3377 (z13 82%) https://onthegomap.github.io/planetiler-demo/#13.5/30.08811/71.34521
1:26:57 INF [archive] - features: [ 916M 18% 1.6M/s ] 388G tiles: [ 78M 72k/s ] 27G
cpus: 30.2 gc: 13% heap: 14G/25G direct: 67M postGC: 10G
read(22% 21%) -> merge(49%) -> (1.1k/1.3k) -> encode(84% 77% 80% 80% 79% 74% 79% 83% 80% 77% 75% 77% 81% 77% 81% 85% 83% 84% 78% 82% 86% 84% 75% 83% 86% 81% 82% 74% 79% 83%) -> (1.2k/1.2k) -> write(19%)
last tile: 13/4620/3896 (z13 83%) https://onthegomap.github.io/planetiler-demo/#13.5/8.73308/23.04932
1:27:07 INF [archive] - features: [ 929M 18% 1.3M/s ] 388G tiles: [ 78M 60k/s ] 28G
cpus: 30.1 gc: 13% heap: 13G/25G direct: 67M postGC: 5.8G
read(23% 22%) -> merge(47%) -> (1.2k/1.3k) -> encode(84% 79% 83% 83% 81% 84% 83% 85% 80% 79% 81% 80% 83% 81% 83% 84% 84% 82% 81% 82% 83% 77% 79% 85% 83% 77% 78% 80% 81% 81%) -> (1.2k/1.2k) -> write(16%)
last tile: 13/4552/3324 (z13 84%) https://onthegomap.github.io/planetiler-demo/#13.5/32.08257/20.06104
1:27:18 INF [archive] - features: [ 943M 18% 1.3M/s ] 388G tiles: [ 78M 28k/s ] 28G
cpus: 30.1 gc: 13% heap: 12G/25G direct: 67M postGC: 9.7G
read(25% 24%) -> merge(51%) -> (1.2k/1.3k) -> encode(86% 83% 86% 86% 84% 83% 81% 86% 86% 83% 85% 86% 82% 85% 85% 84% 86% 86% 85% 84% 84% 85% 86% 85% 85% 82% 82% 84% 82% 83%) -> (1.2k/1.2k) -> write(10%)
last tile: 13/5112/3008 (z13 84%) https://onthegomap.github.io/planetiler-demo/#13.5/43.05283/44.67041
1:27:28 INF [archive] - features: [ 964M 19% 2M/s ] 388G tiles: [ 79M 19k/s ] 29G
cpus: 30 gc: 13% heap: 10G/25G direct: 67M postGC: 6G
read(33% 34%) -> merge(71%) -> (995/1.3k) -> encode(72% 81% 79% 82% 81% 79% 77% 81% 79% 77% 81% 80% 82% 75% 78% 77% 80% 77% 82% 81% 83% 78% 82% 82% 81% 77% 75% 81% 79% 76%) -> (1k/1.2k) -> write(16%)
last tile: 13/4620/2919 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/45.84411/23.04932
1:27:38 INF [archive] - features: [ 981M 19% 1.6M/s ] 388G tiles: [ 79M 9.7k/s ] 29G
cpus: 30.2 gc: 13% heap: 6.9G/25G direct: 67M postGC: 6.6G
read(34% 35%) -> merge(53%) -> (1.2k/1.3k) -> encode(85% 81% 85% 82% 85% 83% 82% 79% 83% 84% 84% 84% 79% 81% 84% 77% 78% 83% 79% 80% 83% 81% 84% 82% 82% 82% 84% 80% 80% 85%) -> (1.2k/1.2k) -> write(11%)
last tile: 13/4468/2853 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/47.82791/16.36963
1:27:48 INF [archive] - features: [ 995M 19% 1.4M/s ] 388G tiles: [ 79M 3.2k/s ] 30G
cpus: 30.1 gc: 12% heap: 6.5G/25G direct: 67M postGC: 5.9G
read(25% 25%) -> merge(50%) -> (1.2k/1.3k) -> encode(79% 84% 84% 84% 85% 82% 84% 82% 82% 85% 85% 83% 82% 86% 86% 82% 84% 80% 84% 83% 83% 84% 85% 84% 85% 84% 82% 87% 80% 82%) -> (1.2k/1.2k) -> write( 6%)
last tile: 13/4350/2985 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/43.78696/11.18408
1:27:58 INF [archive] - features: [ 1B 19% 1.5M/s ] 388G tiles: [ 79M 3.9k/s ] 30G
cpus: 30.1 gc: 13% heap: 7G/25G direct: 67M postGC: 6.1G
read(28% 28%) -> merge(46%) -> (1.1k/1.3k) -> encode(85% 83% 83% 86% 81% 83% 85% 86% 86% 85% 85% 86% 84% 83% 86% 85% 84% 83% 86% 87% 86% 84% 85% 83% 84% 85% 86% 87% 83% 85%) -> (1.2k/1.2k) -> write( 7%)
last tile: 13/4149/2816 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/48.90806/2.35107
1:28:08 INF [archive] - features: [ 1B 20% 1.5M/s ] 388G tiles: [ 79M 2k/s ] 30G
cpus: 30.1 gc: 12% heap: 18G/25G direct: 67M postGC: 7.6G
read(29% 28%) -> merge(37%) -> (1.2k/1.3k) -> encode(88% 87% 87% 88% 86% 88% 87% 88% 86% 87% 88% 86% 88% 87% 88% 86% 85% 88% 88% 85% 87% 86% 87% 88% 87% 87% 87% 86% 88% 85%) -> (1.2k/1.2k) -> write( 6%)
last tile: 13/4348/2796 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/49.4824/11.09619
1:28:18 INF [archive] - features: [ 1B 20% 1.4M/s ] 388G tiles: [ 79M 1.1k/s ] 31G
cpus: 30 gc: 13% heap: 9.7G/25G direct: 67M postGC: 6.5G
read(26% 25%) -> merge(38%) -> (1.1k/1.3k) -> encode(85% 84% 83% 82% 85% 83% 83% 86% 86% 85% 84% 84% 86% 85% 82% 84% 82% 84% 84% 83% 83% 85% 83% 86% 85% 85% 83% 84% 83% 86%) -> (1.2k/1.2k) -> write( 5%)
last tile: 13/4250/2735 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/51.19311/6.78955
1:28:28 INF [archive] - features: [ 1B 20% 1.4M/s ] 388G tiles: [ 79M 1.9k/s ] 31G
cpus: 29.9 gc: 12% heap: 9.9G/25G direct: 67M postGC: 6G
read(23% 22%) -> merge(28%) -> (1.2k/1.3k) -> encode(87% 87% 85% 85% 82% 84% 85% 86% 85% 84% 87% 86% 85% 83% 87% 86% 86% 85% 85% 85% 87% 87% 84% 86% 84% 87% 86% 86% 85% 87%) -> (1.2k/1.2k) -> write( 5%)
last tile: 13/4223/2719 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/51.63166/5.60303
1:28:38 INF [archive] - features: [ 1B 21% 1.4M/s ] 388G tiles: [ 79M 4.8k/s ] 31G
cpus: 30 gc: 12% heap: 12G/25G direct: 67M postGC: 7.1G
read(26% 26%) -> merge(46%) -> (1.2k/1.3k) -> encode(87% 86% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 86% 87% 87% 86% 87% 87% 87% 87% 86% 87% 87% 87% 87% 87% 87% 87%) -> (1.2k/1.2k) -> write( 5%)
last tile: 13/4369/2686 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/52.5229/12.01904
1:28:48 INF [archive] - features: [ 1B 21% 1.6M/s ] 388G tiles: [ 79M 2.6k/s ] 32G
cpus: 30.2 gc: 13% heap: 12G/25G direct: 67M postGC: 6.6G
read(27% 27%) -> merge(50%) -> (1.1k/1.3k) -> encode(83% 82% 84% 84% 81% 83% 86% 83% 85% 85% 83% 84% 81% 83% 85% 86% 83% 83% 85% 84% 83% 84% 84% 83% 84% 84% 86% 84% 84% 80%) -> (1.2k/1.2k) -> write( 6%)
last tile: 13/4549/2777 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/50.02186/19.9292
1:28:58 INF [archive] - features: [ 1.1B 21% 1.7M/s ] 388G tiles: [ 79M 14k/s ] 32G
cpus: 30.2 gc: 13% heap: 14G/25G direct: 67M postGC: 6.7G
read(27% 28%) -> merge(62%) -> (1.2k/1.3k) -> encode(84% 82% 82% 86% 86% 82% 85% 84% 84% 83% 86% 81% 81% 79% 83% 83% 82% 83% 81% 82% 80% 84% 81% 83% 83% 83% 83% 84% 81% 82%) -> (1.2k/1.2k) -> write(10%)
last tile: 13/4225/2425 (z13 85%) https://onthegomap.github.io/planetiler-demo/#13.5/58.96134/5.69092
1:29:08 INF [archive] - features: [ 1.1B 22% 2.1M/s ] 388G tiles: [ 79M 33k/s ] 33G
cpus: 30.1 gc: 14% heap: 8.5G/25G direct: 67M postGC: 7.8G
read(29% 28%) -> merge(61%) -> (1.1k/1.3k) -> encode(80% 83% 80% 79% 80% 86% 82% 85% 79% 84% 85% 81% 79% 82% 78% 80% 83% 77% 81% 81% 82% 79% 84% 77% 78% 83% 83% 82% 77% 84%) -> (1.1k/1.2k) -> write(21%)
last tile: 13/5000/2316 (z13 86%) https://onthegomap.github.io/planetiler-demo/#13.5/61.34408/39.74854
1:29:18 INF [archive] - features: [ 1.1B 22% 1.9M/s ] 388G tiles: [ 80M 96k/s ] 34G
cpus: 29.8 gc: 12% heap: 14G/25G direct: 67M postGC: 13G
read( 9% 10%) -> merge(32%) -> (877/1.3k) -> encode(81% 86% 84% 84% 81% 83% 84% 83% 83% 85% 84% 84% 83% 83% 84% 86% 82% 85% 83% 82% 83% 85% 84% 82% 85% 85% 85% 81% 81% 83%) -> (1.2k/1.2k) -> write(30%)
last tile: 13/5752/2311 (z13 87%) https://onthegomap.github.io/planetiler-demo/#13.5/61.44927/72.79541
1:29:22 INF [archive:write] - Finished z13 in 5m49s cpu:2h52m40s gc:44s avg:29.7, now starting z14
1:29:28 INF [archive] - features: [ 1.1B 23% 4.3M/s ] 388G tiles: [ 108M 2.7M/s ] 35G
cpus: 23.1 gc: 13% heap: 6.6G/25G direct: 67M postGC: 6.6G
read(18% 17%) -> merge(49%) -> (0/1.3k) -> encode(61% 58% 58% 57% 59% 60% 60% 59% 60% 59% 58% 59% 60% 60% 59% 59% 59% 58% 60% 60% 59% 59% 64% 61% 59% 59% 60% 59% 59% 59%) -> (1.2k/1.2k) -> write(73%)
last tile: 14/5328/1816 (z14 7%) https://onthegomap.github.io/planetiler-demo/#14.5/80.08646/-62.9187
1:29:38 INF [archive] - features: [ 1.2B 24% 3.4M/s ] 388G tiles: [ 124M 1.5M/s ] 35G
cpus: 27.9 gc: 15% heap: 9.4G/25G direct: 67M postGC: 5.3G
read(35% 41%) -> merge(64%) -> (1.2k/1.3k) -> encode(71% 69% 71% 67% 69% 69% 73% 71% 67% 69% 67% 73% 68% 68% 72% 66% 70% 71% 67% 64% 74% 63% 66% 71% 69% 68% 70% 68% 69% 70%) -> (1.2k/1.2k) -> write(36%)
last tile: 14/4191/6021 (z14 13%) https://onthegomap.github.io/planetiler-demo/#14.5/42.98054/-87.90161
1:29:49 INF [archive] - features: [ 1.2B 24% 1M/s ] 388G tiles: [ 124M 8.6k/s ] 35G
cpus: 29.9 gc: 12% heap: 13G/25G direct: 67M postGC: 5.3G
read(16% 14%) -> merge(32%) -> (1.2k/1.3k) -> encode(80% 79% 83% 77% 79% 86% 81% 80% 82% 81% 82% 79% 76% 79% 84% 83% 78% 81% 78% 75% 77% 76% 83% 81% 78% 85% 80% 80% 78% 82%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/4538/6011 (z14 13%) https://onthegomap.github.io/planetiler-demo/#14.5/43.14108/-80.2771
1:29:59 INF [archive] - features: [ 1.2B 24% 1.5M/s ] 388G tiles: [ 124M 23k/s ] 36G
cpus: 29.7 gc: 12% heap: 16G/25G direct: 67M postGC: 7.6G
read(15% 16%) -> merge(40%) -> (1.2k/1.3k) -> encode(88% 87% 87% 87% 87% 87% 87% 87% 86% 88% 87% 86% 87% 87% 86% 87% 87% 87% 88% 88% 87% 88% 87% 87% 87% 87% 87% 86% 88% 87%) -> (1.2k/1.2k) -> write(15%)
last tile: 14/4963/6105 (z14 13%) https://onthegomap.github.io/planetiler-demo/#14.5/41.61544/-70.93872
1:30:09 INF [archive] - features: [ 1.2B 24% 2M/s ] 388G tiles: [ 129M 424k/s ] 37G
cpus: 30 gc: 13% heap: 15G/25G direct: 67M postGC: 7.5G
read(24% 25%) -> merge(45%) -> (658/1.3k) -> encode(83% 82% 85% 81% 86% 83% 85% 81% 83% 85% 82% 84% 82% 84% 84% 83% 85% 83% 85% 84% 80% 85% 80% 80% 81% 82% 84% 86% 83% 84%) -> (1.2k/1.2k) -> write(35%)
last tile: 14/7861/4975 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/57.52172/-7.26196
1:30:19 INF [archive] - features: [ 1.2B 25% 877k/s ] 388G tiles: [ 129M 65k/s ] 37G
cpus: 29.7 gc: 12% heap: 18G/25G direct: 67M postGC: 6.1G
read(22% 20%) -> merge(34%) -> (1.2k/1.3k) -> encode(83% 85% 83% 85% 85% 85% 83% 86% 86% 84% 85% 82% 84% 85% 85% 84% 86% 84% 84% 84% 85% 84% 85% 86% 87% 85% 84% 86% 85% 85%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8094/5297 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/53.52072/-2.14233
1:30:29 INF [archive] - features: [ 1.2B 25% 830k/s ] 388G tiles: [ 129M 4.2k/s ] 37G
cpus: 29.5 gc: 13% heap: 12G/25G direct: 67M postGC: 7.3G
read(12% 12%) -> merge(21%) -> (1.2k/1.3k) -> encode(88% 88% 88% 88% 88% 88% 88% 88% 87% 87% 88% 88% 88% 88% 88% 87% 88% 88% 88% 87% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/8039/5442 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/51.5839/-3.35083
1:30:39 INF [archive] - features: [ 1.2B 25% 710k/s ] 388G tiles: [ 129M 1.6k/s ] 37G
cpus: 29.7 gc: 12% heap: 15G/25G direct: 67M postGC: 5.4G
read(13% 12%) -> merge(20%) -> (1.2k/1.3k) -> encode(83% 86% 86% 87% 87% 87% 85% 87% 84% 85% 85% 88% 87% 85% 86% 86% 84% 85% 87% 86% 84% 86% 85% 85% 85% 86% 86% 87% 87% 87%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8130/5491 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/50.90996/-1.35132
1:30:49 INF [archive] - features: [ 1.3B 25% 926k/s ] 388G tiles: [ 129M 19k/s ] 37G
cpus: 29.6 gc: 13% heap: 14G/25G direct: 67M postGC: 6.9G
read(14% 16%) -> merge(36%) -> (1.2k/1.3k) -> encode(87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 86% 87% 87% 87% 87% 87% 87% 87% 87%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8156/5688 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/48.10009/-0.78003
1:30:59 INF [archive] - features: [ 1.3B 25% 924k/s ] 388G tiles: [ 130M 7.1k/s ] 38G
cpus: 29.5 gc: 11% heap: 14G/25G direct: 67M postGC: 7.9G
read( 7% 7%) -> merge(13%) -> (1.1k/1.3k) -> encode(87% 86% 86% 87% 87% 86% 88% 88% 85% 88% 86% 88% 87% 86% 87% 88% 88% 88% 89% 87% 87% 87% 88% 85% 88% 88% 87% 88% 87% 88%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/8120/5991 (z14 15%) https://onthegomap.github.io/planetiler-demo/#14.5/43.46089/-1.57104
1:31:09 INF [archive] - features: [ 1.3B 26% 1.4M/s ] 388G tiles: [ 132M 278k/s ] 38G
cpus: 29.7 gc: 11% heap: 18G/25G direct: 67M postGC: 7.3G
read(19% 19%) -> merge(51%) -> (1.1k/1.3k) -> encode(85% 85% 84% 86% 85% 87% 87% 86% 83% 86% 85% 86% 85% 85% 84% 83% 87% 86% 86% 85% 87% 84% 86% 86% 84% 86% 85% 84% 85% 85%) -> (1.2k/1.2k) -> write(13%)
last tile: 14/8039/6174 (z14 16%) https://onthegomap.github.io/planetiler-demo/#14.5/40.47202/-3.35083
1:31:19 INF [archive] - features: [ 1.3B 26% 1.1M/s ] 388G tiles: [ 133M 93k/s ] 38G
cpus: 29.7 gc: 13% heap: 7.2G/25G direct: 67M postGC: 5.9G
read(10% 9%) -> merge(28%) -> (1k/1.3k) -> encode(84% 81% 84% 84% 82% 84% 84% 85% 85% 85% 85% 86% 83% 85% 86% 83% 85% 84% 86% 86% 85% 83% 85% 85% 87% 84% 84% 84% 85% 84%) -> (1.2k/1.2k) -> write(14%)
last tile: 14/7608/7237 (z14 17%) https://onthegomap.github.io/planetiler-demo/#14.5/20.51964/-12.82104
1:31:29 INF [archive] - features: [ 1.3B 26% 1.2M/s ] 388G tiles: [ 136M 253k/s ] 39G
cpus: 29.2 gc: 12% heap: 10G/25G direct: 67M postGC: 7.2G
read( 9% 10%) -> merge(14%) -> (1.2k/1.3k) -> encode(86% 85% 87% 87% 86% 87% 86% 86% 87% 85% 86% 87% 87% 86% 87% 86% 86% 86% 86% 86% 87% 86% 86% 86% 86% 87% 87% 86% 87% 87%) -> (1.2k/1.2k) -> write(19%)
last tile: 14/5134/7354 (z14 17%) https://onthegomap.github.io/planetiler-demo/#14.5/18.09364/-67.1814
1:31:39 INF [archive] - features: [ 1.3B 26% 1M/s ] 388G tiles: [ 138M 182k/s ] 39G
cpus: 29.7 gc: 13% heap: 6.6G/25G direct: 67M postGC: 6.4G
read(26% 25%) -> merge(45%) -> (1.1k/1.3k) -> encode(84% 80% 84% 84% 85% 82% 82% 82% 83% 85% 83% 84% 82% 84% 83% 86% 84% 84% 83% 84% 83% 84% 85% 83% 85% 83% 82% 83% 84% 83%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/4708/6258 (z14 18%) https://onthegomap.github.io/planetiler-demo/#14.5/39.05332/-76.54175
1:31:49 INF [archive] - features: [ 1.3B 27% 1.8M/s ] 388G tiles: [ 138M 16k/s ] 39G
cpus: 30.2 gc: 12% heap: 15G/25G direct: 67M postGC: 13G
read(25% 27%) -> merge(61%) -> (1.2k/1.3k) -> encode(84% 83% 83% 81% 84% 86% 83% 84% 83% 82% 82% 82% 79% 85% 81% 85% 82% 81% 85% 84% 82% 83% 83% 84% 84% 83% 83% 81% 81% 86%) -> (1.2k/1.2k) -> write(10%)
last tile: 14/4552/6360 (z14 18%) https://onthegomap.github.io/planetiler-demo/#14.5/37.29153/-79.96948
1:31:59 INF [archive] - features: [ 1.3B 27% 1.6M/s ] 388G tiles: [ 138M 20k/s ] 40G
cpus: 30.1 gc: 13% heap: 7.2G/25G direct: 67M postGC: 7.1G
read(21% 20%) -> merge(46%) -> (1.2k/1.3k) -> encode(82% 83% 81% 84% 85% 85% 83% 82% 84% 80% 81% 83% 84% 85% 85% 85% 84% 80% 80% 82% 83% 83% 84% 82% 81% 86% 85% 85% 84% 79%) -> (1.2k/1.2k) -> write(14%)
last tile: 14/4101/6757 (z14 18%) https://onthegomap.github.io/planetiler-demo/#14.5/30.04057/-89.87915
1:32:09 INF [archive] - features: [ 1.4B 27% 1M/s ] 388G tiles: [ 138M 14k/s ] 40G
cpus: 29.7 gc: 11% heap: 7.5G/25G direct: 67M postGC: 5.8G
read(11% 11%) -> merge(22%) -> (1.2k/1.3k) -> encode(85% 84% 84% 84% 85% 86% 86% 87% 86% 84% 87% 86% 88% 85% 85% 85% 86% 86% 85% 85% 85% 87% 84% 86% 86% 87% 83% 87% 86% 86%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/4535/6980 (z14 18%) https://onthegomap.github.io/planetiler-demo/#14.5/25.71084/-80.34302
1:32:19 INF [archive] - features: [ 1.4B 27% 1.3M/s ] 388G tiles: [ 140M 145k/s ] 40G
cpus: 29.8 gc: 13% heap: 17G/25G direct: 67M postGC: 7.8G
read(13% 14%) -> merge(39%) -> (868/1.3k) -> encode(87% 86% 87% 87% 87% 87% 87% 86% 87% 87% 87% 87% 87% 86% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 86% 87% 87% 87%) -> (955/1.2k) -> write(18%)
last tile: 14/3867/7432 (z14 19%) https://onthegomap.github.io/planetiler-demo/#14.5/16.45716/-95.02075
1:32:29 INF [archive] - features: [ 1.4B 28% 1.3M/s ] 388G tiles: [ 142M 261k/s ] 41G
cpus: 29.7 gc: 13% heap: 7.7G/25G direct: 67M postGC: 7.1G
read(20% 19%) -> merge(38%) -> (1.2k/1.3k) -> encode(84% 80% 83% 78% 84% 85% 83% 80% 82% 83% 84% 85% 83% 83% 83% 84% 84% 82% 84% 83% 79% 84% 84% 85% 80% 82% 82% 84% 84% 84%) -> (1.2k/1.2k) -> write(13%)
last tile: 14/2669/6284 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/38.60829/-121.34399
1:32:39 INF [archive] - features: [ 1.4B 28% 577k/s ] 388G tiles: [ 142M 6.6k/s ] 41G
cpus: 29.8 gc: 11% heap: 14G/25G direct: 67M postGC: 5.5G
read( 9% 9%) -> merge(16%) -> (1.2k/1.3k) -> encode(88% 88% 89% 87% 86% 85% 86% 87% 84% 86% 85% 88% 86% 88% 87% 86% 85% 86% 84% 87% 86% 86% 89% 86% 86% 87% 88% 88% 86% 88%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/2703/6482 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/35.12889/-120.59692
1:32:50 INF [archive] - features: [ 1.4B 28% 884k/s ] 388G tiles: [ 143M 19k/s ] 41G
cpus: 29.5 gc: 13% heap: 7.1G/25G direct: 67M postGC: 6.8G
read(11% 12%) -> merge(24%) -> (1.2k/1.3k) -> encode(87% 87% 86% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 87% 86% 87% 87% 87% 86% 86% 86% 87% 87% 87%) -> (1.2k/1.2k) -> write( 9%)
last tile: 14/3230/6265 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/38.93378/-109.01733
1:33:00 INF [archive] - features: [ 1.4B 28% 1.1M/s ] 388G tiles: [ 143M 35k/s ] 41G
cpus: 29.8 gc: 12% heap: 6.2G/25G direct: 67M postGC: 6.1G
read(15% 14%) -> merge(31%) -> (1k/1.3k) -> encode(86% 84% 83% 85% 86% 87% 82% 82% 86% 85% 85% 81% 82% 84% 85% 86% 80% 85% 83% 86% 80% 85% 84% 83% 82% 84% 84% 82% 86% 85%) -> (1.2k/1.2k) -> write(13%)
last tile: 14/3366/7166 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/21.97361/-106.02905
1:33:10 INF [archive] - features: [ 1.4B 28% 1M/s ] 388G tiles: [ 143M 43k/s ] 42G
cpus: 30 gc: 12% heap: 17G/25G direct: 67M postGC: 11G
read(19% 16%) -> merge(38%) -> (1.2k/1.3k) -> encode(84% 84% 85% 86% 83% 85% 87% 85% 86% 85% 86% 84% 84% 85% 87% 84% 86% 84% 84% 86% 85% 85% 84% 82% 87% 87% 85% 84% 86% 86%) -> (1.2k/1.2k) -> write(13%)
last tile: 14/3787/6607 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/32.8519/-96.77856
1:33:20 INF [archive] - features: [ 1.4B 29% 1.5M/s ] 388G tiles: [ 144M 35k/s ] 42G
cpus: 30.1 gc: 12% heap: 11G/25G direct: 67M postGC: 6.9G
read(13% 14%) -> merge(40%) -> (1.2k/1.3k) -> encode(84% 84% 84% 84% 81% 85% 83% 82% 84% 85% 85% 86% 84% 79% 83% 82% 83% 83% 85% 80% 85% 86% 82% 82% 85% 81% 83% 83% 83% 84%) -> (1.2k/1.2k) -> write(19%)
last tile: 14/3621/5730 (z14 20%) https://onthegomap.github.io/planetiler-demo/#14.5/47.48009/-100.42603
1:33:30 INF [archive] - features: [ 1.5B 29% 2.2M/s ] 388G tiles: [ 147M 322k/s ] 43G
cpus: 29.7 gc: 14% heap: 9.1G/25G direct: 67M postGC: 8G
read(20% 21%) -> merge(49%) -> (895/1.3k) -> encode(80% 81% 79% 80% 80% 78% 80% 81% 80% 79% 78% 81% 78% 79% 80% 80% 79% 80% 80% 81% 79% 79% 78% 79% 80% 80% 80% 80% 80% 79%) -> (966/1.2k) -> write(63%)
last tile: 14/2579/5167 (z14 22%) https://onthegomap.github.io/planetiler-demo/#14.5/55.18514/-123.32153
1:33:40 INF [archive] - features: [ 1.5B 29% 1.2M/s ] 388G tiles: [ 147M 36k/s ] 44G
cpus: 29.6 gc: 11% heap: 18G/25G direct: 67M postGC: 6.7G
read( 7% 6%) -> merge(18%) -> (1.2k/1.3k) -> encode(86% 85% 87% 85% 87% 84% 88% 84% 86% 86% 86% 87% 87% 86% 86% 85% 84% 87% 86% 86% 83% 87% 87% 84% 86% 87% 87% 86% 86% 88%) -> (1.2k/1.2k) -> write(16%)
last tile: 14/3069/5806 (z14 22%) https://onthegomap.github.io/planetiler-demo/#14.5/46.33934/-112.55493
1:33:50 INF [archive] - features: [ 1.6B 31% 7.8M/s ] 388G tiles: [ 210M 6.2M/s ] 44G
cpus: 19.9 gc: 13% heap: 9.6G/25G direct: 67M postGC: 6.5G
read(25% 29%) -> merge(53%) -> (0/1.3k) -> encode(50% 49% 51% 50% 50% 48% 51% 50% 49% 50% 48% 50% 51% 48% 53% 49% 53% 50% 49% 48% 50% 50% 48% 49% 50% 51% 50% 48% 52% 51%) -> (1k/1.2k) -> write(65%)
last tile: 14/6191/11444 (z14 45%) https://onthegomap.github.io/planetiler-demo/#14.5/-57.94401/-43.9563
1:34:00 INF [archive] - features: [ 1.6B 31% 1.2M/s ] 388G tiles: [ 215M 567k/s ] 45G
cpus: 29.4 gc: 13% heap: 8.9G/25G direct: 67M postGC: 6.3G
read(24% 25%) -> merge(44%) -> (1.1k/1.3k) -> encode(79% 74% 79% 80% 78% 78% 75% 77% 72% 75% 78% 73% 74% 79% 76% 79% 78% 76% 76% 77% 80% 77% 73% 75% 73% 78% 78% 76% 78% 77%) -> (1.2k/1.2k) -> write(16%)
last tile: 14/5904/9471 (z14 47%) https://onthegomap.github.io/planetiler-demo/#14.5/-27.04934/-50.26245
1:34:10 INF [archive] - features: [ 1.6B 31% 1.3M/s ] 388G tiles: [ 217M 175k/s ] 45G
cpus: 29.9 gc: 12% heap: 7.5G/25G direct: 67M postGC: 7.4G
read(13% 12%) -> merge(23%) -> (848/1.3k) -> encode(86% 85% 84% 88% 84% 85% 83% 87% 83% 86% 85% 83% 85% 86% 84% 85% 83% 84% 85% 87% 83% 85% 84% 86% 85% 85% 85% 83% 85% 84%) -> (939/1.2k) -> write(28%)
last tile: 14/5024/8836 (z14 48%) https://onthegomap.github.io/planetiler-demo/#14.5/-14.01936/-69.59839
1:34:20 INF [archive] - features: [ 1.6B 32% 1.5M/s ] 388G tiles: [ 219M 223k/s ] 46G
cpus: 30 gc: 13% heap: 16G/25G direct: 67M postGC: 15G
read(19% 19%) -> merge(51%) -> (1.2k/1.3k) -> encode(81% 81% 78% 81% 80% 84% 82% 84% 81% 81% 79% 81% 81% 82% 81% 83% 78% 82% 80% 82% 83% 81% 82% 82% 80% 80% 84% 82% 79% 81%) -> (1.2k/1.2k) -> write(39%)
last tile: 14/6440/8366 (z14 49%) https://onthegomap.github.io/planetiler-demo/#14.5/-3.83137/-38.48511
1:34:30 INF [archive] - features: [ 1.6B 32% 1.8M/s ] 388G tiles: [ 225M 622k/s ] 46G
cpus: 29.2 gc: 13% heap: 13G/25G direct: 67M postGC: 8.2G
read(20% 19%) -> merge(44%) -> (1.2k/1.3k) -> encode(82% 81% 82% 81% 81% 83% 84% 83% 81% 82% 82% 83% 84% 80% 82% 82% 85% 82% 83% 83% 83% 83% 81% 83% 83% 83% 81% 83% 82% 83%) -> (1.2k/1.2k) -> write(32%)
last tile: 14/9598/9621 (z14 51%) https://onthegomap.github.io/planetiler-demo/#14.5/-29.94541/30.90454
1:34:40 INF [archive] - features: [ 1.6B 32% 1.4M/s ] 388G tiles: [ 227M 165k/s ] 47G
cpus: 30.3 gc: 12% heap: 14G/25G direct: 67M postGC: 8.3G
read(15% 16%) -> merge(54%) -> (1.2k/1.3k) -> encode(83% 83% 82% 84% 82% 83% 82% 85% 82% 84% 85% 85% 84% 86% 84% 86% 85% 85% 84% 81% 84% 82% 84% 84% 85% 82% 83% 83% 82% 83%) -> (1.2k/1.2k) -> write(24%)
last tile: 14/9865/8250 (z14 51%) https://onthegomap.github.io/planetiler-demo/#14.5/-1.28529/36.77124
1:34:50 INF [archive] - features: [ 1.7B 33% 5.2M/s ] 388G tiles: [ 268M 4M/s ] 47G
cpus: 24.1 gc: 11% heap: 11G/25G direct: 67M postGC: 7.2G
read(17% 16%) -> merge(33%) -> (0/1.3k) -> encode(67% 66% 67% 66% 68% 69% 67% 67% 68% 67% 69% 67% 68% 69% 67% 67% 67% 67% 67% 67% 67% 68% 67% 67% 66% 67% 68% 67% 67% 67%) -> (1.2k/1.2k) -> write(39%)
last tile: 14/16342/15125 (z14 67%) https://onthegomap.github.io/planetiler-demo/#14.5/-81.98929/179.08813
1:35:01 INF [archive] - features: [ 1.7B 34% 2.4M/s ] 388G tiles: [ 285M 1.6M/s ] 47G
cpus: 27 gc: 13% heap: 8.8G/25G direct: 67M postGC: 6.3G
read(29% 29%) -> merge(52%) -> (1.2k/1.3k) -> encode(74% 73% 72% 75% 73% 74% 73% 73% 76% 77% 74% 74% 74% 73% 74% 77% 75% 74% 75% 73% 74% 74% 73% 71% 75% 73% 74% 76% 74% 73%) -> (1.2k/1.2k) -> write(28%)
last tile: 14/13050/8492 (z14 73%) https://onthegomap.github.io/planetiler-demo/#14.5/-6.58822/106.75415
1:35:11 INF [archive] - features: [ 1.7B 34% 604k/s ] 388G tiles: [ 285M 1.1k/s ] 47G
cpus: 29.5 gc: 11% heap: 9.1G/25G direct: 67M postGC: 6.2G
read( 6% 6%) -> merge(14%) -> (1.2k/1.3k) -> encode(89% 88% 87% 89% 87% 89% 88% 89% 89% 88% 85% 89% 87% 88% 88% 85% 89% 87% 87% 89% 86% 87% 86% 88% 88% 89% 87% 87% 88% 89%) -> (1.2k/1.2k) -> write( 1%)
last tile: 14/13163/8530 (z14 73%) https://onthegomap.github.io/planetiler-demo/#14.5/-7.41694/109.23706
1:35:21 INF [archive] - features: [ 1.7B 34% 757k/s ] 388G tiles: [ 285M 18k/s ] 47G
cpus: 29.5 gc: 10% heap: 13G/25G direct: 67M postGC: 7.1G
read( 9% 9%) -> merge(12%) -> (1.2k/1.3k) -> encode(90% 89% 89% 89% 89% 89% 89% 90% 90% 89% 89% 89% 89% 89% 90% 89% 89% 89% 90% 89% 89% 89% 89% 90% 89% 89% 89% 90% 89% 89%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/13522/8215 (z14 73%) https://onthegomap.github.io/planetiler-demo/#14.5/-0.51635/117.12524
1:35:31 INF [archive] - features: [ 1.7B 34% 1.1M/s ] 388G tiles: [ 287M 211k/s ] 48G
cpus: 29.6 gc: 9% heap: 21G/25G direct: 67M postGC: 8.3G
read(10% 12%) -> merge(21%) -> (487/1.3k) -> encode(88% 89% 89% 88% 89% 89% 89% 89% 89% 89% 89% 89% 88% 87% 89% 88% 88% 89% 89% 89% 88% 89% 89% 88% 89% 88% 89% 89% 89% 89%) -> (713/1.2k) -> write(18%)
last tile: 14/14746/9384 (z14 74%) https://onthegomap.github.io/planetiler-demo/#14.5/-25.3341/144.01978
1:35:41 INF [archive] - features: [ 1.7B 35% 1.6M/s ] 388G tiles: [ 292M 487k/s ] 48G
cpus: 29.2 gc: 13% heap: 11G/25G direct: 67M postGC: 6.6G
read(11% 11%) -> merge(26%) -> (14/1.3k) -> encode(83% 81% 84% 81% 82% 85% 84% 82% 79% 81% 82% 83% 85% 84% 84% 81% 85% 83% 84% 84% 81% 84% 85% 82% 82% 85% 85% 83% 85% 83%) -> (684/1.2k) -> write(23%)
last tile: 14/15322/6900 (z14 76%) https://onthegomap.github.io/planetiler-demo/#14.5/27.28393/156.67603
1:35:51 INF [archive] - features: [ 1.8B 35% 745k/s ] 388G tiles: [ 293M 84k/s ] 48G
cpus: 29.9 gc: 13% heap: 10G/25G direct: 67M postGC: 6.1G
read(20% 19%) -> merge(41%) -> (1.2k/1.3k) -> encode(86% 83% 82% 86% 86% 85% 85% 84% 87% 86% 87% 84% 87% 82% 82% 86% 81% 85% 87% 83% 82% 85% 83% 85% 85% 84% 87% 84% 83% 83%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/14476/6400 (z14 76%) https://onthegomap.github.io/planetiler-demo/#14.5/36.58907/138.08716
1:36:01 INF [archive] - features: [ 1.8B 35% 758k/s ] 388G tiles: [ 293M 1.4k/s ] 48G
cpus: 29.3 gc: 11% heap: 19G/25G direct: 67M postGC: 7G
read( 5% 5%) -> merge(12%) -> (1.2k/1.3k) -> encode(88% 89% 89% 89% 88% 89% 89% 89% 89% 89% 89% 89% 89% 88% 89% 89% 89% 89% 88% 88% 89% 88% 89% 88% 89% 89% 89% 88% 88% 88%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/14559/6440 (z14 76%) https://onthegomap.github.io/planetiler-demo/#14.5/35.88015/139.91089
1:36:11 INF [archive] - features: [ 1.8B 35% 1.4M/s ] 388G tiles: [ 298M 496k/s ] 49G
cpus: 28.2 gc: 9% heap: 16G/25G direct: 67M postGC: 8.5G
read( 9% 9%) -> merge(16%) -> (281/1.3k) -> encode(86% 86% 85% 85% 85% 86% 85% 87% 86% 86% 86% 85% 84% 86% 86% 86% 86% 88% 83% 85% 85% 87% 84% 85% 87% 86% 86% 84% 84% 86%) -> (691/1.2k) -> write(22%)
last tile: 14/14972/5876 (z14 78%) https://onthegomap.github.io/planetiler-demo/#14.5/45.26715/148.9856
1:36:21 INF [archive] - features: [ 1.8B 36% 1.7M/s ] 388G tiles: [ 303M 515k/s ] 49G
cpus: 29.1 gc: 13% heap: 18G/25G direct: 67M postGC: 7.9G
read(21% 22%) -> merge(44%) -> (694/1.3k) -> encode(80% 82% 80% 79% 81% 80% 78% 80% 80% 78% 81% 79% 80% 80% 80% 82% 79% 79% 78% 80% 80% 79% 80% 79% 79% 81% 79% 78% 82% 79%) -> (757/1.2k) -> write(49%)
last tile: 14/12372/7021 (z14 80%) https://onthegomap.github.io/planetiler-demo/#14.5/24.8964/91.85669
1:36:31 INF [archive] - features: [ 1.8B 36% 1.3M/s ] 388G tiles: [ 304M 84k/s ] 50G
cpus: 30.2 gc: 13% heap: 8.9G/25G direct: 67M postGC: 8G
read(24% 24%) -> merge(53%) -> (1.1k/1.3k) -> encode(81% 78% 81% 81% 78% 76% 77% 77% 75% 79% 80% 81% 78% 78% 81% 81% 79% 81% 78% 76% 82% 77% 75% 75% 73% 79% 80% 81% 82% 77%) -> (1.2k/1.2k) -> write(27%)
last tile: 14/13668/6513 (z14 80%) https://onthegomap.github.io/planetiler-demo/#14.5/34.56991/120.33325
1:36:41 INF [archive] - features: [ 1.8B 36% 1M/s ] 388G tiles: [ 304M 30k/s ] 50G
cpus: 30.2 gc: 12% heap: 7G/25G direct: 67M postGC: 6.9G
read(14% 15%) -> merge(32%) -> (1.2k/1.3k) -> encode(84% 82% 79% 82% 79% 77% 79% 80% 81% 78% 83% 82% 79% 79% 83% 81% 73% 84% 83% 79% 81% 82% 84% 85% 86% 83% 80% 80% 78% 85%) -> (1.2k/1.2k) -> write( 9%)
last tile: 14/14133/6572 (z14 80%) https://onthegomap.github.io/planetiler-demo/#14.5/33.4956/130.55054
1:36:51 INF [archive] - features: [ 1.8B 36% 1.3M/s ] 388G tiles: [ 305M 73k/s ] 51G
cpus: 29.9 gc: 12% heap: 17G/25G direct: 67M postGC: 6.8G
read(15% 16%) -> merge(30%) -> (1.2k/1.3k) -> encode(86% 84% 86% 86% 81% 85% 83% 86% 86% 85% 87% 86% 83% 85% 85% 87% 84% 85% 85% 85% 85% 85% 85% 84% 86% 85% 87% 85% 85% 84%) -> (1.2k/1.2k) -> write(14%)
last tile: 14/13665/7508 (z14 81%) https://onthegomap.github.io/planetiler-demo/#14.5/14.84923/120.26733
1:37:01 INF [archive] - features: [ 1.8B 36% 1M/s ] 388G tiles: [ 306M 100k/s ] 51G
cpus: 29.9 gc: 13% heap: 10G/25G direct: 67M postGC: 9.6G
read(16% 16%) -> merge(39%) -> (1.1k/1.3k) -> encode(84% 82% 85% 86% 81% 85% 83% 85% 82% 84% 81% 82% 84% 84% 83% 82% 85% 86% 85% 86% 85% 84% 82% 80% 83% 82% 86% 79% 83% 85%) -> (1.1k/1.2k) -> write(10%)
last tile: 14/12908/8124 (z14 81%) https://onthegomap.github.io/planetiler-demo/#14.5/1.48299/103.63403
1:37:11 INF [archive] - features: [ 1.9B 37% 1.4M/s ] 388G tiles: [ 307M 62k/s ] 51G
cpus: 30.1 gc: 12% heap: 7.1G/25G direct: 67M postGC: 6.9G
read(14% 15%) -> merge(30%) -> (1.1k/1.3k) -> encode(83% 83% 77% 81% 83% 81% 83% 84% 83% 83% 84% 78% 81% 84% 82% 80% 82% 82% 82% 81% 78% 85% 83% 83% 85% 84% 81% 82% 77% 82%) -> (1.2k/1.2k) -> write(15%)
last tile: 14/12441/7677 (z14 81%) https://onthegomap.github.io/planetiler-demo/#14.5/11.23229/93.3728
1:37:21 INF [archive] - features: [ 1.9B 37% 1M/s ] 388G tiles: [ 308M 84k/s ] 51G
cpus: 30 gc: 13% heap: 16G/25G direct: 67M postGC: 12G
read(19% 16%) -> merge(40%) -> (1.1k/1.3k) -> encode(85% 81% 85% 85% 84% 85% 86% 84% 83% 83% 85% 86% 85% 87% 85% 81% 86% 84% 84% 83% 87% 84% 85% 82% 86% 84% 87% 84% 86% 82%) -> (1.2k/1.2k) -> write( 8%)
last tile: 14/11720/7595 (z14 81%) https://onthegomap.github.io/planetiler-demo/#14.5/12.99385/77.53052
1:37:32 INF [archive] - features: [ 1.9B 37% 1M/s ] 388G tiles: [ 308M 51k/s ] 52G
cpus: 30 gc: 12% heap: 18G/25G direct: 67M postGC: 7.4G
read(17% 15%) -> merge(39%) -> (1.2k/1.3k) -> encode(83% 82% 83% 84% 84% 84% 82% 80% 83% 86% 85% 80% 84% 84% 84% 81% 83% 86% 86% 82% 83% 83% 83% 85% 86% 81% 83% 79% 82% 79%) -> (1.2k/1.2k) -> write(12%)
last tile: 14/12216/7134 (z14 82%) https://onthegomap.github.io/planetiler-demo/#14.5/22.62415/88.42896
1:37:42 INF [archive] - features: [ 1.9B 37% 1.3M/s ] 388G tiles: [ 309M 70k/s ] 52G
cpus: 30 gc: 13% heap: 10G/25G direct: 67M postGC: 8.1G
read(17% 18%) -> merge(41%) -> (1.2k/1.3k) -> encode(85% 85% 83% 84% 83% 84% 79% 83% 80% 83% 85% 83% 84% 85% 83% 85% 84% 85% 84% 82% 80% 82% 83% 85% 79% 81% 81% 82% 78% 83%) -> (1.2k/1.2k) -> write(20%)
last tile: 14/11326/6486 (z14 82%) https://onthegomap.github.io/planetiler-demo/#14.5/35.05698/68.87329
1:37:52 INF [archive] - features: [ 1.9B 38% 1.1M/s ] 388G tiles: [ 310M 67k/s ] 52G
cpus: 30.1 gc: 12% heap: 8.6G/25G direct: 67M postGC: 7.3G
read(11% 11%) -> merge(26%) -> (1k/1.3k) -> encode(82% 80% 79% 83% 84% 81% 79% 81% 83% 82% 79% 84% 82% 84% 82% 81% 84% 83% 82% 82% 80% 80% 83% 82% 84% 84% 81% 82% 78% 80%) -> (1.2k/1.2k) -> write(16%)
last tile: 14/11240/6226 (z14 82%) https://onthegomap.github.io/planetiler-demo/#14.5/39.59722/66.98364
1:38:02 INF [archive] - features: [ 1.9B 38% 1.5M/s ] 388G tiles: [ 312M 232k/s ] 53G
cpus: 29.9 gc: 12% heap: 13G/25G direct: 67M postGC: 7.2G
read(14% 14%) -> merge(41%) -> (1k/1.3k) -> encode(85% 84% 84% 84% 85% 83% 85% 84% 84% 80% 81% 85% 81% 84% 83% 83% 84% 82% 80% 85% 84% 85% 85% 80% 84% 82% 83% 86% 84% 84%) -> (1.1k/1.2k) -> write(32%)
last tile: 14/9671/7477 (z14 83%) https://onthegomap.github.io/planetiler-demo/#14.5/15.50662/32.50854
1:38:12 INF [archive] - features: [ 1.9B 38% 1M/s ] 388G tiles: [ 313M 86k/s ] 53G
cpus: 29.5 gc: 13% heap: 19G/25G direct: 67M postGC: 7.3G
read(15% 14%) -> merge(28%) -> (1.2k/1.3k) -> encode(84% 85% 84% 86% 85% 83% 84% 85% 84% 82% 85% 82% 84% 83% 83% 82% 83% 83% 82% 85% 83% 85% 84% 83% 83% 83% 85% 84% 84% 83%) -> (1.2k/1.2k) -> write(18%)
last tile: 14/8368/7854 (z14 83%) https://onthegomap.github.io/planetiler-demo/#14.5/7.39515/3.87817
1:38:22 INF [archive] - features: [ 1.9B 38% 719k/s ] 388G tiles: [ 313M 11k/s ] 53G
cpus: 29.7 gc: 10% heap: 6.5G/25G direct: 67M postGC: 6.4G
read( 5% 4%) -> merge( 9%) -> (1.2k/1.3k) -> encode(88% 87% 87% 87% 88% 87% 88% 87% 85% 89% 85% 84% 86% 87% 85% 89% 87% 88% 88% 85% 85% 88% 87% 88% 87% 85% 88% 86% 87% 88%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8639/7722 (z14 83%) https://onthegomap.github.io/planetiler-demo/#14.5/10.26087/9.83276
1:38:32 INF [archive] - features: [ 1.9B 38% 1M/s ] 388G tiles: [ 314M 123k/s ] 54G
cpus: 30.1 gc: 12% heap: 17G/25G direct: 67M postGC: 6.9G
read(20% 19%) -> merge(41%) -> (1.1k/1.3k) -> encode(86% 84% 84% 87% 87% 86% 82% 85% 83% 83% 83% 86% 86% 83% 85% 84% 85% 83% 86% 85% 81% 85% 84% 86% 85% 84% 83% 84% 83% 82%) -> (1.2k/1.2k) -> write(19%)
last tile: 14/8505/6211 (z14 84%) https://onthegomap.github.io/planetiler-demo/#14.5/39.85072/6.88843
1:38:42 INF [archive] - features: [ 2B 39% 931k/s ] 388G tiles: [ 314M 35k/s ] 54G
cpus: 29.7 gc: 13% heap: 7.8G/25G direct: 67M postGC: 7.5G
read(11% 11%) -> merge(27%) -> (1.2k/1.3k) -> encode(84% 84% 84% 85% 85% 87% 83% 81% 83% 86% 81% 86% 85% 87% 83% 82% 83% 82% 84% 86% 82% 83% 83% 86% 82% 81% 82% 83% 85% 83%) -> (1.2k/1.2k) -> write( 7%)
last tile: 14/9274/6317 (z14 84%) https://onthegomap.github.io/planetiler-demo/#14.5/38.03944/23.7854
1:38:52 INF [archive] - features: [ 2B 39% 1.1M/s ] 388G tiles: [ 315M 78k/s ] 54G
cpus: 30.1 gc: 12% heap: 13G/25G direct: 67M postGC: 8.4G
read(18% 18%) -> merge(38%) -> (1.1k/1.3k) -> encode(83% 82% 82% 85% 85% 83% 84% 82% 82% 82% 81% 83% 83% 86% 82% 79% 84% 86% 86% 83% 83% 84% 85% 80% 82% 85% 84% 85% 79% 84%) -> (1.2k/1.2k) -> write(15%)
last tile: 14/10196/6425 (z14 84%) https://onthegomap.github.io/planetiler-demo/#14.5/36.14675/44.04419
1:39:02 INF [archive] - features: [ 2B 39% 1.1M/s ] 388G tiles: [ 316M 30k/s ] 55G
cpus: 30.2 gc: 12% heap: 9.4G/25G direct: 67M postGC: 7.8G
read(19% 18%) -> merge(36%) -> (1.1k/1.3k) -> encode(85% 81% 85% 82% 84% 84% 81% 85% 83% 87% 84% 81% 85% 81% 82% 83% 82% 79% 81% 82% 83% 81% 84% 84% 80% 82% 84% 83% 79% 81%) -> (1.2k/1.2k) -> write(12%)
last tile: 14/9998/6143 (z14 84%) https://onthegomap.github.io/planetiler-demo/#14.5/40.98819/39.6936
1:39:12 INF [archive] - features: [ 2B 39% 1.8M/s ] 388G tiles: [ 316M 47k/s ] 55G
cpus: 30.5 gc: 12% heap: 20G/25G direct: 67M postGC: 13G
read(29% 27%) -> merge(51%) -> (1.1k/1.3k) -> encode(72% 82% 74% 75% 78% 78% 79% 81% 80% 80% 78% 76% 74% 77% 75% 82% 77% 81% 78% 71% 81% 74% 79% 77% 75% 81% 76% 77% 74% 80%) -> (1.2k/1.2k) -> write(22%)
last tile: 14/9490/5611 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/49.2176/28.53149
1:39:22 INF [archive] - features: [ 2B 40% 1.8M/s ] 388G tiles: [ 316M 27k/s ] 56G
cpus: 30.3 gc: 13% heap: 20G/25G direct: 67M postGC: 7.8G
read(27% 26%) -> merge(55%) -> (1.2k/1.3k) -> encode(81% 84% 76% 80% 81% 77% 79% 83% 77% 83% 79% 75% 75% 76% 73% 80% 82% 82% 81% 77% 80% 76% 81% 82% 79% 84% 80% 81% 75% 76%) -> (1.2k/1.2k) -> write(19%)
last tile: 14/9309/5792 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/46.5513/24.55444
1:39:32 INF [archive] - features: [ 2B 40% 1.2M/s ] 388G tiles: [ 317M 26k/s ] 56G
cpus: 30.2 gc: 12% heap: 21G/25G direct: 67M postGC: 7.5G
read(19% 20%) -> merge(34%) -> (1.2k/1.3k) -> encode(75% 80% 77% 82% 79% 79% 80% 73% 83% 77% 81% 77% 82% 76% 80% 78% 82% 79% 80% 80% 78% 80% 81% 79% 76% 79% 79% 78% 78% 79%) -> (1.2k/1.2k) -> write(12%)
last tile: 14/9002/5998 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/43.34915/17.80884
1:39:42 INF [archive] - features: [ 2B 40% 1.1M/s ] 388G tiles: [ 317M 8.5k/s ] 56G
cpus: 30.2 gc: 12% heap: 19G/25G direct: 67M postGC: 7.5G
read(20% 21%) -> merge(35%) -> (1.2k/1.3k) -> encode(81% 85% 82% 80% 80% 83% 83% 82% 82% 84% 83% 80% 82% 86% 82% 81% 85% 82% 83% 86% 79% 85% 87% 85% 82% 84% 83% 81% 84% 84%) -> (1.2k/1.2k) -> write( 8%)
last tile: 14/9069/5842 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/45.79051/19.28101
1:39:52 INF [archive] - features: [ 2.1B 40% 1.2M/s ] 388G tiles: [ 317M 4.8k/s ] 57G
cpus: 30.3 gc: 12% heap: 14G/25G direct: 67M postGC: 7.4G
read(21% 21%) -> merge(38%) -> (1.2k/1.3k) -> encode(80% 83% 83% 83% 77% 78% 80% 80% 82% 82% 81% 85% 81% 84% 82% 80% 82% 82% 81% 80% 79% 81% 78% 81% 81% 75% 84% 83% 82% 79%) -> (1.2k/1.2k) -> write( 7%)
last tile: 14/8797/5664 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/48.45107/13.30444
1:40:03 INF [archive] - features: [ 2.1B 41% 1.1M/s ] 388G tiles: [ 317M 5.9k/s ] 57G
cpus: 30.1 gc: 12% heap: 13G/25G direct: 67M postGC: 7.9G
read(20% 19%) -> merge(35%) -> (1.2k/1.3k) -> encode(86% 82% 81% 82% 79% 86% 84% 83% 85% 82% 85% 79% 83% 82% 85% 82% 87% 82% 85% 83% 81% 83% 78% 83% 81% 85% 85% 84% 84% 85%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8841/6062 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/42.31794/14.27124
1:40:13 INF [archive] - features: [ 2.1B 41% 1.1M/s ] 388G tiles: [ 317M 10k/s ] 57G
cpus: 30.2 gc: 12% heap: 7.8G/25G direct: 67M postGC: 7.7G
read(16% 17%) -> merge(32%) -> (1.2k/1.3k) -> encode(83% 81% 81% 86% 85% 81% 82% 84% 81% 84% 82% 83% 80% 84% 84% 84% 80% 81% 83% 82% 77% 75% 82% 81% 81% 82% 84% 82% 78% 80%) -> (1.2k/1.2k) -> write( 7%)
last tile: 14/8338/6084 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/41.95949/3.21899
1:40:23 INF [archive] - features: [ 2.1B 41% 937k/s ] 388G tiles: [ 317M 4.5k/s ] 58G
cpus: 30.3 gc: 11% heap: 20G/25G direct: 67M postGC: 7.2G
read(14% 14%) -> merge(27%) -> (1.2k/1.3k) -> encode(85% 85% 84% 84% 86% 85% 82% 84% 85% 83% 82% 82% 82% 80% 87% 84% 83% 82% 81% 80% 81% 83% 86% 83% 84% 80% 84% 85% 86% 79%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8388/5969 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/43.81075/4.31763
1:40:33 INF [archive] - features: [ 2.1B 41% 935k/s ] 388G tiles: [ 317M 3.3k/s ] 58G
cpus: 29.8 gc: 12% heap: 9.4G/25G direct: 67M postGC: 6.9G
read(15% 15%) -> merge(25%) -> (1.2k/1.3k) -> encode(85% 84% 85% 87% 87% 86% 83% 88% 84% 85% 88% 87% 80% 86% 87% 83% 86% 86% 87% 85% 86% 87% 87% 84% 86% 86% 85% 85% 81% 88%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8208/5788 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/46.61171/0.36255
1:40:43 INF [archive] - features: [ 2.1B 41% 849k/s ] 388G tiles: [ 317M 3.2k/s ] 58G
cpus: 30 gc: 11% heap: 16G/25G direct: 67M postGC: 6.8G
read(15% 14%) -> merge(26%) -> (1.2k/1.3k) -> encode(86% 89% 86% 86% 87% 87% 87% 88% 85% 86% 84% 85% 85% 88% 86% 83% 83% 87% 88% 86% 88% 85% 87% 88% 86% 85% 86% 86% 86% 87%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/8421/5742 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/47.30158/5.04272
1:40:53 INF [archive] - features: [ 2.1B 42% 1M/s ] 388G tiles: [ 317M 3.5k/s ] 58G
cpus: 30 gc: 12% heap: 18G/25G direct: 67M postGC: 7G
read(18% 18%) -> merge(29%) -> (1.2k/1.3k) -> encode(82% 84% 83% 86% 84% 86% 86% 86% 87% 86% 85% 84% 87% 81% 87% 87% 83% 85% 87% 86% 85% 82% 85% 84% 86% 87% 82% 84% 85% 85%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8520/5822 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/46.09609/7.21802
1:41:03 INF [archive] - features: [ 2.1B 42% 1.1M/s ] 388G tiles: [ 317M 3k/s ] 59G
cpus: 29.8 gc: 13% heap: 7.7G/25G direct: 67M postGC: 7.5G
read(20% 19%) -> merge(29%) -> (1.2k/1.3k) -> encode(82% 84% 83% 85% 83% 84% 87% 87% 84% 86% 85% 81% 85% 84% 85% 84% 84% 84% 84% 86% 86% 85% 84% 84% 86% 84% 84% 83% 85% 85%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8615/5645 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/48.72721/9.30542
1:41:13 INF [archive] - features: [ 2.1B 42% 987k/s ] 388G tiles: [ 317M 1.7k/s ] 59G
cpus: 29.9 gc: 11% heap: 15G/25G direct: 67M postGC: 7.3G
read(16% 16%) -> merge(26%) -> (1.2k/1.3k) -> encode(88% 86% 87% 86% 88% 87% 82% 83% 86% 86% 88% 86% 87% 85% 86% 88% 84% 88% 85% 88% 85% 86% 87% 88% 86% 84% 88% 83% 88% 87%) -> (1.2k/1.2k) -> write( 4%)
last tile: 14/8653/5535 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/50.29636/10.14038
1:41:23 INF [archive] - features: [ 2.1B 42% 1M/s ] 388G tiles: [ 317M 2.2k/s ] 59G
cpus: 29.7 gc: 12% heap: 8.1G/25G direct: 67M postGC: 7.2G
read(16% 16%) -> merge(21%) -> (1.2k/1.3k) -> encode(86% 82% 85% 87% 86% 86% 85% 84% 82% 87% 87% 87% 83% 82% 86% 87% 85% 82% 86% 85% 87% 84% 85% 86% 86% 85% 83% 86% 85% 82%) -> (1.2k/1.2k) -> write( 5%)
last tile: 14/8512/5455 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/51.40606/7.04224
1:41:33 INF [archive] - features: [ 2.2B 42% 748k/s ] 388G tiles: [ 317M 1k/s ] 59G
cpus: 29.7 gc: 11% heap: 15G/25G direct: 67M postGC: 6.7G
read(11% 10%) -> merge(20%) -> (1.2k/1.3k) -> encode(85% 85% 86% 86% 86% 87% 88% 87% 87% 84% 87% 84% 86% 87% 86% 86% 84% 87% 86% 85% 88% 87% 86% 85% 87% 88% 86% 88% 84% 87%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8472/5458 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/51.36492/6.16333
1:41:43 INF [archive] - features: [ 2.2B 43% 794k/s ] 388G tiles: [ 317M 1.2k/s ] 59G
cpus: 29.6 gc: 11% heap: 18G/25G direct: 67M postGC: 7.8G
read(13% 13%) -> merge(24%) -> (1.2k/1.3k) -> encode(88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 88% 87% 88% 88% 88% 88% 88%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8530/5598 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/49.40382/7.43774
1:41:53 INF [archive] - features: [ 2.2B 43% 734k/s ] 388G tiles: [ 317M 1.8k/s ] 59G
cpus: 29.6 gc: 12% heap: 13G/25G direct: 67M postGC: 7.2G
read(10% 11%) -> merge(17%) -> (1.2k/1.3k) -> encode(86% 82% 84% 84% 85% 86% 85% 85% 83% 87% 85% 87% 87% 85% 87% 83% 84% 86% 87% 85% 83% 85% 85% 86% 85% 87% 85% 88% 86% 86%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8338/5507 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/50.68776/3.21899
1:42:03 INF [archive] - features: [ 2.2B 43% 682k/s ] 388G tiles: [ 317M 2.5k/s ] 59G
cpus: 29.7 gc: 11% heap: 9.2G/25G direct: 67M postGC: 7G
read( 8% 8%) -> merge(12%) -> (1.2k/1.3k) -> encode(87% 87% 89% 87% 88% 87% 89% 87% 87% 86% 89% 87% 84% 89% 86% 86% 88% 88% 85% 87% 87% 86% 86% 87% 88% 89% 87% 88% 88% 88%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/8277/5490 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/50.92381/1.87866
1:42:13 INF [archive] - features: [ 2.2B 43% 678k/s ] 388G tiles: [ 317M 2.1k/s ] 60G
cpus: 29.5 gc: 11% heap: 8.2G/25G direct: 67M postGC: 7.4G
read(10% 10%) -> merge(12%) -> (1.2k/1.3k) -> encode(89% 89% 88% 88% 89% 89% 89% 89% 89% 89% 89% 89% 88% 88% 89% 88% 89% 89% 89% 88% 89% 88% 89% 89% 89% 88% 89% 89% 88% 89%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8391/5471 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/51.18623/4.38354
1:42:23 INF [archive] - features: [ 2.2B 43% 582k/s ] 388G tiles: [ 317M 516/s ] 60G
cpus: 29.7 gc: 11% heap: 6.8G/25G direct: 67M postGC: 6.6G
read(10% 9%) -> merge(14%) -> (1.2k/1.3k) -> encode(88% 88% 89% 85% 89% 89% 87% 88% 89% 86% 89% 85% 86% 85% 86% 86% 84% 89% 89% 88% 88% 88% 87% 88% 86% 84% 87% 87% 87% 89%) -> (1.2k/1.2k) -> write( 2%)
last tile: 14/8413/5398 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/52.18067/4.86694
1:42:33 INF [archive] - features: [ 2.2B 43% 642k/s ] 388G tiles: [ 317M 9.1k/s ] 60G
cpus: 29.6 gc: 11% heap: 10G/25G direct: 67M postGC: 7.8G
read(12% 12%) -> merge(21%) -> (1.2k/1.3k) -> encode(89% 89% 89% 89% 88% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 89% 88% 89% 89% 89%) -> (1.2k/1.2k) -> write( 3%)
last tile: 14/8490/5336 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/53.00817/6.55884
1:42:44 INF [archive] - features: [ 2.2B 43% 1.1M/s ] 388G tiles: [ 317M 5.1k/s ] 60G
cpus: 30 gc: 12% heap: 9.8G/25G direct: 67M postGC: 7.7G
read(22% 21%) -> merge(32%) -> (1.2k/1.3k) -> encode(87% 86% 88% 82% 87% 82% 85% 84% 85% 83% 86% 87% 82% 85% 83% 85% 84% 83% 86% 85% 83% 85% 84% 84% 85% 85% 86% 84% 81% 84%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8785/5245 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/54.19458/13.04077
1:42:54 INF [archive] - features: [ 2.2B 44% 1.1M/s ] 388G tiles: [ 317M 7.1k/s ] 60G
cpus: 30.3 gc: 11% heap: 18G/25G direct: 67M postGC: 7.5G
read(18% 18%) -> merge(32%) -> (1.2k/1.3k) -> encode(78% 83% 80% 83% 84% 85% 81% 82% 84% 81% 82% 78% 84% 83% 85% 86% 85% 84% 86% 81% 84% 86% 81% 80% 80% 83% 83% 80% 81% 85%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/8717/5490 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/50.92381/11.54663
1:43:04 INF [archive] - features: [ 2.2B 44% 1.2M/s ] 388G tiles: [ 317M 4.8k/s ] 61G
cpus: 30 gc: 12% heap: 19G/25G direct: 67M postGC: 7.6G
read(20% 19%) -> merge(33%) -> (1.2k/1.3k) -> encode(86% 82% 86% 86% 80% 83% 87% 87% 86% 84% 86% 84% 81% 87% 82% 83% 85% 86% 84% 85% 87% 85% 85% 86% 82% 83% 84% 85% 83% 84%) -> (1.2k/1.2k) -> write( 8%)
last tile: 14/8948/5405 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/52.08626/16.62231
1:43:14 INF [archive] - features: [ 2.2B 44% 1.2M/s ] 388G tiles: [ 317M 3.9k/s ] 61G
cpus: 29.9 gc: 13% heap: 8.2G/25G direct: 67M postGC: 8G
read(22% 22%) -> merge(38%) -> (1.2k/1.3k) -> encode(85% 81% 84% 85% 85% 87% 83% 82% 83% 84% 84% 86% 86% 85% 83% 84% 86% 83% 83% 83% 85% 80% 83% 85% 83% 84% 85% 82% 82% 85%) -> (1.2k/1.2k) -> write( 6%)
last tile: 14/9123/5613 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/49.18888/20.46753
1:43:24 INF [archive] - features: [ 2.3B 44% 1.4M/s ] 388G tiles: [ 318M 8k/s ] 61G
cpus: 30.3 gc: 12% heap: 16G/25G direct: 67M postGC: 7.7G
read(22% 23%) -> merge(45%) -> (1.2k/1.3k) -> encode(78% 78% 79% 82% 84% 82% 82% 84% 81% 83% 83% 79% 82% 82% 78% 80% 77% 78% 86% 85% 78% 84% 83% 84% 83% 82% 79% 77% 77% 75%) -> (1.2k/1.2k) -> write( 8%)
last tile: 14/9137/5242 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/54.23313/20.77515
1:43:34 INF [archive] - features: [ 2.3B 45% 1.5M/s ] 388G tiles: [ 318M 49k/s ] 62G
cpus: 30.4 gc: 12% heap: 16G/25G direct: 67M postGC: 7.7G
read(21% 21%) -> merge(48%) -> (1.1k/1.3k) -> encode(81% 79% 76% 79% 78% 80% 82% 78% 81% 83% 81% 79% 77% 80% 79% 81% 80% 79% 81% 75% 79% 78% 82% 80% 78% 77% 82% 82% 79% 78%) -> (1.2k/1.2k) -> write(18%)
last tile: 14/8499/4805 (z14 85%) https://onthegomap.github.io/planetiler-demo/#14.5/59.47299/6.75659
1:43:44 INF [archive] - features: [ 2.3B 45% 1.9M/s ] 388G tiles: [ 319M 87k/s ] 63G
cpus: 30.2 gc: 14% heap: 9.6G/25G direct: 67M postGC: 9.1G
read(27% 29%) -> merge(55%) -> (1.2k/1.3k) -> encode(72% 80% 74% 75% 79% 74% 75% 74% 77% 78% 75% 74% 73% 77% 81% 77% 76% 79% 76% 79% 78% 72% 77% 75% 74% 78% 76% 77% 73% 74%) -> (1.2k/1.2k) -> write(31%)
last tile: 14/9240/4751 (z14 86%) https://onthegomap.github.io/planetiler-demo/#14.5/60.07032/23.03833
1:43:54 INF [archive] - features: [ 2.3B 46% 2.3M/s ] 388G tiles: [ 321M 175k/s ] 64G
cpus: 29.9 gc: 13% heap: 13G/25G direct: 67M postGC: 8.2G
read(22% 22%) -> merge(47%) -> (1.2k/1.3k) -> encode(78% 73% 70% 68% 76% 76% 77% 77% 77% 77% 77% 76% 72% 80% 75% 75% 77% 74% 73% 75% 71% 76% 76% 79% 76% 78% 77% 77% 81% 73%) -> (1.2k/1.2k) -> write(46%)
last tile: 14/10330/5114 (z14 86%) https://onthegomap.github.io/planetiler-demo/#14.5/55.84448/46.98853
1:44:04 INF [archive] - features: [ 2.3B 46% 1.8M/s ] 388G tiles: [ 322M 159k/s ] 64G
cpus: 30 gc: 12% heap: 14G/25G direct: 67M postGC: 10G
read(16% 15%) -> merge(35%) -> (1k/1.3k) -> encode(80% 79% 79% 77% 81% 82% 74% 80% 78% 77% 80% 81% 79% 78% 79% 82% 76% 81% 78% 72% 80% 78% 78% 75% 79% 80% 79% 79% 79% 81%) -> (1.2k/1.2k) -> write(32%)
last tile: 14/11967/5840 (z14 87%) https://onthegomap.github.io/planetiler-demo/#14.5/45.82114/82.95776
1:44:14 INF [archive] - features: [ 2.4B 47% 4.4M/s ] 388G tiles: [ 351M 2.8M/s ] 65G
cpus: 24.2 gc: 13% heap: 8G/25G direct: 67M postGC: 7.8G
read(15% 16%) -> merge(38%) -> (0/1.3k) -> encode(64% 63% 65% 63% 63% 63% 64% 63% 64% 64% 63% 63% 64% 65% 64% 64% 64% 64% 64% 64% 65% 65% 65% 64% 64% 64% 65% 64% 64% 64%) -> (1.2k/1.2k) -> write(75%)
last tile: 14/15503/3671 (z14 98%) https://onthegomap.github.io/planetiler-demo/#14.5/69.9642/160.65308
1:44:15 INF [archive:write] - Finished z14 in 14m52s cpu:7h18m18s gc:1m48s avg:29.5, now starting z15
1:44:24 INF [archive] - features: [ 2.4B 48% 6.5M/s ] 388G tiles: [ 403M 5.1M/s ] 66G
cpus: 20.1 gc: 10% heap: 17G/25G direct: 67M postGC: 7.3G
read(26% 21%) -> merge(43%) -> (0/1.3k) -> encode(49% 50% 50% 50% 50% 50% 49% 50% 49% 50% 50% 50% 51% 50% 51% 50% 50% 50% 52% 50% 50% 51% 50% 50% 50% 50% 49% 50% 50% 50%) -> (1.2k/1.2k) -> write(86%)
last tile: 15/7268/6334 (z15 4%) https://onthegomap.github.io/planetiler-demo/#15.5/73.43312/-100.14587
1:44:34 INF [archive] - features: [ 2.6B 50% 12M/s ] 388G tiles: [ 486M 8.1M/s ] 67G
cpus: 12.8 gc: 9% heap: 5.9G/25G direct: 67M postGC: 5.8G
read(47% 29%) -> merge(59%) -> (0/1.3k) -> encode(27% 27% 27% 27% 27% 28% 27% 27% 27% 27% 27% 27% 28% 27% 27% 27% 28% 27% 28% 26% 27% 28% 28% 28% 27% 28% 28% 27% 27% 27%) -> (1.2k/1.2k) -> write(66%)
last tile: 15/9131/4861 (z15 12%) https://onthegomap.github.io/planetiler-demo/#15.5/77.47199/-79.67834
1:44:44 INF [archive] - features: [ 2.6B 51% 4.2M/s ] 388G tiles: [ 498M 1.2M/s ] 68G
cpus: 28.2 gc: 13% heap: 7.4G/25G direct: 67M postGC: 6.5G
read(41% 37%) -> merge(68%) -> (132/1.3k) -> encode(71% 74% 70% 72% 71% 71% 70% 73% 71% 72% 73% 72% 73% 71% 72% 70% 73% 71% 69% 70% 72% 72% 72% 74% 71% 70% 70% 72% 70% 73%) -> (207/1.2k) -> write(67%)
last tile: 15/8803/11264 (z15 13%) https://onthegomap.github.io/planetiler-demo/#15.5/48.91889/-83.28186
1:44:54 INF [archive] - features: [ 2.7B 52% 3.8M/s ] 388G tiles: [ 502M 451k/s ] 70G
cpus: 28.7 gc: 13% heap: 7.6G/25G direct: 67M postGC: 7.2G
read(28% 30%) -> merge(67%) -> (9/1.3k) -> encode(75% 76% 74% 74% 75% 76% 74% 75% 73% 74% 76% 72% 73% 72% 74% 73% 75% 74% 74% 74% 71% 76% 72% 76% 72% 74% 76% 74% 75% 73%) -> (1.2k/1.2k) -> write(67%)
last tile: 15/11466/11851 (z15 14%) https://onthegomap.github.io/planetiler-demo/#15.5/44.50042/-54.02527
1:45:04 INF [archive] - features: [ 2.7B 53% 5.6M/s ] 388G tiles: [ 518M 1.6M/s ] 71G
cpus: 25.9 gc: 9% heap: 7.1G/25G direct: 67M postGC: 4.7G
read(42% 41%) -> merge(72%) -> (0/1.3k) -> encode(64% 68% 66% 65% 68% 67% 63% 67% 65% 68% 68% 66% 69% 68% 67% 68% 68% 68% 65% 67% 65% 66% 67% 67% 65% 67% 66% 66% 67% 67%) -> (32/1.2k) -> write(52%)
last tile: 15/16240/11001 (z15 15%) https://onthegomap.github.io/planetiler-demo/#15.5/50.78163/-1.57654
1:45:14 INF [archive] - features: [ 2.8B 54% 5.4M/s ] 388G tiles: [ 531M 1.2M/s ] 73G
cpus: 27.5 gc: 11% heap: 8.1G/25G direct: 67M postGC: 5.8G
read(50% 49%) -> merge(84%) -> (49/1.3k) -> encode(72% 74% 71% 69% 70% 71% 68% 68% 71% 72% 71% 71% 72% 68% 67% 72% 68% 72% 72% 69% 71% 67% 71% 69% 74% 71% 72% 73% 69% 72%) -> (87/1.2k) -> write(37%)
last tile: 15/15644/12293 (z15 16%) https://onthegomap.github.io/planetiler-demo/#15.5/40.93427/-8.12439
1:45:24 INF [archive] - features: [ 2.8B 55% 4.8M/s ] 388G tiles: [ 543M 1.2M/s ] 74G
cpus: 28.5 gc: 14% heap: 7.2G/25G direct: 67M postGC: 7G
read(32% 33%) -> merge(65%) -> (66/1.3k) -> encode(71% 71% 72% 73% 72% 72% 71% 72% 69% 70% 73% 69% 73% 73% 73% 71% 73% 72% 71% 71% 71% 72% 73% 74% 73% 72% 73% 73% 70% 70%) -> (121/1.2k) -> write(62%)
last tile: 15/11350/15858 (z15 17%) https://onthegomap.github.io/planetiler-demo/#15.5/5.76357/-55.29968
1:45:34 INF [archive] - features: [ 2.9B 56% 5.2M/s ] 388G tiles: [ 553M 1M/s ] 75G
cpus: 27.8 gc: 11% heap: 11G/25G direct: 67M postGC: 5.5G
read(44% 45%) -> merge(78%) -> (0/1.3k) -> encode(70% 74% 73% 73% 70% 73% 72% 72% 72% 70% 70% 72% 72% 73% 71% 72% 70% 70% 74% 72% 72% 74% 69% 72% 68% 71% 71% 71% 72% 68%) -> (35/1.2k) -> write(44%)
last tile: 15/9103/12591 (z15 18%) https://onthegomap.github.io/planetiler-demo/#15.5/38.41486/-79.98596
1:45:44 INF [archive] - features: [ 2.9B 57% 3.9M/s ] 388G tiles: [ 555M 206k/s ] 77G
cpus: 29.3 gc: 14% heap: 8G/25G direct: 67M postGC: 7.9G
read(41% 40%) -> merge(81%) -> (982/1.3k) -> encode(74% 72% 73% 72% 66% 74% 78% 72% 72% 70% 75% 72% 74% 77% 72% 71% 73% 73% 72% 73% 73% 75% 72% 73% 72% 75% 74% 70% 76% 72%) -> (1k/1.2k) -> write(47%)
last tile: 15/8362/15018 (z15 18%) https://onthegomap.github.io/planetiler-demo/#15.5/14.8333/-88.12683
1:45:54 INF [archive] - features: [ 3B 58% 5.2M/s ] 388G tiles: [ 570M 1.5M/s ] 78G
cpus: 28.3 gc: 12% heap: 13G/25G direct: 67M postGC: 6.3G
read(34% 37%) -> merge(68%) -> (27/1.3k) -> encode(74% 73% 73% 73% 76% 71% 73% 72% 73% 72% 72% 73% 75% 73% 75% 73% 72% 73% 74% 72% 73% 74% 70% 76% 74% 75% 73% 72% 73% 71%) -> (102/1.2k) -> write(63%)
last tile: 15/5345/12635 (z15 20%) https://onthegomap.github.io/planetiler-demo/#15.5/38.03511/-121.27258
1:46:04 INF [archive] - features: [ 3B 59% 4.1M/s ] 388G tiles: [ 573M 292k/s ] 80G
cpus: 29.2 gc: 13% heap: 11G/25G direct: 67M postGC: 8.1G
read(39% 45%) -> merge(71%) -> (838/1.3k) -> encode(77% 79% 79% 78% 78% 78% 78% 79% 79% 78% 77% 78% 77% 78% 77% 77% 77% 79% 78% 79% 77% 76% 78% 77% 74% 79% 77% 75% 77% 75%) -> (1.2k/1.2k) -> write(58%)
last tile: 15/7241/13551 (z15 20%) https://onthegomap.github.io/planetiler-demo/#15.5/29.69282/-100.4425
1:46:14 INF [archive] - features: [ 3B 59% 3.3M/s ] 388G tiles: [ 576M 285k/s ] 81G
cpus: 29.5 gc: 14% heap: 13G/25G direct: 67M postGC: 9.1G
read(34% 33%) -> merge(64%) -> (1.1k/1.3k) -> encode(71% 72% 74% 72% 69% 75% 73% 73% 74% 72% 75% 70% 72% 75% 75% 74% 74% 76% 75% 73% 70% 76% 73% 73% 74% 72% 73% 73% 73% 71%) -> (1.2k/1.2k) -> write(62%)
last tile: 15/7177/11820 (z15 20%) https://onthegomap.github.io/planetiler-demo/#15.5/44.74283/-101.14563
1:46:24 INF [archive] - features: [ 3.1B 60% 2.8M/s ] 388G tiles: [ 584M 775k/s ] 83G
cpus: 26.5 gc: 12% heap: 9.6G/25G direct: 67M postGC: 8.7G
read(14% 14%) -> merge(31%) -> (472/1.3k) -> encode(68% 68% 68% 67% 68% 68% 67% 68% 68% 67% 68% 68% 68% 69% 68% 68% 68% 68% 67% 68% 68% 68% 66% 68% 66% 69% 67% 68% 67% 67%) -> (1.2k/1.2k) -> write(86%)
last tile: 15/5782/9852 (z15 21%) https://onthegomap.github.io/planetiler-demo/#15.5/58.0982/-116.47156
1:46:34 INF [archive] - features: [ 3.1B 60% 3.4M/s ] 388G tiles: [ 591M 669k/s ] 85G
cpus: 27.2 gc: 14% heap: 16G/25G direct: 67M postGC: 10G
read(25% 26%) -> merge(51%) -> (1.2k/1.3k) -> encode(64% 66% 67% 67% 68% 67% 67% 69% 68% 66% 69% 69% 66% 68% 67% 67% 67% 67% 68% 68% 68% 69% 67% 66% 66% 68% 66% 65% 67% 69%) -> (1.2k/1.2k) -> write(82%)
last tile: 15/5825/11947 (z15 22%) https://onthegomap.github.io/planetiler-demo/#15.5/43.74332/-115.99915
1:46:44 INF [archive] - features: [ 3.2B 63% 11M/s ] 388G tiles: [ 691M 10M/s ] 85G
cpus: 16.4 gc: 8% heap: 7G/25G direct: 67M postGC: 5.8G
read(32% 38%) -> merge(61%) -> (0/1.3k) -> encode(38% 37% 38% 37% 38% 38% 38% 37% 37% 36% 38% 37% 38% 37% 36% 38% 37% 38% 38% 39% 36% 38% 37% 38% 37% 38% 38% 37% 37% 38%) -> (26/1.2k) -> write(72%)
last tile: 15/1728/24021 (z15 31%) https://onthegomap.github.io/planetiler-demo/#15.5/-63.96391/-161.01013
1:46:54 INF [archive] - features: [ 3.4B 66% 18M/s ] 388G tiles: [ 852M 16M/s ] 85G
cpus: 11 gc: 7% heap: 13G/25G direct: 67M postGC: 6.4G
read(59% 65%) -> merge(91%) -> (334/1.3k) -> encode(22% 22% 21% 21% 22% 22% 22% 22% 22% 21% 22% 21% 22% 21% 21% 22% 22% 22% 22% 22% 21% 21% 21% 22% 21% 22% 21% 21% 22% 21%) -> (490/1.2k) -> write(70%)
last tile: 15/10077/22491 (z15 46%) https://onthegomap.github.io/planetiler-demo/#15.5/-55.55039/-69.28528
1:47:04 INF [archive] - features: [ 3.4B 67% 3.9M/s ] 388G tiles: [ 865M 1.2M/s ] 87G
cpus: 27.2 gc: 14% heap: 13G/25G direct: 67M postGC: 12G
read(36% 35%) -> merge(57%) -> (1k/1.3k) -> encode(68% 68% 69% 68% 70% 70% 69% 70% 69% 70% 68% 68% 68% 67% 68% 70% 69% 69% 68% 70% 68% 68% 67% 68% 70% 69% 68% 67% 67% 69%) -> (1.2k/1.2k) -> write(70%)
last tile: 15/9729/19988 (z15 47%) https://onthegomap.github.io/planetiler-demo/#15.5/-36.77849/-73.10852
1:47:14 INF [archive] - features: [ 3.5B 68% 3.7M/s ] 388G tiles: [ 877M 1.1M/s ] 88G
cpus: 27.2 gc: 13% heap: 10G/25G direct: 67M postGC: 9.4G
read(30% 28%) -> merge(46%) -> (416/1.3k) -> encode(70% 69% 69% 67% 68% 69% 67% 68% 68% 69% 70% 68% 68% 69% 68% 68% 68% 69% 69% 66% 68% 68% 69% 67% 68% 68% 67% 68% 66% 68%) -> (1.1k/1.2k) -> write(80%)
last tile: 15/11744/17095 (z15 48%) https://onthegomap.github.io/planetiler-demo/#15.5/-7.79264/-50.97107
1:47:25 INF [archive] - features: [ 3.5B 69% 5.2M/s ] 388G tiles: [ 903M 2.6M/s ] 90G
cpus: 26.3 gc: 11% heap: 17G/25G direct: 67M postGC: 10G
read(31% 32%) -> merge(61%) -> (461/1.3k) -> encode(63% 65% 66% 66% 66% 66% 62% 64% 67% 66% 63% 67% 64% 65% 66% 66% 66% 67% 65% 65% 66% 67% 65% 64% 65% 66% 66% 65% 68% 65%) -> (566/1.2k) -> write(78%)
last tile: 15/18957/19114 (z15 51%) https://onthegomap.github.io/planetiler-demo/#15.5/-28.71468/28.27332
1:47:35 INF [archive] - features: [ 3.6B 70% 5.1M/s ] 388G tiles: [ 910M 674k/s ] 91G
cpus: 29 gc: 15% heap: 12G/25G direct: 67M postGC: 10G
read(37% 38%) -> merge(69%) -> (989/1.3k) -> encode(72% 73% 74% 74% 74% 74% 71% 74% 73% 73% 73% 72% 72% 73% 72% 74% 74% 73% 72% 73% 72% 72% 76% 73% 74% 76% 72% 74% 73% 72%) -> (1k/1.2k) -> write(58%)
last tile: 15/19256/16422 (z15 51%) https://onthegomap.github.io/planetiler-demo/#15.5/-0.42297/31.55823
1:47:45 INF [archive] - features: [ 3.7B 72% 10M/s ] 388G tiles: [ 985M 7.4M/s ] 92G
cpus: 22.2 gc: 10% heap: 9.1G/25G direct: 67M postGC: 7.6G
read(42% 38%) -> merge(68%) -> (0/1.3k) -> encode(53% 50% 54% 55% 53% 53% 52% 53% 53% 56% 53% 56% 52% 53% 53% 54% 53% 52% 53% 53% 55% 55% 52% 52% 53% 52% 51% 51% 53% 51%) -> (601/1.2k) -> write(61%)
last tile: 15/17466/32618 (z15 58%) https://onthegomap.github.io/planetiler-demo/#15.5/-84.9074/11.8927
1:47:55 INF [archive] - features: [ 3.8B 75% 14M/s ] 388G tiles: [ 1.1B 13M/s ] 92G
cpus: 12.8 gc: 8% heap: 7.3G/25G direct: 67M postGC: 7.2G
read(53% 45%) -> merge(81%) -> (1/1.3k) -> encode(26% 26% 25% 26% 26% 25% 26% 26% 26% 32% 26% 25% 26% 25% 25% 25% 25% 25% 26% 25% 26% 25% 26% 25% 25% 26% 25% 25% 27% 25%) -> (558/1.2k) -> write(68%)
last tile: 15/26524/22274 (z15 71%) https://onthegomap.github.io/planetiler-demo/#15.5/-54.17851/111.40686
1:48:05 INF [archive] - features: [ 3.9B 76% 7.1M/s ] 388G tiles: [ 1.1B 2.1M/s ] 93G
cpus: 27.2 gc: 12% heap: 10G/25G direct: 67M postGC: 10G
read(40% 48%) -> merge(61%) -> (1.2k/1.3k) -> encode(72% 69% 69% 67% 73% 71% 72% 70% 73% 70% 73% 70% 65% 72% 71% 71% 70% 69% 72% 70% 72% 72% 69% 72% 68% 70% 67% 69% 69% 69%) -> (1.2k/1.2k) -> write(39%)
last tile: 15/26690/17100 (z15 73%) https://onthegomap.github.io/planetiler-demo/#15.5/-7.84706/113.23059
1:48:15 INF [archive] - features: [ 4B 77% 6.1M/s ] 388G tiles: [ 1.1B 3M/s ] 94G
cpus: 25 gc: 12% heap: 13G/25G direct: 67M postGC: 7.9G
read(35% 36%) -> merge(58%) -> (0/1.3k) -> encode(61% 60% 60% 62% 63% 61% 60% 61% 60% 60% 60% 62% 60% 61% 62% 59% 60% 61% 61% 62% 61% 62% 61% 60% 62% 62% 60% 61% 60% 59%) -> (22/1.2k) -> write(73%)
last tile: 15/28927/12996 (z15 76%) https://onthegomap.github.io/planetiler-demo/#15.5/34.84537/137.80701
1:48:25 INF [archive] - features: [ 4B 79% 6.1M/s ] 388G tiles: [ 1.1B 2.1M/s ] 96G
cpus: 26.5 gc: 8% heap: 15G/25G direct: 67M postGC: 8.4G
read(41% 39%) -> merge(65%) -> (98/1.3k) -> encode(65% 74% 74% 70% 72% 69% 71% 71% 70% 67% 70% 70% 68% 68% 71% 74% 72% 73% 73% 71% 71% 71% 71% 70% 69% 67% 70% 69% 70% 72%) -> (144/1.2k) -> write(48%)
last tile: 15/29271/12076 (z15 78%) https://onthegomap.github.io/planetiler-demo/#15.5/42.7107/141.5863
1:48:35 INF [archive] - features: [ 4.1B 79% 3.7M/s ] 388G tiles: [ 1.2B 1.7M/s ] 97G
cpus: 23.8 gc: 13% heap: 9.2G/25G direct: 67M postGC: 8.9G
read(21% 22%) -> merge(38%) -> (155/1.3k) -> encode(58% 59% 57% 58% 59% 57% 59% 58% 56% 57% 56% 58% 57% 56% 58% 58% 57% 58% 58% 58% 57% 57% 58% 59% 57% 58% 58% 57% 58% 56%) -> (1.1k/1.2k) -> write(83%)
last tile: 15/25177/12329 (z15 80%) https://onthegomap.github.io/planetiler-demo/#15.5/40.6348/96.60828
1:48:45 INF [archive] - features: [ 4.1B 80% 3M/s ] 388G tiles: [ 1.2B 495k/s ] 98G
cpus: 29 gc: 14% heap: 15G/25G direct: 67M postGC: 13G
read(33% 33%) -> merge(57%) -> (1k/1.3k) -> encode(72% 69% 68% 70% 70% 69% 68% 66% 69% 69% 71% 69% 67% 69% 67% 71% 71% 68% 69% 68% 72% 70% 68% 71% 69% 68% 69% 70% 68% 68%) -> (1.1k/1.2k) -> write(76%)
last tile: 15/27559/12493 (z15 80%) https://onthegomap.github.io/planetiler-demo/#15.5/39.25352/122.77771
1:48:55 INF [archive] - features: [ 4.1B 81% 4M/s ] 388G tiles: [ 1.2B 391k/s ] 100G
cpus: 29.6 gc: 14% heap: 17G/25G direct: 67M postGC: 10G
read(36% 38%) -> merge(63%) -> (1.2k/1.3k) -> encode(77% 73% 73% 71% 74% 75% 74% 74% 75% 72% 77% 75% 76% 73% 75% 75% 75% 74% 79% 77% 74% 72% 76% 79% 76% 72% 72% 76% 74% 78%) -> (1.2k/1.2k) -> write(45%)
last tile: 15/27399/15045 (z15 81%) https://onthegomap.github.io/planetiler-demo/#15.5/14.54637/121.0199
1:49:05 INF [archive] - features: [ 4.2B 82% 4.4M/s ] 388G tiles: [ 1.2B 674k/s ] 101G
cpus: 29.8 gc: 12% heap: 22G/25G direct: 67M postGC: 9.5G
read(39% 41%) -> merge(78%) -> (597/1.3k) -> encode(75% 75% 79% 75% 77% 76% 76% 75% 77% 79% 78% 74% 80% 79% 74% 76% 78% 74% 76% 75% 79% 76% 73% 77% 76% 79% 76% 76% 77% 76%) -> (703/1.2k) -> write(60%)
last tile: 15/25325/15598 (z15 81%) https://onthegomap.github.io/planetiler-demo/#15.5/8.59732/98.23425
1:49:15 INF [archive] - features: [ 4.2B 82% 4.7M/s ] 388G tiles: [ 1.2B 536k/s ] 102G
cpus: 29.9 gc: 13% heap: 20G/25G direct: 67M postGC: 10G
read(41% 38%) -> merge(73%) -> (674/1.3k) -> encode(75% 78% 76% 74% 77% 74% 75% 77% 77% 73% 76% 75% 74% 72% 77% 75% 76% 76% 75% 76% 72% 78% 75% 73% 74% 78% 75% 73% 73% 76%) -> (738/1.2k) -> write(52%)
last tile: 15/23834/14192 (z15 82%) https://onthegomap.github.io/planetiler-demo/#15.5/23.39772/81.85364
1:49:25 INF [archive] - features: [ 4.3B 83% 3.6M/s ] 388G tiles: [ 1.2B 499k/s ] 104G
cpus: 28.8 gc: 13% heap: 23G/25G direct: 67M postGC: 11G
read(30% 29%) -> merge(47%) -> (981/1.3k) -> encode(68% 68% 72% 71% 71% 70% 73% 72% 71% 71% 71% 72% 72% 70% 69% 71% 72% 72% 72% 73% 72% 71% 72% 72% 72% 73% 72% 72% 71% 71%) -> (1.2k/1.2k) -> write(68%)
last tile: 15/22264/13234 (z15 82%) https://onthegomap.github.io/planetiler-demo/#15.5/32.67175/64.6051
1:49:35 INF [archive] - features: [ 4.3B 84% 4M/s ] 388G tiles: [ 1.2B 1M/s ] 105G
cpus: 27.9 gc: 13% heap: 18G/25G direct: 67M postGC: 14G
read(29% 28%) -> merge(56%) -> (799/1.3k) -> encode(69% 69% 70% 70% 68% 70% 65% 69% 70% 69% 67% 68% 67% 69% 67% 69% 68% 67% 69% 70% 68% 68% 67% 69% 68% 69% 68% 68% 70% 69%) -> (976/1.2k) -> write(80%)
last tile: 15/19231/15713 (z15 83%) https://onthegomap.github.io/planetiler-demo/#15.5/7.34612/31.28357
1:49:45 INF [archive] - features: [ 4.4B 85% 5.2M/s ] 388G tiles: [ 1.2B 336k/s ] 106G
cpus: 29.4 gc: 15% heap: 19G/25G direct: 67M postGC: 19G
read(33% 30%) -> merge(51%) -> (1.1k/1.3k) -> encode(71% 73% 75% 73% 77% 76% 73% 74% 72% 73% 74% 73% 73% 74% 76% 71% 72% 74% 72% 73% 75% 74% 73% 75% 73% 74% 72% 73% 72% 71%) -> (1.2k/1.2k) -> write(51%)
last tile: 15/16493/14745 (z15 83%) https://onthegomap.github.io/planetiler-demo/#15.5/17.71206/1.203
1:49:55 INF [archive] - features: [ 4.4B 86% 4.5M/s ] 388G tiles: [ 1.2B 773k/s ] 108G
cpus: 29.5 gc: 12% heap: 19G/25G direct: 67M postGC: 9.2G
read(42% 40%) -> merge(75%) -> (41/1.3k) -> encode(75% 74% 79% 75% 73% 79% 75% 77% 72% 77% 77% 75% 77% 75% 75% 79% 76% 76% 76% 69% 76% 77% 75% 75% 77% 75% 74% 74% 74% 75%) -> (125/1.2k) -> write(65%)
last tile: 15/19509/13368 (z15 84%) https://onthegomap.github.io/planetiler-demo/#15.5/31.42398/34.33777
1:50:05 INF [archive] - features: [ 4.5B 87% 3.8M/s ] 388G tiles: [ 1.2B 366k/s ] 109G
cpus: 29.3 gc: 15% heap: 20G/25G direct: 67M postGC: 12G
read(44% 45%) -> merge(78%) -> (1.1k/1.3k) -> encode(70% 71% 70% 68% 71% 69% 69% 70% 72% 70% 69% 72% 71% 69% 70% 71% 69% 71% 70% 71% 69% 71% 70% 71% 70% 71% 71% 72% 73% 68%) -> (1.2k/1.2k) -> write(68%)
last tile: 15/19981/10744 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/52.53293/39.52332
1:50:15 INF [archive] - features: [ 4.5B 87% 4M/s ] 388G tiles: [ 1.2B 181k/s ] 111G
cpus: 29.8 gc: 16% heap: 19G/25G direct: 67M postGC: 15G
read(39% 40%) -> merge(64%) -> (1.1k/1.3k) -> encode(69% 70% 71% 73% 68% 71% 69% 70% 73% 73% 71% 72% 68% 74% 71% 73% 74% 66% 70% 69% 73% 72% 66% 70% 72% 71% 71% 69% 73% 67%) -> (1.2k/1.2k) -> write(57%)
last tile: 15/18802/11294 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/48.70184/26.57043
1:50:25 INF [archive] - features: [ 4.5B 88% 4.5M/s ] 388G tiles: [ 1.2B 143k/s ] 113G
cpus: 30.1 gc: 14% heap: 12G/25G direct: 67M postGC: 13G
read(39% 38%) -> merge(72%) -> (610/1.3k) -> encode(71% 73% 76% 72% 76% 67% 72% 74% 75% 72% 73% 76% 75% 69% 72% 73% 72% 72% 77% 77% 76% 74% 68% 71% 77% 72% 73% 72% 71% 73%) -> (644/1.2k) -> write(48%)
last tile: 15/17687/11352 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/48.27954/14.32068
1:50:35 INF [archive] - features: [ 4.6B 89% 5.3M/s ] 388G tiles: [ 1.2B 87k/s ] 114G
cpus: 29.6 gc: 6% heap: 18G/25G direct: 67M postGC: 8.3G
read(52% 51%) -> merge(82%) -> (0/1.3k) -> encode(77% 79% 79% 82% 80% 76% 75% 82% 80% 80% 77% 74% 82% 80% 78% 78% 82% 81% 81% 79% 82% 82% 81% 80% 84% 81% 79% 82% 79% 80%) -> (16/1.2k) -> write(38%)
last tile: 15/16766/11794 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/44.94536/4.20227
1:50:45 INF [archive] - features: [ 4.6B 90% 5.6M/s ] 388G tiles: [ 1.2B 47k/s ] 116G
cpus: 28.9 gc: 7% heap: 8.4G/25G direct: 67M postGC: 8.2G
read(58% 57%) -> merge(84%) -> (2/1.3k) -> encode(75% 78% 76% 79% 79% 77% 69% 79% 78% 77% 81% 75% 76% 77% 76% 77% 76% 78% 75% 75% 76% 75% 81% 75% 78% 76% 80% 78% 78% 71%) -> (39/1.2k) -> write(33%)
last tile: 15/17210/11715 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/45.55637/9.0802
1:50:55 INF [archive] - features: [ 4.7B 92% 6.2M/s ] 388G tiles: [ 1.2B 30k/s ] 118G
cpus: 29.2 gc: 4% heap: 15G/25G direct: 67M postGC: 7.6G
read(58% 59%) -> merge(78%) -> (0/1.3k) -> encode(81% 80% 81% 77% 79% 78% 78% 80% 80% 76% 80% 79% 81% 82% 78% 82% 79% 79% 80% 81% 81% 79% 80% 82% 79% 80% 79% 77% 81% 81%) -> (32/1.2k) -> write(27%)
last tile: 15/16941/11016 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/50.67732/6.12488
1:51:05 INF [archive] - features: [ 4.8B 93% 5.9M/s ] 388G tiles: [ 1.2B 69k/s ] 119G
cpus: 29.7 gc: 4% heap: 21G/25G direct: 67M postGC: 7.7G
read(55% 53%) -> merge(70%) -> (28/1.3k) -> encode(82% 83% 81% 83% 83% 83% 82% 82% 83% 82% 81% 82% 83% 82% 81% 83% 79% 80% 84% 82% 84% 82% 83% 84% 83% 80% 82% 82% 85% 81%) -> (64/1.2k) -> write(26%)
last tile: 15/17106/10652 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/53.14348/7.93762
1:51:15 INF [archive] - features: [ 4.8B 94% 5.8M/s ] 388G tiles: [ 1.2B 75k/s ] 121G
cpus: 28.9 gc: 6% heap: 19G/25G direct: 67M postGC: 7.7G
read(60% 59%) -> merge(85%) -> (0/1.3k) -> encode(78% 80% 74% 77% 76% 75% 75% 75% 77% 76% 77% 77% 74% 78% 79% 75% 79% 77% 77% 78% 78% 79% 77% 77% 74% 77% 80% 77% 77% 78%) -> (23/1.2k) -> write(36%)
last tile: 15/17943/11187 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/49.47169/17.13318
1:51:25 INF [archive] - features: [ 4.9B 95% 5M/s ] 388G tiles: [ 1.2B 227k/s ] 123G
cpus: 29.5 gc: 7% heap: 19G/25G direct: 67M postGC: 8.2G
read(52% 52%) -> merge(85%) -> (6/1.3k) -> encode(77% 78% 80% 77% 76% 79% 79% 78% 80% 79% 81% 78% 79% 75% 81% 77% 75% 76% 81% 78% 78% 79% 78% 78% 81% 79% 78% 78% 80% 77%) -> (54/1.2k) -> write(50%)
last tile: 15/17018/9320 (z15 85%) https://onthegomap.github.io/planetiler-demo/#15.5/61.05563/6.97083
1:51:35 INF [archive] - features: [ 4.9B 95% 3.3M/s ] 388G tiles: [ 1.2B 377k/s ] 125G
cpus: 29.4 gc: 13% heap: 20G/25G direct: 67M postGC: 11G
read(40% 44%) -> merge(76%) -> (1.1k/1.3k) -> encode(75% 69% 73% 70% 76% 69% 71% 73% 71% 68% 74% 73% 71% 71% 70% 71% 71% 74% 71% 74% 75% 76% 73% 72% 71% 74% 73% 71% 75% 68%) -> (1.2k/1.2k) -> write(74%)
last tile: 15/18598/10006 (z15 86%) https://onthegomap.github.io/planetiler-demo/#15.5/57.19283/24.32922
1:51:45 INF [archive] - features: [ 4.9B 96% 3.5M/s ] 388G tiles: [ 1.2B 637k/s ] 126G
cpus: 27.9 gc: 14% heap: 21G/25G direct: 67M postGC: 12G
read(25% 33%) -> merge(44%) -> (919/1.3k) -> encode(67% 69% 69% 68% 67% 67% 67% 67% 67% 67% 67% 66% 67% 67% 66% 67% 66% 65% 68% 66% 67% 67% 68% 66% 67% 67% 67% 65% 67% 63%) -> (1.2k/1.2k) -> write(79%)
last tile: 15/21172/9577 (z15 86%) https://onthegomap.github.io/planetiler-demo/#15.5/59.65942/52.60803
1:51:55 INF [archive] - features: [ 5B 97% 3.7M/s ] 388G tiles: [ 1.2B 840k/s ] 128G
cpus: 27.8 gc: 15% heap: 16G/25G direct: 67M postGC: 13G
read(22% 23%) -> merge(38%) -> (961/1.3k) -> encode(66% 69% 66% 66% 65% 65% 66% 66% 64% 67% 66% 66% 67% 66% 66% 65% 67% 64% 67% 68% 67% 67% 66% 66% 66% 66% 63% 65% 65% 66%) -> (1.2k/1.2k) -> write(81%)
last tile: 15/23970/10827 (z15 87%) https://onthegomap.github.io/planetiler-demo/#15.5/51.97473/83.34778
1:52:05 INF [archive] - features: [ 5B 98% 6.1M/s ] 388G tiles: [ 1.3B 4.4M/s ] 129G
cpus: 22 gc: 10% heap: 14G/25G direct: 67M postGC: 10G
read(23% 26%) -> merge(46%) -> (0/1.3k) -> encode(51% 51% 52% 52% 50% 51% 51% 53% 52% 51% 51% 52% 51% 52% 52% 52% 51% 52% 53% 51% 52% 51% 52% 51% 51% 53% 53% 52% 52% 51%) -> (7/1.2k) -> write(86%)
last tile: 15/16897/2778 (z15 91%) https://onthegomap.github.io/planetiler-demo/#15.5/81.57882/5.64148
1:52:15 INF [archive:write] - Finished z15 in 8m cpu:3h31m21s gc:55s avg:26.4
1:52:15 INF [archive:write] - Building directories with 47657 entries per leaf, attempt 1...
1:52:15 INF [archive] - features: [ 5.1B 100% 10M/s ] 388G tiles: [ 1.4B 9.4M/s ] 130G
cpus: 14.8 gc: 7% heap: 20G/25G direct: 67M postGC: 9.9G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(86%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
1:52:25 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1.5 gc: 0% heap: 9.5G/25G direct: 67M postGC: 9.3G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(100%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
1:52:35 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1 gc: 0% heap: 12G/25G direct: 67M postGC: 9.3G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(100%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
1:52:37 INF [archive:write] - Built directories with 3501 leaves, 18269B root directory
1:52:37 INF [archive:write] - Building directories with 57188 entries per leaf, attempt 2...
1:52:45 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1 gc: 0% heap: 17G/25G direct: 67M postGC: 9.3G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(100%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
1:52:55 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1 gc: 0% heap: 20G/25G direct: 67M postGC: 9.3G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write(100%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
1:52:59 INF [archive:write] - Built directories with 2917 leaves, 15536B root directory
1:52:59 INF [archive:write] - Writing metadata and leaf directories...
1:52:59 INF [archive:write] - Writing header...
1:52:59 INF [archive:write] - # addressed tiles: 1431655765
1:52:59 INF [archive:write] - # of tile entries: 166801580
1:52:59 INF [archive:write] - # of tile contents: 126175095
1:52:59 INF [archive:write] - Root directory: 15kB
1:52:59 INF [archive:write] - # leaves: 2917
1:52:59 INF [archive:write] - Leaf directories: 333MB
1:52:59 INF [archive:write] - Avg leaf size: 114kB
1:52:59 INF [archive:write] - Total dir bytes: 333MB
1:52:59 INF [archive:write] - Average bytes per addressed tile: 0.23273466858843683
1:52:59 INF [archive] - features: [ 5.1B 100% 0/s ] 388G tiles: [ 1.4B 0/s ] 130G
cpus: 1 gc: 0% heap: 21G/25G direct: 399M postGC: 9.3G
read( -% -%) -> merge( -%) -> (0/1.3k) -> encode( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/1.2k) -> write( -%)
last tile: 15/32767/0 (z15 100%) https://onthegomap.github.io/planetiler-demo/#15.5/85.05065/179.99451
1:52:59 DEB [archive] - Tile stats:
1:52:59 DEB [archive] - Biggest tiles (gzipped)
1. 7/72/45 (491k) https://onthegomap.github.io/planetiler-demo/#7.5/46.06461/23.90625 (landuse:720k)
2. 8/136/123 (439k) https://onthegomap.github.io/planetiler-demo/#8.5/6.31483/11.95312 (landuse:648k)
3. 8/145/89 (422k) https://onthegomap.github.io/planetiler-demo/#8.5/47.51505/24.60938 (landuse:632k)
4. 8/144/90 (419k) https://onthegomap.github.io/planetiler-demo/#8.5/46.55671/23.20312 (landuse:620k)
5. 0/0/0 (405k) https://onthegomap.github.io/planetiler-demo/#0.5/0/0 (landcover:658k)
6. 7/65/44 (395k) https://onthegomap.github.io/planetiler-demo/#7.5/47.98134/4.21875 (landuse:570k)
7. 7/66/44 (392k) https://onthegomap.github.io/planetiler-demo/#7.5/47.98134/7.03125 (landuse:538k)
8. 8/145/90 (391k) https://onthegomap.github.io/planetiler-demo/#8.5/46.55671/24.60938 (landuse:577k)
9. 7/72/44 (385k) https://onthegomap.github.io/planetiler-demo/#7.5/47.98134/23.90625 (landuse:545k)
10. 8/129/91 (382k) https://onthegomap.github.io/planetiler-demo/#8.5/45.58113/2.10938 (landuse:574k)
1:52:59 INF [archive] - Other tiles with large layers
15/19037/16529 (767k) https://onthegomap.github.io/planetiler-demo/#15.5/-1.5983/29.15222 (buildings:767k)
12/799/1574 (175k) https://onthegomap.github.io/planetiler-demo/#12.5/38.37611/-109.73145 (earth:175k)
12/3592/1622 (295k) https://onthegomap.github.io/planetiler-demo/#12.5/34.994/135.74707 (places:295k)
15/29106/12900 (483k) https://onthegomap.github.io/planetiler-demo/#15.5/35.70638/139.77356 (pois:483k)
13/6817/3257 (195k) https://onthegomap.github.io/planetiler-demo/#13.5/34.54276/119.59717 (roads:195k)
7/37/37 (223k) https://onthegomap.github.io/planetiler-demo/#7.5/59.52678/-74.53125 (water:223k)
1:52:59 DEB [archive] - Max tile sizes
z0 z1 z2 z3 z4 z5 z6 z7 z8 z9 z10 z11 z12 z13 z14 z15 all
boundaries 4.9k 5.6k 7.6k 7.8k 7.4k 5.1k 6.2k 4.8k 11k 9.4k 16k 10k 8.1k 3.6k 3.3k 2.5k 16k
earth 19k 15k 9k 6.5k 4.5k 12k 49k 59k 55k 69k 83k 77k  175k  160k  126k 58k  175k
landcover 658k  450k  406k  181k  141k 91k 29k 10k 0 0 0 0 0 0 0 0  658k
places 20k 41k 72k 68k 64k 68k 28k 41k 55k 31k  270k  208k  295k  141k 63k 21k  295k
water 48k 44k 30k 32k 24k 15k  170k  223k  179k  178k  151k  108k  206k  111k  113k 54k  223k
landuse 0 0 23k 37k 68k 99k  162k  720k  648k  464k  454k  470k  268k  158k  169k  191k  720k
roads 0 0 0 41k 34k 32k 47k 78k 70k  170k 77k 63k  178k  195k  166k 57k  195k
pois 0 0 0 0 0 1.4k 2.7k 5.9k 3k 4.5k 4.7k 11k 24k 19k 29k  483k  483k
buildings 0 0 0 0 0 0 0 0 0 0 0 38k 49k 88k  127k  767k  767k
full tile 752k 540k 541k 329k 290k 217k 209k 762k 662k 479k 468k 475k 467k 270k 248k 770k 770k
gzipped 405k 315k 338k 218k 195k 144k 144k 491k 439k 312k 312k 318k 220k 172k 165k 319k 491k
1:52:59 DEB [archive] - Max tile: 770k (gzipped: 491k)
1:52:59 DEB [archive] - Avg tile: 90k (gzipped: 61k) using weighted average based on OSM traffic
1:52:59 DEB [archive] - # tiles: 1,431,655,765
1:52:59 DEB [archive] - # features: 5,198,736,745
1:52:59 INF [archive] - Finished in 35m7s cpu:16h33m14s gc:4m7s avg:28.3
1:52:59 INF [archive] - read 2x(23% 8m12s wait:16m39s done:45s)
1:52:59 INF [archive] - merge 1x(44% 15m25s wait:13m38s done:46s)
1:52:59 INF [archive] - encode 30x(77% 26m56s block:45s wait:1m16s done:46s)
1:52:59 INF [archive] - write 1x(25% 8m47s wait:22m8s done:46s)
1:52:59 INF [archive] - Finished in 1h53m cpu:48h11m49s gc:8m30s avg:25.6
1:52:59 INF [archive] - FINISHED!
1:52:59 INF [archive] -
1:52:59 INF [archive] - ----------------------------------------
1:52:59 INF [archive] - data errors:
1:52:59 INF [archive] - render_snap_fix_input 51,956,770
1:52:59 INF [archive] - merge_snap_fix_input 4,836
1:52:59 INF [archive] - feature_polygon_osm_invalid_multipolygon_empty_after_fix 178
1:52:59 INF [archive] - osm_multipolygon_duplicate_member 101
1:52:59 INF [archive] - feature_point_on_surface_osm_invalid_multipolygon_empty_after_fix 24
1:52:59 INF [archive] - osm_boundary_duplicate_member 12
1:52:59 INF [archive] - render_snap_fix_input2 3
1:52:59 INF [archive] - render_snap_fix_input3 2
1:52:59 INF [archive] - ----------------------------------------
1:52:59 INF [archive] - overall 1h53m cpu:48h11m49s gc:8m30s avg:25.6
1:52:59 INF [archive] - ne 10s cpu:36s avg:3.6
1:52:59 INF [archive] - read 2x(30% 3s done:7s)
1:52:59 INF [archive] - process 31x(6% 0.6s wait:6s done:3s)
1:52:59 INF [archive] - write 1x(0% 0s wait:7s done:3s)
1:52:59 INF [archive] - osm_pass1 4m48s cpu:2h1m51s gc:18s avg:25.4
1:52:59 INF [archive] - read 1x(4% 12s wait:4m17s done:1s)
1:52:59 INF [archive] - process 31x(75% 3m35s block:7s wait:42s)
1:52:59 INF [archive] - osm_pass2 1h3m12s cpu:27h13m11s gc:3m avg:25.8
1:52:59 INF [archive] - read 1x(0% 9s wait:1h1m53s done:1m3s)
1:52:59 INF [archive] - process 31x(78% 49m5s block:3s wait:5m8s)
1:52:59 INF [archive] - write 1x(70% 44m29s wait:16m6s)
1:52:59 INF [archive] - osm_water 1m29s cpu:27m11s gc:6s avg:18.3
1:52:59 INF [archive] - read 2x(9% 8s wait:32s done:47s)
1:52:59 INF [archive] - process 31x(51% 46s wait:37s)
1:52:59 INF [archive] - write 1x(78% 1m9s wait:12s)
1:52:59 INF [archive] - osm_land 56s cpu:14m51s avg:15.9
1:52:59 INF [archive] - read 2x(14% 8s wait:21s done:28s)
1:52:59 INF [archive] - process 31x(47% 26s wait:30s)
1:52:59 INF [archive] - write 1x(96% 54s wait:2s)
1:52:59 INF [archive] - landcover 2s cpu:26s avg:11.8
1:52:59 INF [archive] - read 2x(18% 0.4s done:2s)
1:52:59 INF [archive] - process 31x(31% 0.7s done:1s)
1:52:59 INF [archive] - write 1x(9% 0.2s wait:2s)
1:52:59 INF [archive] - sort 7m10s cpu:1h40m21s gc:58s avg:14
1:52:59 INF [archive] - worker 4x(42% 3m wait:1m41s done:1s)
1:52:59 INF [archive] - archive 35m7s cpu:16h33m14s gc:4m7s avg:28.3
1:52:59 INF [archive] - read 2x(23% 8m12s wait:16m39s done:45s)
1:52:59 INF [archive] - merge 1x(44% 15m25s wait:13m38s done:46s)
1:52:59 INF [archive] - encode 30x(77% 26m56s block:45s wait:1m16s done:46s)
1:52:59 INF [archive] - write 1x(25% 8m47s wait:22m8s done:46s)
1:52:59 INF [archive] - ----------------------------------------
1:52:59 INF [archive] - archive 130GB
1:52:59 INF [archive] - features 388GB

This file has been truncated, but you can view the full file.
0:00:00 DEB - argument: config=null (path to config file)
0:00:00 DEB - argument: area=monaco (geofabrik area to download)
0:00:00 INF - argument: stats=use in-memory stats
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: polygon=null (a .poly file that limits output to tiles intersecting the shape)
0:00:00 DEB - argument: minzoom=0 (minimum zoom level)
0:00:00 DEB - argument: maxzoom=15 (maximum zoom level up to 15)
0:00:00 DEB - argument: render_maxzoom=15 (maximum rendering zoom level up to 15)
0:00:00 DEB - argument: tmpdir=data/tmp (temp directory)
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: tile_write_threads=1 (number of threads used to write tiles - only supported by [files, csv, tsv, proto, pbf, json])
0:00:00 DEB - argument: loginterval=10 seconds (time between logs)
0:00:00 DEB - argument: force=true (overwriting output file and ignore disk/RAM warnings)
0:00:00 DEB - argument: append=false (append to the output file - only supported by [files, csv, tsv, proto, pbf, json])
0:00:00 DEB - argument: compress_temp=false (compress 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: http_retry_wait=5 seconds (How long to wait before retrying HTTP request)
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: download_max_bandwidth= (Maximum bandwidth to consume when downloading files in units mb/s, mbps, kbps, etc.)
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=true (Read OSM blocks from disk in worker threads)
0:00:00 DEB - argument: skip_filled_tiles=false (Skip writing tiles containing only polygon fills to the output)
0:00:00 DEB - argument: tile_warning_size_mb=1.0 (Maximum size in megabytes of a tile to emit a warning about)
0:00:00 DEB - argument: color=null (Color the terminal output)
0:00:00 DEB - argument: keep_unzipped=false (keep unzipped sources by default after reading)
0:00:00 DEB - argument: tile_compression=gzip (the tile compression, one of [gzip, none])
0:00:00 DEB - argument: output_layerstats=false (output a tsv.gz file for each tile/layer size)
0:00:00 DEB - argument: debug_url=https://onthegomap.github.io/planetiler-demo/#{z}/{lat}/{lon} (debug url to use for displaying tiles with {z} {lat} {lon} placeholders)
0:00:00 DEB - argument: tile_weights=data/tile_weights.tsv.gz (tsv.gz file with columns z,x,y,loads to generate weighted average tile size stat)
0:00:00 DEB - argument: max_point_buffer=Infinity (Additional global limit for the max tile pixels to include points outside tile bounds of all layers. Set to a lower value to reduce tile size for clients that handle label collisions across tiles (most web and native clients). NOTE: Do not reduce if you need to support raster tile rendering)
0:00:00 DEB - argument: log_jts_exceptions=false (Emit verbose details to debug JTS geometry errors)
0:00:00 DEB - argument: feature_source_id_multiplier=10 (Set vector tile feature IDs to (featureId * thisValue) + sourceId where sourceId is 1 for OSM nodes, 2 for ways, 3 for relations, and 0 for other sources. Set to false to disable.)
0:00:00 DEB - argument: only_download=false (download source data then exit)
0:00:00 DEB - argument: tests=null (run test cases in a yaml then quit)
0:00:00 DEB - argument: download=true (download sources)
0:00:00 DEB - argument: refresh_sources=false (download new version of source files if they have changed)
0:00:00 DEB - argument: download_osm_tile_weights=true (download OSM tile weights file)
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: ne_path=data/sources/natural_earth_vector.sqlite.zip (ne sqlite db path)
0:00:00 DEB - argument: refresh_ne=false (Download new version of ne if changed)
0:00:00 DEB - argument: free_ne_after_read=false (delete ne input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: ne_url=https://naciscdn.org/naturalearth/packages/natural_earth_vector.sqlite.zip (ne sqlite db url)
0:00:00 DEB - argument: ne_keep_unzipped=false (keep unzipped ne after reading)
0:00:00 DEB - argument: osm_path=data/sources/planet-latest.osm.pbf (osm OSM input file path)
0:00:00 DEB - argument: refresh_osm=false (Download new version of osm if changed)
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=geofabrik:monaco (osm OSM input file url)
0:00:00 DEB - argument: osm_water_path=data/sources/water-polygons-split-3857.zip (osm_water shapefile path)
0:00:00 DEB - argument: refresh_osm_water=false (Download new version of osm_water if changed)
0:00:00 DEB - argument: free_osm_water_after_read=false (delete osm_water input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: osm_water_url=https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip (osm_water shapefile url)
0:00:00 DEB - argument: osm_land_path=data/sources/land-polygons-split-3857.zip (osm_land shapefile path)
0:00:00 DEB - argument: refresh_osm_land=false (Download new version of osm_land if changed)
0:00:00 DEB - argument: free_osm_land_after_read=false (delete osm_land input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: osm_land_url=https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip (osm_land shapefile url)
0:00:00 DEB - argument: landcover_path=data/sources/daylight-landcover.gpkg (landcover geopackage path)
0:00:00 DEB - argument: refresh_landcover=false (Download new version of landcover if changed)
0:00:00 DEB - argument: free_landcover_after_read=false (delete landcover input file after reading to make space for output (reduces peak disk usage))
0:00:00 DEB - argument: landcover_url=https://r2-public.protomaps.com/datasets/daylight-landcover.gpkg (landcover geopackage url)
0:00:00 DEB - argument: landcover_keep_unzipped=false (keep unzipped landcover after reading)
0:00:00 INF [download:ne] - Skipping ne: data/sources/natural_earth_vector.sqlite.zip already up-to-date
0:00:00 INF [download:pgf-encoding] - Skipping pgf-encoding: data/sources/pgf-encoding.zip already up-to-date
0:00:00 INF - ne: [ 0 0% 0/s ] pgf-encoding: [ 0 0% 0/s ] cpus: 0 gc: 0% heap: 23M/25G direct: 25k postGC: 46M
0:00:00 DEB - argument: clip= (File path to GeoJSON Polygon or MultiPolygon geometry to clip tileset.)
0:00:00 DEB - argument: output=planet.pmtiles (output tile archive URI)
0:00:00 DEB - argument: version=false (show version then exit)
0:00:00 INF - Planetiler build git hash: 9fd863509e9016b167ccf089c49f6ac4fd911b8f
0:00:00 INF - Planetiler build version: 0.8.4-SNAPSHOT
0:00:00 INF - Planetiler build timestamp: 2025-01-27T11:11:34.073Z
0:00:00 DEB - argument: help=false (show arguments then exit)
0:00:00 DEB - argument: layer_stats=/home/oliver/basemaps/tiles/planet.pmtiles.layerstats.tsv.gz (layer stats output path)
0:00:00 INF - Building Basemap profile into file:///home/oliver/basemaps/tiles/planet.pmtiles in these phases:
0:00:00 INF - ne: 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 - osm_water: Process features in data/sources/water-polygons-split-3857.zip
0:00:00 INF - osm_land: Process features in data/sources/land-polygons-split-3857.zip
0:00:00 INF - landcover: Process features in data/sources/daylight-landcover.gpkg
0:00:00 INF - sort: Sort rendered features by tile ID
0:00:00 INF - archive: Encode each tile and write to TileArchiveConfig[format=PMTILES, scheme=FILE, uri=file:///home/oliver/basemaps/tiles/planet.pmtiles, options={}]
0:00:00 DEB - ✓ 109G storage on / (/dev/mapper/ubuntu--vg-ubuntu--lv) requested for read phase disk, 3.8T available
0:00:00 DEB - - 96G used for temporary node location cache
0:00:00 DEB - - 13G used for temporary multipolygon geometry cache
0:00:00 DEB - ✓ 109G storage on / (/dev/mapper/ubuntu--vg-ubuntu--lv) requested for read phase, 3.8T available
0:00:00 DEB - - 96G used for array node location cache (switch to sparsearray to reduce size)
0:00:00 DEB - - 13G used for multipolygon way geometries
0:00:00 WAR - Planetiler will use ~109G memory-mapped files for node locations and multipolygon geometries but the OS only
has 40G 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 DEB - argument: archive_name=Protomaps Basemap ('name' attribute for tileset metadata)
0:00:00 DEB - argument: archive_description=Basemap layers derived from OpenStreetMap and Natural Earth ('description' attribute for tileset metadata)
0:00:00 DEB - argument: archive_attribution=<a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap</a> ('attribution' attribute for tileset metadata)
0:00:00 DEB - argument: archive_version=4.2.0 ('version' attribute for tileset metadata)
0:00:00 DEB - argument: archive_type=baselayer ('type' attribute for tileset metadata)
0:00:00 DEB - argument: archive_format=pbf ('format' attribute for tileset metadata)
0:00:00 INF - Using merge sort feature map, chunk size=2000mb max workers=32
0:00:00 INF [ne] -
0:00:00 INF [ne] - Starting...
0:00:00 INF [ne] - unzipping /home/oliver/basemaps/tiles/data/sources/natural_earth_vector.sqlite.zip to data/tmp/%2Fpackages%2Fnatural_earth_vector.sqlite
0:00:03 INF [ne] - unzipping /home/oliver/basemaps/tiles/data/sources/natural_earth_vector.sqlite.zip to data/tmp/%2Fpackages%2Fnatural_earth_vector.sqlite
0:00:10 INF [ne] - read: [ 349k 100% 50k/s ] write: [ 26k 3.8k/s ] 7.8M
cpus: 4.5 gc: 1% heap: 426M/25G direct: 33k postGC: 158M
-> (0/4) -> read( -% -%) -> (0/1k) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%) -> (0/82k) -> write( -%)
0:00:10 INF [ne] - Finished in 10s cpu:34s avg:3.5
0:00:10 INF [ne] - read 2x(30% 3s done:6s)
0:00:10 INF [ne] - process 31x(5% 0.5s wait:6s done:3s)
0:00:10 INF [ne] - write 1x(0% 0s wait:7s done:3s)
0:00:10 INF [osm_pass1] -
0:00:10 INF [osm_pass1] - Starting...
0:00:20 INF [osm_pass1] - nodes: [ 512M 51M/s ] 5.5G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 2.2k 224/s ]
cpus: 26.1 gc: 10% heap: 2.3G/25G direct: 1.3G postGC: 1.9G hppc: 752
read( 6%) -> (63/94) -> process(75% 74% 78% 74% 75% 76% 75% 74% 74% 78% 74% 75% 75% 73% 74% 74% 75% 74% 75% 75% 75% 75% 75% 75% 76% 74% 74% 74% 75% 75% 74%)
0:00:30 INF [osm_pass1] - nodes: [ 1B 51M/s ] 11G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 4.5k 227/s ]
cpus: 24.2 gc: 6% heap: 2.3G/25G direct: 1.8G postGC: 1.6G hppc: 752
read( 7%) -> (62/94) -> process(71% 72% 72% 71% 71% 72% 72% 71% 71% 90% 72% 71% 71% 72% 71% 72% 72% 72% 71% 70% 72% 72% 70% 71% 71% 70% 71% 71% 73% 71% 71%)
0:00:40 INF [osm_pass1] - nodes: [ 1.6B 59M/s ] 17G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 6.8k 234/s ]
cpus: 26.2 gc: 6% heap: 4.9G/25G direct: 1.8G postGC: 2.2G hppc: 752
read( 7%) -> (62/94) -> process(78% 78% 79% 79% 78% 78% 78% 81% 78% 79% 79% 78% 78% 78% 78% 78% 79% 78% 79% 78% 78% 89% 78% 78% 78% 79% 79% 79% 78% 79% 79%)
0:00:50 INF [osm_pass1] - nodes: [ 2.2B 64M/s ] 24G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 9.2k 230/s ]
cpus: 28.7 gc: 6% heap: 7.3G/25G direct: 1.8G postGC: 6.4G hppc: 752
read( 7%) -> (62/94) -> process(85% 86% 85% 86% 83% 83% 85% 98% 84% 85% 84% 83% 84% 84% 85% 84% 85% 84% 86% 85% 83% 84% 85% 84% 85% 85% 85% 85% 84% 85% 84%)
0:01:00 INF [osm_pass1] - nodes: [ 2.9B 65M/s ] 29G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 11k 199/s ]
cpus: 26 gc: 6% heap: 7.1G/25G direct: 2G postGC: 5.9G hppc: 752
read( 6%) -> (63/94) -> process(82% 75% 75% 73% 77% 74% 75% 96% 77% 74% 76% 74% 76% 74% 76% 74% 76% 73% 78% 74% 79% 76% 75% 80% 76% 76% 79% 75% 73% 77% 75%)
0:01:10 INF [osm_pass1] - nodes: [ 3.5B 60M/s ] 34G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 12k 177/s ]
cpus: 22.3 gc: 5% heap: 7.1G/25G direct: 2.1G postGC: 6G hppc: 752
read( 4%) -> (63/94) -> process(71% 63% 62% 63% 63% 64% 62% 94% 63% 63% 66% 62% 66% 60% 64% 62% 62% 65% 66% 63% 74% 64% 62% 72% 63% 65% 69% 61% 64% 69% 61%)
0:01:20 INF [osm_pass1] - nodes: [ 4.1B 62M/s ] 39G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 14k 179/s ]
cpus: 22.8 gc: 5% heap: 10G/25G direct: 2.1G postGC: 7G hppc: 752
read( 4%) -> (63/94) -> process(70% 65% 72% 68% 67% 65% 70% 98% 64% 62% 67% 66% 67% 66% 66% 66% 67% 64% 66% 65% 72% 65% 65% 69% 65% 69% 70% 66% 65% 72% 67%)
0:01:30 INF [osm_pass1] - nodes: [ 4.8B 62M/s ] 49G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 16k 177/s ]
cpus: 22.7 gc: 5% heap: 7.9G/25G direct: 2.1G postGC: 7.2G hppc: 752
read( 4%) -> (62/94) -> process(70% 63% 64% 65% 70% 66% 63% 94% 67% 63% 69% 63% 64% 63% 68% 64% 67% 61% 67% 64% 73% 67% 64% 74% 64% 65% 74% 66% 63% 73% 63%)
0:01:40 INF [osm_pass1] - nodes: [ 5.4B 63M/s ] 52G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 18k 185/s ]
cpus: 23.5 gc: 5% heap: 9.9G/25G direct: 2.1G postGC: 7.9G hppc: 752
read( 4%) -> (63/94) -> process(70% 71% 70% 70% 68% 68% 67% 97% 68% 67% 69% 68% 71% 67% 66% 67% 68% 65% 70% 67% 71% 65% 66% 74% 67% 69% 70% 70% 65% 74% 67%)
0:01:51 INF [osm_pass1] - nodes: [ 6B 63M/s ] 58G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 20k 176/s ]
cpus: 22.8 gc: 5% heap: 8.1G/25G direct: 2.1G postGC: 8G hppc: 752
read( 4%) -> (63/94) -> process(73% 64% 65% 65% 67% 65% 64% 95% 69% 65% 66% 65% 69% 66% 66% 65% 67% 63% 66% 66% 72% 66% 64% 70% 65% 67% 71% 66% 69% 74% 65%)
0:02:01 INF [osm_pass1] - nodes: [ 6.7B 65M/s ] 68G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 22k 185/s ]
cpus: 24.2 gc: 5% heap: 8.7G/25G direct: 2.2G postGC: 7.4G hppc: 752
read( 4%) -> (63/94) -> process(74% 71% 71% 69% 71% 69% 70% 94% 69% 70% 68% 70% 68% 70% 72% 70% 72% 72% 71% 69% 77% 69% 65% 75% 69% 70% 75% 69% 70% 77% 70%)
0:02:11 INF [osm_pass1] - nodes: [ 7.3B 65M/s ] 73G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 23k 185/s ]
cpus: 24 gc: 5% heap: 10G/25G direct: 2.2G postGC: 7.6G hppc: 752
read( 4%) -> (63/94) -> process(78% 68% 68% 70% 71% 71% 73% 95% 72% 67% 73% 69% 69% 68% 71% 70% 71% 66% 71% 69% 75% 68% 67% 77% 69% 69% 78% 69% 70% 75% 68%)
0:02:21 INF [osm_pass1] - nodes: [ 8B 61M/s ] 77G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 25k 172/s ]
cpus: 22.2 gc: 5% heap: 6G/25G direct: 2.2G postGC: 5.9G hppc: 752
read( 4%) -> (63/94) -> process(69% 63% 65% 61% 66% 63% 63% 95% 65% 62% 63% 65% 65% 65% 66% 63% 67% 62% 67% 64% 70% 69% 64% 68% 63% 63% 70% 62% 62% 68% 63%)
0:02:31 INF [osm_pass1] - nodes: [ 8.5B 53M/s ] 84G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 27k 157/s ]
cpus: 20.6 gc: 6% heap: 9.2G/25G direct: 2.2G postGC: 8G hppc: 752
read( 4%) -> (62/94) -> process(64% 58% 61% 60% 60% 57% 58% 90% 57% 56% 60% 56% 58% 58% 61% 56% 56% 56% 60% 58% 61% 60% 58% 61% 56% 61% 60% 57% 58% 63% 58%)
0:02:41 INF [osm_pass1] - nodes: [ 9.1B 63M/s ] 90G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 29k 180/s ]
cpus: 22.5 gc: 5% heap: 9.3G/25G direct: 2.2G postGC: 8.4G hppc: 752
read( 4%) -> (63/94) -> process(71% 64% 67% 68% 66% 66% 63% 96% 69% 64% 71% 63% 65% 64% 71% 65% 61% 64% 69% 63% 70% 64% 61% 70% 66% 64% 70% 65% 65% 69% 64%)
0:02:51 INF [osm_pass1] - nodes: [ 9.6B 49M/s ] 99G ways: [ 0 0/s ] rels: [ 0 0/s ] blocks: [ 30k 147/s ]
cpus: 18.8 gc: 4% heap: 7.4G/25G direct: 2.2G postGC: 6.7G hppc: 752
read( 4%) -> (63/94) -> process(57% 53% 54% 55% 55% 52% 56% 96% 55% 52% 53% 52% 52% 54% 54% 51% 55% 54% 57% 54% 59% 51% 54% 59% 51% 58% 56% 54% 51% 60% 54%)
0:02:52 INF [osm_pass1:process] - Finished nodes: 9,688,620,306 (59M/s) in 2m42s cpu:1h3m7s gc:9s avg:23.4
0:03:01 INF [osm_pass1] - nodes: [ 9.6B 35k/s ] 100G ways: [ 112M 11M/s ] rels: [ 0 0/s ] blocks: [ 32k 216/s ]
cpus: 26.7 gc: 5% heap: 9.9G/25G direct: 2.2G postGC: 4.5G hppc: 752
read( 4%) -> (63/94) -> process(82% 82% 82% 82% 81% 82% 82% 93% 82% 82% 81% 82% 82% 82% 82% 82% 82% 82% 82% 82% 82% 82% 81% 82% 82% 82% 82% 82% 82% 82% 82%)
0:03:11 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 260M 14M/s ] rels: [ 0 0/s ] blocks: [ 35k 237/s ]
cpus: 30.2 gc: 6% heap: 9.6G/25G direct: 2.2G postGC: 4.4G hppc: 752
read( 5%) -> (63/94) -> process(93% 93% 94% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 94% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93%)
0:03:21 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 423M 16M/s ] rels: [ 0 0/s ] blocks: [ 37k 237/s ]
cpus: 30.3 gc: 5% heap: 4.5G/25G direct: 2.2G postGC: 4.4G hppc: 752
read( 5%) -> (61/94) -> process(94% 94% 94% 94% 94% 94% 94% 94% 94% 93% 94% 94% 94% 94% 93% 93% 94% 94% 94% 93% 93% 94% 93% 94% 94% 94% 94% 94% 94% 94% 93%)
0:03:31 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 590M 16M/s ] rels: [ 0 0/s ] blocks: [ 39k 232/s ]
cpus: 30.1 gc: 5% heap: 5.8G/25G direct: 2.2G postGC: 4.4G hppc: 752
read( 7%) -> (63/94) -> process(93% 93% 94% 93% 94% 93% 94% 93% 93% 93% 93% 93% 93% 93% 94% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 93% 94% 93%)
0:03:41 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 758M 16M/s ] rels: [ 0 0/s ] blocks: [ 42k 235/s ]
cpus: 30.3 gc: 5% heap: 10G/25G direct: 2.2G postGC: 4.4G hppc: 752
read( 5%) -> (63/94) -> process(94% 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%)
0:03:51 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 928M 16M/s ] rels: [ 0 0/s ] blocks: [ 44k 236/s ]
cpus: 30.3 gc: 5% heap: 7.8G/25G direct: 2.2G postGC: 4.4G hppc: 752
read( 5%) -> (63/94) -> process(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% 94% 94%)
0:04:00 INF [osm_pass1:process] - Finished ways: 1,081,347,425 (15M/s) in 1m8s cpu:34m22s gc:4s avg:30.2
0:04:01 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 1B 15M/s ] rels: [ 856k 85k/s ] blocks: [ 46k 223/s ]
cpus: 28.7 gc: 5% heap: 7.6G/25G direct: 2.2G postGC: 4.5G hppc: 42M
read( 5%) -> (63/94) -> process(89% 89% 88% 89% 89% 88% 88% 88% 89% 88% 89% 89% 89% 88% 88% 89% 89% 89% 89% 89% 89% 89% 88% 88% 88% 89% 89% 89% 89% 88% 88%)
0:04:07 INF [osm_pass1:process] - Finished relations: 12,973,197 (1.8M/s) in 7s cpu:36s avg:5.1
0:04:07 INF [osm_pass1] - nodes: [ 9.6B 0/s ] 100G ways: [ 1B 0/s ] rels: [ 12M 1.9M/s ] blocks: [ 47k 61/s ]
cpus: 4.5 gc: 1% heap: 6.1G/25G direct: 536M postGC: 4.6G hppc: 143M
read( -%) -> (0/94) -> process( -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%)
0:04:07 DEB [osm_pass1] - Processed 47,119 blocks:
0:04:07 DEB [osm_pass1] - nodes: 9,688,620,306 (59M/s) in 2m42s cpu:1h3m7s gc:9s avg:23.4
0:04:07 DEB [osm_pass1] - ways: 1,081,347,425 (15M/s) in 1m8s cpu:34m22s gc:4s avg:30.2
0:04:07 DEB [osm_pass1] - relations: 12,973,197 (1.8M/s) in 7s cpu:36s avg:5.1
0:04:07 INF [osm_pass1] - Finished in 3m57s cpu:1h38m6s gc:12s avg:24.8
0:04:07 INF [osm_pass1] - read 1x(5% 11s wait:3m29s done:1s)
0:04:07 INF [osm_pass1] - process 31x(75% 2m57s block:6s wait:37s)
0:04:07 INF [osm_pass2] -
0:04:07 INF [osm_pass2] - Starting...
0:04:17 INF [osm_pass2] - nodes: [ 185M 2% 18M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 4.8M 478k/s ] 2G blocks: [ 855 2% 85/s ]
cpus: 30.3 gc: 4% heap: 6.7G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(91% 94% 94% 92% 90% 91% 91% 93% 93% 93% 91% 91% 91% 90% 92% 92% 93% 90% 92% 94% 90% 91% 93% 92% 93% 91% 93% 89% 89% 92% 92%) -> (27k/82k) -> write(33%)
0:04:27 INF [osm_pass2] - nodes: [ 371M 4% 18M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 14M 938k/s ] 2G blocks: [ 1.6k 4% 79/s ]
cpus: 29.9 gc: 5% heap: 10G/25G direct: 16k postGC: 4.6G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(92% 92% 90% 89% 91% 92% 92% 92% 88% 91% 91% 90% 92% 91% 90% 88% 89% 90% 89% 92% 90% 91% 92% 92% 90% 90% 92% 91% 92% 89% 88%) -> (17k/82k) -> write(65%)
0:04:37 INF [osm_pass2] - nodes: [ 571M 6% 19M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 18M 430k/s ] 3.2G blocks: [ 2.5k 5% 84/s ]
cpus: 30.5 gc: 4% heap: 7.1G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 94% 95% 94% 94% 94% 93% 94% 95% 95% 95% 93% 94% 94% 95% 94% 95% 95% 95% 94% 94% 94% 94% 94% 95% 93% 94% 94% 95% 95% 95%) -> (16k/82k) -> write(38%)
0:04:47 INF [osm_pass2] - nodes: [ 772M 8% 19M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 21M 296k/s ] 3.2G blocks: [ 3.4k 7% 93/s ]
cpus: 30.4 gc: 4% heap: 8.8G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 94% 94% 95% 95% 94% 94% 95% 94% 94% 94% 94% 95% 94% 95% 95% 95% 94% 94% 94% 94% 95% 94% 95% 94% 94% 94% 94% 95%) -> (19k/82k) -> write(23%)
0:04:57 INF [osm_pass2] - nodes: [ 963M 10% 19M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 31M 969k/s ] 4.4G blocks: [ 4.2k 9% 81/s ]
cpus: 29.1 gc: 4% heap: 11G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(92% 93% 91% 80% 85% 82% 93% 92% 89% 81% 93% 93% 80% 89% 92% 92% 93% 79% 94% 93% 82% 85% 85% 93% 93% 93% 93% 90% 90% 89% 81%) -> (14k/82k) -> write(62%)
0:05:07 INF [osm_pass2] - nodes: [ 1.1B 12% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 34M 342k/s ] 4.4G blocks: [ 5k 11% 83/s ]
cpus: 30.5 gc: 4% heap: 6.9G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (15/47) -> process(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% 95%) -> (18k/82k) -> write(28%)
0:05:17 INF [osm_pass2] - nodes: [ 1.3B 14% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 38M 381k/s ] 4.4G blocks: [ 5.8k 12% 79/s ]
cpus: 30.5 gc: 4% heap: 10G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 94% 95% 94% 95% 95% 95% 95% 94% 95% 94% 94% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95% 95% 94%) -> (15k/82k) -> write(31%)
0:05:27 INF [osm_pass2] - nodes: [ 1.5B 16% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 41M 335k/s ] 4.4G blocks: [ 6.6k 14% 77/s ]
cpus: 30.5 gc: 4% heap: 9.1G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 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% 94% 95% 95%) -> (16k/82k) -> write(26%)
0:05:37 INF [osm_pass2] - nodes: [ 1.7B 18% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 46M 412k/s ] 4.4G blocks: [ 7.4k 16% 74/s ]
cpus: 30.4 gc: 4% heap: 6.1G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(94% 95% 95% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 94% 95% 95% 94% 94% 94% 94% 94% 94% 94% 95% 94% 94% 95% 94%) -> (16k/82k) -> write(32%)
0:05:47 INF [osm_pass2] - nodes: [ 1.9B 20% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 49M 345k/s ] 5.5G blocks: [ 8.1k 17% 76/s ]
cpus: 30.5 gc: 4% heap: 12G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 95% 94% 95% 95% 95% 94% 95% 95% 95% 94% 95% 95% 94% 95% 95% 95% 95% 95% 94% 94% 95% 95% 94% 95% 95% 95% 94% 95%) -> (15k/82k) -> write(29%)
0:05:57 INF [osm_pass2] - nodes: [ 2.1B 23% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 52M 302k/s ] 5.5G blocks: [ 8.8k 19% 69/s ]
cpus: 30.5 gc: 4% heap: 7.1G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 94% 95% 94% 95% 95% 94% 95% 95% 95% 95% 94%) -> (18k/82k) -> write(24%)
0:06:07 INF [osm_pass2] - nodes: [ 2.3B 25% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 56M 414k/s ] 5.5G blocks: [ 9.5k 20% 63/s ]
cpus: 30.5 gc: 4% heap: 7.3G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 94% 95% 95% 94% 95% 95% 95% 94% 94% 95% 94% 95% 95% 94% 95% 95% 95% 94% 95% 94% 95% 95% 95% 95% 95% 95% 94% 95% 94%) -> (17k/82k) -> write(31%)
0:06:17 INF [osm_pass2] - nodes: [ 2.5B 27% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 60M 343k/s ] 5.5G blocks: [ 10k 22% 63/s ]
cpus: 30.5 gc: 4% heap: 9.5G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 95% 94% 95% 95% 94% 94% 95% 94% 94% 95% 95% 95% 95% 95% 94% 95% 95% 94%) -> (15k/82k) -> write(27%)
0:06:27 INF [osm_pass2] - nodes: [ 2.8B 29% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 64M 397k/s ] 6.7G blocks: [ 10k 23% 63/s ]
cpus: 30.6 gc: 4% heap: 4.6G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 94% 95% 94% 95% 95% 95% 95% 95% 94% 95% 94% 95% 95% 95% 94% 93% 95% 94% 95% 94% 95% 95% 94% 95% 94% 95% 95% 95% 95% 95%) -> (14k/82k) -> write(33%)
0:06:38 INF [osm_pass2] - nodes: [ 3B 31% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 67M 344k/s ] 6.7G blocks: [ 11k 24% 62/s ]
cpus: 30.5 gc: 4% heap: 6.3G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95%) -> (18k/82k) -> write(28%)
0:06:48 INF [osm_pass2] - nodes: [ 3.2B 33% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 71M 413k/s ] 6.7G blocks: [ 12k 26% 61/s ]
cpus: 30.6 gc: 4% heap: 10G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 95% 94% 95% 95%) -> (17k/82k) -> write(33%)
0:06:58 INF [osm_pass2] - nodes: [ 3.4B 35% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 76M 493k/s ] 6.7G blocks: [ 12k 27% 59/s ]
cpus: 30.6 gc: 4% heap: 10G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 94% 94% 94% 95% 95% 94% 95% 95% 95% 94% 94% 94% 95% 95% 94% 95% 95% 95% 94% 94% 95% 95% 94% 94% 94% 95% 95% 93% 95%) -> (13k/82k) -> write(40%)
0:07:08 INF [osm_pass2] - nodes: [ 3.6B 38% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 80M 399k/s ] 7.8G blocks: [ 13k 28% 59/s ]
cpus: 30.2 gc: 4% heap: 4.7G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(93% 94% 93% 93% 94% 93% 95% 94% 94% 94% 93% 93% 94% 93% 94% 94% 94% 94% 93% 94% 93% 93% 94% 93% 94% 93% 95% 94% 94% 94% 94%) -> (16k/82k) -> write(30%)
0:07:18 INF [osm_pass2] - nodes: [ 3.8B 40% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 84M 400k/s ] 7.8G blocks: [ 13k 29% 58/s ]
cpus: 30.6 gc: 4% heap: 6.2G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 2%) -> (16/47) -> process(95% 95% 95% 94% 95% 95% 95% 94% 95% 95% 94% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 94% 95% 95%) -> (13k/82k) -> write(32%)
0:07:28 INF [osm_pass2] - nodes: [ 4B 42% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 88M 401k/s ] 7.8G blocks: [ 14k 31% 60/s ]
cpus: 30.6 gc: 4% heap: 9G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 94% 95% 95% 95% 95% 94% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 94% 95%) -> (17k/82k) -> write(32%)
0:07:38 INF [osm_pass2] - nodes: [ 4.2B 44% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 92M 392k/s ] 7.8G blocks: [ 15k 32% 60/s ]
cpus: 30.5 gc: 4% heap: 5.7G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 94% 94% 95% 95% 94% 95% 94% 95% 95% 95% 94% 95% 94% 95% 94% 94% 94% 95% 95% 94% 94% 94% 95% 95% 94% 94% 95% 94%) -> (15k/82k) -> write(31%)
0:07:48 INF [osm_pass2] - nodes: [ 4.4B 46% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 96M 355k/s ] 9G blocks: [ 15k 33% 59/s ]
cpus: 30.4 gc: 4% heap: 8.9G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 94% 95% 94% 95% 94% 94% 95% 95% 94% 94% 94% 95% 93% 95% 94% 94% 95% 94% 94% 94% 94% 94% 94% 95% 95% 95% 94% 95% 94% 95%) -> (16k/82k) -> write(27%)
0:07:58 INF [osm_pass2] - nodes: [ 4.6B 48% 21M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 99M 332k/s ] 9G blocks: [ 16k 34% 59/s ]
cpus: 30.5 gc: 4% heap: 5.8G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95%) -> (17k/82k) -> write(25%)
0:08:08 INF [osm_pass2] - nodes: [ 4.8B 50% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 103M 393k/s ] 9G blocks: [ 16k 36% 59/s ]
cpus: 30.6 gc: 4% heap: 9.4G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 94% 95% 95% 95% 95% 94% 95% 95% 95% 95%) -> (18k/82k) -> write(30%)
0:08:18 INF [osm_pass2] - nodes: [ 5B 53% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 106M 331k/s ] 9G blocks: [ 17k 37% 59/s ]
cpus: 30.4 gc: 4% heap: 6.6G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 94% 95% 94% 95% 94% 94% 94% 95% 94% 94% 94% 95% 94% 94% 95% 95% 95% 94% 95% 95% 95% 94% 95% 94% 94% 95% 95% 94% 94%) -> (18k/82k) -> write(27%)
0:08:28 INF [osm_pass2] - nodes: [ 5.3B 55% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 110M 366k/s ] 9G blocks: [ 18k 38% 60/s ]
cpus: 30.3 gc: 4% heap: 9.4G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 94% 94% 94% 94% 93% 94% 94% 95% 95% 94% 94% 94% 94% 94% 94% 94% 95% 94% 94% 94% 94% 93% 94% 94% 94% 95% 94% 95% 94% 94%) -> (12k/82k) -> write(28%)
0:08:38 INF [osm_pass2] - nodes: [ 5.5B 57% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 113M 323k/s ] 10G blocks: [ 18k 39% 59/s ]
cpus: 30.5 gc: 4% heap: 11G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 94% 95% 95% 94% 95% 95% 94% 94% 95% 95% 95% 95% 94% 95% 95% 95% 95% 94% 94% 94% 95% 95% 95% 95% 95% 95% 94% 94%) -> (17k/82k) -> write(26%)
0:08:48 INF [osm_pass2] - nodes: [ 5.7B 59% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 117M 329k/s ] 10G blocks: [ 19k 41% 58/s ]
cpus: 30.3 gc: 4% heap: 5.1G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 94% 95% 95% 94% 95% 94% 94% 95% 94% 94% 94% 94% 95% 94% 95% 94% 94% 93% 94% 94% 94% 94% 94% 94% 95% 95% 95% 95%) -> (20k/82k) -> write(22%)
0:08:58 INF [osm_pass2] - nodes: [ 5.9B 61% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 120M 309k/s ] 10G blocks: [ 19k 42% 58/s ]
cpus: 30.3 gc: 4% heap: 8.5G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 94% 94% 95% 95% 94% 94% 94% 94% 95% 94% 95% 95% 95% 94% 94% 95% 95% 94% 95% 95% 94% 94% 94% 94% 95% 94% 94% 95% 95% 94%) -> (15k/82k) -> write(21%)
0:09:08 INF [osm_pass2] - nodes: [ 6.1B 63% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 123M 305k/s ] 10G blocks: [ 20k 43% 58/s ]
cpus: 30 gc: 4% heap: 10G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 93% 94% 94% 92% 93% 94% 94% 94% 94% 93% 93% 93% 93% 93% 95% 95% 93% 94% 93% 93% 95% 94% 94% 94% 94% 94% 93% 94% 94% 93%) -> (14k/82k) -> write(20%)
0:09:18 INF [osm_pass2] - nodes: [ 6.3B 66% 21M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 126M 297k/s ] 10G blocks: [ 20k 45% 58/s ]
cpus: 30.4 gc: 4% heap: 7.5G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 94% 95% 95% 95% 94% 95% 94% 95% 94% 94% 95% 94% 95% 95% 95% 95% 95% 94% 95% 94% 94% 95% 94% 94% 95% 95% 95% 94% 95% 95%) -> (16k/82k) -> write(24%)
0:09:28 INF [osm_pass2] - nodes: [ 6.5B 68% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 129M 348k/s ] 11G blocks: [ 21k 46% 60/s ]
cpus: 30.5 gc: 4% heap: 11G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (15/47) -> process(95% 95% 95% 95% 94% 94% 95% 95% 95% 94% 95% 95% 95% 94% 94% 95% 95% 94% 95% 95% 94% 95% 95% 94% 94% 95% 95% 95% 95% 94% 95%) -> (17k/82k) -> write(27%)
0:09:38 INF [osm_pass2] - nodes: [ 6.7B 70% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 133M 389k/s ] 11G blocks: [ 22k 47% 59/s ]
cpus: 30.5 gc: 4% heap: 7.7G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95% 94% 95% 94% 95% 95% 95% 95% 94% 94% 94% 94% 94% 94% 94% 95% 95% 95% 95% 95% 95%) -> (17k/82k) -> write(31%)
0:09:48 INF [osm_pass2] - nodes: [ 6.9B 72% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 137M 390k/s ] 11G blocks: [ 22k 48% 58/s ]
cpus: 30.6 gc: 4% heap: 4.9G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 94% 95% 95% 95% 95% 94% 94% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 94% 94%) -> (15k/82k) -> write(31%)
0:09:58 INF [osm_pass2] - nodes: [ 7.1B 74% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 140M 334k/s ] 11G blocks: [ 23k 50% 57/s ]
cpus: 30.5 gc: 4% heap: 7.9G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95%) -> (13k/82k) -> write(26%)
0:10:08 INF [osm_pass2] - nodes: [ 7.3B 76% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 144M 381k/s ] 11G blocks: [ 23k 51% 57/s ]
cpus: 30.5 gc: 4% heap: 5.1G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 94% 94% 95% 95% 95% 94% 95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95%) -> (16k/82k) -> write(29%)
0:10:18 INF [osm_pass2] - nodes: [ 7.6B 78% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 148M 424k/s ] 12G blocks: [ 24k 52% 57/s ]
cpus: 30.5 gc: 4% heap: 9.3G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 94% 95% 94% 95% 95% 95% 94% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 94% 95% 94% 95% 95% 95% 94% 95% 94% 95% 95%) -> (15k/82k) -> write(33%)
0:10:28 INF [osm_pass2] - nodes: [ 7.8B 81% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 153M 467k/s ] 12G blocks: [ 25k 53% 57/s ]
cpus: 30.6 gc: 4% heap: 12G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 94% 95% 95% 95% 94% 95% 94% 95% 94% 95% 94% 95% 95% 94% 94%) -> (13k/82k) -> write(36%)
0:10:38 INF [osm_pass2] - nodes: [ 8B 83% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 157M 400k/s ] 12G blocks: [ 25k 54% 58/s ]
cpus: 30.5 gc: 4% heap: 9G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 96% 94% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94%) -> (14k/82k) -> write(30%)
0:10:48 INF [osm_pass2] - nodes: [ 8.2B 85% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 161M 353k/s ] 12G blocks: [ 26k 56% 58/s ]
cpus: 30.4 gc: 4% heap: 11G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 94% 94% 94% 95% 95% 93% 94% 94% 94% 95% 94% 95% 94% 95% 94% 94% 95% 94% 94% 95% 95% 94% 94% 94% 95% 94% 94%) -> (16k/82k) -> write(27%)
0:10:58 INF [osm_pass2] - nodes: [ 8.4B 87% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 165M 392k/s ] 13G blocks: [ 26k 57% 61/s ]
cpus: 30.5 gc: 4% heap: 7.9G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 94% 94% 94% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 93% 94% 94% 94% 95% 94% 95% 95% 94% 94% 95% 95% 94% 95% 94%) -> (14k/82k) -> write(31%)
0:11:08 INF [osm_pass2] - nodes: [ 8.6B 89% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 169M 418k/s ] 13G blocks: [ 27k 58% 61/s ]
cpus: 30.6 gc: 4% heap: 9.5G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 94% 95% 94% 94% 95% 94% 94% 95% 94% 95% 95% 94% 95% 94% 94% 95%) -> (15k/82k) -> write(32%)
0:11:18 INF [osm_pass2] - nodes: [ 8.8B 91% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 172M 336k/s ] 13G blocks: [ 28k 60% 59/s ]
cpus: 30.6 gc: 4% heap: 11G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 95% 94% 95% 95% 94% 94% 94% 95% 95% 94% 95% 95% 95% 95% 95% 95% 95% 95%) -> (15k/82k) -> write(27%)
0:11:28 INF [osm_pass2] - nodes: [ 9B 94% 21M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 175M 295k/s ] 13G blocks: [ 28k 61% 60/s ]
cpus: 30.3 gc: 4% heap: 8.2G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(95% 95% 95% 94% 95% 94% 95% 95% 94% 95% 95% 94% 95% 94% 95% 95% 95% 95% 95% 95% 94% 94% 95% 94% 95% 94% 95% 94% 95% 94% 95%) -> (16k/82k) -> write(21%)
0:11:38 INF [osm_pass2] - nodes: [ 9.2B 96% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 180M 431k/s ] 13G blocks: [ 29k 62% 58/s ]
cpus: 30.6 gc: 4% heap: 4.6G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 95% 95% 95% 95% 94% 95% 95% 95% 95% 95% 94% 95% 94% 95% 95% 95% 94% 95% 95% 95% 95% 95% 94% 95% 95% 94% 95% 95%) -> (14k/82k) -> write(34%)
0:11:48 INF [osm_pass2] - nodes: [ 9.4B 98% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 184M 497k/s ] 14G blocks: [ 29k 63% 62/s ]
cpus: 30.6 gc: 4% heap: 8.8G/25G direct: 16k postGC: 4.5G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(94% 95% 95% 95% 94% 94% 95% 94% 95% 94% 94% 94% 95% 95% 95% 94% 95% 95% 94% 95% 94% 94% 94% 95% 94% 95% 94% 95% 94% 94% 94%) -> (17k/82k) -> write(40%)
0:11:58 INF [osm_pass2] - nodes: [ 9.6B 100% 20M/s ] 100G ways: [ 0 0% 0/s ] rels: [ 0 0% 0/s ] features: [ 188M 361k/s ] 14G blocks: [ 30k 65% 59/s ]
cpus: 30.6 gc: 4% heap: 4.5G/25G direct: 16k postGC: 4.6G relInfo: 143M mpGeoms: 277
read( 1%) -> (16/47) -> process(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% 94% 95% 95% 95% 95%) -> (13k/82k) -> write(28%)
0:11:59 DEB [osm_pass2:process] - Sorting long long multimap...
0:11:59 INF [osm_pass2:process] - Finished nodes: 9,688,620,306 (20M/s) in 7m52s cpu:3h59m18s gc:19s avg:30.4
0:12:00 DEB [osm_pass2:process] - Sorted long long multimap 1s cpu:10s avg:10.6
0:12:08 INF [osm_pass2] - nodes: [ 9.6B 100% 914k/s ] 100G ways: [ 2.4M 0% 244k/s ] rels: [ 0 0% 0/s ] features: [ 203M 1.4M/s ] 15G blocks: [ 30k 65% 8/s ]
cpus: 14 gc: 4% heap: 6.4G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 35M
read( 0%) -> (16/47) -> process(40% 41% 34% 39% 39% 40% 39% 33% 34% 35% 45% 43% 36% 31% 34% 34% 34% 38% 39% 36% 35% 40% 38% 40% 37% 35% 48% 37% 39% 35% 37%) -> (17k/82k) -> write(31%)
0:12:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 7M 1% 463k/s ] rels: [ 0 0% 0/s ] features: [ 229M 2.6M/s ] 18G blocks: [ 30k 65% 9/s ]
cpus: 17 gc: 7% heap: 12G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 82M
read( 0%) -> (16/47) -> process(44% 48% 43% 54% 47% 50% 54% 52% 50% 53% 44% 41% 48% 45% 45% 47% 45% 47% 46% 48% 47% 45% 48% 49% 48% 47% 48% 49% 48% 40% 49%) -> (67k/82k) -> write(69%)
0:12:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 12M 1% 492k/s ] rels: [ 0 0% 0/s ] features: [ 257M 2.7M/s ] 22G blocks: [ 30k 65% 11/s ]
cpus: 18 gc: 7% heap: 7.7G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 104M
read( 0%) -> (16/47) -> process(51% 51% 51% 50% 52% 50% 50% 51% 52% 52% 52% 51% 45% 52% 51% 53% 50% 51% 46% 53% 49% 54% 52% 51% 49% 50% 48% 53% 52% 47% 50%) -> (15k/82k) -> write(81%)
0:12:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 14M 1% 287k/s ] rels: [ 0 0% 0/s ] features: [ 275M 1.7M/s ] 24G blocks: [ 30k 65% 6/s ]
cpus: 15.1 gc: 5% heap: 11G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 193M
read( 0%) -> (16/47) -> process(40% 45% 45% 41% 45% 42% 43% 44% 40% 46% 45% 40% 48% 43% 45% 44% 43% 45% 45% 43% 44% 45% 45% 42% 43% 44% 41% 46% 43% 43% 41%) -> (15k/82k) -> write(41%)
0:12:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 17M 2% 295k/s ] rels: [ 0 0% 0/s ] features: [ 291M 1.6M/s ] 26G blocks: [ 30k 66% 7/s ]
cpus: 17.6 gc: 6% heap: 7.4G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 263M
read( 0%) -> (16/47) -> process(53% 53% 54% 48% 52% 48% 48% 49% 48% 55% 48% 47% 58% 48% 50% 50% 52% 56% 51% 49% 50% 49% 48% 54% 49% 54% 48% 50% 53% 47% 54%) -> (14k/82k) -> write(45%)
0:12:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 20M 2% 287k/s ] rels: [ 0 0% 0/s ] features: [ 309M 1.7M/s ] 28G blocks: [ 30k 66% 6/s ]
cpus: 16.9 gc: 6% heap: 5G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 354M
read( 0%) -> (16/47) -> process(50% 50% 49% 50% 57% 47% 46% 44% 45% 49% 46% 46% 52% 55% 50% 48% 44% 46% 52% 49% 47% 47% 47% 50% 46% 54% 49% 44% 47% 52% 44%) -> (17k/82k) -> write(46%)
0:13:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 24M 2% 332k/s ] rels: [ 0 0% 0/s ] features: [ 326M 1.7M/s ] 29G blocks: [ 31k 66% 7/s ]
cpus: 18.4 gc: 7% heap: 7.2G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 421M
read( 0%) -> (16/47) -> process(49% 49% 48% 51% 60% 49% 50% 59% 46% 51% 44% 52% 64% 58% 49% 58% 48% 62% 58% 59% 49% 52% 51% 56% 51% 48% 58% 54% 54% 53% 50%) -> (16k/82k) -> write(51%)
0:13:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 26M 2% 229k/s ] rels: [ 0 0% 0/s ] features: [ 339M 1.3M/s ] 30G blocks: [ 31k 66% 5/s ]
cpus: 23.1 gc: 8% heap: 12G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 508M
read( 0%) -> (16/47) -> process(66% 71% 70% 62% 73% 78% 61% 77% 66% 60% 72% 61% 73% 58% 71% 65% 59% 61% 64% 61% 74% 73% 61% 76% 71% 73% 72% 64% 63% 72% 71%) -> (16k/82k) -> write(51%)
0:13:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 28M 3% 248k/s ] rels: [ 0 0% 0/s ] features: [ 353M 1.3M/s ] 32G blocks: [ 31k 66% 5/s ]
cpus: 22.8 gc: 7% heap: 10G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 603M
read( 0%) -> (16/47) -> process(65% 65% 64% 61% 71% 78% 60% 81% 60% 62% 71% 69% 73% 58% 71% 64% 59% 62% 67% 60% 74% 78% 61% 74% 68% 81% 76% 61% 62% 64% 67%) -> (16k/82k) -> write(54%)
0:13:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 31M 3% 312k/s ] rels: [ 0 0% 0/s ] features: [ 368M 1.4M/s ] 33G blocks: [ 31k 66% 6/s ]
cpus: 18.7 gc: 6% heap: 5.6G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 665M
read( 0%) -> (16/47) -> process(51% 54% 59% 55% 52% 61% 53% 53% 57% 54% 54% 71% 54% 52% 54% 52% 53% 55% 57% 51% 51% 50% 51% 51% 48% 65% 51% 53% 56% 53% 51%) -> (12k/82k) -> write(47%)
0:13:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 35M 3% 350k/s ] rels: [ 0 0% 0/s ] features: [ 384M 1.5M/s ] 36G blocks: [ 31k 66% 7/s ]
cpus: 22.8 gc: 7% heap: 11G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 732M
read( 0%) -> (16/47) -> process(65% 66% 68% 66% 67% 70% 65% 70% 68% 67% 68% 68% 65% 65% 67% 64% 67% 70% 65% 62% 67% 69% 65% 70% 68% 71% 65% 71% 66% 60% 66%) -> (44k/82k) -> write(64%)
0:13:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 40M 4% 494k/s ] rels: [ 0 0% 0/s ] features: [ 399M 1.4M/s ] 37G blocks: [ 31k 67% 9/s ]
cpus: 25.5 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 777M
read( 0%) -> (16/47) -> process(73% 78% 77% 74% 78% 78% 76% 75% 77% 79% 79% 78% 76% 80% 68% 77% 71% 77% 75% 77% 79% 75% 77% 76% 72% 73% 75% 78% 73% 73% 72%) -> (17k/82k) -> write(77%)
0:14:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 45M 4% 490k/s ] rels: [ 0 0% 0/s ] features: [ 413M 1.4M/s ] 38G blocks: [ 31k 67% 8/s ]
cpus: 25 gc: 6% heap: 5.5G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 825M
read( 0%) -> (16/47) -> process(75% 73% 73% 73% 72% 70% 75% 75% 78% 72% 77% 74% 76% 72% 75% 73% 73% 74% 73% 75% 72% 76% 75% 75% 72% 73% 75% 70% 74% 74% 74%) -> (14k/82k) -> write(74%)
0:14:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 49M 5% 440k/s ] rels: [ 0 0% 0/s ] features: [ 428M 1.4M/s ] 39G blocks: [ 31k 67% 7/s ]
cpus: 25.4 gc: 6% heap: 8.3G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 879M
read( 0%) -> (16/47) -> process(77% 78% 75% 74% 77% 77% 76% 76% 72% 75% 75% 76% 74% 75% 74% 75% 78% 76% 74% 76% 74% 76% 75% 75% 73% 76% 72% 73% 74% 77% 75%) -> (15k/82k) -> write(75%)
0:14:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 53M 5% 417k/s ] rels: [ 0 0% 0/s ] features: [ 443M 1.4M/s ] 41G blocks: [ 31k 67% 9/s ]
cpus: 23.9 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.4G relInfo: 140M mpGeoms: 953M
read( 0%) -> (16/47) -> process(69% 70% 71% 69% 70% 73% 69% 74% 70% 71% 71% 69% 74% 70% 70% 69% 70% 68% 73% 71% 71% 70% 70% 71% 72% 73% 68% 70% 73% 68% 72%) -> (15k/82k) -> write(68%)
0:14:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 56M 5% 297k/s ] rels: [ 0 0% 0/s ] features: [ 454M 1.1M/s ] 41G blocks: [ 31k 67% 4/s ]
cpus: 26.4 gc: 7% heap: 10G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 1G
read( 0%) -> (16/47) -> process(77% 76% 77% 75% 79% 72% 76% 79% 83% 78% 82% 80% 79% 83% 79% 77% 83% 79% 73% 83% 81% 81% 80% 75% 74% 78% 78% 78% 79% 72% 80%) -> (15k/82k) -> write(65%)
0:14:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 60M 6% 364k/s ] rels: [ 0 0% 0/s ] features: [ 468M 1.3M/s ] 42G blocks: [ 31k 67% 7/s ]
cpus: 24.9 gc: 7% heap: 8.3G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 1G
read( 0%) -> (16/47) -> process(69% 75% 70% 72% 75% 68% 69% 78% 82% 71% 74% 76% 74% 77% 73% 71% 76% 72% 73% 74% 74% 74% 73% 73% 72% 74% 73% 72% 73% 68% 77%) -> (12k/82k) -> write(68%)
0:14:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 64M 6% 353k/s ] rels: [ 0 0% 0/s ] features: [ 482M 1.3M/s ] 43G blocks: [ 31k 68% 6/s ]
cpus: 23.8 gc: 6% heap: 15G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 1G
read( 0%) -> (16/47) -> process(70% 72% 72% 70% 73% 66% 72% 71% 72% 69% 70% 75% 70% 67% 68% 72% 68% 72% 70% 73% 65% 71% 66% 76% 68% 69% 69% 69% 73% 67% 71%) -> (16k/82k) -> write(62%)
0:15:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 68M 6% 387k/s ] rels: [ 0 0% 0/s ] features: [ 496M 1.4M/s ] 44G blocks: [ 31k 68% 7/s ]
cpus: 23.7 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 1.1G
read( 0%) -> (16/47) -> process(71% 72% 70% 69% 70% 67% 73% 69% 69% 69% 70% 68% 69% 70% 70% 71% 71% 70% 72% 69% 71% 70% 71% 71% 71% 65% 68% 68% 75% 71% 72%) -> (18k/82k) -> write(66%)
0:15:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 71M 7% 375k/s ] rels: [ 0 0% 0/s ] features: [ 511M 1.4M/s ] 46G blocks: [ 31k 68% 6/s ]
cpus: 23.6 gc: 6% heap: 8.9G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 1.2G
read( 0%) -> (16/47) -> process(70% 72% 74% 70% 69% 69% 70% 68% 67% 67% 69% 71% 73% 70% 73% 69% 71% 69% 69% 68% 68% 70% 69% 67% 67% 71% 69% 74% 68% 65% 71%) -> (40k/82k) -> write(67%)
0:15:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 76M 7% 456k/s ] rels: [ 0 0% 0/s ] features: [ 528M 1.7M/s ] 48G blocks: [ 32k 68% 8/s ]
cpus: 22.1 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 1.2G
read( 0%) -> (16/47) -> process(64% 66% 63% 70% 63% 66% 68% 71% 64% 64% 65% 62% 68% 62% 65% 66% 65% 70% 66% 60% 65% 67% 66% 63% 65% 59% 66% 63% 63% 62% 62%) -> (17k/82k) -> write(67%)
0:15:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 80M 7% 459k/s ] rels: [ 0 0% 0/s ] features: [ 546M 1.7M/s ] 49G blocks: [ 32k 68% 7/s ]
cpus: 22.8 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 1.3G
read( 0%) -> (16/47) -> process(70% 67% 69% 68% 67% 66% 67% 65% 68% 67% 67% 70% 65% 68% 65% 65% 66% 68% 69% 69% 65% 69% 66% 67% 67% 68% 65% 65% 68% 69% 65%) -> (19k/82k) -> write(70%)
0:15:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 85M 8% 468k/s ] rels: [ 0 0% 0/s ] features: [ 564M 1.7M/s ] 51G blocks: [ 32k 68% 7/s ]
cpus: 23.5 gc: 6% heap: 9.7G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 1.3G
read( 0%) -> (16/47) -> process(69% 71% 70% 70% 68% 70% 70% 70% 69% 69% 69% 69% 67% 71% 69% 69% 68% 70% 71% 68% 70% 70% 68% 70% 66% 68% 70% 70% 69% 70% 70%) -> (17k/82k) -> write(74%)
0:15:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 90M 8% 442k/s ] rels: [ 0 0% 0/s ] features: [ 580M 1.6M/s ] 52G blocks: [ 32k 69% 7/s ]
cpus: 22.4 gc: 6% heap: 15G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 1.4G
read( 0%) -> (16/47) -> process(63% 66% 66% 65% 66% 65% 67% 64% 70% 66% 68% 65% 65% 69% 66% 68% 68% 67% 64% 68% 63% 68% 66% 64% 65% 65% 66% 66% 64% 66% 67%) -> (13k/82k) -> write(66%)
0:16:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 93M 9% 389k/s ] rels: [ 0 0% 0/s ] features: [ 596M 1.5M/s ] 53G blocks: [ 32k 69% 6/s ]
cpus: 22.9 gc: 6% heap: 13G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 1.4G
read( 0%) -> (16/47) -> process(66% 65% 67% 66% 67% 68% 65% 66% 69% 66% 71% 68% 67% 69% 65% 67% 68% 70% 70% 71% 67% 65% 67% 71% 66% 71% 68% 66% 67% 69% 67%) -> (81k/82k) -> write(67%)
0:16:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 98M 9% 406k/s ] rels: [ 0 0% 0/s ] features: [ 611M 1.5M/s ] 56G blocks: [ 32k 69% 6/s ]
cpus: 24.8 gc: 7% heap: 12G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 1.5G
read( 0%) -> (16/47) -> process(72% 77% 76% 70% 71% 74% 74% 69% 69% 72% 75% 70% 78% 76% 74% 71% 72% 73% 75% 72% 75% 73% 72% 72% 74% 74% 72% 72% 73% 72% 70%) -> (16k/82k) -> write(78%)
0:16:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 102M 9% 410k/s ] rels: [ 0 0% 0/s ] features: [ 626M 1.4M/s ] 57G blocks: [ 32k 69% 6/s ]
cpus: 21.6 gc: 10% heap: 8.2G/25G direct: 1.5M postGC: 1.5G relInfo: 140M mpGeoms: 1.6G
read( 0%) -> (16/47) -> process(61% 60% 59% 61% 61% 61% 63% 60% 59% 59% 62% 67% 61% 60% 63% 60% 62% 60% 67% 59% 61% 65% 60% 64% 61% 66% 61% 63% 61% 63% 61%) -> (17k/82k) -> write(61%)
0:16:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 106M 10% 439k/s ] rels: [ 0 0% 0/s ] features: [ 642M 1.5M/s ] 58G blocks: [ 32k 69% 7/s ]
cpus: 22.2 gc: 7% heap: 10G/25G direct: 1.5M postGC: 1.6G relInfo: 140M mpGeoms: 1.6G
read( 0%) -> (16/47) -> process(63% 65% 66% 66% 63% 64% 63% 63% 65% 63% 63% 63% 66% 64% 66% 68% 65% 65% 63% 67% 63% 65% 67% 63% 65% 62% 62% 67% 65% 65% 64%) -> (15k/82k) -> write(64%)
0:16:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 111M 10% 448k/s ] rels: [ 0 0% 0/s ] features: [ 659M 1.7M/s ] 60G blocks: [ 32k 69% 7/s ]
cpus: 22.6 gc: 6% heap: 1.7G/25G direct: 1.5M postGC: 1.6G relInfo: 140M mpGeoms: 1.7G
read( 0%) -> (16/47) -> process(66% 66% 65% 68% 68% 67% 67% 68% 64% 67% 66% 67% 67% 67% 65% 65% 67% 67% 65% 67% 66% 66% 65% 71% 66% 64% 66% 65% 65% 67% 66%) -> (19k/82k) -> write(69%)
0:16:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 115M 11% 454k/s ] rels: [ 0 0% 0/s ] features: [ 676M 1.6M/s ] 61G blocks: [ 32k 69% 7/s ]
cpus: 23.1 gc: 6% heap: 3.8G/25G direct: 1.5M postGC: 1.6G relInfo: 140M mpGeoms: 1.7G
read( 0%) -> (16/47) -> process(67% 64% 68% 69% 67% 68% 66% 69% 66% 65% 67% 68% 68% 67% 68% 67% 69% 68% 71% 66% 69% 67% 69% 65% 72% 67% 67% 67% 68% 68% 66%) -> (16k/82k) -> write(69%)
0:17:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 119M 11% 430k/s ] rels: [ 0 0% 0/s ] features: [ 692M 1.6M/s ] 62G blocks: [ 32k 70% 7/s ]
cpus: 20.5 gc: 6% heap: 10G/25G direct: 1.5M postGC: 1.6G relInfo: 140M mpGeoms: 1.8G
read( 0%) -> (16/47) -> process(59% 61% 63% 62% 60% 61% 59% 61% 61% 60% 59% 60% 60% 58% 60% 61% 58% 60% 60% 62% 59% 56% 58% 61% 61% 60% 61% 59% 60% 60% 60%) -> (17k/82k) -> write(60%)
0:17:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 124M 11% 433k/s ] rels: [ 0 0% 0/s ] features: [ 708M 1.6M/s ] 63G blocks: [ 32k 70% 7/s ]
cpus: 20.9 gc: 6% heap: 1.7G/25G direct: 1.5M postGC: 1.6G relInfo: 140M mpGeoms: 1.8G
read( 0%) -> (16/47) -> process(62% 61% 62% 63% 59% 59% 60% 61% 61% 61% 63% 60% 60% 59% 63% 58% 61% 62% 60% 64% 60% 59% 63% 62% 62% 59% 59% 63% 62% 62% 60%) -> (14k/82k) -> write(60%)
0:17:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 128M 12% 431k/s ] rels: [ 0 0% 0/s ] features: [ 725M 1.6M/s ] 66G blocks: [ 32k 70% 7/s ]
cpus: 22 gc: 6% heap: 1.8G/25G direct: 1.5M postGC: 1.6G relInfo: 140M mpGeoms: 1.9G
read( 0%) -> (16/47) -> process(65% 65% 66% 63% 69% 64% 66% 65% 64% 65% 63% 65% 64% 61% 64% 63% 63% 65% 65% 64% 66% 66% 68% 64% 63% 64% 65% 65% 62% 66% 62%) -> (16k/82k) -> write(65%)
0:17:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 132M 12% 382k/s ] rels: [ 0 0% 0/s ] features: [ 740M 1.5M/s ] 67G blocks: [ 33k 70% 6/s ]
cpus: 23.7 gc: 6% heap: 8G/25G direct: 1.5M postGC: 1.8G relInfo: 140M mpGeoms: 1.9G
read( 0%) -> (16/47) -> process(68% 69% 72% 70% 69% 69% 68% 69% 66% 72% 67% 68% 69% 71% 68% 69% 68% 69% 70% 72% 73% 75% 68% 69% 71% 68% 68% 70% 69% 70% 70%) -> (18k/82k) -> write(68%)
0:17:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 136M 13% 415k/s ] rels: [ 0 0% 0/s ] features: [ 756M 1.5M/s ] 68G blocks: [ 33k 70% 6/s ]
cpus: 23.6 gc: 7% heap: 5.7G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 2G
read( 0%) -> (16/47) -> process(69% 66% 67% 69% 70% 67% 70% 68% 68% 68% 68% 70% 71% 70% 67% 71% 69% 70% 73% 68% 70% 69% 69% 67% 66% 68% 70% 68% 71% 67% 70%) -> (16k/82k) -> write(71%)
0:17:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 140M 13% 431k/s ] rels: [ 0 0% 0/s ] features: [ 771M 1.5M/s ] 70G blocks: [ 33k 70% 6/s ]
cpus: 24.6 gc: 7% heap: 8.7G/25G direct: 1.5M postGC: 2.2G relInfo: 140M mpGeoms: 2G
read( 0%) -> (16/47) -> process(72% 70% 70% 71% 72% 73% 72% 71% 71% 71% 73% 72% 73% 77% 72% 72% 73% 71% 72% 71% 72% 72% 74% 73% 70% 74% 71% 74% 71% 72% 73%) -> (15k/82k) -> write(79%)
0:18:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 145M 13% 437k/s ] rels: [ 0 0% 0/s ] features: [ 788M 1.6M/s ] 71G blocks: [ 33k 70% 7/s ]
cpus: 22.6 gc: 6% heap: 10G/25G direct: 1.5M postGC: 2.3G relInfo: 140M mpGeoms: 2.1G
read( 0%) -> (16/47) -> process(67% 66% 65% 67% 64% 67% 67% 66% 64% 68% 67% 67% 68% 65% 67% 65% 64% 66% 66% 69% 65% 66% 65% 65% 65% 67% 66% 67% 67% 66% 65%) -> (16k/82k) -> write(69%)
0:18:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 149M 14% 413k/s ] rels: [ 0 0% 0/s ] features: [ 804M 1.5M/s ] 72G blocks: [ 33k 71% 6/s ]
cpus: 24.2 gc: 7% heap: 10G/25G direct: 1.5M postGC: 2.4G relInfo: 140M mpGeoms: 2.1G
read( 0%) -> (16/47) -> process(71% 70% 71% 71% 68% 72% 71% 72% 71% 71% 70% 73% 69% 71% 72% 73% 71% 71% 71% 74% 72% 69% 68% 70% 71% 70% 70% 69% 70% 72% 71%) -> (18k/82k) -> write(74%)
0:18:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 154M 14% 458k/s ] rels: [ 0 0% 0/s ] features: [ 819M 1.5M/s ] 73G blocks: [ 33k 71% 6/s ]
cpus: 24.5 gc: 7% heap: 4.7G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 2.2G
read( 0%) -> (16/47) -> process(75% 73% 70% 71% 70% 74% 76% 71% 75% 71% 68% 73% 73% 68% 73% 72% 70% 70% 68% 75% 72% 68% 70% 71% 73% 70% 70% 71% 69% 75% 70%) -> (18k/82k) -> write(77%)
0:18:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 158M 15% 458k/s ] rels: [ 0 0% 0/s ] features: [ 834M 1.4M/s ] 75G blocks: [ 33k 71% 6/s ]
cpus: 25.1 gc: 7% heap: 8.7G/25G direct: 1.5M postGC: 2.9G relInfo: 140M mpGeoms: 2.2G
read( 0%) -> (16/47) -> process(68% 74% 74% 73% 75% 77% 72% 72% 73% 77% 75% 70% 75% 73% 75% 70% 75% 70% 74% 73% 71% 76% 76% 77% 71% 71% 79% 69% 73% 73% 75%) -> (13k/82k) -> write(78%)
0:18:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 162M 15% 423k/s ] rels: [ 0 0% 0/s ] features: [ 849M 1.5M/s ] 76G blocks: [ 33k 71% 6/s ]
cpus: 21.9 gc: 7% heap: 9G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 2.3G
read( 0%) -> (16/47) -> process(61% 64% 65% 62% 66% 66% 63% 61% 65% 64% 64% 61% 64% 65% 65% 67% 63% 63% 64% 64% 64% 65% 64% 66% 63% 62% 63% 63% 63% 64% 65%) -> (15k/82k) -> write(62%)
0:18:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 166M 15% 406k/s ] rels: [ 0 0% 0/s ] features: [ 864M 1.5M/s ] 77G blocks: [ 33k 71% 7/s ]
cpus: 24.2 gc: 7% heap: 7.9G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 2.3G
read( 0%) -> (16/47) -> process(70% 72% 69% 70% 78% 71% 69% 67% 71% 73% 68% 68% 69% 69% 68% 72% 70% 73% 69% 70% 69% 71% 71% 68% 72% 73% 74% 71% 80% 69% 71%) -> (14k/82k) -> write(73%)
0:19:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 171M 16% 410k/s ] rels: [ 0 0% 0/s ] features: [ 880M 1.5M/s ] 78G blocks: [ 33k 71% 6/s ]
cpus: 21.9 gc: 7% heap: 7.5G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 2.4G
read( 0%) -> (16/47) -> process(61% 63% 61% 63% 65% 68% 65% 62% 63% 63% 62% 64% 71% 60% 63% 68% 63% 60% 66% 63% 62% 62% 68% 64% 64% 62% 62% 64% 63% 64% 64%) -> (19k/82k) -> write(61%)
0:19:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 175M 16% 429k/s ] rels: [ 0 0% 0/s ] features: [ 896M 1.5M/s ] 81G blocks: [ 33k 71% 6/s ]
cpus: 23.4 gc: 7% heap: 3.5G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.4G
read( 0%) -> (16/47) -> process(69% 68% 70% 70% 72% 68% 66% 69% 70% 69% 68% 68% 75% 66% 72% 69% 69% 65% 68% 67% 67% 67% 69% 69% 68% 68% 66% 69% 70% 66% 68%) -> (13k/82k) -> write(70%)
0:19:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 179M 17% 448k/s ] rels: [ 0 0% 0/s ] features: [ 912M 1.5M/s ] 82G blocks: [ 33k 72% 6/s ]
cpus: 22.7 gc: 6% heap: 7.4G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 2.5G
read( 0%) -> (16/47) -> process(66% 66% 66% 67% 65% 66% 65% 68% 66% 66% 65% 67% 67% 67% 68% 67% 67% 67% 65% 67% 66% 67% 68% 68% 66% 67% 66% 65% 67% 65% 65%) -> (15k/82k) -> write(66%)
0:19:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 184M 17% 474k/s ] rels: [ 0 0% 0/s ] features: [ 927M 1.4M/s ] 83G blocks: [ 33k 72% 7/s ]
cpus: 24 gc: 7% heap: 8.4G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 2.5G
read( 0%) -> (16/47) -> process(71% 71% 70% 70% 69% 71% 69% 71% 72% 71% 73% 70% 68% 70% 69% 71% 70% 70% 70% 68% 71% 70% 71% 70% 69% 68% 70% 70% 69% 69% 71%) -> (18k/82k) -> write(74%)
0:19:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 189M 18% 468k/s ] rels: [ 0 0% 0/s ] features: [ 943M 1.6M/s ] 85G blocks: [ 33k 72% 7/s ]
cpus: 23.9 gc: 6% heap: 10G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 2.6G
read( 0%) -> (16/47) -> process(72% 70% 70% 69% 70% 70% 69% 72% 70% 69% 70% 69% 71% 69% 69% 74% 68% 70% 73% 69% 68% 67% 70% 68% 68% 69% 71% 70% 69% 71% 70%) -> (18k/82k) -> write(75%)
0:19:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 193M 18% 428k/s ] rels: [ 0 0% 0/s ] features: [ 958M 1.5M/s ] 86G blocks: [ 33k 72% 6/s ]
cpus: 23.2 gc: 7% heap: 7.4G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 2.6G
read( 0%) -> (16/47) -> process(68% 69% 68% 66% 67% 69% 67% 66% 68% 68% 71% 69% 70% 68% 70% 67% 65% 69% 67% 67% 68% 68% 67% 67% 67% 68% 70% 66% 69% 68% 71%) -> (17k/82k) -> write(69%)
0:20:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 197M 18% 422k/s ] rels: [ 0 0% 0/s ] features: [ 973M 1.4M/s ] 87G blocks: [ 34k 72% 6/s ]
cpus: 24 gc: 7% heap: 7.8G/25G direct: 1.5M postGC: 3.9G relInfo: 140M mpGeoms: 2.7G
read( 0%) -> (16/47) -> process(70% 68% 71% 72% 72% 70% 67% 71% 71% 69% 68% 74% 69% 69% 69% 69% 68% 68% 72% 73% 71% 71% 71% 74% 70% 69% 69% 68% 68% 68% 67%) -> (16k/82k) -> write(72%)
0:20:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 202M 19% 482k/s ] rels: [ 0 0% 0/s ] features: [ 986M 1.3M/s ] 88G blocks: [ 34k 72% 8/s ]
cpus: 25.7 gc: 7% heap: 8.3G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 2.8G
read( 0%) -> (16/47) -> process(77% 75% 76% 75% 74% 77% 75% 75% 74% 76% 73% 73% 76% 74% 75% 76% 75% 78% 76% 74% 74% 75% 76% 75% 75% 75% 75% 77% 77% 74% 77%) -> (47k/82k) -> write(82%)
0:20:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 207M 19% 487k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.3M/s ] 90G blocks: [ 34k 73% 8/s ]
cpus: 26 gc: 7% heap: 10G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(77% 77% 76% 75% 77% 77% 75% 76% 76% 78% 76% 74% 76% 79% 76% 77% 76% 77% 75% 76% 77% 75% 76% 75% 76% 76% 76% 77% 78% 76% 76%) -> (18k/82k) -> write(82%)
0:20:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 212M 20% 502k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.4M/s ] 91G blocks: [ 34k 73% 8/s ]
cpus: 25.8 gc: 7% heap: 4.2G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(74% 73% 76% 74% 73% 77% 75% 73% 78% 74% 76% 75% 76% 75% 77% 76% 75% 75% 76% 77% 79% 73% 74% 72% 74% 74% 75% 77% 77% 78% 74%) -> (16k/82k) -> write(82%)
0:20:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 217M 20% 477k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.4M/s ] 92G blocks: [ 34k 73% 7/s ]
cpus: 26 gc: 7% heap: 7.1G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 2.9G
read( 0%) -> (16/47) -> process(75% 77% 76% 74% 79% 77% 76% 77% 76% 77% 76% 74% 78% 76% 78% 79% 76% 76% 78% 75% 78% 76% 76% 77% 76% 76% 78% 77% 76% 74% 75%) -> (18k/82k) -> write(82%)
0:20:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 221M 21% 454k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.5M/s ] 93G blocks: [ 34k 73% 7/s ]
cpus: 24.5 gc: 6% heap: 7.4G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 3G
read( 0%) -> (16/47) -> process(71% 72% 71% 71% 74% 71% 73% 70% 71% 72% 71% 71% 71% 73% 72% 71% 74% 72% 71% 73% 73% 72% 70% 73% 74% 73% 72% 73% 70% 72% 72%) -> (16k/82k) -> write(74%)
0:21:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 226M 21% 468k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.4M/s ] 95G blocks: [ 34k 73% 7/s ]
cpus: 26 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 3G
read( 0%) -> (16/47) -> process(74% 77% 77% 76% 78% 76% 77% 76% 78% 76% 78% 75% 75% 79% 79% 76% 77% 76% 78% 79% 77% 77% 77% 75% 77% 74% 77% 78% 77% 77% 76%) -> (18k/82k) -> write(83%)
0:21:19 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 231M 21% 473k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.5M/s ] 96G blocks: [ 34k 73% 7/s ]
cpus: 26.3 gc: 6% heap: 5.1G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 3.1G
read( 0%) -> (16/47) -> process(79% 76% 78% 76% 76% 78% 79% 77% 76% 78% 77% 79% 79% 77% 79% 77% 78% 78% 76% 78% 77% 77% 79% 78% 76% 79% 76% 78% 78% 78% 77%) -> (19k/82k) -> write(85%)
0:21:29 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 235M 22% 453k/s ] rels: [ 0 0% 0/s ] features: [ 1B 1.5M/s ] 97G blocks: [ 34k 74% 6/s ]
cpus: 26.1 gc: 6% heap: 8G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 3.1G
read( 0%) -> (16/47) -> process(76% 77% 77% 77% 76% 77% 78% 76% 76% 77% 76% 77% 78% 77% 78% 76% 76% 77% 77% 79% 77% 78% 76% 77% 77% 76% 77% 77% 77% 77% 77%) -> (22k/82k) -> write(89%)
0:21:39 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 240M 22% 444k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.5M/s ] 98G blocks: [ 34k 74% 7/s ]
cpus: 26.2 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 3.2G
read( 0%) -> (16/47) -> process(79% 77% 77% 77% 79% 75% 76% 76% 78% 77% 76% 76% 77% 78% 76% 78% 76% 77% 77% 79% 77% 78% 77% 77% 77% 78% 77% 77% 76% 77% 77%) -> (23k/82k) -> write(89%)
0:21:49 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 244M 23% 445k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.5M/s ] 100G blocks: [ 34k 74% 7/s ]
cpus: 26 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 3.3G
read( 0%) -> (16/47) -> process(76% 76% 76% 77% 77% 77% 76% 77% 77% 77% 77% 76% 77% 77% 77% 77% 77% 75% 76% 76% 76% 76% 78% 75% 75% 77% 77% 78% 78% 77% 77%) -> (18k/82k) -> write(87%)
0:21:59 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 249M 23% 455k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.5M/s ] 101G blocks: [ 34k 74% 6/s ]
cpus: 26.3 gc: 6% heap: 5.1G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 3.3G
read( 0%) -> (16/47) -> process(78% 78% 78% 78% 77% 76% 77% 77% 78% 78% 76% 78% 79% 77% 77% 76% 79% 77% 77% 77% 77% 77% 78% 77% 77% 77% 77% 78% 80% 80% 76%) -> (19k/82k) -> write(87%)
0:22:09 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 253M 23% 455k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.5M/s ] 102G blocks: [ 34k 74% 6/s ]
cpus: 26.2 gc: 6% heap: 8.9G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 3.4G
read( 0%) -> (16/47) -> process(77% 77% 76% 76% 77% 76% 78% 77% 78% 77% 77% 77% 77% 78% 77% 79% 78% 76% 77% 77% 77% 79% 77% 79% 79% 76% 78% 79% 77% 76% 77%) -> (17k/82k) -> write(85%)
0:22:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 258M 24% 459k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.4M/s ] 103G blocks: [ 35k 74% 7/s ]
cpus: 26.1 gc: 6% heap: 12G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 3.5G
read( 0%) -> (16/47) -> process(77% 77% 77% 78% 76% 77% 77% 76% 77% 77% 77% 77% 78% 76% 76% 77% 78% 79% 78% 77% 78% 76% 77% 78% 78% 77% 78% 76% 77% 76% 77%) -> (30k/82k) -> write(84%)
0:22:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 263M 24% 519k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.5M/s ] 105G blocks: [ 35k 75% 7/s ]
cpus: 26.3 gc: 6% heap: 6G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 3.5G
read( 0%) -> (16/47) -> process(77% 77% 80% 77% 77% 76% 77% 78% 78% 76% 78% 77% 78% 77% 76% 77% 77% 78% 77% 80% 76% 78% 76% 78% 79% 77% 78% 80% 77% 77% 77%) -> (18k/82k) -> write(86%)
0:22:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 268M 25% 529k/s ] rels: [ 0 0% 0/s ] features: [ 1.1B 1.4M/s ] 106G blocks: [ 35k 75% 7/s ]
cpus: 26.7 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 3.6G
read( 0%) -> (15/47) -> process(80% 79% 80% 77% 78% 79% 78% 80% 81% 79% 80% 79% 79% 78% 81% 79% 79% 80% 78% 80% 78% 81% 78% 81% 76% 78% 78% 78% 79% 80% 81%) -> (33k/82k) -> write(89%)
0:22:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 274M 25% 513k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.4M/s ] 107G blocks: [ 35k 75% 7/s ]
cpus: 26.5 gc: 6% heap: 7.8G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 3.7G
read( 0%) -> (16/47) -> process(78% 81% 77% 79% 79% 76% 79% 77% 78% 77% 78% 77% 78% 81% 76% 79% 77% 81% 76% 79% 76% 79% 78% 78% 77% 81% 79% 79% 78% 79% 77%) -> (65k/82k) -> write(92%)
0:23:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 279M 26% 533k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.5M/s ] 108G blocks: [ 35k 75% 7/s ]
cpus: 26 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 3.7G
read( 0%) -> (16/47) -> process(78% 77% 78% 77% 79% 76% 77% 74% 77% 78% 78% 77% 74% 79% 78% 77% 75% 76% 79% 77% 75% 76% 76% 76% 79% 77% 76% 76% 75% 77% 75%) -> (16k/82k) -> write(89%)
0:23:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 284M 26% 497k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.5M/s ] 109G blocks: [ 35k 75% 7/s ]
cpus: 26 gc: 6% heap: 4.4G/25G direct: 1.5M postGC: 4.3G relInfo: 140M mpGeoms: 3.8G
read( 0%) -> (16/47) -> process(76% 78% 76% 76% 77% 77% 78% 77% 76% 76% 77% 77% 78% 76% 77% 77% 76% 75% 77% 78% 77% 75% 76% 75% 76% 76% 80% 76% 76% 78% 77%) -> (16k/82k) -> write(86%)
0:23:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 289M 27% 481k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.6M/s ] 111G blocks: [ 35k 75% 7/s ]
cpus: 25.5 gc: 6% heap: 5.5G/25G direct: 1.5M postGC: 4.3G relInfo: 140M mpGeoms: 3.8G
read( 0%) -> (16/47) -> process(75% 76% 76% 75% 75% 77% 75% 75% 74% 77% 75% 76% 76% 75% 75% 75% 76% 73% 74% 74% 77% 75% 77% 74% 78% 75% 76% 75% 76% 74% 74%) -> (16k/82k) -> write(84%)
0:23:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 294M 27% 490k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.5M/s ] 112G blocks: [ 35k 75% 7/s ]
cpus: 25.4 gc: 6% heap: 6.7G/25G direct: 1.5M postGC: 4.3G relInfo: 140M mpGeoms: 3.9G
read( 0%) -> (16/47) -> process(76% 73% 76% 75% 75% 76% 76% 76% 74% 75% 74% 75% 80% 75% 75% 74% 75% 74% 75% 76% 77% 75% 75% 74% 74% 75% 74% 72% 75% 76% 77%) -> (17k/82k) -> write(82%)
0:23:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 298M 28% 475k/s ] rels: [ 0 0% 0/s ] features: [ 1.2B 1.4M/s ] 113G blocks: [ 35k 76% 7/s ]
cpus: 26.6 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.3G relInfo: 140M mpGeoms: 3.9G
read( 0%) -> (16/47) -> process(81% 80% 79% 78% 79% 80% 80% 78% 79% 78% 78% 81% 78% 79% 80% 78% 78% 78% 80% 79% 78% 78% 80% 80% 79% 79% 77% 79% 80% 78% 80%) -> (18k/82k) -> write(87%)
0:23:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 303M 28% 485k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.4M/s ] 114G blocks: [ 35k 76% 6/s ]
cpus: 26.4 gc: 6% heap: 7G/25G direct: 1.5M postGC: 4.3G relInfo: 140M mpGeoms: 4G
read( 0%) -> (16/47) -> process(79% 82% 77% 78% 78% 78% 78% 78% 78% 78% 78% 79% 76% 78% 78% 78% 77% 80% 79% 78% 78% 80% 77% 77% 78% 79% 78% 76% 78% 79% 79%) -> (33k/82k) -> write(88%)
0:24:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 308M 29% 505k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.5M/s ] 117G blocks: [ 35k 76% 7/s ]
cpus: 26.3 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.3G relInfo: 140M mpGeoms: 4.1G
read( 0%) -> (16/47) -> process(79% 76% 78% 78% 78% 79% 77% 77% 78% 78% 78% 78% 78% 78% 78% 76% 77% 79% 78% 77% 77% 78% 78% 79% 78% 79% 78% 79% 76% 77% 77%) -> (64k/82k) -> write(91%)
0:24:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 314M 29% 523k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.5M/s ] 118G blocks: [ 35k 76% 7/s ]
cpus: 26.6 gc: 6% heap: 4.6G/25G direct: 1.5M postGC: 4.3G relInfo: 140M mpGeoms: 4.1G
read( 0%) -> (16/47) -> process(78% 77% 80% 78% 78% 80% 77% 79% 78% 78% 77% 79% 78% 80% 79% 78% 79% 79% 78% 81% 77% 77% 78% 80% 79% 79% 80% 77% 78% 80% 78%) -> (29k/82k) -> write(91%)
0:24:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 319M 30% 518k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.4M/s ] 118G blocks: [ 35k 76% 7/s ]
cpus: 27.1 gc: 6% heap: 12G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 4.2G
read( 0%) -> (16/47) -> process(79% 77% 79% 82% 80% 80% 78% 80% 79% 82% 76% 79% 81% 80% 82% 79% 79% 79% 79% 79% 78% 78% 78% 79% 80% 83% 79% 81% 81% 81% 82%) -> (66k/82k) -> write(91%)
0:24:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 324M 30% 553k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.5M/s ] 120G blocks: [ 36k 76% 8/s ]
cpus: 26.5 gc: 6% heap: 8.1G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 4.2G
read( 0%) -> (16/47) -> process(77% 78% 81% 80% 78% 79% 79% 78% 79% 79% 81% 79% 79% 79% 78% 77% 82% 78% 78% 78% 77% 78% 78% 79% 78% 79% 81% 79% 77% 78% 79%) -> (36k/82k) -> write(91%)
0:24:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 330M 31% 565k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.5M/s ] 122G blocks: [ 36k 77% 7/s ]
cpus: 26.3 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 4.3G
read( 0%) -> (16/47) -> process(78% 78% 79% 77% 79% 79% 78% 78% 75% 77% 77% 75% 77% 77% 78% 78% 80% 78% 78% 79% 76% 77% 76% 78% 76% 79% 78% 78% 78% 79% 76%) -> (15k/82k) -> write(88%)
0:24:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 335M 31% 513k/s ] rels: [ 0 0% 0/s ] features: [ 1.3B 1.4M/s ] 123G blocks: [ 36k 77% 8/s ]
cpus: 26.7 gc: 7% heap: 6.9G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 4.3G
read( 0%) -> (16/47) -> process(79% 77% 78% 80% 78% 77% 78% 77% 81% 79% 78% 79% 80% 80% 79% 76% 80% 79% 80% 78% 79% 77% 78% 80% 80% 77% 80% 78% 79% 79% 75%) -> (19k/82k) -> write(86%)
0:25:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 340M 32% 515k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.6M/s ] 124G blocks: [ 36k 77% 7/s ]
cpus: 25.9 gc: 6% heap: 8.9G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 4.4G
read( 0%) -> (16/47) -> process(75% 76% 76% 76% 77% 75% 80% 78% 77% 77% 76% 76% 77% 76% 75% 76% 77% 77% 75% 78% 75% 76% 76% 76% 75% 77% 78% 76% 74% 77% 77%) -> (26k/82k) -> write(88%)
0:25:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 345M 32% 506k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.5M/s ] 125G blocks: [ 36k 77% 8/s ]
cpus: 26.1 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 4.5G
read( 0%) -> (16/47) -> process(78% 78% 75% 76% 82% 73% 76% 79% 75% 78% 76% 75% 77% 78% 74% 77% 78% 75% 78% 79% 76% 80% 78% 76% 76% 74% 79% 75% 75% 78% 77%) -> (17k/82k) -> write(86%)
0:25:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 351M 32% 534k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.5M/s ] 127G blocks: [ 36k 77% 7/s ]
cpus: 26.3 gc: 6% heap: 4.7G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 4.5G
read( 0%) -> (16/47) -> process(77% 80% 78% 76% 77% 79% 76% 79% 76% 79% 77% 78% 78% 77% 78% 77% 76% 77% 77% 77% 79% 77% 77% 77% 78% 77% 77% 77% 76% 77% 77%) -> (16k/82k) -> write(88%)
0:25:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 356M 33% 547k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.5M/s ] 128G blocks: [ 36k 77% 8/s ]
cpus: 26.5 gc: 6% heap: 9.4G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 4.5G
read( 0%) -> (16/47) -> process(78% 79% 79% 78% 78% 80% 78% 78% 78% 79% 77% 79% 79% 79% 77% 79% 79% 78% 78% 79% 78% 79% 77% 79% 78% 79% 79% 78% 79% 80% 79%) -> (16k/82k) -> write(89%)
0:25:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 362M 33% 533k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.5M/s ] 129G blocks: [ 36k 78% 7/s ]
cpus: 26.7 gc: 6% heap: 5.5G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 4.6G
read( 0%) -> (16/47) -> process(77% 80% 79% 79% 81% 78% 80% 78% 79% 79% 78% 78% 79% 78% 79% 79% 78% 78% 79% 79% 78% 78% 78% 78% 80% 80% 81% 78% 79% 79% 79%) -> (20k/82k) -> write(89%)
0:25:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 367M 34% 516k/s ] rels: [ 0 0% 0/s ] features: [ 1.4B 1.4M/s ] 130G blocks: [ 36k 78% 8/s ]
cpus: 27 gc: 6% heap: 12G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 4.6G
read( 0%) -> (16/47) -> process(80% 78% 80% 80% 79% 81% 79% 80% 80% 83% 80% 80% 80% 80% 78% 80% 80% 80% 79% 80% 78% 81% 81% 79% 81% 79% 81% 79% 79% 80% 81%) -> (20k/82k) -> write(89%)
0:26:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 372M 34% 508k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.3M/s ] 131G blocks: [ 36k 78% 7/s ]
cpus: 26.5 gc: 7% heap: 5.3G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(79% 76% 77% 79% 78% 79% 78% 78% 79% 78% 79% 77% 78% 77% 77% 77% 80% 78% 80% 77% 77% 77% 77% 78% 76% 80% 78% 77% 77% 76% 79%) -> (16k/82k) -> write(86%)
0:26:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 377M 35% 546k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.5M/s ] 133G blocks: [ 36k 78% 7/s ]
cpus: 26.3 gc: 6% heap: 12G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(79% 78% 79% 79% 78% 77% 79% 78% 77% 79% 79% 78% 78% 79% 78% 78% 77% 78% 79% 77% 77% 78% 77% 78% 78% 77% 78% 77% 78% 77% 78%) -> (38k/82k) -> write(89%)
0:26:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 383M 35% 573k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.5M/s ] 134G blocks: [ 36k 78% 8/s ]
cpus: 26.6 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 4.9G
read( 0%) -> (16/47) -> process(78% 79% 79% 78% 79% 78% 79% 81% 79% 80% 78% 79% 79% 79% 77% 78% 80% 79% 78% 78% 79% 80% 80% 79% 79% 79% 78% 79% 77% 78% 79%) -> (19k/82k) -> write(88%)
0:26:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 389M 36% 572k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.4M/s ] 135G blocks: [ 36k 78% 7/s ]
cpus: 26.2 gc: 6% heap: 6.8G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5G
read( 0%) -> (16/47) -> process(80% 77% 78% 76% 78% 78% 77% 77% 77% 78% 76% 76% 77% 77% 78% 78% 80% 77% 77% 78% 77% 79% 79% 79% 78% 79% 77% 78% 78% 76% 78%) -> (19k/82k) -> write(87%)
0:26:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 395M 37% 592k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.5M/s ] 136G blocks: [ 37k 79% 8/s ]
cpus: 26.5 gc: 6% heap: 5.2G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(78% 78% 79% 77% 78% 79% 78% 78% 78% 77% 77% 77% 79% 77% 78% 79% 78% 79% 78% 79% 79% 79% 78% 80% 79% 79% 79% 79% 82% 79% 79%) -> (16k/82k) -> write(89%)
0:26:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 401M 37% 582k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.5M/s ] 138G blocks: [ 37k 79% 7/s ]
cpus: 26.5 gc: 6% heap: 13G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(78% 79% 78% 78% 78% 79% 79% 79% 79% 79% 78% 78% 78% 79% 79% 78% 79% 78% 78% 78% 78% 80% 79% 79% 78% 81% 78% 78% 77% 79% 80%) -> (44k/82k) -> write(90%)
0:27:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 407M 38% 614k/s ] rels: [ 0 0% 0/s ] features: [ 1.5B 1.5M/s ] 139G blocks: [ 37k 79% 8/s ]
cpus: 26.6 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.1G
read( 0%) -> (16/47) -> process(78% 78% 78% 79% 78% 79% 79% 78% 78% 80% 80% 80% 80% 80% 80% 79% 78% 78% 80% 79% 79% 78% 79% 78% 77% 79% 78% 78% 79% 79% 79%) -> (47k/82k) -> write(90%)
0:27:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 413M 38% 590k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.4M/s ] 140G blocks: [ 37k 79% 7/s ]
cpus: 27 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(80% 80% 81% 78% 81% 80% 81% 81% 80% 81% 81% 80% 79% 80% 80% 80% 80% 80% 79% 81% 78% 81% 82% 79% 79% 80% 82% 79% 80% 81% 81%) -> (67k/82k) -> write(92%)
0:27:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 419M 39% 584k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.5M/s ] 141G blocks: [ 37k 79% 8/s ]
cpus: 26.5 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(79% 79% 78% 78% 78% 78% 78% 79% 78% 78% 78% 77% 79% 79% 78% 81% 79% 80% 79% 78% 77% 78% 78% 79% 78% 78% 79% 77% 79% 80% 79%) -> (31k/82k) -> write(92%)
0:27:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 425M 39% 599k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.5M/s ] 142G blocks: [ 37k 80% 7/s ]
cpus: 26.4 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.2G
read( 0%) -> (16/47) -> process(79% 78% 77% 79% 77% 80% 79% 78% 77% 76% 79% 77% 78% 78% 76% 79% 79% 77% 79% 77% 77% 79% 78% 78% 78% 77% 77% 78% 77% 78% 79%) -> (66k/82k) -> write(94%)
0:27:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 430M 40% 568k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.6M/s ] 144G blocks: [ 37k 80% 8/s ]
cpus: 26.2 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.3G
read( 0%) -> (16/47) -> process(78% 75% 79% 76% 77% 78% 79% 77% 76% 77% 78% 78% 78% 78% 78% 76% 77% 76% 78% 77% 77% 77% 78% 77% 76% 78% 76% 77% 77% 78% 78%) -> (24k/82k) -> write(91%)
0:27:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 436M 40% 552k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.6M/s ] 145G blocks: [ 37k 80% 7/s ]
cpus: 26.1 gc: 6% heap: 12G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.3G
read( 0%) -> (16/47) -> process(78% 78% 76% 77% 77% 76% 77% 77% 77% 78% 78% 77% 77% 77% 78% 77% 77% 77% 77% 77% 75% 78% 77% 77% 77% 77% 77% 77% 77% 78% 77%) -> (27k/82k) -> write(90%)
0:28:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 441M 41% 568k/s ] rels: [ 0 0% 0/s ] features: [ 1.6B 1.5M/s ] 146G blocks: [ 37k 80% 8/s ]
cpus: 26.4 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.4G
read( 0%) -> (16/47) -> process(78% 77% 78% 79% 77% 78% 79% 80% 78% 78% 79% 79% 78% 78% 77% 81% 79% 80% 78% 79% 77% 79% 78% 79% 77% 79% 79% 80% 78% 77% 77%) -> (66k/82k) -> write(91%)
0:28:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 447M 41% 586k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.6M/s ] 147G blocks: [ 37k 80% 8/s ]
cpus: 26 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.4G
read( 0%) -> (16/47) -> process(76% 76% 77% 77% 78% 77% 76% 77% 77% 76% 77% 77% 77% 77% 76% 77% 77% 76% 77% 77% 76% 76% 77% 76% 78% 78% 75% 75% 77% 77% 78%) -> (19k/82k) -> write(92%)
0:28:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 454M 42% 621k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.6M/s ] 148G blocks: [ 37k 80% 8/s ]
cpus: 26.2 gc: 5% heap: 13G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.5G
read( 0%) -> (16/47) -> process(78% 78% 78% 76% 78% 78% 78% 77% 78% 77% 77% 79% 77% 77% 79% 78% 78% 78% 78% 78% 78% 79% 77% 79% 76% 79% 76% 77% 78% 77% 79%) -> (16k/82k) -> write(90%)
0:28:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 460M 43% 657k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.6M/s ] 150G blocks: [ 37k 81% 8/s ]
cpus: 26.2 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.5G
read( 0%) -> (16/47) -> process(77% 79% 76% 79% 78% 76% 77% 78% 77% 77% 77% 78% 77% 78% 77% 78% 78% 77% 77% 79% 78% 77% 76% 77% 76% 79% 77% 79% 77% 78% 78%) -> (18k/82k) -> write(93%)
0:28:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 466M 43% 621k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.5M/s ] 151G blocks: [ 38k 81% 8/s ]
cpus: 26.5 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.6G
read( 0%) -> (16/47) -> process(79% 78% 79% 79% 78% 77% 79% 79% 79% 77% 80% 79% 77% 78% 79% 78% 77% 78% 76% 78% 79% 78% 80% 77% 77% 79% 77% 77% 79% 78% 80%) -> (47k/82k) -> write(92%)
0:28:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 473M 44% 628k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.5M/s ] 152G blocks: [ 38k 81% 8/s ]
cpus: 26.5 gc: 6% heap: 7.8G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.6G
read( 0%) -> (16/47) -> process(79% 82% 79% 78% 77% 79% 79% 78% 79% 78% 78% 78% 78% 79% 79% 77% 78% 78% 78% 78% 79% 78% 78% 78% 79% 79% 79% 79% 78% 77% 79%) -> (53k/82k) -> write(92%)
0:29:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 480M 44% 697k/s ] rels: [ 0 0% 0/s ] features: [ 1.7B 1.5M/s ] 153G blocks: [ 38k 81% 9/s ]
cpus: 26.5 gc: 5% heap: 7.7G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(79% 81% 78% 79% 78% 79% 76% 80% 78% 78% 81% 79% 78% 79% 79% 77% 81% 78% 79% 79% 80% 78% 77% 78% 78% 79% 78% 77% 80% 79% 80%) -> (44k/82k) -> write(94%)
0:29:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 486M 45% 642k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.6M/s ] 154G blocks: [ 38k 81% 8/s ]
cpus: 26.3 gc: 6% heap: 5.9G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(77% 78% 79% 77% 76% 78% 77% 79% 78% 79% 77% 78% 78% 78% 77% 81% 77% 78% 77% 77% 79% 78% 79% 76% 77% 77% 78% 77% 76% 77% 79%) -> (40k/82k) -> write(93%)
0:29:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 492M 46% 617k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.6M/s ] 156G blocks: [ 38k 81% 8/s ]
cpus: 26.3 gc: 6% heap: 13G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 5.7G
read( 0%) -> (16/47) -> process(76% 77% 78% 78% 77% 80% 79% 80% 78% 76% 81% 78% 78% 77% 79% 80% 80% 77% 78% 77% 77% 78% 78% 77% 77% 76% 78% 76% 79% 79% 78%) -> (28k/82k) -> write(92%)
0:29:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 498M 46% 592k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.5M/s ] 157G blocks: [ 38k 82% 8/s ]
cpus: 26.6 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 5.8G
read( 0%) -> (16/47) -> process(78% 79% 78% 79% 81% 77% 78% 77% 79% 79% 76% 77% 79% 82% 77% 82% 79% 79% 80% 78% 78% 79% 80% 80% 78% 79% 79% 79% 79% 78% 78%) -> (34k/82k) -> write(92%)
0:29:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 504M 47% 572k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.5M/s ] 158G blocks: [ 38k 82% 7/s ]
cpus: 26.3 gc: 6% heap: 9.5G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(78% 77% 79% 78% 79% 77% 79% 78% 78% 77% 79% 77% 77% 78% 77% 79% 78% 79% 79% 78% 77% 77% 77% 77% 78% 79% 77% 78% 77% 77% 77%) -> (41k/82k) -> write(93%)
0:29:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 510M 47% 589k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.5M/s ] 159G blocks: [ 38k 82% 8/s ]
cpus: 26.7 gc: 6% heap: 8.4G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(76% 79% 79% 78% 79% 80% 79% 78% 78% 81% 80% 77% 79% 81% 78% 78% 81% 78% 83% 77% 77% 77% 78% 78% 79% 78% 80% 79% 85% 78% 81%) -> (67k/82k) -> write(93%)
0:30:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 516M 48% 637k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.5M/s ] 160G blocks: [ 38k 82% 8/s ]
cpus: 26.4 gc: 6% heap: 6.6G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 5.9G
read( 0%) -> (16/47) -> process(79% 78% 78% 78% 78% 79% 77% 79% 80% 77% 79% 77% 78% 78% 78% 80% 79% 80% 79% 77% 77% 76% 78% 77% 79% 78% 80% 78% 77% 78% 79%) -> (45k/82k) -> write(93%)
0:30:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 522M 48% 609k/s ] rels: [ 0 0% 0/s ] features: [ 1.8B 1.6M/s ] 162G blocks: [ 38k 82% 8/s ]
cpus: 26.1 gc: 6% heap: 5.1G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 6G
read( 0%) -> (16/47) -> process(77% 77% 79% 76% 78% 77% 77% 78% 77% 77% 76% 77% 76% 76% 79% 77% 78% 74% 76% 78% 80% 78% 77% 76% 77% 77% 77% 77% 80% 76% 77%) -> (28k/82k) -> write(93%)
0:30:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 527M 49% 511k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.4M/s ] 163G blocks: [ 38k 83% 7/s ]
cpus: 26.8 gc: 6% heap: 14G/25G direct: 1.5M postGC: 4.8G relInfo: 140M mpGeoms: 6G
read( 0%) -> (16/47) -> process(80% 80% 78% 79% 79% 79% 79% 79% 78% 79% 80% 79% 80% 79% 78% 78% 79% 78% 78% 80% 79% 80% 79% 80% 79% 78% 80% 86% 82% 83% 78%) -> (17k/82k) -> write(90%)
0:30:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 533M 49% 522k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.5M/s ] 164G blocks: [ 38k 83% 7/s ]
cpus: 26.7 gc: 6% heap: 14G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 6.1G
read( 0%) -> (16/47) -> process(77% 78% 80% 78% 79% 78% 80% 78% 79% 81% 79% 79% 82% 77% 79% 78% 79% 79% 79% 78% 80% 79% 79% 79% 82% 81% 78% 80% 78% 79% 79%) -> (18k/82k) -> write(90%)
0:30:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 538M 50% 506k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.5M/s ] 165G blocks: [ 39k 83% 7/s ]
cpus: 26.4 gc: 6% heap: 12G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 6.1G
read( 0%) -> (16/47) -> process(78% 79% 79% 77% 78% 79% 78% 78% 79% 78% 78% 77% 80% 79% 77% 78% 77% 77% 79% 81% 78% 77% 77% 79% 77% 80% 78% 77% 80% 78% 77%) -> (65k/82k) -> write(90%)
0:30:50 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 543M 50% 542k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.6M/s ] 168G blocks: [ 39k 83% 7/s ]
cpus: 25.9 gc: 6% heap: 6.4G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 6.2G
read( 0%) -> (16/47) -> process(75% 75% 76% 75% 77% 76% 76% 77% 77% 76% 76% 77% 77% 77% 76% 75% 77% 77% 76% 76% 76% 76% 77% 77% 76% 76% 77% 76% 76% 76% 77%) -> (27k/82k) -> write(91%)
0:31:00 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 549M 51% 544k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.6M/s ] 169G blocks: [ 39k 83% 7/s ]
cpus: 25.4 gc: 6% heap: 9.9G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 6.2G
read( 0%) -> (16/47) -> process(75% 73% 75% 75% 75% 75% 74% 75% 74% 74% 78% 73% 75% 76% 76% 77% 75% 74% 74% 77% 75% 74% 79% 74% 73% 73% 73% 74% 75% 79% 74%) -> (18k/82k) -> write(86%)
0:31:10 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 554M 51% 533k/s ] rels: [ 0 0% 0/s ] features: [ 1.9B 1.6M/s ] 170G blocks: [ 39k 83% 7/s ]
cpus: 25.8 gc: 6% heap: 14G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 6.3G
read( 0%) -> (16/47) -> process(76% 75% 77% 76% 76% 78% 75% 76% 78% 77% 76% 76% 76% 76% 75% 78% 77% 76% 76% 77% 75% 76% 77% 76% 77% 75% 76% 75% 76% 77% 77%) -> (13k/82k) -> write(86%)
0:31:20 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 559M 52% 532k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.5M/s ] 172G blocks: [ 39k 83% 7/s ]
cpus: 26 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 6.3G
read( 0%) -> (16/47) -> process(78% 78% 78% 77% 76% 76% 78% 77% 77% 76% 77% 77% 77% 77% 79% 77% 77% 78% 77% 77% 76% 78% 76% 77% 77% 77% 80% 77% 77% 77% 80%) -> (19k/82k) -> write(86%)
0:31:30 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 565M 52% 547k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.6M/s ] 173G blocks: [ 39k 84% 7/s ]
cpus: 25.9 gc: 6% heap: 5.1G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 6.4G
read( 0%) -> (16/47) -> process(75% 77% 77% 78% 76% 76% 78% 76% 77% 77% 76% 78% 75% 77% 78% 77% 77% 76% 77% 76% 78% 74% 77% 77% 77% 76% 78% 77% 76% 75% 78%) -> (14k/82k) -> write(89%)
0:31:40 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 570M 53% 531k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.5M/s ] 174G blocks: [ 39k 84% 7/s ]
cpus: 26.4 gc: 6% heap: 12G/25G direct: 1.5M postGC: 4.9G relInfo: 140M mpGeoms: 6.4G
read( 0%) -> (16/47) -> process(78% 79% 79% 78% 81% 77% 76% 81% 78% 78% 80% 77% 77% 79% 79% 77% 78% 76% 76% 80% 77% 79% 79% 78% 79% 76% 79% 80% 79% 78% 78%) -> (57k/82k) -> write(91%)
0:31:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 576M 53% 590k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.5M/s ] 175G blocks: [ 39k 84% 7/s ]
cpus: 26.8 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 6.5G
read( 0%) -> (15/47) -> process(77% 79% 79% 77% 78% 78% 78% 78% 81% 77% 81% 80% 82% 83% 78% 80% 81% 81% 76% 77% 78% 79% 79% 81% 78% 77% 80% 77% 83% 80% 80%) -> (50k/82k) -> write(92%)
0:32:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 582M 54% 591k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.7M/s ] 176G blocks: [ 39k 84% 8/s ]
cpus: 25.8 gc: 6% heap: 5.4G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 6.5G
read( 0%) -> (16/47) -> process(75% 77% 77% 77% 77% 75% 76% 75% 76% 77% 76% 76% 76% 76% 78% 76% 74% 77% 78% 77% 74% 74% 76% 79% 75% 76% 78% 76% 78% 76% 75%) -> (20k/82k) -> write(90%)
0:32:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 588M 54% 559k/s ] rels: [ 0 0% 0/s ] features: [ 2B 1.6M/s ] 178G blocks: [ 39k 84% 8/s ]
cpus: 26.1 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 6.6G
read( 0%) -> (16/47) -> process(77% 76% 77% 78% 76% 79% 77% 78% 76% 77% 77% 78% 77% 76% 76% 78% 77% 77% 77% 77% 79% 79% 77% 77% 78% 77% 79% 77% 78% 77% 76%) -> (65k/82k) -> write(93%)
0:32:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 593M 55% 555k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.6M/s ] 180G blocks: [ 39k 85% 7/s ]
cpus: 26 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 6.6G
read( 0%) -> (16/47) -> process(77% 76% 77% 75% 77% 76% 77% 79% 77% 76% 76% 78% 77% 78% 78% 78% 76% 77% 76% 77% 75% 76% 76% 76% 76% 77% 76% 78% 78% 77% 77%) -> (47k/82k) -> write(92%)
0:32:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 599M 55% 590k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.6M/s ] 181G blocks: [ 39k 85% 8/s ]
cpus: 25.4 gc: 6% heap: 9.6G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 6.7G
read( 0%) -> (16/47) -> process(75% 74% 74% 75% 76% 76% 74% 75% 75% 75% 74% 76% 75% 76% 75% 75% 76% 76% 75% 76% 74% 73% 74% 77% 76% 75% 74% 71% 77% 73% 74%) -> (66k/82k) -> write(91%)
0:32:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 605M 56% 553k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.6M/s ] 183G blocks: [ 39k 85% 8/s ]
cpus: 26.2 gc: 6% heap: 6.1G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 6.8G
read( 0%) -> (16/47) -> process(76% 77% 78% 76% 76% 76% 78% 77% 77% 75% 77% 77% 78% 78% 77% 78% 76% 78% 80% 79% 78% 78% 78% 78% 78% 77% 77% 77% 80% 77% 79%) -> (16k/82k) -> write(91%)
0:32:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 610M 56% 523k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.5M/s ] 184G blocks: [ 40k 85% 7/s ]
cpus: 26.5 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 6.9G
read( 0%) -> (16/47) -> process(77% 81% 77% 79% 78% 78% 77% 79% 79% 80% 81% 79% 79% 79% 79% 78% 78% 79% 78% 78% 76% 79% 80% 80% 77% 80% 82% 79% 77% 79% 76%) -> (66k/82k) -> write(88%)
0:33:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 615M 57% 536k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.6M/s ] 185G blocks: [ 40k 85% 7/s ]
cpus: 26.2 gc: 6% heap: 7.9G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 6.9G
read( 0%) -> (16/47) -> process(77% 77% 76% 78% 77% 79% 76% 78% 79% 76% 78% 78% 78% 77% 75% 77% 78% 77% 76% 78% 79% 78% 78% 78% 78% 77% 78% 79% 78% 75% 77%) -> (29k/82k) -> write(90%)
0:33:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 621M 57% 554k/s ] rels: [ 0 0% 0/s ] features: [ 2.1B 1.6M/s ] 186G blocks: [ 40k 85% 7/s ]
cpus: 26 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 7G
read( 0%) -> (16/47) -> process(78% 76% 76% 76% 78% 75% 75% 78% 78% 77% 77% 75% 76% 78% 76% 77% 79% 76% 76% 77% 75% 77% 77% 76% 78% 78% 78% 77% 76% 79% 75%) -> (16k/82k) -> write(90%)
0:33:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 626M 58% 497k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.5M/s ] 188G blocks: [ 40k 86% 7/s ]
cpus: 26 gc: 6% heap: 7G/25G direct: 1.5M postGC: 5.1G relInfo: 140M mpGeoms: 7.1G
read( 0%) -> (16/47) -> process(76% 76% 81% 77% 76% 77% 74% 75% 75% 77% 79% 81% 76% 77% 77% 77% 76% 74% 77% 75% 76% 79% 74% 80% 77% 76% 82% 76% 76% 80% 75%) -> (28k/82k) -> write(86%)
0:33:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 631M 58% 521k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.5M/s ] 189G blocks: [ 40k 86% 7/s ]
cpus: 26.8 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.1G relInfo: 140M mpGeoms: 7.2G
read( 0%) -> (16/47) -> process(78% 80% 77% 78% 77% 79% 82% 80% 83% 79% 84% 78% 79% 80% 78% 78% 77% 86% 77% 82% 80% 77% 78% 80% 77% 78% 85% 78% 77% 79% 79%) -> (31k/82k) -> write(91%)
0:33:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 637M 59% 577k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.6M/s ] 190G blocks: [ 40k 86% 8/s ]
cpus: 26.3 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.2G
read( 0%) -> (16/47) -> process(77% 78% 78% 77% 76% 78% 82% 79% 82% 77% 78% 77% 76% 77% 79% 79% 76% 77% 77% 79% 77% 78% 78% 78% 77% 77% 77% 77% 77% 77% 78%) -> (24k/82k) -> write(91%)
0:33:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 643M 59% 596k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.6M/s ] 191G blocks: [ 40k 86% 7/s ]
cpus: 26.2 gc: 6% heap: 6.6G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.3G
read( 0%) -> (16/47) -> process(78% 79% 77% 76% 76% 79% 77% 77% 79% 76% 78% 77% 78% 76% 76% 77% 78% 77% 76% 76% 76% 78% 77% 77% 78% 78% 77% 79% 76% 78% 79%) -> (81k/82k) -> write(92%)
0:34:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 649M 60% 601k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.7M/s ] 194G blocks: [ 40k 86% 8/s ]
cpus: 25.8 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.3G
read( 0%) -> (16/47) -> process(76% 74% 75% 77% 76% 77% 76% 78% 76% 76% 75% 76% 78% 76% 77% 77% 75% 76% 77% 76% 76% 79% 77% 76% 75% 75% 76% 77% 77% 77% 78%) -> (67k/82k) -> write(90%)
0:34:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 655M 61% 608k/s ] rels: [ 0 0% 0/s ] features: [ 2.2B 1.7M/s ] 195G blocks: [ 40k 86% 8/s ]
cpus: 25.6 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.4G
read( 0%) -> (16/47) -> process(77% 77% 77% 75% 75% 77% 74% 75% 75% 74% 76% 75% 76% 75% 77% 77% 76% 74% 76% 75% 75% 74% 73% 74% 75% 75% 77% 74% 74% 77% 75%) -> (27k/82k) -> write(93%)
0:34:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 661M 61% 566k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.7M/s ] 196G blocks: [ 40k 87% 8/s ]
cpus: 25.1 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.4G
read( 0%) -> (16/47) -> process(72% 79% 74% 73% 72% 72% 74% 77% 73% 82% 74% 73% 71% 72% 85% 73% 77% 74% 71% 71% 76% 72% 72% 73% 80% 71% 72% 72% 72% 71% 73%) -> (16k/82k) -> write(94%)
0:34:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 666M 62% 548k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.5M/s ] 197G blocks: [ 40k 87% 7/s ]
cpus: 26.2 gc: 6% heap: 8.4G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.5G
read( 0%) -> (16/47) -> process(76% 76% 78% 77% 77% 76% 78% 85% 76% 85% 78% 75% 74% 76% 87% 76% 78% 77% 75% 76% 75% 76% 76% 76% 84% 75% 78% 77% 75% 76% 76%) -> (62k/82k) -> write(90%)
0:34:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 672M 62% 603k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.7M/s ] 199G blocks: [ 40k 87% 8/s ]
cpus: 26.1 gc: 6% heap: 5.4G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.5G
read( 0%) -> (16/47) -> process(77% 77% 76% 76% 77% 76% 76% 77% 77% 77% 77% 77% 76% 77% 76% 77% 77% 76% 78% 77% 78% 77% 78% 78% 77% 77% 77% 77% 77% 76% 77%) -> (42k/82k) -> write(94%)
0:34:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 678M 63% 609k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.6M/s ] 200G blocks: [ 41k 87% 8/s ]
cpus: 26.3 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.6G
read( 0%) -> (16/47) -> process(80% 78% 79% 78% 78% 78% 78% 77% 76% 76% 77% 79% 78% 76% 76% 78% 78% 80% 77% 79% 79% 79% 83% 79% 77% 78% 78% 76% 77% 78% 78%) -> (16k/82k) -> write(91%)
0:35:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 684M 63% 624k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.6M/s ] 201G blocks: [ 41k 87% 9/s ]
cpus: 26.5 gc: 6% heap: 9.1G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.6G
read( 0%) -> (16/47) -> process(78% 78% 78% 77% 81% 78% 78% 79% 78% 80% 78% 79% 81% 77% 78% 79% 79% 78% 79% 78% 78% 79% 79% 77% 78% 78% 78% 78% 77% 78% 77%) -> (35k/82k) -> write(91%)
0:35:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 690M 64% 575k/s ] rels: [ 0 0% 0/s ] features: [ 2.3B 1.5M/s ] 202G blocks: [ 41k 87% 8/s ]
cpus: 26.5 gc: 6% heap: 6.5G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.7G
read( 0%) -> (16/47) -> process(81% 78% 78% 77% 77% 78% 78% 78% 78% 78% 77% 77% 79% 79% 79% 78% 80% 78% 79% 78% 79% 80% 78% 77% 76% 78% 78% 77% 78% 78% 81%) -> (27k/82k) -> write(93%)
0:35:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 696M 64% 604k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.6M/s ] 205G blocks: [ 41k 88% 7/s ]
cpus: 25.7 gc: 5% heap: 8.8G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.8G
read( 0%) -> (16/47) -> process(76% 76% 77% 76% 75% 74% 75% 77% 76% 76% 77% 75% 75% 76% 76% 76% 77% 76% 76% 76% 76% 76% 78% 76% 75% 76% 76% 75% 75% 76% 77%) -> (53k/82k) -> write(90%)
0:35:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 702M 65% 597k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.6M/s ] 206G blocks: [ 41k 88% 8/s ]
cpus: 26.5 gc: 6% heap: 7.1G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.8G
read( 0%) -> (16/47) -> process(79% 77% 78% 78% 81% 80% 78% 80% 78% 78% 79% 78% 78% 78% 78% 79% 79% 79% 78% 78% 79% 78% 78% 79% 78% 79% 78% 77% 77% 79% 79%) -> (21k/82k) -> write(93%)
0:35:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 708M 66% 573k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.6M/s ] 207G blocks: [ 41k 88% 7/s ]
cpus: 26.5 gc: 5% heap: 14G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.9G
read( 0%) -> (16/47) -> process(79% 79% 78% 80% 80% 77% 78% 77% 77% 77% 79% 78% 81% 78% 78% 78% 78% 79% 78% 76% 77% 78% 79% 78% 79% 77% 77% 79% 78% 79% 79%) -> (63k/82k) -> write(93%)
0:35:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 714M 66% 612k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.6M/s ] 208G blocks: [ 41k 88% 8/s ]
cpus: 26.1 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 7.9G
read( 0%) -> (16/47) -> process(76% 77% 79% 78% 78% 76% 75% 76% 77% 76% 79% 79% 79% 77% 77% 78% 77% 77% 79% 77% 78% 76% 77% 78% 77% 75% 78% 76% 78% 77% 76%) -> (51k/82k) -> write(92%)
0:36:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 720M 67% 604k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.6M/s ] 210G blocks: [ 41k 88% 7/s ]
cpus: 25.9 gc: 6% heap: 8.7G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8G
read( 0%) -> (16/47) -> process(76% 76% 76% 75% 76% 77% 75% 77% 76% 77% 75% 78% 78% 77% 77% 77% 76% 76% 78% 78% 78% 76% 76% 76% 76% 77% 76% 77% 77% 79% 76%) -> (58k/82k) -> write(93%)
0:36:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 726M 67% 620k/s ] rels: [ 0 0% 0/s ] features: [ 2.4B 1.7M/s ] 211G blocks: [ 41k 88% 8/s ]
cpus: 25.8 gc: 5% heap: 13G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8G
read( 0%) -> (16/47) -> process(76% 76% 76% 75% 77% 76% 77% 78% 76% 77% 75% 76% 75% 78% 75% 77% 76% 75% 75% 76% 75% 77% 78% 78% 76% 75% 77% 77% 77% 78% 78%) -> (67k/82k) -> write(91%)
0:36:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 733M 68% 616k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.6M/s ] 212G blocks: [ 41k 89% 8/s ]
cpus: 26.2 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.1G
read( 0%) -> (16/47) -> process(78% 77% 77% 77% 78% 78% 78% 77% 77% 78% 76% 77% 77% 77% 78% 79% 77% 75% 78% 78% 79% 78% 77% 78% 77% 77% 78% 76% 77% 77% 78%) -> (48k/82k) -> write(93%)
0:36:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 739M 68% 629k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.6M/s ] 213G blocks: [ 41k 89% 8/s ]
cpus: 26.8 gc: 6% heap: 9.4G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.1G
read( 0%) -> (16/47) -> process(79% 81% 78% 80% 80% 79% 79% 80% 79% 78% 81% 78% 79% 79% 78% 81% 79% 80% 78% 79% 80% 78% 80% 82% 80% 79% 80% 79% 79% 79% 79%) -> (17k/82k) -> write(93%)
0:36:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 745M 69% 630k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.6M/s ] 214G blocks: [ 41k 89% 8/s ]
cpus: 26.3 gc: 6% heap: 6.6G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.2G
read( 0%) -> (16/47) -> process(77% 77% 79% 78% 79% 79% 77% 77% 75% 78% 77% 76% 77% 79% 77% 78% 79% 77% 79% 77% 77% 77% 78% 78% 78% 78% 77% 79% 80% 77% 76%) -> (18k/82k) -> write(92%)
0:36:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 751M 70% 610k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.6M/s ] 216G blocks: [ 42k 89% 8/s ]
cpus: 26 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.2G
read( 0%) -> (16/47) -> process(78% 75% 78% 78% 76% 75% 76% 77% 78% 78% 76% 76% 76% 76% 78% 77% 76% 76% 76% 77% 77% 75% 78% 76% 75% 77% 77% 77% 78% 76% 76%) -> (49k/82k) -> write(93%)
0:37:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 757M 70% 601k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.6M/s ] 217G blocks: [ 42k 89% 8/s ]
cpus: 26.2 gc: 6% heap: 9.7G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 8.2G
read( 0%) -> (16/47) -> process(77% 77% 78% 78% 76% 76% 77% 78% 80% 78% 78% 77% 78% 79% 75% 77% 77% 76% 80% 78% 79% 77% 78% 78% 76% 77% 77% 78% 78% 77% 77%) -> (42k/82k) -> write(92%)
0:37:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 763M 71% 600k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.6M/s ] 218G blocks: [ 42k 90% 7/s ]
cpus: 26.5 gc: 6% heap: 7.4G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.3G
read( 0%) -> (16/47) -> process(80% 80% 79% 79% 76% 78% 77% 77% 80% 80% 77% 77% 80% 78% 79% 77% 80% 78% 78% 78% 79% 81% 78% 79% 78% 78% 78% 79% 78% 77% 78%) -> (20k/82k) -> write(93%)
0:37:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 769M 71% 596k/s ] rels: [ 0 0% 0/s ] features: [ 2.5B 1.6M/s ] 220G blocks: [ 42k 90% 8/s ]
cpus: 26 gc: 5% heap: 11G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.3G
read( 0%) -> (16/47) -> process(76% 78% 78% 76% 76% 77% 77% 77% 77% 78% 76% 76% 77% 77% 77% 77% 76% 75% 78% 78% 77% 77% 78% 76% 76% 77% 77% 78% 76% 75% 75%) -> (32k/82k) -> write(92%)
0:37:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 775M 72% 585k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.6M/s ] 222G blocks: [ 42k 90% 8/s ]
cpus: 26.4 gc: 6% heap: 7.9G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.4G
read( 0%) -> (16/47) -> process(77% 77% 78% 78% 79% 79% 78% 78% 78% 78% 78% 79% 78% 78% 78% 78% 79% 78% 79% 79% 78% 78% 77% 79% 78% 79% 79% 77% 79% 79% 79%) -> (18k/82k) -> write(91%)
0:37:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 781M 72% 582k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.5M/s ] 223G blocks: [ 42k 90% 7/s ]
cpus: 26.4 gc: 6% heap: 5.8G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.4G
read( 0%) -> (16/47) -> process(77% 79% 78% 79% 78% 80% 78% 80% 79% 77% 78% 78% 78% 78% 79% 78% 79% 78% 77% 79% 78% 78% 78% 79% 80% 77% 77% 78% 78% 79% 78%) -> (33k/82k) -> write(91%)
0:37:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 787M 73% 598k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.5M/s ] 224G blocks: [ 42k 90% 8/s ]
cpus: 26.7 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.5G
read( 0%) -> (16/47) -> process(78% 77% 81% 79% 79% 79% 79% 78% 79% 79% 79% 80% 78% 78% 78% 80% 79% 78% 79% 78% 81% 79% 80% 79% 79% 79% 80% 81% 78% 79% 78%) -> (45k/82k) -> write(92%)
0:38:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 793M 73% 575k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.5M/s ] 225G blocks: [ 42k 90% 8/s ]
cpus: 26.6 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.5G
read( 0%) -> (16/47) -> process(80% 82% 80% 79% 79% 79% 78% 79% 79% 78% 80% 79% 78% 80% 78% 79% 79% 79% 79% 77% 80% 80% 80% 78% 77% 79% 79% 79% 79% 79% 79%) -> (63k/82k) -> write(91%)
0:38:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 799M 74% 585k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.5M/s ] 226G blocks: [ 42k 91% 7/s ]
cpus: 26.7 gc: 6% heap: 13G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.6G
read( 0%) -> (16/47) -> process(82% 78% 80% 79% 79% 78% 77% 78% 80% 78% 78% 81% 78% 80% 77% 81% 81% 78% 78% 79% 78% 83% 78% 78% 79% 80% 79% 78% 79% 81% 79%) -> (66k/82k) -> write(93%)
0:38:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 804M 74% 572k/s ] rels: [ 0 0% 0/s ] features: [ 2.6B 1.5M/s ] 228G blocks: [ 42k 91% 7/s ]
cpus: 26.3 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.6G
read( 0%) -> (16/47) -> process(79% 79% 77% 78% 79% 79% 78% 77% 77% 77% 79% 78% 78% 77% 78% 78% 79% 78% 79% 78% 77% 80% 76% 77% 77% 78% 76% 78% 77% 79% 79%) -> (67k/82k) -> write(91%)
0:38:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 810M 75% 560k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.5M/s ] 229G blocks: [ 42k 91% 8/s ]
cpus: 26.6 gc: 6% heap: 8.2G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.7G
read( 0%) -> (16/47) -> process(78% 78% 78% 79% 78% 78% 79% 79% 77% 79% 79% 77% 77% 77% 79% 79% 79% 80% 82% 77% 78% 79% 80% 78% 78% 80% 78% 80% 78% 79% 78%) -> (20k/82k) -> write(92%)
0:38:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 816M 75% 575k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.4M/s ] 230G blocks: [ 42k 91% 7/s ]
cpus: 26.9 gc: 6% heap: 7.1G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.7G
read( 0%) -> (16/47) -> process(80% 80% 79% 80% 80% 80% 79% 78% 80% 79% 81% 80% 79% 80% 80% 81% 79% 80% 80% 79% 80% 80% 79% 80% 80% 80% 80% 80% 81% 79% 79%) -> (17k/82k) -> write(92%)
0:38:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 822M 76% 581k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.5M/s ] 231G blocks: [ 43k 91% 8/s ]
cpus: 26.9 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 8.8G
read( 0%) -> (16/47) -> process(80% 80% 81% 79% 81% 81% 81% 79% 79% 79% 80% 79% 80% 80% 79% 81% 79% 79% 79% 81% 80% 80% 79% 79% 79% 81% 80% 79% 81% 80% 79%) -> (20k/82k) -> write(92%)
0:39:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 827M 77% 576k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.4M/s ] 232G blocks: [ 43k 91% 7/s ]
cpus: 26.2 gc: 5% heap: 8.8G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.2G
read( 0%) -> (16/47) -> process(77% 79% 79% 78% 78% 77% 76% 77% 77% 79% 78% 78% 78% 77% 78% 78% 78% 76% 77% 77% 78% 80% 76% 77% 80% 77% 80% 77% 77% 79% 79%) -> (21k/82k) -> write(89%)
0:39:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 834M 77% 634k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.4M/s ] 234G blocks: [ 43k 92% 8/s ]
cpus: 27.1 gc: 6% heap: 8.5G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.2G
read( 0%) -> (16/47) -> process(79% 78% 78% 79% 81% 80% 79% 81% 82% 80% 80% 79% 79% 80% 79% 80% 83% 84% 81% 81% 83% 80% 78% 81% 82% 85% 79% 79% 84% 79% 82%) -> (17k/82k) -> write(92%)
0:39:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 840M 78% 584k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.5M/s ] 235G blocks: [ 43k 92% 8/s ]
cpus: 26.4 gc: 6% heap: 5.8G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(78% 78% 77% 78% 79% 77% 79% 78% 78% 78% 80% 79% 79% 81% 79% 79% 78% 78% 79% 78% 78% 78% 78% 78% 78% 78% 79% 79% 78% 78% 78%) -> (18k/82k) -> write(89%)
0:39:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 846M 78% 599k/s ] rels: [ 0 0% 0/s ] features: [ 2.7B 1.5M/s ] 236G blocks: [ 43k 92% 7/s ]
cpus: 26.8 gc: 6% heap: 5.8G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.3G
read( 0%) -> (16/47) -> process(79% 82% 79% 79% 80% 80% 80% 80% 80% 80% 81% 80% 79% 80% 80% 80% 80% 77% 80% 81% 79% 79% 79% 79% 80% 80% 79% 79% 79% 80% 79%) -> (30k/82k) -> write(90%)
0:39:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 852M 79% 618k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.5M/s ] 237G blocks: [ 43k 92% 8/s ]
cpus: 26.9 gc: 5% heap: 5.8G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.4G
read( 0%) -> (16/47) -> process(81% 80% 80% 82% 80% 83% 80% 80% 79% 81% 79% 80% 80% 79% 78% 81% 79% 80% 78% 79% 80% 79% 79% 81% 79% 82% 80% 79% 79% 80% 80%) -> (15k/82k) -> write(91%)
0:39:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 858M 79% 631k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.5M/s ] 238G blocks: [ 43k 92% 8/s ]
cpus: 27 gc: 6% heap: 6.1G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.4G
read( 0%) -> (16/47) -> process(80% 80% 80% 79% 81% 80% 81% 81% 79% 81% 80% 80% 79% 80% 79% 83% 80% 80% 80% 80% 81% 81% 79% 80% 79% 81% 79% 80% 80% 80% 81%) -> (17k/82k) -> write(91%)
0:40:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 864M 80% 592k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.5M/s ] 240G blocks: [ 43k 93% 7/s ]
cpus: 26.6 gc: 5% heap: 14G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.5G
read( 0%) -> (16/47) -> process(79% 79% 79% 78% 79% 79% 80% 79% 80% 78% 80% 78% 78% 80% 79% 80% 79% 80% 80% 78% 79% 79% 80% 79% 79% 79% 79% 79% 79% 80% 80%) -> (63k/82k) -> write(91%)
0:40:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 870M 80% 575k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.5M/s ] 241G blocks: [ 43k 93% 8/s ]
cpus: 26.7 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.5G
read( 0%) -> (16/47) -> process(80% 79% 80% 79% 79% 79% 80% 82% 78% 80% 79% 79% 79% 79% 79% 79% 78% 79% 78% 79% 78% 78% 78% 79% 79% 79% 79% 78% 81% 79% 79%) -> (60k/82k) -> write(92%)
0:40:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 875M 81% 545k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.4M/s ] 242G blocks: [ 43k 93% 7/s ]
cpus: 26.9 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.6G
read( 0%) -> (16/47) -> process(79% 78% 80% 79% 80% 83% 79% 80% 80% 77% 78% 79% 80% 80% 83% 80% 80% 82% 80% 79% 80% 81% 80% 80% 80% 82% 81% 81% 80% 79% 80%) -> (66k/82k) -> write(89%)
0:40:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 881M 82% 576k/s ] rels: [ 0 0% 0/s ] features: [ 2.8B 1.5M/s ] 243G blocks: [ 43k 93% 8/s ]
cpus: 26.7 gc: 6% heap: 9.4G/25G direct: 1.5M postGC: 5.6G relInfo: 140M mpGeoms: 9.6G
read( 0%) -> (16/47) -> process(79% 79% 80% 78% 78% 79% 81% 78% 81% 79% 78% 79% 81% 79% 79% 79% 79% 80% 79% 80% 79% 81% 80% 80% 79% 79% 79% 78% 80% 80% 77%) -> (46k/82k) -> write(91%)
0:40:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 887M 82% 573k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.5M/s ] 244G blocks: [ 43k 93% 8/s ]
cpus: 26.7 gc: 6% heap: 7.6G/25G direct: 1.5M postGC: 5.7G relInfo: 140M mpGeoms: 9.7G
read( 0%) -> (16/47) -> process(79% 78% 80% 79% 78% 79% 81% 78% 81% 81% 80% 80% 80% 78% 78% 77% 79% 80% 78% 78% 79% 79% 81% 78% 81% 78% 78% 81% 79% 78% 79%) -> (18k/82k) -> write(92%)
0:40:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 892M 83% 548k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.5M/s ] 246G blocks: [ 43k 93% 7/s ]
cpus: 26.8 gc: 6% heap: 6G/25G direct: 1.5M postGC: 5.7G relInfo: 140M mpGeoms: 9.8G
read( 0%) -> (16/47) -> process(79% 78% 79% 79% 79% 79% 80% 78% 79% 81% 78% 80% 78% 78% 79% 79% 81% 79% 79% 78% 78% 79% 79% 84% 80% 78% 80% 80% 81% 80% 85%) -> (28k/82k) -> write(91%)
0:41:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 898M 83% 533k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.4M/s ] 246G blocks: [ 44k 94% 7/s ]
cpus: 26.9 gc: 6% heap: 6.3G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 9.8G
read( 0%) -> (16/47) -> process(81% 78% 79% 81% 79% 78% 78% 83% 78% 80% 79% 84% 79% 79% 80% 79% 79% 78% 80% 78% 79% 78% 81% 79% 79% 84% 84% 78% 81% 81% 79%) -> (18k/82k) -> write(90%)
0:41:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 903M 84% 523k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.4M/s ] 247G blocks: [ 44k 94% 7/s ]
cpus: 26.8 gc: 5% heap: 14G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 9.9G
read( 0%) -> (16/47) -> process(80% 80% 79% 82% 78% 78% 80% 78% 80% 79% 79% 79% 81% 78% 81% 78% 80% 79% 80% 78% 79% 79% 77% 82% 85% 78% 83% 79% 82% 81% 79%) -> (43k/82k) -> write(86%)
0:41:21 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 908M 84% 548k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.4M/s ] 248G blocks: [ 44k 94% 7/s ]
cpus: 26.8 gc: 6% heap: 14G/25G direct: 1.5M postGC: 5.8G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(77% 79% 79% 78% 78% 79% 79% 78% 77% 78% 79% 79% 84% 78% 80% 80% 78% 82% 82% 77% 78% 79% 78% 85% 78% 79% 81% 77% 78% 84% 80%) -> (67k/82k) -> write(91%)
0:41:31 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 914M 85% 570k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.4M/s ] 249G blocks: [ 44k 94% 7/s ]
cpus: 26.6 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(79% 79% 80% 79% 78% 78% 79% 79% 79% 79% 79% 78% 84% 79% 78% 79% 78% 80% 79% 79% 78% 78% 78% 79% 80% 78% 78% 79% 78% 79% 79%) -> (47k/82k) -> write(92%)
0:41:41 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 920M 85% 565k/s ] rels: [ 0 0% 0/s ] features: [ 2.9B 1.4M/s ] 250G blocks: [ 44k 94% 8/s ]
cpus: 26.8 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(79% 80% 82% 82% 79% 80% 79% 79% 80% 79% 79% 80% 79% 79% 79% 80% 79% 80% 79% 79% 79% 78% 79% 78% 78% 79% 80% 79% 79% 80% 81%) -> (44k/82k) -> write(89%)
0:41:51 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 925M 86% 553k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.5M/s ] 252G blocks: [ 44k 94% 7/s ]
cpus: 26.8 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(79% 79% 80% 80% 78% 83% 81% 78% 79% 79% 79% 78% 79% 79% 79% 79% 79% 78% 80% 78% 78% 80% 78% 78% 85% 78% 79% 80% 79% 79% 85%) -> (23k/82k) -> write(91%)
0:42:01 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 931M 86% 550k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.4M/s ] 253G blocks: [ 44k 95% 7/s ]
cpus: 26.9 gc: 6% heap: 10G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(81% 77% 81% 81% 77% 77% 80% 79% 80% 78% 77% 80% 80% 79% 80% 83% 79% 82% 81% 79% 79% 82% 78% 79% 80% 81% 88% 78% 82% 82% 78%) -> (18k/82k) -> write(90%)
0:42:11 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 936M 87% 536k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.4M/s ] 254G blocks: [ 44k 95% 7/s ]
cpus: 27.1 gc: 6% heap: 12G/25G direct: 1.5M postGC: 5.9G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(83% 80% 81% 80% 79% 79% 81% 82% 85% 79% 78% 77% 80% 83% 80% 79% 78% 79% 81% 80% 84% 83% 79% 80% 81% 84% 77% 80% 79% 81% 84%) -> (47k/82k) -> write(92%)
0:42:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 941M 87% 530k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.4M/s ] 255G blocks: [ 44k 95% 7/s ]
cpus: 27 gc: 6% heap: 15G/25G direct: 1.5M postGC: 6G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(78% 81% 83% 80% 80% 84% 83% 83% 80% 79% 80% 80% 79% 78% 79% 78% 80% 79% 79% 80% 83% 79% 79% 79% 79% 82% 78% 78% 80% 77% 81%) -> (17k/82k) -> write(90%)
0:42:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 947M 88% 556k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.4M/s ] 256G blocks: [ 44k 95% 7/s ]
cpus: 26.8 gc: 6% heap: 8.8G/25G direct: 1.5M postGC: 6.1G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(80% 82% 79% 78% 79% 84% 81% 80% 86% 79% 80% 77% 80% 77% 78% 78% 78% 79% 79% 77% 78% 81% 79% 77% 80% 79% 78% 79% 77% 78% 78%) -> (26k/82k) -> write(90%)
0:42:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 952M 88% 536k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.4M/s ] 258G blocks: [ 44k 95% 7/s ]
cpus: 26.9 gc: 6% heap: 14G/25G direct: 1.5M postGC: 6.1G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(79% 80% 83% 82% 78% 79% 80% 78% 81% 84% 79% 78% 79% 85% 82% 82% 80% 81% 85% 79% 80% 80% 78% 79% 79% 79% 78% 78% 79% 81% 77%) -> (19k/82k) -> write(89%)
0:42:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 958M 89% 602k/s ] rels: [ 0 0% 0/s ] features: [ 3B 1.4M/s ] 259G blocks: [ 44k 95% 8/s ]
cpus: 26.7 gc: 6% heap: 10G/25G direct: 1.5M postGC: 6.1G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(78% 81% 80% 79% 79% 80% 79% 78% 80% 79% 79% 79% 81% 79% 79% 78% 77% 79% 79% 79% 79% 78% 79% 79% 81% 78% 79% 79% 80% 79% 79%) -> (38k/82k) -> write(89%)
0:43:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 964M 89% 560k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.4M/s ] 260G blocks: [ 45k 96% 7/s ]
cpus: 26.9 gc: 6% heap: 7.5G/25G direct: 1.5M postGC: 6.1G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(79% 79% 79% 81% 79% 80% 80% 80% 80% 79% 79% 80% 80% 79% 81% 81% 79% 80% 80% 81% 81% 80% 80% 81% 80% 79% 80% 85% 81% 79% 80%) -> (16k/82k) -> write(89%)
0:43:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 970M 90% 563k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.5M/s ] 261G blocks: [ 45k 96% 7/s ]
cpus: 26.8 gc: 6% heap: 14G/25G direct: 1.5M postGC: 6.1G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(81% 80% 80% 79% 79% 79% 80% 80% 79% 79% 79% 79% 80% 79% 79% 80% 80% 79% 81% 80% 79% 79% 81% 79% 80% 80% 78% 82% 78% 79% 80%) -> (49k/82k) -> write(91%)
0:43:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 975M 90% 564k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.4M/s ] 262G blocks: [ 45k 96% 8/s ]
cpus: 26.8 gc: 6% heap: 12G/25G direct: 1.5M postGC: 6.2G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(79% 80% 78% 79% 80% 80% 79% 79% 79% 80% 80% 79% 80% 79% 79% 85% 80% 81% 78% 79% 79% 80% 81% 79% 80% 79% 79% 78% 78% 79% 78%) -> (18k/82k) -> write(89%)
0:43:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 980M 91% 460k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.4M/s ] 264G blocks: [ 45k 96% 6/s ]
cpus: 26.9 gc: 6% heap: 2.2G/25G direct: 1.5M postGC: 2.1G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(78% 79% 80% 81% 78% 78% 77% 80% 78% 78% 80% 79% 84% 78% 80% 78% 79% 78% 81% 78% 81% 77% 77% 77% 77% 80% 79% 78% 79% 78% 79%) -> (60k/82k) -> write(89%)
0:43:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 983M 91% 337k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.2M/s ] 265G blocks: [ 45k 96% 5/s ]
cpus: 27.9 gc: 8% heap: 5.1G/25G direct: 1.5M postGC: 2.5G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(80% 83% 82% 82% 83% 84% 82% 84% 81% 81% 81% 79% 82% 80% 86% 82% 85% 89% 77% 81% 80% 81% 81% 84% 83% 78% 82% 80% 77% 79% 82%) -> (20k/82k) -> write(87%)
0:43:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 988M 91% 423k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.3M/s ] 266G blocks: [ 45k 96% 6/s ]
cpus: 27.4 gc: 7% heap: 11G/25G direct: 1.5M postGC: 3G relInfo: 140M mpGeoms: 10G
read( 0%) -> (16/47) -> process(81% 80% 78% 82% 78% 78% 79% 82% 85% 82% 79% 78% 80% 79% 78% 82% 84% 79% 86% 77% 82% 80% 79% 79% 80% 79% 79% 77% 80% 80% 86%) -> (67k/82k) -> write(89%)
0:44:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 992M 92% 450k/s ] rels: [ 0 0% 0/s ] features: [ 3.1B 1.3M/s ] 266G blocks: [ 45k 96% 6/s ]
cpus: 27.4 gc: 7% heap: 5.9G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(80% 82% 81% 81% 81% 81% 80% 78% 80% 80% 80% 80% 80% 82% 80% 79% 83% 80% 78% 81% 81% 81% 80% 82% 82% 82% 83% 80% 80% 79% 79%) -> (38k/82k) -> write(91%)
0:44:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 997M 92% 490k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.4M/s ] 267G blocks: [ 45k 97% 7/s ]
cpus: 27.2 gc: 6% heap: 8.4G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(77% 81% 83% 79% 83% 78% 82% 78% 78% 81% 80% 80% 79% 83% 80% 82% 82% 80% 79% 80% 81% 80% 78% 79% 78% 77% 79% 81% 82% 78% 81%) -> (23k/82k) -> write(93%)
0:44:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 93% 470k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.4M/s ] 269G blocks: [ 45k 97% 6/s ]
cpus: 26.9 gc: 6% heap: 12G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(78% 79% 80% 76% 81% 77% 79% 77% 77% 83% 77% 78% 79% 82% 80% 78% 81% 80% 81% 78% 78% 81% 79% 77% 77% 82% 80% 84% 77% 79% 79%) -> (65k/82k) -> write(93%)
0:44:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 93% 523k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.4M/s ] 270G blocks: [ 45k 97% 7/s ]
cpus: 27.2 gc: 6% heap: 5.4G/25G direct: 1.5M postGC: 3.8G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(80% 79% 79% 78% 80% 82% 83% 79% 79% 80% 78% 78% 80% 85% 81% 81% 83% 84% 79% 80% 80% 82% 80% 80% 80% 80% 80% 81% 78% 80% 79%) -> (16k/82k) -> write(92%)
0:44:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 94% 493k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.3M/s ] 271G blocks: [ 45k 97% 7/s ]
cpus: 27.4 gc: 6% heap: 8.4G/25G direct: 1.5M postGC: 4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(80% 82% 79% 80% 85% 84% 81% 83% 79% 83% 80% 80% 81% 78% 81% 79% 82% 78% 85% 82% 80% 78% 80% 83% 80% 80% 81% 83% 83% 82% 81%) -> (25k/82k) -> write(90%)
0:44:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 94% 507k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.3M/s ] 272G blocks: [ 45k 97% 7/s ]
cpus: 27.4 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(79% 79% 79% 79% 84% 82% 81% 80% 80% 79% 82% 83% 81% 83% 84% 83% 79% 81% 82% 84% 79% 82% 80% 80% 79% 80% 81% 80% 77% 84% 79%) -> (66k/82k) -> write(92%)
0:45:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 95% 566k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.4M/s ] 273G blocks: [ 45k 97% 8/s ]
cpus: 27.1 gc: 6% heap: 4.9G/25G direct: 1.5M postGC: 4.1G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(79% 82% 79% 79% 79% 79% 80% 81% 79% 78% 78% 81% 81% 81% 79% 83% 80% 81% 80% 79% 82% 80% 81% 79% 79% 79% 79% 82% 79% 81% 80%) -> (17k/82k) -> write(92%)
0:45:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 95% 550k/s ] rels: [ 0 0% 0/s ] features: [ 3.2B 1.4M/s ] 275G blocks: [ 45k 98% 8/s ]
cpus: 27.2 gc: 6% heap: 7.9G/25G direct: 1.5M postGC: 4.2G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(78% 82% 81% 81% 81% 81% 81% 79% 80% 82% 82% 82% 83% 80% 79% 84% 80% 79% 79% 80% 83% 79% 81% 79% 79% 79% 80% 83% 79% 80% 80%) -> (16k/82k) -> write(91%)
0:45:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 96% 548k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.4M/s ] 276G blocks: [ 46k 98% 7/s ]
cpus: 27.2 gc: 6% heap: 10G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(79% 79% 80% 83% 84% 78% 87% 78% 82% 78% 78% 84% 80% 80% 78% 78% 82% 82% 84% 80% 79% 80% 80% 83% 78% 77% 82% 78% 78% 80% 84%) -> (19k/82k) -> write(91%)
0:45:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 96% 539k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.5M/s ] 277G blocks: [ 46k 98% 7/s ]
cpus: 26.7 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.4G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(79% 79% 79% 77% 79% 82% 80% 78% 78% 79% 79% 80% 79% 79% 78% 80% 78% 78% 78% 79% 79% 79% 79% 78% 78% 80% 79% 79% 78% 81% 79%) -> (17k/82k) -> write(88%)
0:45:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 97% 526k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.4M/s ] 278G blocks: [ 46k 98% 7/s ]
cpus: 26.7 gc: 6% heap: 11G/25G direct: 1.5M postGC: 4.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(78% 78% 78% 80% 79% 79% 79% 79% 81% 78% 77% 81% 80% 78% 81% 77% 79% 79% 80% 78% 77% 79% 77% 80% 79% 82% 80% 79% 80% 78% 79%) -> (15k/82k) -> write(88%)
0:45:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 97% 520k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.4M/s ] 279G blocks: [ 46k 98% 7/s ]
cpus: 26.8 gc: 6% heap: 12G/25G direct: 1.5M postGC: 4.6G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(79% 81% 78% 79% 78% 78% 79% 77% 78% 81% 84% 78% 81% 80% 78% 79% 78% 78% 78% 79% 80% 78% 82% 78% 78% 81% 79% 78% 81% 78% 79%) -> (68k/82k) -> write(90%)
0:46:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 98% 478k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.5M/s ] 281G blocks: [ 46k 98% 6/s ]
cpus: 26.8 gc: 6% heap: 5.8G/25G direct: 1.5M postGC: 4.7G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(76% 76% 83% 76% 79% 79% 80% 79% 77% 78% 84% 76% 80% 79% 79% 77% 76% 82% 79% 77% 82% 79% 84% 77% 77% 80% 79% 78% 79% 77% 78%) -> (28k/82k) -> write(93%)
0:46:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 98% 471k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.4M/s ] 282G blocks: [ 46k 98% 6/s ]
cpus: 27.2 gc: 6% heap: 9G/25G direct: 1.5M postGC: 5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(79% 79% 84% 76% 80% 80% 79% 78% 87% 83% 79% 81% 81% 79% 78% 82% 81% 80% 79% 79% 80% 79% 82% 81% 82% 79% 79% 78% 80% 81% 78%) -> (37k/82k) -> write(92%)
0:46:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 98% 484k/s ] rels: [ 0 0% 0/s ] features: [ 3.3B 1.4M/s ] 283G blocks: [ 46k 99% 7/s ]
cpus: 27.1 gc: 6% heap: 11G/25G direct: 1.5M postGC: 5.2G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(83% 79% 79% 80% 84% 77% 79% 77% 78% 80% 77% 79% 79% 77% 83% 81% 78% 77% 86% 83% 79% 77% 80% 79% 81% 83% 80% 79% 79% 80% 76%) -> (62k/82k) -> write(93%)
0:46:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 99% 487k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 1.4M/s ] 284G blocks: [ 46k 99% 6/s ]
cpus: 26.7 gc: 7% heap: 5.5G/25G direct: 1.5M postGC: 5.3G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(79% 77% 77% 80% 77% 78% 79% 82% 81% 76% 80% 77% 77% 77% 77% 78% 81% 76% 77% 78% 81% 77% 78% 81% 78% 80% 77% 77% 77% 79% 81%) -> (39k/82k) -> write(93%)
0:46:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 99% 474k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 1.5M/s ] 285G blocks: [ 46k 99% 6/s ]
cpus: 26.4 gc: 6% heap: 8.4G/25G direct: 1.5M postGC: 5.5G relInfo: 140M mpGeoms: 11G
read( 0%) -> (16/47) -> process(75% 78% 77% 75% 75% 77% 81% 82% 76% 78% 75% 76% 80% 80% 77% 77% 77% 76% 78% 82% 79% 75% 79% 80% 77% 78% 74% 77% 78% 83% 77%) -> (64k/82k) -> write(93%)
0:46:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 395k/s ] rels: [ 0 0% 0/s ] features: [ 3.4B 1.3M/s ] 285G blocks: [ 46k 99% 5/s ]
cpus: 26.4 gc: 7% heap: 3.7G/25G direct: 1.5M postGC: 2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(73% 80% 80% 81% 77% 78% 79% 72% 80% 84% 72% 72% 72% 81% 80% 77% 79% 72% 84% 72% 74% 72% 74% 78% 72% 81% 80% 75% 77% 81% 76%) -> (67k/82k) -> write(89%)
0:47:01 INF [osm_pass2:process] - Finished ways: 1,081,347,425 (514k/s) in 35m2s cpu:14h52m47s gc:2m7s avg:25.5
0:47:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 327k/s ] rels: [ 93k 1% 9.3k/s ] features: [ 3.4B 1.1M/s ] 287G blocks: [ 46k 99% 6/s ]
cpus: 24.2 gc: 7% heap: 5.1G/25G direct: 1.5M postGC: 2.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(57% 66% 67% 72% 54% 74% 80% 69% 77% 68% 68% 76% 78% 70% 77% 70% 58% 73% 78% 68% 65% 67% 57% 73% 66% 74% 78% 59% 60% 72% 78%) -> (15k/82k) -> write(66%)
0:47:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 252k 2% 15k/s ] features: [ 3.4B 213k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 27 gc: 4% heap: 6.9G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(80% 88% 83% 85% 77% 84% 85% 85% 81% 84% 85% 87% 83% 88% 77% 83% 79% 88% 81% 84% 86% 85% 83% 82% 84% 84% 80% 81% 83% 86% 83%) -> (17k/82k) -> write(13%)
0:47:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 410k 3% 15k/s ] features: [ 3.4B 263k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 27.3 gc: 2% heap: 9.3G/25G direct: 1.5M postGC: 2.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(84% 87% 89% 84% 84% 87% 87% 88% 89% 88% 86% 90% 85% 90% 83% 87% 80% 91% 85% 84% 89% 85% 83% 84% 88% 89% 85% 82% 86% 86% 86%) -> (17k/82k) -> write(14%)
0:47:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 539k 4% 12k/s ] features: [ 3.4B 231k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 27.3 gc: 2% heap: 5.6G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(83% 88% 86% 84% 86% 86% 88% 85% 89% 87% 87% 88% 89% 89% 84% 89% 81% 89% 87% 85% 87% 84% 83% 85% 85% 90% 86% 84% 88% 87% 85%) -> (15k/82k) -> write(14%)
0:47:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 666k 5% 12k/s ] features: [ 3.4B 212k/s ] 288G blocks: [ 46k 99% <1/s ]
cpus: 27.7 gc: 2% heap: 4.9G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(90% 89% 87% 88% 82% 91% 88% 86% 89% 89% 90% 88% 86% 88% 85% 88% 87% 90% 87% 83% 92% 85% 86% 86% 86% 91% 89% 88% 90% 86% 86%) -> (16k/82k) -> write(14%)
0:47:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 790k 6% 12k/s ] features: [ 3.4B 215k/s ] 289G blocks: [ 46k 99% <1/s ]
cpus: 27.5 gc: 1% heap: 11G/25G direct: 1.5M postGC: 2.8G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(85% 89% 89% 89% 79% 88% 88% 89% 90% 89% 91% 87% 84% 85% 85% 87% 90% 90% 90% 86% 90% 84% 90% 86% 88% 87% 91% 92% 85% 84% 88%) -> (15k/82k) -> write(16%)
0:48:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 918k 7% 12k/s ] features: [ 3.4B 1.5M/s ] 289G blocks: [ 46k 99% <1/s ]
cpus: 28 gc: 5% heap: 8G/25G direct: 1.5M postGC: 3.2G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(86% 85% 87% 86% 80% 85% 89% 90% 86% 90% 89% 84% 81% 86% 87% 86% 84% 87% 84% 85% 84% 85% 87% 87% 86% 86% 92% 84% 88% 85% 87%) -> (58k/82k) -> write(26%)
0:48:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1M 8% 13k/s ] features: [ 3.4B 1.1M/s ] 291G blocks: [ 46k 99% <1/s ]
cpus: 28.1 gc: 3% heap: 10G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(87% 88% 88% 89% 85% 88% 88% 92% 88% 90% 86% 86% 86% 88% 87% 87% 86% 86% 84% 87% 88% 84% 89% 91% 85% 91% 96% 87% 89% 86% 89%) -> (17k/82k) -> write(25%)
0:48:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.2M 9% 14k/s ] features: [ 3.4B 319k/s ] 292G blocks: [ 46k 99% <1/s ]
cpus: 27.7 gc: 2% heap: 3.5G/25G direct: 1.5M postGC: 3.3G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(84% 87% 88% 88% 86% 92% 84% 90% 89% 90% 87% 86% 85% 87% 87% 89% 86% 84% 86% 84% 90% 87% 89% 87% 87% 89% 88% 87% 93% 89% 86%) -> (17k/82k) -> write(18%)
0:48:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.3M 11% 16k/s ] features: [ 3.5B 2.6M/s ] 293G blocks: [ 46k 99% <1/s ]
cpus: 27.9 gc: 2% heap: 4.7G/25G direct: 1.5M postGC: 3.4G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 84% 83% 88% 90% 87% 87% 86% 87% 87% 88% 84% 86% 90% 88% 90% 87% 82% 85% 86% 88% 87% 90% 88% 87% 87% 87% 90% 85% 88% 86%) -> (14k/82k) -> write(39%)
0:48:42 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.5M 12% 15k/s ] features: [ 3.5B 1.6M/s ] 294G blocks: [ 46k 99% <1/s ]
cpus: 28.2 gc: 2% heap: 7.1G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 84% 87% 85% 88% 84% 87% 88% 90% 89% 87% 86% 89% 85% 88% 93% 88% 83% 85% 89% 88% 86% 89% 87% 87% 89% 87% 86% 87% 89% 89%) -> (14k/82k) -> write(30%)
0:48:52 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.7M 13% 18k/s ] features: [ 3.5B 303k/s ] 294G blocks: [ 46k 99% <1/s ]
cpus: 28.2 gc: 1% heap: 6.9G/25G direct: 1.5M postGC: 3.5G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 89% 88% 92% 90% 86% 90% 94% 90% 93% 88% 87% 88% 87% 90% 91% 92% 90% 89% 90% 89% 89% 91% 94% 86% 87% 87% 90% 93% 88% 89%) -> (14k/82k) -> write(18%)
0:49:02 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 1.9M 15% 19k/s ] features: [ 3.5B 539k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 28.1 gc: 2% heap: 5.6G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(91% 88% 88% 87% 89% 90% 92% 88% 89% 92% 87% 89% 86% 92% 86% 90% 88% 91% 88% 90% 88% 87% 87% 93% 85% 87% 86% 89% 90% 85% 89%) -> (15k/82k) -> write(23%)
0:49:12 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.1M 16% 22k/s ] features: [ 3.5B 300k/s ] 295G blocks: [ 46k 99% 1/s ]
cpus: 27.7 gc: 2% heap: 9.6G/25G direct: 1.5M postGC: 3.6G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(93% 88% 89% 87% 87% 90% 86% 89% 90% 90% 85% 87% 86% 87% 85% 87% 91% 91% 88% 88% 86% 87% 86% 92% 83% 89% 89% 84% 86% 86% 85%) -> (13k/82k) -> write(17%)
0:49:22 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.3M 18% 24k/s ] features: [ 3.5B 418k/s ] 295G blocks: [ 46k 99% <1/s ]
cpus: 27.9 gc: 2% heap: 7G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(89% 88% 88% 87% 87% 88% 87% 87% 87% 89% 87% 87% 88% 90% 86% 88% 88% 95% 89% 91% 87% 85% 89% 92% 86% 89% 88% 86% 86% 90% 84%) -> (19k/82k) -> write(19%)
0:49:32 INF [osm_pass2] - nodes: [ 9.6B 100% 0/s ] 100G ways: [ 1B 100% 0/s ] rels: [ 2.5M 20% 21k/s ] features: [ 3.5B 277k/s ] 297G blocks: [ 46k 99% <1/s ]
cpus: 28.1 gc: 1% heap: 10G/25G direct: 1.5M postGC: 3.7G relInfo: 140M mpGeoms: 12G
read( 0%) -> (16/47) -> process(88% 90% 89% 88% 88% 88% 90% 87% 90% 88% 90% 89% 84% 91% 86% 89% 92% 91% 88% 86% 86% 88% 92% 93% 87% 88% 91% 91% 88% 91% 87%) ->
@louwers
Copy link

louwers commented Oct 4, 2025

Since you only have 2 memory sticks, were you using dual channel mode?

It's a common problem then you have 4 slots and only 2 RAM modules that you accidentally put them in the wrong spot, halving your memory bandwidth.

@wipfli
Copy link
Author

wipfli commented Oct 4, 2025

Thanks for asking @louwers.
If I remember correctly I placed the memory in the correct slots when using two instead of four.
I might turn off EXPO again though because it might lead to instabilities and I am currently more interested in fewer crashes than faster execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment