logo separator

[mkgmap-dev] splitter: "Cannot store node id 9223372036854775807, this value is reserved"

From Bernhard Hiller bhil at gmx.de on Mon Oct 29 18:41:29 GMT 2018

Hi Gerd,
Please find enclosed file "splitter.log" which shows node ids in that 
region:
10.000.000 nodes parsed... id=9223372036671913720
splitter crashes after the entry
190.000.000 nodes parsed... id=9223372036851913720

The source code of srtm2osm at 
https://svn.openstreetmap.org/applications/utils/Srtm2Osm/trunk/Srtm2Osm/Srtm2OsmCommand.cs 
shows that

private long firstNodeId = long.MaxValue;

is the default value, the source of the IdCounter shows that it does 
decrement for the further values by default.
=> The value comes from the generation of contour lines via srtm2osm.
By the way, also firstWayId is initialized to long.MaxValue. Would that 
also cause problems with splitter?

Strange that this fact did not cause problems in February, when I 
created a map of Taiwan with DEM and elevation contour lines. Perhaps a 
bounding box in an osmosis command happened to remove this node id by 
chance.

So, I guess, we have a solution. The bad thing is: I'll have to re-run 
the generation of the contourlines file with srtm2osm (with additional 
parameters for first node and way ids), which takes several hours, plus 
1 hour of sorting, ....

Kind regards,
Bernhard

Am 29.10.2018 um 08:04 schrieb Gerd Petermann:
> Hi Bernhard,
>
> splitter cannot store the id values 0 and 9223372036854775807 (which is Long.MAX_VALUE)
> No idea why your process whould create an id with such a value, looks like an error to me.
> The following message about the sort is misleading :-(
>
> Do you have an idea where this id comes from?
>
> Gerd
>
> ________________________________________
> Von: mkgmap-dev <mkgmap-dev-bounces at lists.mkgmap.org.uk> im Auftrag von Bernhard Hiller <bhil at gmx.de>
> Gesendet: Montag, 29. Oktober 2018 07:48:02
> An: mkgmap-dev at lists.mkgmap.org.uk
> Betreff: [mkgmap-dev] splitter: "Cannot store node id 9223372036854775807, this value is reserved"
>
> Hi all,
> I tried to create a map of south east asia with contourlines. DEM data
> are from Viewfinderpanoramas, and were processed with srtm2osm. It took
> 7 h to generate a 40GB *.osm file, and another 1 hour to sort the data
> with osmosis into a 600 MB *.pbf file. A region from 0-23N and 94-109E
> was cut from the asia extract from Geofabrik with osmosis (some 400 MB).
> These two files were combined with osmosis.
>
> When I call splitter on that file, I get the error message:
>
> Error: Cannot store node id 9223372036854775807, this value is reserved.
> uk.me.parabola.splitter.SplitFailedException: Maybe the IDs are not
> sorted. This is not supported with keep-complete=ue or --problem-list
>           at
> uk.me.parabola.splitter.MultiTileProcessor.storeCoord(MultiTileProcessor.java:508)
>           at
> uk.me.parabola.splitter.MultiTileProcessor.processNode(MultiTileProcessor.java:127)
>           at
> uk.me.parabola.splitter.AbstractMapProcessor.consume(AbstractMapProcessor.java:62)
>           at
> uk.me.parabola.splitter.OSMFileHandler.execute(OSMFileHandler.java:159)
>           at
> uk.me.parabola.splitter.ProblemLists.calcMultiTileElements(ProblemLists.java:255)
>           at uk.me.parabola.splitter.Main.useProblemLists(Main.java:487)
>           at uk.me.parabola.splitter.Main.start(Main.java:125)
>           at uk.me.parabola.splitter.Main.main(Main.java:79)
>
> The splitter command is:
> E:\Maps\Development\Thai.1>"C:\Program
> Files\Java\jre1.8.0_121\bin\java.exe" -Xmx6G -jar  "C:\Program Files
> (x86)\OpenStreetMap\splitter-r590\splitter.jar"
> E:\Maps\Raw\SouthEastAsia_Complete.osm.pbf --description=ernieMap Bike
> Thai"     --mapidG120001 --max-nodes 00000     --max-threads=4
> --write-kml=slitter.kml        --no-trim  1>splitter.log
>
> Do I need to sort again after merging? Or is that a different issue?
> Thanks a lot for your hints.
>
> Kind regards,
> Bernhard
> _______________________________________________
> mkgmap-dev mailing list
> mkgmap-dev at lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>

-------------- next part --------------
Splitter version 590 compiled 2018-01-27T09:06:04+0000
boundary-tags=use-exclude-list
cache=
description=BernieMap Bike Thai
geonames-file=
handle-element-version=remove
ignore-osm-bounds=false
keep-complete=true
mapid=47120001
max-areas=2048
max-nodes=3000000
max-threads=4
mixed=false
no-trim=true
num-tiles=
output=pbf
output-dir=
overlap=auto
polygon-desc-file=
polygon-file=
precomp-sea=
problem-file=
problem-report=
resolution=13
search-limit=200000
split-file=
status-freq=120
stop-after=dist
wanted-admin-level=5
write-kml=splitter.kml
Elapsed time: 0s   Memory: Current 123MB (5MB used, 118MB free) Max 5461MB
Time started: Mon Oct 29 19:06:16 CET 2018
Map is being split for resolution 13:
 - area boundaries are aligned to 0x800 map units (0.0439453125 degrees)
 - areas are multiples of 0x800 map units wide and high
Processing E:\Maps\Raw\Thai.DEM\SouthEastAsia_Ele.osm.pbf
10.000.000 nodes parsed... id=9223372036671913720
20.000.000 nodes parsed... id=9223372036681913720
30.000.000 nodes parsed... id=9223372036691913720
40.000.000 nodes parsed... id=9223372036701913720
50.000.000 nodes parsed... id=9223372036711913720
60.000.000 nodes parsed... id=9223372036721913720
70.000.000 nodes parsed... id=9223372036731913720
80.000.000 nodes parsed... id=9223372036741913720
90.000.000 nodes parsed... id=9223372036751913720
100.000.000 nodes parsed... id=9223372036761913720
110.000.000 nodes parsed... id=9223372036771913720
120.000.000 nodes parsed... id=9223372036781913720
130.000.000 nodes parsed... id=9223372036791913720
140.000.000 nodes parsed... id=9223372036801913720
150.000.000 nodes parsed... id=9223372036811913720
160.000.000 nodes parsed... id=9223372036821913720
170.000.000 nodes parsed... id=9223372036831913720
180.000.000 nodes parsed... id=9223372036841913720
190.000.000 nodes parsed... id=9223372036851913720
Fill-densities-map pass took 66610 ms
Exact map coverage read from input file(s) is (4.076957702636719E-4,94.00041818618774) to (23.00041437149048,109.00042533874512)
Rounded map coverage is (0.0,93.9990234375) to (23.02734375,109.0283203125)
Splitting nodes into areas containing a maximum of 3.000.000 nodes each...
Highest node count in a single grid element is 14.511
Solving partition (0.0,93.9990234375) to (23.02734375,109.0283203125) with 192.862.087 nodes
Trying to find nice split for (0.0,93.9990234375) to (23.02734375,109.0283203125) with 192.862.087 nodes
searching for split with min-nodes 150000, learned 0 good partial solutions
Best solution until now: 97 tile(s). The smallest node count is 282936 (9 %), the worst aspect ratio is near 3.83, elapsed search time: 0 s
searching for split with min-nodes 1000000, learned 50 good partial solutions
Best solution until now: 94 tile(s). The smallest node count is 1015109 (33 %), the worst aspect ratio is near 3.82, elapsed search time: 0 s
searching for split with min-nodes 1116619, learned 110 good partial solutions
Best solution until now: 90 tile(s). The smallest node count is 1130509 (37 %), the worst aspect ratio is near 3.95, elapsed search time: 0 s
searching for split with min-nodes 1259027, learned 168 good partial solutions
Best solution until now: 92 tile(s). The smallest node count is 1267760 (42 %), the worst aspect ratio is near 3.95, elapsed search time: 0 s
searching for split with min-nodes 1421674, learned 235 good partial solutions
Best solution until now: 90 tile(s). The smallest node count is 1427448 (47 %), the worst aspect ratio is near 3.91, elapsed search time: 0 s
searching for split with min-nodes 1607250, learned 268 good partial solutions
Best solution until now: 86 tile(s). The smallest node count is 1610996 (53 %), the worst aspect ratio is near 3.87, elapsed search time: 0 s
searching for split with min-nodes 1818145, learned 293 good partial solutions
Best solution until now: 83 tile(s). The smallest node count is 1824655 (60 %), the worst aspect ratio is near 3.91, elapsed search time: 0 s
searching for split with min-nodes 2066650, learned 273 good partial solutions
Best solution until now: 80 tile(s). The smallest node count is 2067969 (68 %), the worst aspect ratio is near 3.86, elapsed search time: 0 s
searching for split with min-nodes 2343728, learned 244 good partial solutions
Best solution until now: 74 tile(s). The smallest node count is 2347871 (78 %), the worst aspect ratio is near 3.68, elapsed search time: 0 s
searching for split with min-nodes 2665658, learned 168 good partial solutions
searching for split with min-nodes 2506764, learned 1683 good partial solutions
Best solution until now: 71 tile(s). The smallest node count is 2511005 (83 %), the worst aspect ratio is near 3.46, elapsed search time: 0 s
searching for split with min-nodes 2685473, learned 1918 good partial solutions
searching for split with min-nodes 2598239, learned 3590 good partial solutions
Best solution until now: 69 tile(s). The smallest node count is 2600757 (86 %), the worst aspect ratio is near 3.98, elapsed search time: 0 s
searching for split with min-nodes 2693717, learned 4632 good partial solutions
searching for split with min-nodes 2647237, learned 6037 good partial solutions
searching for split with min-nodes 2623997, learned 7544 good partial solutions
Best solution until now: 69 tile(s). The smallest node count is 2626792 (87 %), the worst aspect ratio is near 3.98, elapsed search time: 0 s
searching for split with min-nodes 2653087, learned 7465 good partial solutions
Best solution until now: 68 tile(s). The smallest node count is 2660876 (88 %), the worst aspect ratio is near 3.98, elapsed search time: 0 s
searching for split with min-nodes 2695402, learned 7569 good partial solutions
searching for split with min-nodes 2678139, learned 8892 good partial solutions
Best solution until now: 68 tile(s). The smallest node count is 2679719 (89 %), the worst aspect ratio is near 3.98, elapsed search time: 0 s
searching for split with min-nodes 2698695, learned 8706 good partial solutions
searching for split with min-nodes 2689207, learned 9914 good partial solutions
Best solution until now: 68 tile(s). The smallest node count is 2693561 (89 %), the worst aspect ratio is near 3.98, elapsed search time: 0 s
searching for split with min-nodes 2707474, learned 10051 good partial solutions
Best solution until now: 68 tile(s). The smallest node count is 2716853 (90 %), the worst aspect ratio is near 3.98, elapsed search time: 0 s
searching for split with min-nodes 2740346, learned 8874 good partial solutions
searching for split with min-nodes 2728599, learned 10534 good partial solutions
searching for split with min-nodes 2722726, learned 12897 good partial solutions
searching for split with min-nodes 2719789, learned 15227 good partial solutions
Best solution until now: 68 tile(s). The smallest node count is 2720810 (90 %), the worst aspect ratio is near 3.98, elapsed search time: 0 s
searching for split with min-nodes 2724772, learned 14987 good partial solutions
searching for split with min-nodes 2720811, learned 17186 good partial solutions
Solution is nice. Can't find a better solution with search-limit 200000: 68 tile(s). The smallest node count is 2720810 (90 %), the worst aspect ratio is near 3.98
Final solution: 68 tile(s). The smallest node count is 2720810 (90 %), the worst aspect ratio is near 3.98
This seems to be nice.
Area 47120001 covers (5.4052734375,101.337890625) to (11.865234375,105.1171875) and contains 2952732 nodes (98 %)
Area 47120002 covers (5.4052734375,105.1171875) to (11.865234375,109.0283203125) and contains 2990943 nodes (99 %)
Area 47120003 covers (0.0,102.744140625) to (5.4052734375,109.0283203125) and contains 2953478 nodes (98 %)
Area 47120004 covers (4.1748046875,101.337890625) to (5.4052734375,102.744140625) and contains 2955348 nodes (98 %)
Area 47120005 covers (0.0,101.337890625) to (4.1748046875,102.744140625) and contains 2962840 nodes (98 %)
Area 47120006 covers (5.185546875,93.9990234375) to (11.865234375,98.876953125) and contains 2934787 nodes (97 %)
Area 47120007 covers (5.185546875,98.876953125) to (7.646484375,101.337890625) and contains 2808365 nodes (93 %)
Area 47120008 covers (7.646484375,98.876953125) to (11.865234375,101.337890625) and contains 2862730 nodes (95 %)
Area 47120009 covers (1.1865234375,99.228515625) to (5.185546875,101.337890625) and contains 2757216 nodes (91 %)
Area 47120010 covers (0.0,99.228515625) to (1.1865234375,101.337890625) and contains 2760183 nodes (92 %)
Area 47120011 covers (3.779296875,96.8994140625) to (5.185546875,99.228515625) and contains 2745142 nodes (91 %)
Area 47120012 covers (3.779296875,93.9990234375) to (5.185546875,96.8994140625) and contains 2752614 nodes (91 %)
Area 47120013 covers (0.0,98.0419921875) to (3.779296875,99.228515625) and contains 2752574 nodes (91 %)
Area 47120014 covers (0.0,93.9990234375) to (3.779296875,98.0419921875) and contains 2794391 nodes (93 %)
Area 47120015 covers (16.3037109375,99.404296875) to (17.9296875,101.513671875) and contains 2876192 nodes (95 %)
Area 47120016 covers (11.865234375,99.404296875) to (16.3037109375,101.513671875) and contains 2878551 nodes (95 %)
Area 47120017 covers (13.6669921875,93.9990234375) to (14.9853515625,99.404296875) and contains 2929929 nodes (97 %)
Area 47120018 covers (11.865234375,93.9990234375) to (13.6669921875,99.404296875) and contains 2995594 nodes (99 %)
Area 47120019 covers (14.9853515625,93.9990234375) to (17.9296875,98.1298828125) and contains 2949688 nodes (98 %)
Area 47120020 covers (14.9853515625,98.1298828125) to (16.34765625,99.404296875) and contains 2750490 nodes (91 %)
Area 47120021 covers (16.34765625,98.1298828125) to (17.9296875,99.404296875) and contains 2809647 nodes (93 %)
Area 47120022 covers (19.8193359375,93.9990234375) to (23.02734375,95.5810546875) and contains 2819326 nodes (93 %)
Area 47120023 covers (17.9296875,93.9990234375) to (19.8193359375,95.5810546875) and contains 2827204 nodes (94 %)
Area 47120024 covers (17.9296875,97.119140625) to (19.6435546875,97.8662109375) and contains 2746124 nodes (91 %)
Area 47120025 covers (17.9296875,95.5810546875) to (19.6435546875,97.119140625) and contains 2771256 nodes (92 %)
Area 47120026 covers (19.6435546875,95.5810546875) to (23.02734375,96.591796875) and contains 2757449 nodes (91 %)
Area 47120027 covers (19.6435546875,96.591796875) to (21.3134765625,97.8662109375) and contains 2744762 nodes (91 %)
Area 47120028 covers (21.3134765625,96.591796875) to (23.02734375,97.8662109375) and contains 2763019 nodes (92 %)
Area 47120029 covers (21.8408203125,97.8662109375) to (23.02734375,99.1845703125) and contains 2909284 nodes (96 %)
Area 47120030 covers (21.8408203125,99.1845703125) to (23.02734375,100.3271484375) and contains 2814301 nodes (93 %)
Area 47120031 covers (21.8408203125,100.3271484375) to (23.02734375,101.513671875) and contains 2834613 nodes (94 %)
Area 47120032 covers (20.6103515625,100.4150390625) to (21.8408203125,101.513671875) and contains 2771265 nodes (92 %)
Area 47120033 covers (19.3798828125,100.4150390625) to (20.6103515625,101.513671875) and contains 2731518 nodes (91 %)
Area 47120034 covers (17.9296875,100.4150390625) to (19.3798828125,101.513671875) and contains 2732057 nodes (91 %)
Area 47120035 covers (17.9296875,97.8662109375) to (18.7646484375,100.4150390625) and contains 2766185 nodes (92 %)
Area 47120036 covers (18.7646484375,99.2724609375) to (20.654296875,100.4150390625) and contains 2748226 nodes (91 %)
Area 47120037 covers (20.654296875,99.2724609375) to (21.8408203125,100.4150390625) and contains 2750549 nodes (91 %)
Area 47120038 covers (20.7861328125,97.8662109375) to (21.8408203125,99.2724609375) and contains 2733923 nodes (91 %)
Area 47120039 covers (18.7646484375,97.8662109375) to (19.8193359375,99.2724609375) and contains 2775550 nodes (92 %)
Area 47120040 covers (19.8193359375,97.8662109375) to (20.7861328125,99.2724609375) and contains 2790759 nodes (93 %)
Area 47120041 covers (11.865234375,101.513671875) to (14.326171875,105.029296875) and contains 2978768 nodes (99 %)
Area 47120042 covers (14.326171875,101.513671875) to (17.5341796875,105.029296875) and contains 2992885 nodes (99 %)
Area 47120043 covers (11.865234375,108.017578125) to (14.2822265625,109.0283203125) and contains 2935541 nodes (97 %)
Area 47120044 covers (11.865234375,105.029296875) to (14.2822265625,108.017578125) and contains 2940262 nodes (98 %)
Area 47120045 covers (14.2822265625,105.029296875) to (17.5341796875,106.435546875) and contains 2902591 nodes (96 %)
Area 47120046 covers (15.8203125,106.435546875) to (17.5341796875,109.0283203125) and contains 2990260 nodes (99 %)
Area 47120047 covers (14.2822265625,106.435546875) to (15.8203125,107.666015625) and contains 2912643 nodes (97 %)
Area 47120048 covers (14.2822265625,107.666015625) to (15.8203125,109.0283203125) and contains 2977462 nodes (99 %)
Area 47120049 covers (17.5341796875,104.6337890625) to (18.5888671875,109.0283203125) and contains 2853441 nodes (95 %)
Area 47120050 covers (18.5888671875,104.6337890625) to (20.1708984375,109.0283203125) and contains 2995066 nodes (99 %)
Area 47120051 covers (20.1708984375,106.5234375) to (22.1044921875,109.0283203125) and contains 2860101 nodes (95 %)
Area 47120052 covers (22.1044921875,106.5234375) to (23.02734375,109.0283203125) and contains 2990776 nodes (99 %)
Area 47120053 covers (20.1708984375,104.6337890625) to (21.533203125,106.5234375) and contains 2893870 nodes (96 %)
Area 47120054 covers (21.533203125,104.6337890625) to (23.02734375,105.6005859375) and contains 2976420 nodes (99 %)
Area 47120055 covers (21.533203125,105.6005859375) to (23.02734375,106.5234375) and contains 2986640 nodes (99 %)
Area 47120056 covers (17.5341796875,103.0517578125) to (19.072265625,104.6337890625) and contains 2758509 nodes (91 %)
Area 47120057 covers (17.5341796875,101.513671875) to (19.072265625,103.0517578125) and contains 2773892 nodes (92 %)
Area 47120058 covers (19.8193359375,101.513671875) to (20.56640625,103.095703125) and contains 2735125 nodes (91 %)
Area 47120059 covers (19.072265625,101.513671875) to (19.8193359375,103.095703125) and contains 2744412 nodes (91 %)
Area 47120060 covers (19.072265625,103.095703125) to (19.8193359375,104.6337890625) and contains 2744083 nodes (91 %)
Area 47120061 covers (19.8193359375,103.095703125) to (20.56640625,104.6337890625) and contains 2753957 nodes (91 %)
Area 47120062 covers (20.56640625,101.513671875) to (21.6650390625,102.65625) and contains 2747055 nodes (91 %)
Area 47120063 covers (20.56640625,102.65625) to (21.6650390625,103.6669921875) and contains 2725099 nodes (90 %)
Area 47120064 covers (20.56640625,103.6669921875) to (21.6650390625,104.6337890625) and contains 2782077 nodes (92 %)
Area 47120065 covers (22.32421875,103.095703125) to (23.02734375,104.6337890625) and contains 2720810 nodes (90 %)
Area 47120066 covers (21.6650390625,103.095703125) to (22.32421875,104.6337890625) and contains 2731860 nodes (91 %)
Area 47120067 covers (21.6650390625,101.513671875) to (23.02734375,102.3486328125) and contains 2743370 nodes (91 %)
Area 47120068 covers (21.6650390625,102.3486328125) to (23.02734375,103.095703125) and contains 2754308 nodes (91 %)
Creating the initial areas took 1156 ms
Writing KML file to .\splitter.kml
68 areas:
Area 47120001: 251904,4722688 to 552960,4898816 covers (0x3d800,0x481000) to (0x87000,0x4ac000) BernieMap Bike Thai
Area 47120002: 251904,4898816 to 552960,5081088 covers (0x3d800,0x4ac000) to (0x87000,0x4d8800) BernieMap Bike Thai
Area 47120003: 0,4788224 to 251904,5081088 covers (0x0,0x491000) to (0x3d800,0x4d8800) BernieMap Bike Thai
Area 47120004: 194560,4722688 to 251904,4788224 covers (0x2f800,0x481000) to (0x3d800,0x491000) BernieMap Bike Thai
Area 47120005: 0,4722688 to 194560,4788224 covers (0x0,0x481000) to (0x2f800,0x491000) BernieMap Bike Thai
Area 47120006: 241664,4380672 to 552960,4608000 covers (0x3b000,0x42d800) to (0x87000,0x465000) BernieMap Bike Thai
Area 47120007: 241664,4608000 to 356352,4722688 covers (0x3b000,0x465000) to (0x57000,0x481000) BernieMap Bike Thai
Area 47120008: 356352,4608000 to 552960,4722688 covers (0x57000,0x465000) to (0x87000,0x481000) BernieMap Bike Thai
Area 47120009: 55296,4624384 to 241664,4722688 covers (0xd800,0x469000) to (0x3b000,0x481000) BernieMap Bike Thai
Area 47120010: 0,4624384 to 55296,4722688 covers (0x0,0x469000) to (0xd800,0x481000) BernieMap Bike Thai
Area 47120011: 176128,4515840 to 241664,4624384 covers (0x2b000,0x44e800) to (0x3b000,0x469000) BernieMap Bike Thai
Area 47120012: 176128,4380672 to 241664,4515840 covers (0x2b000,0x42d800) to (0x3b000,0x44e800) BernieMap Bike Thai
Area 47120013: 0,4569088 to 176128,4624384 covers (0x0,0x45b800) to (0x2b000,0x469000) BernieMap Bike Thai
Area 47120014: 0,4380672 to 176128,4569088 covers (0x0,0x42d800) to (0x2b000,0x45b800) BernieMap Bike Thai
Area 47120015: 759808,4632576 to 835584,4730880 covers (0xb9800,0x46b000) to (0xcc000,0x483000) BernieMap Bike Thai
Area 47120016: 552960,4632576 to 759808,4730880 covers (0x87000,0x46b000) to (0xb9800,0x483000) BernieMap Bike Thai
Area 47120017: 636928,4380672 to 698368,4632576 covers (0x9b800,0x42d800) to (0xaa800,0x46b000) BernieMap Bike Thai
Area 47120018: 552960,4380672 to 636928,4632576 covers (0x87000,0x42d800) to (0x9b800,0x46b000) BernieMap Bike Thai
Area 47120019: 698368,4380672 to 835584,4573184 covers (0xaa800,0x42d800) to (0xcc000,0x45c800) BernieMap Bike Thai
Area 47120020: 698368,4573184 to 761856,4632576 covers (0xaa800,0x45c800) to (0xba000,0x46b000) BernieMap Bike Thai
Area 47120021: 761856,4573184 to 835584,4632576 covers (0xba000,0x45c800) to (0xcc000,0x46b000) BernieMap Bike Thai
Area 47120022: 923648,4380672 to 1073152,4454400 covers (0xe1800,0x42d800) to (0x106000,0x43f800) BernieMap Bike Thai
Area 47120023: 835584,4380672 to 923648,4454400 covers (0xcc000,0x42d800) to (0xe1800,0x43f800) BernieMap Bike Thai
Area 47120024: 835584,4526080 to 915456,4560896 covers (0xcc000,0x451000) to (0xdf800,0x459800) BernieMap Bike Thai
Area 47120025: 835584,4454400 to 915456,4526080 covers (0xcc000,0x43f800) to (0xdf800,0x451000) BernieMap Bike Thai
Area 47120026: 915456,4454400 to 1073152,4501504 covers (0xdf800,0x43f800) to (0x106000,0x44b000) BernieMap Bike Thai
Area 47120027: 915456,4501504 to 993280,4560896 covers (0xdf800,0x44b000) to (0xf2800,0x459800) BernieMap Bike Thai
Area 47120028: 993280,4501504 to 1073152,4560896 covers (0xf2800,0x44b000) to (0x106000,0x459800) BernieMap Bike Thai
Area 47120029: 1017856,4560896 to 1073152,4622336 covers (0xf8800,0x459800) to (0x106000,0x468800) BernieMap Bike Thai
Area 47120030: 1017856,4622336 to 1073152,4675584 covers (0xf8800,0x468800) to (0x106000,0x475800) BernieMap Bike Thai
Area 47120031: 1017856,4675584 to 1073152,4730880 covers (0xf8800,0x475800) to (0x106000,0x483000) BernieMap Bike Thai
Area 47120032: 960512,4679680 to 1017856,4730880 covers (0xea800,0x476800) to (0xf8800,0x483000) BernieMap Bike Thai
Area 47120033: 903168,4679680 to 960512,4730880 covers (0xdc800,0x476800) to (0xea800,0x483000) BernieMap Bike Thai
Area 47120034: 835584,4679680 to 903168,4730880 covers (0xcc000,0x476800) to (0xdc800,0x483000) BernieMap Bike Thai
Area 47120035: 835584,4560896 to 874496,4679680 covers (0xcc000,0x459800) to (0xd5800,0x476800) BernieMap Bike Thai
Area 47120036: 874496,4626432 to 962560,4679680 covers (0xd5800,0x469800) to (0xeb000,0x476800) BernieMap Bike Thai
Area 47120037: 962560,4626432 to 1017856,4679680 covers (0xeb000,0x469800) to (0xf8800,0x476800) BernieMap Bike Thai
Area 47120038: 968704,4560896 to 1017856,4626432 covers (0xec800,0x459800) to (0xf8800,0x469800) BernieMap Bike Thai
Area 47120039: 874496,4560896 to 923648,4626432 covers (0xd5800,0x459800) to (0xe1800,0x469800) BernieMap Bike Thai
Area 47120040: 923648,4560896 to 968704,4626432 covers (0xe1800,0x459800) to (0xec800,0x469800) BernieMap Bike Thai
Area 47120041: 552960,4730880 to 667648,4894720 covers (0x87000,0x483000) to (0xa3000,0x4ab000) BernieMap Bike Thai
Area 47120042: 667648,4730880 to 817152,4894720 covers (0xa3000,0x483000) to (0xc7800,0x4ab000) BernieMap Bike Thai
Area 47120043: 552960,5033984 to 665600,5081088 covers (0x87000,0x4cd000) to (0xa2800,0x4d8800) BernieMap Bike Thai
Area 47120044: 552960,4894720 to 665600,5033984 covers (0x87000,0x4ab000) to (0xa2800,0x4cd000) BernieMap Bike Thai
Area 47120045: 665600,4894720 to 817152,4960256 covers (0xa2800,0x4ab000) to (0xc7800,0x4bb000) BernieMap Bike Thai
Area 47120046: 737280,4960256 to 817152,5081088 covers (0xb4000,0x4bb000) to (0xc7800,0x4d8800) BernieMap Bike Thai
Area 47120047: 665600,4960256 to 737280,5017600 covers (0xa2800,0x4bb000) to (0xb4000,0x4c9000) BernieMap Bike Thai
Area 47120048: 665600,5017600 to 737280,5081088 covers (0xa2800,0x4c9000) to (0xb4000,0x4d8800) BernieMap Bike Thai
Area 47120049: 817152,4876288 to 866304,5081088 covers (0xc7800,0x4a6800) to (0xd3800,0x4d8800) BernieMap Bike Thai
Area 47120050: 866304,4876288 to 940032,5081088 covers (0xd3800,0x4a6800) to (0xe5800,0x4d8800) BernieMap Bike Thai
Area 47120051: 940032,4964352 to 1030144,5081088 covers (0xe5800,0x4bc000) to (0xfb800,0x4d8800) BernieMap Bike Thai
Area 47120052: 1030144,4964352 to 1073152,5081088 covers (0xfb800,0x4bc000) to (0x106000,0x4d8800) BernieMap Bike Thai
Area 47120053: 940032,4876288 to 1003520,4964352 covers (0xe5800,0x4a6800) to (0xf5000,0x4bc000) BernieMap Bike Thai
Area 47120054: 1003520,4876288 to 1073152,4921344 covers (0xf5000,0x4a6800) to (0x106000,0x4b1800) BernieMap Bike Thai
Area 47120055: 1003520,4921344 to 1073152,4964352 covers (0xf5000,0x4b1800) to (0x106000,0x4bc000) BernieMap Bike Thai
Area 47120056: 817152,4802560 to 888832,4876288 covers (0xc7800,0x494800) to (0xd9000,0x4a6800) BernieMap Bike Thai
Area 47120057: 817152,4730880 to 888832,4802560 covers (0xc7800,0x483000) to (0xd9000,0x494800) BernieMap Bike Thai
Area 47120058: 923648,4730880 to 958464,4804608 covers (0xe1800,0x483000) to (0xea000,0x495000) BernieMap Bike Thai
Area 47120059: 888832,4730880 to 923648,4804608 covers (0xd9000,0x483000) to (0xe1800,0x495000) BernieMap Bike Thai
Area 47120060: 888832,4804608 to 923648,4876288 covers (0xd9000,0x495000) to (0xe1800,0x4a6800) BernieMap Bike Thai
Area 47120061: 923648,4804608 to 958464,4876288 covers (0xe1800,0x495000) to (0xea000,0x4a6800) BernieMap Bike Thai
Area 47120062: 958464,4730880 to 1009664,4784128 covers (0xea000,0x483000) to (0xf6800,0x490000) BernieMap Bike Thai
Area 47120063: 958464,4784128 to 1009664,4831232 covers (0xea000,0x490000) to (0xf6800,0x49b800) BernieMap Bike Thai
Area 47120064: 958464,4831232 to 1009664,4876288 covers (0xea000,0x49b800) to (0xf6800,0x4a6800) BernieMap Bike Thai
Area 47120065: 1040384,4804608 to 1073152,4876288 covers (0xfe000,0x495000) to (0x106000,0x4a6800) BernieMap Bike Thai
Area 47120066: 1009664,4804608 to 1040384,4876288 covers (0xf6800,0x495000) to (0xfe000,0x4a6800) BernieMap Bike Thai
Area 47120067: 1009664,4730880 to 1073152,4769792 covers (0xf6800,0x483000) to (0x106000,0x48c800) BernieMap Bike Thai
Area 47120068: 1009664,4769792 to 1073152,4804608 covers (0xf6800,0x48c800) to (0x106000,0x495000) BernieMap Bike Thai
Generating problem list for 68 distinct areas
Processing 68 areas in a single pass
Pseudo areas:
Pseudo area -69 covers (23.02734375,-180.0) to (90.0,180.0)
Pseudo area -70 covers (-90.0,-180.0) to (0.0,180.0)
Pseudo area -71 covers (0.0,-180.0) to (23.02734375,93.9990234375)
Pseudo area -72 covers (0.0,109.0283203125) to (23.02734375,180.0)
cached 72 combinations of areas that form rectangles.
AreaGridTree [512][512] for grid area (-90.0,-180.0) to (90.0,180.0) requires max. 4 checks for each node (0 sub grid(s))
Starting problem-list-generator pass(es)
-----------------------------------
Starting problem-list-generator pass 1 of 1
way Map: uses SparseLong2IntMap
coord Map: uses SparseLong2IntMap
Processing E:\Maps\Raw\Thai.DEM\SouthEastAsia_Ele.osm.pbf
10.000.000 nodes parsed... id=9223372036671913720
coord MAP occupancy: 10.000.000, number of area dictionary entries: 365
20.000.000 nodes parsed... id=9223372036681913720
coord MAP occupancy: 20.000.000, number of area dictionary entries: 372
30.000.000 nodes parsed... id=9223372036691913720
coord MAP occupancy: 30.000.000, number of area dictionary entries: 376
40.000.000 nodes parsed... id=9223372036701913720
coord MAP occupancy: 40.000.000, number of area dictionary entries: 377
50.000.000 nodes parsed... id=9223372036711913720
coord MAP occupancy: 50.000.000, number of area dictionary entries: 380
60.000.000 nodes parsed... id=9223372036721913720
coord MAP occupancy: 60.000.000, number of area dictionary entries: 382
70.000.000 nodes parsed... id=9223372036731913720
coord MAP occupancy: 70.000.000, number of area dictionary entries: 383
80.000.000 nodes parsed... id=9223372036741913720
coord MAP occupancy: 80.000.000, number of area dictionary entries: 383
90.000.000 nodes parsed... id=9223372036751913720
coord MAP occupancy: 90.000.000, number of area dictionary entries: 385
100.000.000 nodes parsed... id=9223372036761913720
coord MAP occupancy: 100.000.000, number of area dictionary entries: 388
110.000.000 nodes parsed... id=9223372036771913720
coord MAP occupancy: 110.000.000, number of area dictionary entries: 391
120.000.000 nodes parsed... id=9223372036781913720
coord MAP occupancy: 120.000.000, number of area dictionary entries: 391
130.000.000 nodes parsed... id=9223372036791913720
coord MAP occupancy: 130.000.000, number of area dictionary entries: 391
140.000.000 nodes parsed... id=9223372036801913720
coord MAP occupancy: 140.000.000, number of area dictionary entries: 392
150.000.000 nodes parsed... id=9223372036811913720
coord MAP occupancy: 150.000.000, number of area dictionary entries: 392
160.000.000 nodes parsed... id=9223372036821913720
coord MAP occupancy: 160.000.000, number of area dictionary entries: 392
170.000.000 nodes parsed... id=9223372036831913720
coord MAP occupancy: 170.000.000, number of area dictionary entries: 392
Elapsed time: 2m 0s   Memory: Current 291MB (182MB used, 109MB free) Max 5461MB
180.000.000 nodes parsed... id=9223372036841913720
coord MAP occupancy: 180.000.000, number of area dictionary entries: 392
190.000.000 nodes parsed... id=9223372036851913720
coord MAP occupancy: 190.000.000, number of area dictionary entries: 392
1.000.000 ways parsed... id=9223372036852502258
2.000.000 ways parsed... id=9223372036853502258
3.000.000 ways parsed... id=9223372036854502258
Processing E:\Maps\Raw\Thai.DEM\SouthEastAsia_Ele.osm.pbf
coord Map: 192.862.087 stored long/int pairs require ca. 0.25 bytes per pair. 3.013.471 chunks are used, the avg. number of values in one 64-chunk is 63.
coord Map details: ~48 MB, including 2 array(s) with 8 MB

way Map: 3.273.549 stored long/int pairs require ca. 3.13 bytes per pair. 51.150 chunks are used, the avg. number of values in one 64-chunk is 63.
way Map details: ~10 MB, including 1 array(s) with 8 MB


  Number of stored area combis for nodes: 192.862.087
  Number of stored area combis for ways: 3.273.549
  Number of stored Integers for rels: 0
  Number of stored combis in dictionary: 517
  Number of detected problem ways: 18.851
  Number of detected problem rels: 0
  JVM Memory Info: Current 2029MB (1167MB used, 862MB free) Max 5461MB

Problem-list-generator pass 1 took 71625 ms
Problem-list-generator pass(es) took 71750 ms
cached 72 combinations of areas that form rectangles.
AreaGridTree [512][512] for grid area (0.0,93.9990234375) to (23.02734375,109.0283203125) requires max. 4 checks for each node (0 sub grid(s))
-----------------------------------
Executing multi-tile analyses phase 2
Processing E:\Maps\Raw\Thai.DEM\SouthEastAsia_Ele.osm.pbf
1.000.000 ways parsed... id=9223372036852502258
2.000.000 ways parsed... id=9223372036853502258
3.000.000 ways parsed... id=9223372036854502258
Stats for MultiTileProcessor pass 2
  SparseBitSet problemRels contains now 0 Ids.
  SparseBitSet neededWays contains now 18.851 Ids.
  SparseBitSet mpWays contains now 0 Ids.
  SparseBitSet neededNodes contains now 97.677.110 Ids.
  Number of stored relations: 0
  Number of stored tile combinations in multiTileDictionary: 336
Status: Finished collecting problem ways.
Found 18.851 of 0 needed ways.
Found 0 of 0 needed multipolygon ways.
Stats for MultiTileProcessor pass 2
  SparseBitSet problemRels contains now 0 Ids.
  SparseBitSet neededWays contains now 18.851 Ids.
  SparseBitSet mpWays contains now 0 Ids.
  SparseBitSet neededNodes contains now 97.677.110 Ids.
  Number of stored relations: 0
  Number of stored tile combinations in multiTileDictionary: 336
Status: Starting to collect coordinates for 97.677.110 needed nodes.
  JVM Memory Info: Current 3055MB (1172MB used, 1883MB free) Max 5461MB
Multi-tile analyses phase 2 took 14812 ms
-----------------------------------
Executing multi-tile analyses phase 3
Processing E:\Maps\Raw\Thai.DEM\SouthEastAsia_Ele.osm.pbf
10.000.000 nodes parsed... id=9223372036671913720
20.000.000 nodes parsed... id=9223372036681913720
30.000.000 nodes parsed... id=9223372036691913720
40.000.000 nodes parsed... id=9223372036701913720
50.000.000 nodes parsed... id=9223372036711913720
60.000.000 nodes parsed... id=9223372036721913720
70.000.000 nodes parsed... id=9223372036731913720
80.000.000 nodes parsed... id=9223372036741913720
90.000.000 nodes parsed... id=9223372036751913720
100.000.000 nodes parsed... id=9223372036761913720
110.000.000 nodes parsed... id=9223372036771913720
120.000.000 nodes parsed... id=9223372036781913720
130.000.000 nodes parsed... id=9223372036791913720
140.000.000 nodes parsed... id=9223372036801913720
150.000.000 nodes parsed... id=9223372036811913720
160.000.000 nodes parsed... id=9223372036821913720
170.000.000 nodes parsed... id=9223372036831913720
180.000.000 nodes parsed... id=9223372036841913720
190.000.000 nodes parsed... id=9223372036851913720


More information about the mkgmap-dev mailing list