Skip to content

Regression

org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest.test

Failing for the past 1 build (Since Failed #4327 )
Took 10 sec.

Error Message

Wrong state systems: expected: [Active Thread=[org.eclipse.tracecompass.analysis.os.linux.kernel.tid], Kernel memory usage=[], CPU usage=[org.eclipse.tracecompass.analysis.os.linux.cpuusage], Futex Contention Analysis=[], IRQ Analysis=[], Statistics=[org.eclipse.linuxtools.tmf.statistics.totals, org.eclipse.linuxtools.tmf.statistics.types], Linux Kernel=[org.eclipse.tracecompass.analysis.os.linux.kernel], Input/Output=[], Context switch=[]], actual: [Active Thread=[org.eclipse.tracecompass.analysis.os.linux.kernel.tid], CPU usage=[org.eclipse.tracecompass.analysis.os.linux.cpuusage], Kernel memory usage=[], Futex Contention Analysis=[], Source Code Assistant=[org.eclipse.tracecompass.tmf.core.analysis.callsite], IRQ Analysis=[], Linux Kernel=[org.eclipse.tracecompass.analysis.os.linux.kernel], Statistics=[org.eclipse.linuxtools.tmf.statistics.totals.partial, org.eclipse.linuxtools.tmf.statistics.types.partial], Input/Output=[], Context switch=[]]

Stacktrace

java.lang.AssertionError: Wrong state systems: expected: [Active Thread=[org.eclipse.tracecompass.analysis.os.linux.kernel.tid], Kernel memory usage=[], CPU usage=[org.eclipse.tracecompass.analysis.os.linux.cpuusage], Futex Contention Analysis=[], IRQ Analysis=[], Statistics=[org.eclipse.linuxtools.tmf.statistics.totals, org.eclipse.linuxtools.tmf.statistics.types], Linux Kernel=[org.eclipse.tracecompass.analysis.os.linux.kernel], Input/Output=[], Context switch=[]], actual: [Active Thread=[org.eclipse.tracecompass.analysis.os.linux.kernel.tid], CPU usage=[org.eclipse.tracecompass.analysis.os.linux.cpuusage], Kernel memory usage=[], Futex Contention Analysis=[], Source Code Assistant=[org.eclipse.tracecompass.tmf.core.analysis.callsite], IRQ Analysis=[], Linux Kernel=[org.eclipse.tracecompass.analysis.os.linux.kernel], Statistics=[org.eclipse.linuxtools.tmf.statistics.totals.partial, org.eclipse.linuxtools.tmf.statistics.types.partial], Input/Output=[], Context switch=[]]
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest.testStateSystemExplorer(ImportAndReadKernelSmokeTest.java:210)
	at org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest.test(ImportAndReadKernelSmokeTest.java:119)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:49)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:77)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:62)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:51)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79)
	at java.base/java.lang.Thread.run(Thread.java:833)

Standard Output

DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotShell - Sent event 26 to [Activate [26]: ShellEvent{Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@123e9094] time=1014427962 data=null doit=true}, Shell with text {data - Eclipse Platform}]
DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched MenuItem with text "P&rojects Presentati...", using matcher: with mnemonic 'Projects Presentation'
DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched MenuItem with text "&Flat", using matcher: with mnemonic 'Flat'
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu - Clicking on with mnemonic 'Flat'
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu - Sent event 13 to [Selection [13]: SelectionEvent{MenuItem {&Flat} time=1014428178 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true}, with mnemonic 'Flat']
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu - Clicked on with mnemonic 'Flat'
inner history query2d, granularity = 10000ns, query freq = 331674 ns
step = 165837 / 10000 * 10000 = 160000 ns
[[1368000272650993664, 1368000272697356475], attribute = 4, value = null, [1368000272697356476, 1368000272728168641], attribute = 4, value = 1368000272703627994, [1368000272728168642, 1368000272759154309], attribute = 4, value = 1368000272739505272, [1368000272759154310, 1368000272829933840], attribute = 4, value = 1368000272760559004]DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
DEBUG org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView - number of items : 2
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Clicking on ToolItem with tooltip text {Hide Lost Events}
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 6 to [MouseEnter [6]: MouseEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433724 data=null button=0 stateMask=0x0 x=0 y=0 count=0}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 5 to [MouseMove [5]: MouseEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433724 data=null button=0 stateMask=0x0 x=0 y=0 count=0}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 26 to [Activate [26]: ShellEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433724 data=null doit=true}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 3 to [MouseDown [3]: MouseEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433724 data=null button=0 stateMask=0x0 x=0 y=0 count=0}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 4 to [MouseUp [4]: MouseEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433724 data=null button=0 stateMask=0x0 x=0 y=0 count=0}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 13 to [Selection [13]: SelectionEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433724 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 32 to [MouseHover [32]: MouseEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433725 data=null button=0 stateMask=0x0 x=0 y=0 count=0}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 5 to [MouseMove [5]: MouseEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433725 data=null button=0 stateMask=0x0 x=0 y=0 count=0}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 7 to [MouseExit [7]: MouseEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433725 data=null button=0 stateMask=0x0 x=0 y=0 count=0}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 27 to [Deactivate [27]: ShellEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433725 data=null doit=true}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Sent event 16 to [FocusOut [16]: FocusEvent{ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} time=1014433725 data=null}, ToolItem with tooltip text {Hide Lost Events}]
DEBUG org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton - Clicked on ToolItem with tooltip text {Hide Lost Events}
DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
inner history query2d, granularity = 10000ns, query freq = 328406 ns
step = 164203 / 10000 * 10000 = 160000 ns
[[1368000272650993664, 1368000272697356475], attribute = 4, value = null, [1368000272697356476, 1368000272728168641], attribute = 4, value = 1368000272703627994, [1368000272728168642, 1368000272759154309], attribute = 4, value = 1368000272739505272, [1368000272759154310, 1368000272829933840], attribute = 4, value = 1368000272760559004]Partial query2D time before stateprovider request = 0 ms
Partial query2D time after stateprovider request = 199 ms
Partial query2D time = 200 ms
Partial query2D time before stateprovider request = 0 ms
Partial query2D time after stateprovider request = 199 ms
Partial query2D time = 199 ms
inner history query2d, granularity = 10000ns, query freq = 593498 ns
step = 296749 / 10000 * 10000 = 290000 ns
[[1368000272650993664, 1368000272697356475], attribute = 4, value = null, [1368000272697356476, 1368000272728168641], attribute = 4, value = 1368000272703627994, [1368000272728168642, 1368000272759154309], attribute = 4, value = 1368000272739505272, [1368000272759154310, 1368000272829933840], attribute = 4, value = 1368000272760559004]DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"'
inner history query2d, granularity = 10000ns, query freq = 248528 ns
step = 124264 / 10000 * 10000 = 120000 ns
[[1368000272821483664, 1368000272821493663], attribute = 1, value = 17050, [1368000272821489218, 1368000272821497479], attribute = 0, value = 19713, [1368000272821493664, 1368000272821503663], attribute = 1, value = 17051, [1368000272821497480, 1368000272821505741], attribute = 0, value = 19714, [1368000272821503664, 1368000272821513663], attribute = 1, value = 17052, [1368000272821505742, 1368000272821514003], attribute = 0, value = 19715, [1368000272821513664, 1368000272821523663], attribute = 1, value = 17053, [1368000272821522266, 1368000272821530527], attribute = 0, value = 19717, [1368000272821523664, 1368000272821533663], attribute = 1, value = 17054, [1368000272821530528, 1368000272821538789], attribute = 0, value = 19718, [1368000272821533664, 1368000272821543663], attribute = 1, value = 17055, [1368000272821538790, 1368000272821547051], attribute = 0, value = 19719, [1368000272821543664, 1368000272821553663], attribute = 1, value = 17056, [1368000272821547052, 1368000272821555313], attribute = 0, value = 19720, [1368000272821553664, 1368000272821563663], attribute = 1, value = 17057, [1368000272821555314, 1368000272821571859], attribute = 0, value = 19721, [1368000272821563664, 1368000272821573663], attribute = 1, value = 17058, [1368000272821571860, 1368000272821580121], attribute = 0, value = 19722, [1368000272821573664, 1368000272821583663], attribute = 1, value = 17059, [1368000272821580122, 1368000272821588383], attribute = 0, value = 19723, [1368000272821583664, 1368000272821593663], attribute = 1, value = 17060, [1368000272821588384, 1368000272821596645], attribute = 0, value = 19724, [1368000272821593664, 1368000272821603663], attribute = 1, value = 17061, [1368000272821596646, 1368000272821604907], attribute = 0, value = 19725, [1368000272821603664, 1368000272821613663], attribute = 1, value = 17062, [1368000272821613170, 1368000272821621431], attribute = 0, value = 19727, [1368000272821613664, 1368000272821623663], attribute = 1, value = 17063, [1368000272821621432, 1368000272821629693], attribute = 0, value = 19728, [1368000272821623664, 1368000272821633663], attribute = 1, value = 17064, [1368000272821629694, 1368000272821637955], attribute = 0, value = 19729, [1368000272821633664, 1368000272821643663], attribute = 1, value = 17065, [1368000272821637956, 1368000272821646217], attribute = 0, value = 19730, [1368000272821643664, 1368000272821653663], attribute = 1, value = 17066, [1368000272821646218, 1368000272821654479], attribute = 0, value = 19731, [1368000272821653664, 1368000272821663663], attribute = 1, value = 17067, [1368000272821662742, 1368000272821671003], attribute = 0, value = 19733, [1368000272821663664, 1368000272821673663], attribute = 1, value = 17068, [1368000272821671004, 1368000272821679265], attribute = 0, value = 19734, [1368000272821673664, 1368000272821683663], attribute = 1, value = 17069, [1368000272821679266, 1368000272821687527], attribute = 0, value = 19735, [1368000272821683664, 1368000272821693663], attribute = 1, value = 17070, [1368000272821687528, 1368000272821695789], attribute = 0, value = 19736, [1368000272821693664, 1368000272821703663], attribute = 1, value = 17071, [1368000272821695790, 1368000272821704051], attribute = 0, value = 19737, [1368000272821703664, 1368000272821713663], attribute = 1, value = 17072, [1368000272821712314, 1368000272821720575], attribute = 0, value = 19739, [1368000272821713664, 1368000272821723663], attribute = 1, value = 17073, [1368000272821720576, 1368000272821728837], attribute = 0, value = 19740, [1368000272821723664, 1368000272821733663], attribute = 1, value = 17074, [1368000272821728838, 1368000272821737099], attribute = 0, value = 19741, [1368000272821733664, 1368000272821743663], attribute = 1, value = 17075, [1368000272821737100, 1368000272821745361], attribute = 0, value = 19742, [1368000272821743664, 1368000272821753663], attribute = 1, value = 17076, [1368000272821753624, 1368000272821761885], attribute = 0, value = 19744, [1368000272821753664, 1368000272821763663], attribute = 1, value = 17077, [1368000272821761886, 1368000272821770147], attribute = 0, value = 19745, [1368000272821763664, 1368000272821773663], attribute = 1, value = 17078, [1368000272821773664, 1368000272821783663], attribute = 1, value = 17079, [1368000272821770148, 1368000272821786693], attribute = 0, value = 19746, [1368000272821783664, 1368000272821793663], attribute = 1, value = 17080, [1368000272821793664, 1368000272821803663], attribute = 1, value = 17081, [1368000272821803218, 1368000272821811479], attribute = 0, value = 19749, [1368000272821803664, 1368000272821813663], attribute = 1, value = 17082, [1368000272821811480, 1368000272821819741], attribute = 0, value = 19750, [1368000272821813664, 1368000272821823663], attribute = 1, value = 17083, [1368000272821819742, 1368000272821828003], attribute = 0, value = 19751, [1368000272821823664, 1368000272821833663], attribute = 1, value = 17084, [1368000272821828004, 1368000272821836265], attribute = 0, value = 19752, [1368000272821833664, 1368000272821843663], attribute = 1, value = 17085, [1368000272821836266, 1368000272821844527], attribute = 0, value = 19753, [1368000272821843664, 1368000272821853663], attribute = 1, value = 17086, [1368000272821852790, 1368000272821861051], attribute = 0, value = 19755, [1368000272821853664, 1368000272821863663], attribute = 1, value = 17087, [1368000272821861052, 1368000272821869313], attribute = 0, value = 19756, [1368000272821863664, 1368000272821873663], attribute = 1, value = 17088, [1368000272821869314, 1368000272821877575], attribute = 0, value = 19757, [1368000272821873664, 1368000272821883663], attribute = 1, value = 17089, [1368000272821877576, 1368000272821885837], attribute = 0, value = 19758, [1368000272821883664, 1368000272821893663], attribute = 1, value = 17090, [1368000272821885838, 1368000272821894099], attribute = 0, value = 19759, [1368000272821893664, 1368000272821903663], attribute = 1, value = 17091, [1368000272821902362, 1368000272821910623], attribute = 0, value = 19761, [1368000272821903664, 1368000272821913663], attribute = 1, value = 17092, [1368000272821910624, 1368000272821918885], attribute = 0, value = 19762, [1368000272821913664, 1368000272821923663], attribute = 1, value = 17093, [1368000272821918886, 1368000272821927147], attribute = 0, value = 19763, [1368000272821923664, 1368000272821933663], attribute = 1, value = 17094, [1368000272821927148, 1368000272821935409], attribute = 0, value = 19764, [1368000272821933664, 1368000272821943663], attribute = 1, value = 17095, [1368000272821935410, 1368000272821943671], attribute = 0, value = 19765, [1368000272821943664, 1368000272821953663], attribute = 1, value = 17096, [1368000272821951934, 1368000272821960195], attribute = 0, value = 19767, [1368000272821953664, 1368000272821963663], attribute = 1, value = 17097, [1368000272821960196, 1368000272821968457], attribute = 0, value = 19768, [1368000272821963664, 1368000272821973663], attribute = 1, value = 17098, [1368000272821968458, 1368000272821976719], attribute = 0, value = 19769, [1368000272821973664, 1368000272821983663], attribute = 1, value = 17099, [1368000272821976720, 1368000272821984981], attribute = 0, value = 19770, [1368000272821983664, 1368000272821993663], attribute = 1, value = 17100, [1368000272821984982, 1368000272822001527], attribute = 0, value = 19771, [1368000272821993664, 1368000272822003663], attribute = 1, value = 17101, [1368000272822001528, 1368000272822009789], attribute = 0, value = 19772, [1368000272822003664, 1368000272822013663], attribute = 1, value = 17102, [1368000272822009790, 1368000272822018051], attribute = 0, value = 19773, [1368000272822013664, 1368000272822023663], attribute = 1, value = 17103, [1368000272822018052, 1368000272822026313], attribute = 0, value = 19774, [1368000272822023664, 1368000272822033663], attribute = 1, value = 17104, [1368000272822026314, 1368000272822034575], attribute = 0, value = 19775, [1368000272822033664, 1368000272822043663], attribute = 1, value = 17105, [1368000272822042838, 1368000272822051099], attribute = 0, value = 19777, [1368000272822043664, 1368000272822053663], attribute = 1, value = 17106, [1368000272822051100, 1368000272822059361], attribute = 0, value = 19778, [1368000272822053664, 1368000272822063663], attribute = 1, value = 17107, [1368000272822059362, 1368000272822067623], attribute = 0, value = 19779, [1368000272822063664, 1368000272822073663], attribute = 1, value = 17108, [1368000272822067624, 1368000272822075885], attribute = 0, value = 19780, [1368000272822073664, 1368000272822083663], attribute = 1, value = 17109, [1368000272822075886, 1368000272822084147], attribute = 0, value = 19781, [1368000272822083664, 1368000272822093663], attribute = 1, value = 17110, [1368000272822092410, 1368000272822100671], attribute = 0, value = 19783, [1368000272822093664, 1368000272822103663], attribute = 1, value = 17111, [1368000272822100672, 1368000272822108933], attribute = 0, value = 19784, [1368000272822103664, 1368000272822113663], attribute = 1, value = 17112, [1368000272822108934, 1368000272822117195], attribute = 0, value = 19785, [1368000272822113664, 1368000272822123663], attribute = 1, value = 17113, [1368000272822117196, 1368000272822125457], attribute = 0, value = 19786, [1368000272822123664, 1368000272822133663], attribute = 1, value = 17114, [1368000272822125458, 1368000272822133719], attribute = 0, value = 19787, [1368000272822133664, 1368000272822143663], attribute = 1, value = 17115, [1368000272822141982, 1368000272822150243], attribute = 0, value = 19789, [1368000272822143664, 1368000272822153663], attribute = 1, value = 17116, [1368000272822150244, 1368000272822158505], attribute = 0, value = 19790, [1368000272822153664, 1368000272822163663], attribute = 1, value = 17117, [1368000272822158506, 1368000272822166767], attribute = 0, value = 19791, [1368000272822163664, 1368000272822173663], attribute = 1, value = 17118, [1368000272822166768, 1368000272822175029], attribute = 0, value = 19792, [1368000272822173664, 1368000272822183663], attribute = 1, value = 17119, [1368000272822183292, 1368000272822191553], attribute = 0, value = 19794, [1368000272822183664, 1368000272822193663], attribute = 1, value = 17120, [1368000272822191554, 1368000272822199815], attribute = 0, value = 19795, [1368000272822193664, 1368000272822203663], attribute = 1, value = 17121, [1368000272822203664, 1368000272822213663], attribute = 1, value = 17122, [1368000272822199816, 1368000272822216361], attribute = 0, value = 19796, [1368000272822213664, 1368000272822223663], attribute = 1, value = 17123, [1368000272822223664, 1368000272822233663], attribute = 1, value = 17124, [1368000272822232886, 1368000272822241147], attribute = 0, value = 19799, [1368000272822233664, 1368000272822243663], attribute = 1, value = 17125, [1368000272822241148, 1368000272822249409], attribute = 0, value = 19800, [1368000272822243664, 1368000272822253663], attribute = 1, value = 17126, [1368000272822249410, 1368000272822257671], attribute = 0, value = 19801, [1368000272822253664, 1368000272822263663], attribute = 1, value = 17127, [1368000272822257672, 1368000272822265933], attribute = 0, value = 19802, [1368000272822263664, 1368000272822273663], attribute = 1, value = 17128, [1368000272822265934, 1368000272822274195], attribute = 0, value = 19803, [1368000272822273664, 1368000272822283663], attribute = 1, value = 17129, [1368000272822282458, 1368000272822290719], attribute = 0, value = 19805, [1368000272822283664, 1368000272822293663], attribute = 1, value = 17130, [1368000272822290720, 1368000272822298981], attribute = 0, value = 19806, [1368000272822293664, 1368000272822303663], attribute = 1, value = 17131, [1368000272822298982, 1368000272822307243], attribute = 0, value = 19807, [1368000272822303664, 1368000272822313663], attribute = 1, value = 17132, [1368000272822307244, 1368000272822315505], attribute = 0, value = 19808, [1368000272822313664, 1368000272822323663], attribute = 1, value = 17133, [1368000272822315506, 1368000272822323767], attribute = 0, value = 19809, [1368000272822323664, 1368000272822333663], attribute = 1, value = 17134, [1368000272822332030, 1368000272822340291], attribute = 0, value = 19811, [1368000272822333664, 1368000272822343663], attribute = 1, value = 17135, [1368000272822340292, 1368000272822348553], attribute = 0, value = 19812, [1368000272822343664, 1368000272822353663], attribute = 1, value = 17136, [1368000272822348554, 1368000272822356815], attribute = 0, value = 19813, [1368000272822353664, 1368000272822363663], attribute = 1, value = 17137, [1368000272822356816, 1368000272822365077], attribute = 0, value = 19814, [1368000272822363664, 1368000272822373663], attribute = 1, value = 17138, [1368000272822373340, 1368000272822381601], attribute = 0, value = 19816, [1368000272822373664, 1368000272822383663], attribute = 1, value = 17139, [1368000272822381602, 1368000272822389863], attribute = 0, value = 19817, [1368000272822383664, 1368000272822393663], attribute = 1, value = 17140, [1368000272822389864, 1368000272822398125], attribute = 0, value = 19818, [1368000272822393664, 1368000272822403663], attribute = 1, value = 17141, [1368000272822398126, 1368000272822406387], attribute = 0, value = 19819, [1368000272822403664, 1368000272822413663], attribute = 1, value = 17142, [1368000272822406388, 1368000272822414649], attribute = 0, value = 19820, [1368000272822413664, 1368000272822423663], attribute = 1, value = 17143, [1368000272822414650, 1368000272822431195], attribute = 0, value = 19821, [1368000272822423664, 1368000272822433663], attribute = 1, value = 17144, [1368000272822431196, 1368000272822439457], attribute = 0, value = 19822, [1368000272822433664, 1368000272822443663], attribute = 1, value = 17145, [1368000272822439458, 1368000272822447719], attribute = 0, value = 19823, [1368000272822443664, 1368000272822453663], attribute = 1, value = 17146, [1368000272822447720, 1368000272822455981], attribute = 0, value = 19824, [1368000272822453664, 1368000272822463663], attribute = 1, value = 17147, [1368000272822455982, 1368000272822464243], attribute = 0, value = 19825, [1368000272822463664, 1368000272822473663], attribute = 1, value = 17148, [1368000272822472506, 1368000272822480767], attribute = 0, value = 19827, [1368000272822473664, 1368000272822483663], attribute = 1, value = 17149, [1368000272822480768, 1368000272822489029], attribute = 0, value = 19828, [1368000272822483664, 1368000272822493663], attribute = 1, value = 17150, [1368000272822489030, 1368000272822497291], attribute = 0, value = 19829, [1368000272822493664, 1368000272822503663], attribute = 1, value = 17151, [1368000272822497292, 1368000272822505553], attribute = 0, value = 19830, [1368000272822503664, 1368000272822513663], attribute = 1, value = 17152, [1368000272822505554, 1368000272822513815], attribute = 0, value = 19831, [1368000272822513664, 1368000272822523663], attribute = 1, value = 17153, [1368000272822522078, 1368000272822530339], attribute = 0, value = 19833, [1368000272822523664, 1368000272822533663], attribute = 1, value = 17154, [1368000272822530340, 1368000272822538601], attribute = 0, value = 19834, [1368000272822533664, 1368000272822543663], attribute = 1, value = 17155, [1368000272822538602, 1368000272822546863], attribute = 0, value = 19835, [1368000272822543664, 1368000272822553663], attribute = 1, value = 17156, [1368000272822546864, 1368000272822555125], attribute = 0, value = 19836, [1368000272822553664, 1368000272822563663], attribute = 1, value = 17157, [1368000272822563388, 1368000272822571649], attribute = 0, value = 19838, [1368000272822563664, 1368000272822573663], attribute = 1, value = 17158, [1368000272822571650, 1368000272822579911], attribute = 0, value = 19839, [1368000272822573664, 1368000272822583663], attribute = 1, value = 17159, [1368000272822579912, 1368000272822588173], attribute = 0, value = 19840, [1368000272822583664, 1368000272822593663], attribute = 1, value = 17160, [1368000272822588174, 1368000272822596435], attribute = 0, value = 19841, [1368000272822593664, 1368000272822603663], attribute = 1, value = 17161, [1368000272822596436, 1368000272822604697], attribute = 0, value = 19842, [1368000272822603664, 1368000272822613663], attribute = 1, value = 17162, [1368000272822612960, 1368000272822621221], attribute = 0, value = 19844, [1368000272822613664, 1368000272822623663], attribute = 1, value = 17163, [1368000272822621222, 1368000272822629483], attribute = 0, value = 19845, [1368000272822623664, 1368000272822633663], attribute = 1, value = 17164, [1368000272822633664, 1368000272822643663], attribute = 1, value = 17165, [1368000272822629484, 1368000272822646029], attribute = 0, value = 19846, [1368000272822643664, 1368000272822653663], attribute = 1, value = 17166, [1368000272822653664, 1368000272822663663], attribute = 1, value = 17167, [1368000272822662554, 1368000272822670815], attribute = 0, value = 19849, [1368000272822663664, 1368000272822673663], attribute = 1, value = 17168, [1368000272822670816, 1368000272822679077], attribute = 0, value = 19850, [1368000272822673664, 1368000272822683663], attribute = 1, value = 17169, [1368000272822679078, 1368000272822687339], attribute = 0, value = 19851, [1368000272822683664, 1368000272822693663], attribute = 1, value = 17170, [1368000272822687340, 1368000272822695601], attribute = 0, value = 19852, [1368000272822693664, 1368000272822703663], attribute = 1, value = 17171, [1368000272822695602, 1368000272822703863], attribute = 0, value = 19853, [1368000272822703664, 1368000272822713663], attribute = 1, value = 17172, [1368000272822712126, 1368000272822720387], attribute = 0, value = 19855, [1368000272822713664, 1368000272822723663], attribute = 1, value = 17173, [1368000272822720388, 1368000272822728649], attribute = 0, value = 19856, [1368000272822723664, 1368000272822733663], attribute = 1, value = 17174, [1368000272822728650, 1368000272822736911], attribute = 0, value = 19857, [1368000272822733664, 1368000272822743663], attribute = 1, value = 17175, [1368000272822736912, 1368000272822745173], attribute = 0, value = 19858, [1368000272822743664, 1368000272822753663], attribute = 1, value = 17176, [1368000272822753436, 1368000272822761697], attribute = 0, value = 19860, [1368000272822753664, 1368000272822763663], attribute = 1, value = 17177, [1368000272822761698, 1368000272822769959], attribute = 0, value = 19861, [1368000272822763664, 1368000272822773663], attribute = 1, value = 17178, [1368000272822769960, 1368000272822778221], attribute = 0, value = 19862, [1368000272822773664, 1368000272822783663], attribute = 1, value = 17179, [1368000272822778222, 1368000272822786483], attribute = 0, value = 19863, [1368000272822783664, 1368000272822793663], attribute = 1, value = 17180, [1368000272822786484, 1368000272822794745], attribute = 0, value = 19864, [1368000272822793664, 1368000272822803663], attribute = 1, value = 17181, [1368000272822803008, 1368000272822811269], attribute = 0, value = 19866, [1368000272822803664, 1368000272822813663], attribute = 1, value = 17182, [1368000272822811270, 1368000272822819531], attribute = 0, value = 19867, [1368000272822813664, 1368000272822823663], attribute = 1, value = 17183, [1368000272822819532, 1368000272822827793], attribute = 0, value = 19868, [1368000272822823664, 1368000272822833663], attribute = 1, value = 17184, [1368000272822827794, 1368000272822836055], attribute = 0, value = 19869, [1368000272822833664, 1368000272822843663], attribute = 1, value = 17185, [1368000272822836056, 1368000272822844317], attribute = 0, value = 19870, [1368000272822843664, 1368000272822853663], attribute = 1, value = 17186, [1368000272822844318, 1368000272822860863], attribute = 0, value = 19871, [1368000272822853664, 1368000272822863663], attribute = 1, value = 17187, [1368000272822860864, 1368000272822869125], attribute = 0, value = 19872, [1368000272822863664, 1368000272822873663], attribute = 1, value = 17188, [1368000272822869126, 1368000272822877387], attribute = 0, value = 19873, [1368000272822873664, 1368000272822883663], attribute = 1, value = 17189, [1368000272822877388, 1368000272822885649], attribute = 0, value = 19874, [1368000272822883664, 1368000272822893663], attribute = 1, value = 17190, [1368000272822885650, 1368000272822893911], attribute = 0, value = 19875, [1368000272822893664, 1368000272822903663], attribute = 1, value = 17191, [1368000272822902174, 1368000272822910435], attribute = 0, value = 19877, [1368000272822903664, 1368000272822913663], attribute = 1, value = 17192, [1368000272822910436, 1368000272822918697], attribute = 0, value = 19878, [1368000272822913664, 1368000272822923663], attribute = 1, value = 17193, [1368000272822918698, 1368000272822926959], attribute = 0, value = 19879, [1368000272822923664, 1368000272822933663], attribute = 1, value = 17194, [1368000272822926960, 1368000272822935221], attribute = 0, value = 19880, [1368000272822933664, 1368000272822943663], attribute = 1, value = 17195, [1368000272822943484, 1368000272822951745], attribute = 0, value = 19882, [1368000272822943664, 1368000272822953663], attribute = 1, value = 17196, [1368000272822951746, 1368000272822960007], attribute = 0, value = 19883, [1368000272822953664, 1368000272822963663], attribute = 1, value = 17197, [1368000272822960008, 1368000272822968269], attribute = 0, value = 19884, [1368000272822963664, 1368000272822973663], attribute = 1, value = 17198, [1368000272822968270, 1368000272822976531], attribute = 0, value = 19885, [1368000272822973664, 1368000272822983663], attribute = 1, value = 17199, [1368000272822976532, 1368000272822984793], attribute = 0, value = 19886, [1368000272822983664, 1368000272822993663], attribute = 1, value = 17200, [1368000272822993056, 1368000272823001317], attribute = 0, value = 19888, [1368000272822993664, 1368000272823003663], attribute = 1, value = 17201, [1368000272823001318, 1368000272823009579], attribute = 0, value = 19889, [1368000272823003664, 1368000272823013663], attribute = 1, value = 17202, [1368000272823009580, 1368000272823017841], attribute = 0, value = 19890, [1368000272823013664, 1368000272823023663], attribute = 1, value = 17203, [1368000272823017842, 1368000272823026103], attribute = 0, value = 19891, [1368000272823023664, 1368000272823033663], attribute = 1, value = 17204, [1368000272823026104, 1368000272823034365], attribute = 0, value = 19892, [1368000272823033664, 1368000272823043663], attribute = 1, value = 17205, [1368000272823042628, 1368000272823050889], attribute = 0, value = 19894, [1368000272823043664, 1368000272823053663], attribute = 1, value = 17206, [1368000272823050890, 1368000272823059151], attribute = 0, value = 19895, [1368000272823053664, 1368000272823063663], attribute = 1, value = 17207, [1368000272823063664, 1368000272823073663], attribute = 1, value = 17208, [1368000272823059152, 1368000272823075697], attribute = 0, value = 19896, [1368000272823073664, 1368000272823083663], attribute = 1, value = 17209, [1368000272823083664, 1368000272823093663], attribute = 1, value = 17210, [1368000272823092222, 1368000272823100483], attribute = 0, value = 19899, [1368000272823093664, 1368000272823103663], attribute = 1, value = 17211, [1368000272823100484, 1368000272823108745], attribute = 0, value = 19900, [1368000272823103664, 1368000272823113663], attribute = 1, value = 17212, [1368000272823108746, 1368000272823117007], attribute = 0, value = 19901, [1368000272823113664, 1368000272823123663], attribute = 1, value = 17213, [1368000272823117008, 1368000272823125269], attribute = 0, value = 19902, [1368000272823123664, 1368000272823133663], attribute = 1, value = 17214, [1368000272823133532, 1368000272823141793], attribute = 0, value = 19904, [1368000272823133664, 1368000272823143663], attribute = 1, value = 17215, [1368000272823141794, 1368000272823150055], attribute = 0, value = 19905, [1368000272823143664, 1368000272823153663], attribute = 1, value = 17216, [1368000272823150056, 1368000272823158317], attribute = 0, value = 19906, [1368000272823153664, 1368000272823163663], attribute = 1, value = 17217, [1368000272823158318, 1368000272823166579], attribute = 0, value = 19907, [1368000272823163664, 1368000272823173663], attribute = 1, value = 17218, [1368000272823166580, 1368000272823174841], attribute = 0, value = 19908, [1368000272823173664, 1368000272823183663], attribute = 1, value = 17219, [1368000272823183104, 1368000272823191365], attribute = 0, value = 19910, [1368000272823183664, 1368000272823193663], attribute = 1, value = 17220, [1368000272823191366, 1368000272823199627], attribute = 0, value = 19911, [1368000272823193664, 1368000272823203663], attribute = 1, value = 17221, [1368000272823199628, 1368000272823207889], attribute = 0, value = 19912, [1368000272823203664, 1368000272823213663], attribute = 1, value = 17222, [1368000272823207890, 1368000272823216151], attribute = 0, value = 19913, [1368000272823213664, 1368000272823223663], attribute = 1, value = 17223, [1368000272823216152, 1368000272823224413], attribute = 0, value = 19914, [1368000272823223664, 1368000272823233663], attribute = 1, value = 17224, [1368000272823232676, 1368000272823240937], attribute = 0, value = 19916, [1368000272823233664, 1368000272823243663], attribute = 1, value = 17225, [1368000272823240938, 1368000272823249199], attribute = 0, value = 19917, [1368000272823243664, 1368000272823253663], attribute = 1, value = 17226, [1368000272823249200, 1368000272823257461], attribute = 0, value = 19918, [1368000272823253664, 1368000272823263663], attribute = 1, value = 17227, [1368000272823257462, 1368000272823265723], attribute = 0, value = 19919, [1368000272823263664, 1368000272823273663], attribute = 1, value = 17228, [1368000272823265724, 1368000272823273985], attribute = 0, value = 19920, [1368000272823273664, 1368000272823283663], attribute = 1, value = 17229, [1368000272823273986, 1368000272823290531], attribute = 0, value = 19921, [1368000272823283664, 1368000272823293663], attribute = 1, value = 17230, [1368000272823290532, 1368000272823298793], attribute = 0, value = 19922, [1368000272823293664, 1368000272823303663], attribute = 1, value = 17231, [1368000272823298794, 1368000272823307055], attribute = 0, value = 19923, [1368000272823303664, 1368000272823313663], attribute = 1, value = 17232, [1368000272823307056, 1368000272823315317], attribute = 0, value = 19924, [1368000272823313664, 1368000272823323663], attribute = 1, value = 17233, [1368000272823323580, 1368000272823331841], attribute = 0, value = 19926, [1368000272823323664, 1368000272823333663], attribute = 1, value = 17234, [1368000272823331842, 1368000272823340103], attribute = 0, value = 19927, [1368000272823333664, 1368000272823343663], attribute = 1, value = 17235, [1368000272823340104, 1368000272823348365], attribute = 0, value = 19928, [1368000272823343664, 1368000272823353663], attribute = 1, value = 17236, [1368000272823348366, 1368000272823356627], attribute = 0, value = 19929, [1368000272823353664, 1368000272823363663], attribute = 1, value = 17237, [1368000272823356628, 1368000272823364889], attribute = 0, value = 19930, [1368000272823363664, 1368000272823373663], attribute = 1, value = 17238, [1368000272823373152, 1368000272823381413], attribute = 0, value = 19932, [1368000272823373664, 1368000272823383663], attribute = 1, value = 17239, [1368000272823381414, 1368000272823389675], attribute = 0, value = 19933, [1368000272823383664, 1368000272823393663], attribute = 1, value = 17240, [1368000272823389676, 1368000272823397937], attribute = 0, value = 19934, [1368000272823393664, 1368000272823403663], attribute = 1, value = 17241, [1368000272823397938, 1368000272823406199], attribute = 0, value = 19935, [1368000272823403664, 1368000272823413663], attribute = 1, value = 17242, [1368000272823406200, 1368000272823414461], attribute = 0, value = 19936, [1368000272823413664, 1368000272823423663], attribute = 1, value = 17243, [1368000272823422724, 1368000272823430985], attribute = 0, value = 19938, [1368000272823423664, 1368000272823433663], attribute = 1, value = 17244, [1368000272823430986, 1368000272823439247], attribute = 0, value = 19939, [1368000272823433664, 1368000272823443663], attribute = 1, value = 17245, [1368000272823439248, 1368000272823447509], attribute = 0, value = 19940, [1368000272823443664, 1368000272823453663], attribute = 1, value = 17246, [1368000272823447510, 1368000272823455771], attribute = 0, value = 19941, [1368000272823453664, 1368000272823463663], attribute = 1, value = 17247, [1368000272823455772, 1368000272823464033], attribute = 0, value = 19942, [1368000272823463664, 1368000272823473663], attribute = 1, value = 17248, [1368000272823472296, 1368000272823480557], attribute = 0, value = 19944, [1368000272823473664, 1368000272823483663], attribute = 1, value = 17249, [1368000272823480558, 1368000272823488819], attribute = 0, value = 19945, [1368000272823483664, 1368000272823493663], attribute = 1, value = 17250, [1368000272823493664, 1368000272823503663], attribute = 1, value = 17251, [1368000272823488820, 1368000272823505365], attribute = 0, value = 19946, [1368000272823503664, 1368000272823513663], attribute = 1, value = 17252, [1368000272823513628, 1368000272823521889], attribute = 0, value = 19948, [1368000272823513664, 1368000272823523663], attribute = 1, value = 17253, [1368000272823521890, 1368000272823530151], attribute = 0, value = 19949, [1368000272823523664, 1368000272823533663], attribute = 1, value = 17254, [1368000272823530152, 1368000272823538413], attribute = 0, value = 19950, [1368000272823533664, 1368000272823543663], attribute = 1, value = 17255, [1368000272823538414, 1368000272823546675], attribute = 0, value = 19951, [1368000272823543664, 1368000272823553663], attribute = 1, value = 17256, [1368000272823546676, 1368000272823554937], attribute = 0, value = 19952, [1368000272823553664, 1368000272823563663], attribute = 1, value = 17257, [1368000272823563200, 1368000272823571461], attribute = 0, value = 19954, [1368000272823563664, 1368000272823573663], attribute = 1, value = 17258, [1368000272823571462, 1368000272823579723], attribute = 0, value = 19955, [1368000272823573664, 1368000272823583663], attribute = 1, value = 17259, [1368000272823579724, 1368000272823587985], attribute = 0, value = 19956, [1368000272823583664, 1368000272823593663], attribute = 1, value = 17260, [1368000272823587986, 1368000272823596247], attribute = 0, value = 19957, [1368000272823593664, 1368000272823603663], attribute = 1, value = 17261, [1368000272823596248, 1368000272823604509], attribute = 0, value = 19958, [1368000272823603664, 1368000272823613663], attribute = 1, value = 17262, [1368000272823612772, 1368000272823621033], attribute = 0, value = 19960, [1368000272823613664, 1368000272823623663], attribute = 1, value = 17263, [1368000272823621034, 1368000272823629295], attribute = 0, value = 19961, [1368000272823623664, 1368000272823633663], attribute = 1, value = 17264, [1368000272823629296, 1368000272823637557], attribute = 0, value = 19962, [1368000272823633664, 1368000272823643663], attribute = 1, value = 17265, [1368000272823637558, 1368000272823645819], attribute = 0, value = 19963, [1368000272823643664, 1368000272823653663], attribute = 1, value = 17266, [1368000272823645820, 1368000272823654081], attribute = 0, value = 19964, [1368000272823653664, 1368000272823663663], attribute = 1, value = 17267, [1368000272823662344, 1368000272823670605], attribute = 0, value = 19966, [1368000272823663664, 1368000272823673663], attribute = 1, value = 17268, [1368000272823670606, 1368000272823678867], attribute = 0, value = 19967, [1368000272823673664, 1368000272823683663], attribute = 1, value = 17269, [1368000272823678868, 1368000272823687129], attribute = 0, value = 19968, [1368000272823683664, 1368000272823693663], attribute = 1, value = 17270, [1368000272823687130, 1368000272823695391], attribute = 0, value = 19969, [1368000272823693664, 1368000272823703663], attribute = 1, value = 17271, [1368000272823703664, 1368000272823713663], attribute = 1, value = 17272, [1368000272823703654, 1368000272823720199], attribute = 0, value = 19971, [1368000272823713664, 1368000272823723663], attribute = 1, value = 17273, [1368000272823723664, 1368000272823733663], attribute = 1, value = 17274, [1368000272823733664, 1368000272823743663], attribute = 1, value = 17275, [1368000272823743664, 1368000272823753663], attribute = 1, value = 17276, [1368000272823753248, 1368000272823761509], attribute = 0, value = 19976, [1368000272823753664, 1368000272823763663], attribute = 1, value = 17277, [1368000272823761510, 1368000272823769771], attribute = 0, value = 19977, [1368000272823763664, 1368000272823773663], attribute = 1, value = 17278, [1368000272823769772, 1368000272823778033], attribute = 0, value = 19978, [1368000272823773664, 1368000272823783663], attribute = 1, value = 17279, [1368000272823778034, 1368000272823786295], attribute = 0, value = 19979, [1368000272823783664, 1368000272823793663], attribute = 1, value = 17280, [1368000272823786296, 1368000272823794557], attribute = 0, value = 19980, [1368000272823793664, 1368000272823803663], attribute = 1, value = 17281, [1368000272823802820, 1368000272823811081], attribute = 0, value = 19982, [1368000272823803664, 1368000272823813663], attribute = 1, value = 17282, [1368000272823811082, 1368000272823819343], attribute = 0, value = 19983, [1368000272823813664, 1368000272823823663], attribute = 1, value = 17283, [1368000272823819344, 1368000272823827605], attribute = 0, value = 19984, [1368000272823823664, 1368000272823833663], attribute = 1, value = 17284, [1368000272823827606, 1368000272823835867], attribute = 0, value = 19985, [1368000272823833664, 1368000272823843663], attribute = 1, value = 17285, [1368000272823835868, 1368000272823844129], attribute = 0, value = 19986, [1368000272823843664, 1368000272823853663], attribute = 1, value = 17286, [1368000272823852392, 1368000272823860653], attribute = 0, value = 19988, [1368000272823853664, 1368000272823863663], attribute = 1, value = 17287, [1368000272823860654, 1368000272823868915], attribute = 0, value = 19989, [1368000272823863664, 1368000272823873663], attribute = 1, value = 17288, [1368000272823868916, 1368000272823877177], attribute = 0, value = 19990, [1368000272823873664, 1368000272823883663], attribute = 1, value = 17289, [1368000272823877178, 1368000272823885439], attribute = 0, value = 19991, [1368000272823883664, 1368000272823893663], attribute = 1, value = 17290, [1368000272823885440, 1368000272823893701], attribute = 0, value = 19992, [1368000272823893664, 1368000272823903663], attribute = 1, value = 17291, [1368000272823901964, 1368000272823910225], attribute = 0, value = 19994, [1368000272823903664, 1368000272823913663], attribute = 1, value = 17292, [1368000272823910226, 1368000272823918487], attribute = 0, value = 19995, [1368000272823913664, 1368000272823923663], attribute = 1, value = 17293, [1368000272823923664, 1368000272823933663], attribute = 1, value = 17294, [1368000272823918488, 1368000272823935033], attribute = 0, value = 19996, [1368000272823933664, 1368000272823943663], attribute = 1, value = 17295, [1368000272823943296, 1368000272823951557], attribute = 0, value = 19998, [1368000272823943664, 1368000272823953663], attribute = 1, value = 17296, [1368000272823951558, 1368000272823959819], attribute = 0, value = 19999, [1368000272823953664, 1368000272823963663], attribute = 1, value = 17297, [1368000272823959820, 1368000272823968081], attribute = 0, value = 20000, [1368000272823963664, 1368000272823973663], attribute = 1, value = 17298, [1368000272823968082, 1368000272823976343], attribute = 0, value = 20001, [1368000272823973664, 1368000272823983663], attribute = 1, value = 17299, [1368000272823976344, 1368000272823984605], attribute = 0, value = 20002, [1368000272823983664, 1368000272823993663], attribute = 1, value = 17300, [1368000272823992868, 1368000272824001129], attribute = 0, value = 20004, [1368000272823993664, 1368000272824003663], attribute = 1, value = 17301, [1368000272824001130, 1368000272824009391], attribute = 0, value = 20005, [1368000272824003664, 1368000272824013663], attribute = 1, value = 17302, [1368000272824009392, 1368000272824017653], attribute = 0, value = 20006, [1368000272824013664, 1368000272824023663], attribute = 1, value = 17303, [1368000272824017654, 1368000272824025915], attribute = 0, value = 20007, [1368000272824023664, 1368000272824033663], attribute = 1, value = 17304, [1368000272824025916, 1368000272824034177], attribute = 0, value = 20008, [1368000272824033664, 1368000272824043663], attribute = 1, value = 17305, [1368000272824042440, 1368000272824050701], attribute = 0, value = 20010, [1368000272824043664, 1368000272824053663], attribute = 1, value = 17306, [1368000272824050702, 1368000272824058963], attribute = 0, value = 20011, [1368000272824053664, 1368000272824063663], attribute = 1, value = 17307, [1368000272824058964, 1368000272824067225], attribute = 0, value = 20012, [1368000272824063664, 1368000272824073663], attribute = 1, value = 17308, [1368000272824067226, 1368000272824075487], attribute = 0, value = 20013, [1368000272824073664, 1368000272824083663], attribute = 1, value = 17309, [1368000272824075488, 1368000272824083749], attribute = 0, value = 20014, [1368000272824083664, 1368000272824093663], attribute = 1, value = 17310, [1368000272824092012, 1368000272824100273], attribute = 0, value = 20016, [1368000272824093664, 1368000272824103663], attribute = 1, value = 17311, [1368000272824100274, 1368000272824108535], attribute = 0, value = 20017, [1368000272824103664, 1368000272824113663], attribute = 1, value = 17312, [1368000272824108536, 1368000272824116797], attribute = 0, value = 20018, [1368000272824113664, 1368000272824123663], attribute = 1, value = 17313, [1368000272824116798, 1368000272824125059], attribute = 0, value = 20019, [1368000272824123664, 1368000272824133663], attribute = 1, value = 17314, [1368000272824133664, 1368000272824143663], attribute = 1, value = 17315, [1368000272824133322, 1368000272824149867], attribute = 0, value = 20021, [1368000272824143664, 1368000272824153663], attribute = 1, value = 17316, [1368000272824153664, 1368000272824163663], attribute = 1, value = 17317, [1368000272824163664, 1368000272824173663], attribute = 1, value = 17318, [1368000272824173664, 1368000272824183663], attribute = 1, value = 17319, [1368000272824182916, 1368000272824191177], attribute = 0, value = 20026, [1368000272824183664, 1368000272824193663], attribute = 1, value = 17320, [1368000272824191178, 1368000272824199439], attribute = 0, value = 20027, [1368000272824193664, 1368000272824203663], attribute = 1, value = 17321, [1368000272824199440, 1368000272824207701], attribute = 0, value = 20028, [1368000272824203664, 1368000272824213663], attribute = 1, value = 17322, [1368000272824207702, 1368000272824215963], attribute = 0, value = 20029, [1368000272824213664, 1368000272824223663], attribute = 1, value = 17323, [1368000272824215964, 1368000272824224225], attribute = 0, value = 20030, [1368000272824223664, 1368000272824233663], attribute = 1, value = 17324, [1368000272824232488, 1368000272824240749], attribute = 0, value = 20032, [1368000272824233664, 1368000272824243663], attribute = 1, value = 17325, [1368000272824240750, 1368000272824249011], attribute = 0, value = 20033, [1368000272824243664, 1368000272824253663], attribute = 1, value = 17326, [1368000272824249012, 1368000272824257273], attribute = 0, value = 20034, [1368000272824253664, 1368000272824263663], attribute = 1, value = 17327, [1368000272824257274, 1368000272824265535], attribute = 0, value = 20035, [1368000272824263664, 1368000272824273663], attribute = 1, value = 17328, [1368000272824265536, 1368000272824273797], attribute = 0, value = 20036, [1368000272824273664, 1368000272824283663], attribute = 1, value = 17329, [1368000272824282060, 1368000272824290321], attribute = 0, value = 20038, [1368000272824283664, 1368000272824293663], attribute = 1, value = 17330, [1368000272824290322, 1368000272824298583], attribute = 0, value = 20039, [1368000272824293664, 1368000272824303663], attribute = 1, value = 17331, [1368000272824298584, 1368000272824306845], attribute = 0, value = 20040, [1368000272824303664, 1368000272824313663], attribute = 1, value = 17332, [1368000272824306846, 1368000272824315107], attribute = 0, value = 20041, [1368000272824313664, 1368000272824323663], attribute = 1, value = 17333, [1368000272824323370, 1368000272824331631], attribute = 0, value = 20043, [1368000272824323664, 1368000272824333663], attribute = 1, value = 17334, [1368000272824331632, 1368000272824339893], attribute = 0, value = 20044, [1368000272824333664, 1368000272824343663], attribute = 1, value = 17335, [1368000272824339894, 1368000272824348155], attribute = 0, value = 20045, [1368000272824343664, 1368000272824353663], attribute = 1, value = 17336, [1368000272824353664, 1368000272824363663], attribute = 1, value = 17337, [1368000272824348156, 1368000272824364701], attribute = 0, value = 20046, [1368000272824363664, 1368000272824373663], attribute = 1, value = 17338, [1368000272824372964, 1368000272824381225], attribute = 0, value = 20048, [1368000272824373664, 1368000272824383663], attribute = 1, value = 17339, [1368000272824381226, 1368000272824389487], attribute = 0, value = 20049, [1368000272824383664, 1368000272824393663], attribute = 1, value = 17340, [1368000272824389488, 1368000272824397749], attribute = 0, value = 20050, [1368000272824393664, 1368000272824403663], attribute = 1, value = 17341, [1368000272824397750, 1368000272824406011], attribute = 0, value = 20051, [1368000272824403664, 1368000272824413663], attribute = 1, value = 17342, [1368000272824406012, 1368000272824414273], attribute = 0, value = 20052, [1368000272824413664, 1368000272824423663], attribute = 1, value = 17343, [1368000272824422536, 1368000272824430797], attribute = 0, value = 20054, [1368000272824423664, 1368000272824433663], attribute = 1, value = 17344, [1368000272824430798, 1368000272824439059], attribute = 0, value = 20055, [1368000272824433664, 1368000272824443663], attribute = 1, value = 17345, [1368000272824439060, 1368000272824447321], attribute = 0, value = 20056, [1368000272824443664, 1368000272824453663], attribute = 1, value = 1
...[truncated 4896555 chars]...
value = 19305, [1368000272817993664, 1368000272818003663], attribute = 2, value = 16701, [1368000272818002302, 1368000272818010563], attribute = 1, value = 19307, [1368000272818003664, 1368000272818013663], attribute = 2, value = 16702, [1368000272818010564, 1368000272818018825], attribute = 1, value = 19308, [1368000272818013664, 1368000272818023663], attribute = 2, value = 16703, [1368000272818018826, 1368000272818027087], attribute = 1, value = 19309, [1368000272818023664, 1368000272818033663], attribute = 2, value = 16704, [1368000272818027088, 1368000272818035349], attribute = 1, value = 19310, [1368000272818033664, 1368000272818043663], attribute = 2, value = 16705, [1368000272818043612, 1368000272818051873], attribute = 1, value = 19312, [1368000272818043664, 1368000272818053663], attribute = 2, value = 16706, [1368000272818051874, 1368000272818060135], attribute = 1, value = 19313, [1368000272818053664, 1368000272818063663], attribute = 2, value = 16707, [1368000272818060136, 1368000272818068397], attribute = 1, value = 19314, [1368000272818063664, 1368000272818073663], attribute = 2, value = 16708, [1368000272818068398, 1368000272818076659], attribute = 1, value = 19315, [1368000272818073664, 1368000272818083663], attribute = 2, value = 16709, [1368000272818076660, 1368000272818084921], attribute = 1, value = 19316, [1368000272818083664, 1368000272818093663], attribute = 2, value = 16710, [1368000272818093184, 1368000272818101445], attribute = 1, value = 19318, [1368000272818093664, 1368000272818103663], attribute = 2, value = 16711, [1368000272818101446, 1368000272818109707], attribute = 1, value = 19319, [1368000272818103664, 1368000272818113663], attribute = 2, value = 16712, [1368000272818109708, 1368000272818117969], attribute = 1, value = 19320, [1368000272818113664, 1368000272818123663], attribute = 2, value = 16713, [1368000272818123664, 1368000272818133663], attribute = 2, value = 16714, [1368000272818117970, 1368000272818134515], attribute = 1, value = 19321, [1368000272818133664, 1368000272818143663], attribute = 2, value = 16715, [1368000272818142778, 1368000272818151039], attribute = 1, value = 19323, [1368000272818143664, 1368000272818153663], attribute = 2, value = 16716, [1368000272818151040, 1368000272818159301], attribute = 1, value = 19324, [1368000272818153664, 1368000272818163663], attribute = 2, value = 16717, [1368000272818159302, 1368000272818167563], attribute = 1, value = 19325, [1368000272818163664, 1368000272818173663], attribute = 2, value = 16718, [1368000272818167564, 1368000272818175825], attribute = 1, value = 19326, [1368000272818173664, 1368000272818183663], attribute = 2, value = 16719, [1368000272818175826, 1368000272818184087], attribute = 1, value = 19327, [1368000272818183664, 1368000272818193663], attribute = 2, value = 16720, [1368000272818192350, 1368000272818200611], attribute = 1, value = 19329, [1368000272818193664, 1368000272818203663], attribute = 2, value = 16721, [1368000272818200612, 1368000272818208873], attribute = 1, value = 19330, [1368000272818203664, 1368000272818213663], attribute = 2, value = 16722, [1368000272818208874, 1368000272818217135], attribute = 1, value = 19331, [1368000272818213664, 1368000272818223663], attribute = 2, value = 16723, [1368000272818217136, 1368000272818225397], attribute = 1, value = 19332, [1368000272818223664, 1368000272818233663], attribute = 2, value = 16724, [1368000272818233660, 1368000272818241921], attribute = 1, value = 19334, [1368000272818233664, 1368000272818243663], attribute = 2, value = 16725, [1368000272818241922, 1368000272818250183], attribute = 1, value = 19335, [1368000272818243664, 1368000272818253663], attribute = 2, value = 16726, [1368000272818250184, 1368000272818258445], attribute = 1, value = 19336, [1368000272818253664, 1368000272818263663], attribute = 2, value = 16727, [1368000272818258446, 1368000272818266707], attribute = 1, value = 19337, [1368000272818263664, 1368000272818273663], attribute = 2, value = 16728, [1368000272818266708, 1368000272818274969], attribute = 1, value = 19338, [1368000272818273664, 1368000272818283663], attribute = 2, value = 16729, [1368000272818283232, 1368000272818291493], attribute = 1, value = 19340, [1368000272818283664, 1368000272818293663], attribute = 2, value = 16730, [1368000272818291494, 1368000272818299755], attribute = 1, value = 19341, [1368000272818293664, 1368000272818303663], attribute = 2, value = 16731, [1368000272818299756, 1368000272818308017], attribute = 1, value = 19342, [1368000272818303664, 1368000272818313663], attribute = 2, value = 16732, [1368000272818308018, 1368000272818316279], attribute = 1, value = 19343, [1368000272818313664, 1368000272818323663], attribute = 2, value = 16733, [1368000272818316280, 1368000272818324541], attribute = 1, value = 19344, [1368000272818323664, 1368000272818333663], attribute = 2, value = 16734, [1368000272818333664, 1368000272818343663], attribute = 2, value = 16735, [1368000272818332804, 1368000272818349349], attribute = 1, value = 19346, [1368000272818343664, 1368000272818353663], attribute = 2, value = 16736, [1368000272818353664, 1368000272818363663], attribute = 2, value = 16737, [1368000272818363664, 1368000272818373663], attribute = 2, value = 16738, [1368000272818373664, 1368000272818383663], attribute = 2, value = 16739, [1368000272818382398, 1368000272818390659], attribute = 1, value = 19351, [1368000272818383664, 1368000272818393663], attribute = 2, value = 16740, [1368000272818390660, 1368000272818398921], attribute = 1, value = 19352, [1368000272818393664, 1368000272818403663], attribute = 2, value = 16741, [1368000272818398922, 1368000272818407183], attribute = 1, value = 19353, [1368000272818403664, 1368000272818413663], attribute = 2, value = 16742, [1368000272818407184, 1368000272818415445], attribute = 1, value = 19354, [1368000272818413664, 1368000272818423663], attribute = 2, value = 16743, [1368000272818415446, 1368000272818423707], attribute = 1, value = 19355, [1368000272818423664, 1368000272818433663], attribute = 2, value = 16744, [1368000272818431970, 1368000272818440231], attribute = 1, value = 19357, [1368000272818433664, 1368000272818443663], attribute = 2, value = 16745, [1368000272818440232, 1368000272818448493], attribute = 1, value = 19358, [1368000272818443664, 1368000272818453663], attribute = 2, value = 16746, [1368000272818448494, 1368000272818456755], attribute = 1, value = 19359, [1368000272818453664, 1368000272818463663], attribute = 2, value = 16747, [1368000272818456756, 1368000272818465017], attribute = 1, value = 19360, [1368000272818463664, 1368000272818473663], attribute = 2, value = 16748, [1368000272818473280, 1368000272818481541], attribute = 1, value = 19362, [1368000272818473664, 1368000272818483663], attribute = 2, value = 16749, [1368000272818481542, 1368000272818489803], attribute = 1, value = 19363, [1368000272818483664, 1368000272818493663], attribute = 2, value = 16750, [1368000272818489804, 1368000272818498065], attribute = 1, value = 19364, [1368000272818493664, 1368000272818503663], attribute = 2, value = 16751, [1368000272818498066, 1368000272818506327], attribute = 1, value = 19365, [1368000272818503664, 1368000272818513663], attribute = 2, value = 16752, [1368000272818506328, 1368000272818514589], attribute = 1, value = 19366, [1368000272818513664, 1368000272818523663], attribute = 2, value = 16753, [1368000272818522852, 1368000272818531113], attribute = 1, value = 19368, [1368000272818523664, 1368000272818533663], attribute = 2, value = 16754, [1368000272818531114, 1368000272818539375], attribute = 1, value = 19369, [1368000272818533664, 1368000272818543663], attribute = 2, value = 16755, [1368000272818539376, 1368000272818547637], attribute = 1, value = 19370, [1368000272818543664, 1368000272818553663], attribute = 2, value = 16756, [1368000272818553664, 1368000272818563663], attribute = 2, value = 16757, [1368000272818547638, 1368000272818564183], attribute = 1, value = 19371, [1368000272818563664, 1368000272818573663], attribute = 2, value = 16758, [1368000272818572446, 1368000272818580707], attribute = 1, value = 19373, [1368000272818573664, 1368000272818583663], attribute = 2, value = 16759, [1368000272818580708, 1368000272818588969], attribute = 1, value = 19374, [1368000272818583664, 1368000272818593663], attribute = 2, value = 16760, [1368000272818588970, 1368000272818597231], attribute = 1, value = 19375, [1368000272818593664, 1368000272818603663], attribute = 2, value = 16761, [1368000272818597232, 1368000272818605493], attribute = 1, value = 19376, [1368000272818603664, 1368000272818613663], attribute = 2, value = 16762, [1368000272818605494, 1368000272818613755], attribute = 1, value = 19377, [1368000272818613664, 1368000272818623663], attribute = 2, value = 16763, [1368000272818622018, 1368000272818630279], attribute = 1, value = 19379, [1368000272818623664, 1368000272818633663], attribute = 2, value = 16764, [1368000272818630280, 1368000272818638541], attribute = 1, value = 19380, [1368000272818633664, 1368000272818643663], attribute = 2, value = 16765, [1368000272818638542, 1368000272818646803], attribute = 1, value = 19381, [1368000272818643664, 1368000272818653663], attribute = 2, value = 16766, [1368000272818646804, 1368000272818655065], attribute = 1, value = 19382, [1368000272818653664, 1368000272818663663], attribute = 2, value = 16767, [1368000272818663328, 1368000272818671589], attribute = 1, value = 19384, [1368000272818663664, 1368000272818673663], attribute = 2, value = 16768, [1368000272818671590, 1368000272818679851], attribute = 1, value = 19385, [1368000272818673664, 1368000272818683663], attribute = 2, value = 16769, [1368000272818679852, 1368000272818688113], attribute = 1, value = 19386, [1368000272818683664, 1368000272818693663], attribute = 2, value = 16770, [1368000272818688114, 1368000272818696375], attribute = 1, value = 19387, [1368000272818693664, 1368000272818703663], attribute = 2, value = 16771, [1368000272818696376, 1368000272818704637], attribute = 1, value = 19388, [1368000272818703664, 1368000272818713663], attribute = 2, value = 16772, [1368000272818712900, 1368000272818721161], attribute = 1, value = 19390, [1368000272818713664, 1368000272818723663], attribute = 2, value = 16773, [1368000272818721162, 1368000272818729423], attribute = 1, value = 19391, [1368000272818723664, 1368000272818733663], attribute = 2, value = 16774, [1368000272818729424, 1368000272818737685], attribute = 1, value = 19392, [1368000272818733664, 1368000272818743663], attribute = 2, value = 16775, [1368000272818737686, 1368000272818745947], attribute = 1, value = 19393, [1368000272818743664, 1368000272818753663], attribute = 2, value = 16776, [1368000272818745948, 1368000272818754209], attribute = 1, value = 19394, [1368000272818753664, 1368000272818763663], attribute = 2, value = 16777, [1368000272818763664, 1368000272818773663], attribute = 2, value = 16778, [1368000272818762472, 1368000272818779017], attribute = 1, value = 19396, [1368000272818773664, 1368000272818783663], attribute = 2, value = 16779, [1368000272818783664, 1368000272818793663], attribute = 2, value = 16780, [1368000272818793664, 1368000272818803663], attribute = 2, value = 16781, [1368000272818803664, 1368000272818813663], attribute = 2, value = 16782, [1368000272818812066, 1368000272818820327], attribute = 1, value = 19401, [1368000272818813664, 1368000272818823663], attribute = 2, value = 16783, [1368000272818820328, 1368000272818828589], attribute = 1, value = 19402, [1368000272818823664, 1368000272818833663], attribute = 2, value = 16784, [1368000272818828590, 1368000272818836851], attribute = 1, value = 19403, [1368000272818833664, 1368000272818843663], attribute = 2, value = 16785, [1368000272818836852, 1368000272818845113], attribute = 1, value = 19404, [1368000272818843664, 1368000272818853663], attribute = 2, value = 16786, [1368000272818853376, 1368000272818861637], attribute = 1, value = 19406, [1368000272818853664, 1368000272818863663], attribute = 2, value = 16787, [1368000272818861638, 1368000272818869899], attribute = 1, value = 19407, [1368000272818863664, 1368000272818873663], attribute = 2, value = 16788, [1368000272818869900, 1368000272818878161], attribute = 1, value = 19408, [1368000272818873664, 1368000272818883663], attribute = 2, value = 16789, [1368000272818878162, 1368000272818886423], attribute = 1, value = 19409, [1368000272818883664, 1368000272818893663], attribute = 2, value = 16790, [1368000272818886424, 1368000272818894685], attribute = 1, value = 19410, [1368000272818893664, 1368000272818903663], attribute = 2, value = 16791, [1368000272818902948, 1368000272818911209], attribute = 1, value = 19412, [1368000272818903664, 1368000272818913663], attribute = 2, value = 16792, [1368000272818911210, 1368000272818919471], attribute = 1, value = 19413, [1368000272818913664, 1368000272818923663], attribute = 2, value = 16793, [1368000272818919472, 1368000272818927733], attribute = 1, value = 19414, [1368000272818923664, 1368000272818933663], attribute = 2, value = 16794, [1368000272818927734, 1368000272818935995], attribute = 1, value = 19415, [1368000272818933664, 1368000272818943663], attribute = 2, value = 16795, [1368000272818935996, 1368000272818944257], attribute = 1, value = 19416, [1368000272818943664, 1368000272818953663], attribute = 2, value = 16796, [1368000272818952520, 1368000272818960781], attribute = 1, value = 19418, [1368000272818953664, 1368000272818963663], attribute = 2, value = 16797, [1368000272818960782, 1368000272818969043], attribute = 1, value = 19419, [1368000272818963664, 1368000272818973663], attribute = 2, value = 16798, [1368000272818969044, 1368000272818977305], attribute = 1, value = 19420, [1368000272818973664, 1368000272818983663], attribute = 2, value = 16799, [1368000272818983664, 1368000272818993663], attribute = 2, value = 16800, [1368000272818977306, 1368000272818993851], attribute = 1, value = 19421, [1368000272818993664, 1368000272819003663], attribute = 2, value = 16801, [1368000272819002114, 1368000272819010375], attribute = 1, value = 19423, [1368000272819003664, 1368000272819013663], attribute = 2, value = 16802, [1368000272819010376, 1368000272819018637], attribute = 1, value = 19424, [1368000272819013664, 1368000272819023663], attribute = 2, value = 16803, [1368000272819018638, 1368000272819026899], attribute = 1, value = 19425, [1368000272819023664, 1368000272819033663], attribute = 2, value = 16804, [1368000272819026900, 1368000272819035161], attribute = 1, value = 19426, [1368000272819033664, 1368000272819043663], attribute = 2, value = 16805, [1368000272819043424, 1368000272819051685], attribute = 1, value = 19428, [1368000272819043664, 1368000272819053663], attribute = 2, value = 16806, [1368000272819051686, 1368000272819059947], attribute = 1, value = 19429, [1368000272819053664, 1368000272819063663], attribute = 2, value = 16807, [1368000272819059948, 1368000272819068209], attribute = 1, value = 19430, [1368000272819063664, 1368000272819073663], attribute = 2, value = 16808, [1368000272819068210, 1368000272819076471], attribute = 1, value = 19431, [1368000272819073664, 1368000272819083663], attribute = 2, value = 16809, [1368000272819076472, 1368000272819084733], attribute = 1, value = 19432, [1368000272819083664, 1368000272819093663], attribute = 2, value = 16810, [1368000272819092996, 1368000272819101257], attribute = 1, value = 19434, [1368000272819093664, 1368000272819103663], attribute = 2, value = 16811, [1368000272819101258, 1368000272819109519], attribute = 1, value = 19435, [1368000272819103664, 1368000272819113663], attribute = 2, value = 16812, [1368000272819109520, 1368000272819117781], attribute = 1, value = 19436, [1368000272819113664, 1368000272819123663], attribute = 2, value = 16813, [1368000272819117782, 1368000272819126043], attribute = 1, value = 19437, [1368000272819123664, 1368000272819133663], attribute = 2, value = 16814, [1368000272819126044, 1368000272819134305], attribute = 1, value = 19438, [1368000272819133664, 1368000272819143663], attribute = 2, value = 16815, [1368000272819142568, 1368000272819150829], attribute = 1, value = 19440, [1368000272819143664, 1368000272819153663], attribute = 2, value = 16816, [1368000272819150830, 1368000272819159091], attribute = 1, value = 19441, [1368000272819153664, 1368000272819163663], attribute = 2, value = 16817, [1368000272819159092, 1368000272819167353], attribute = 1, value = 19442, [1368000272819163664, 1368000272819173663], attribute = 2, value = 16818, [1368000272819167354, 1368000272819175615], attribute = 1, value = 19443, [1368000272819173664, 1368000272819183663], attribute = 2, value = 16819, [1368000272819175616, 1368000272819183877], attribute = 1, value = 19444, [1368000272819183664, 1368000272819193663], attribute = 2, value = 16820, [1368000272819193664, 1368000272819203663], attribute = 2, value = 16821, [1368000272819192140, 1368000272819208685], attribute = 1, value = 19446, [1368000272819203664, 1368000272819213663], attribute = 2, value = 16822, [1368000272819213664, 1368000272819223663], attribute = 2, value = 16823, [1368000272819223664, 1368000272819233663], attribute = 2, value = 16824, [1368000272819233472, 1368000272819241733], attribute = 1, value = 19450, [1368000272819233664, 1368000272819243663], attribute = 2, value = 16825, [1368000272819241734, 1368000272819249995], attribute = 1, value = 19451, [1368000272819243664, 1368000272819253663], attribute = 2, value = 16826, [1368000272819249996, 1368000272819258257], attribute = 1, value = 19452, [1368000272819253664, 1368000272819263663], attribute = 2, value = 16827, [1368000272819258258, 1368000272819266519], attribute = 1, value = 19453, [1368000272819263664, 1368000272819273663], attribute = 2, value = 16828, [1368000272819266520, 1368000272819274781], attribute = 1, value = 19454, [1368000272819273664, 1368000272819283663], attribute = 2, value = 16829, [1368000272819283044, 1368000272819291305], attribute = 1, value = 19456, [1368000272819283664, 1368000272819293663], attribute = 2, value = 16830, [1368000272819291306, 1368000272819299567], attribute = 1, value = 19457, [1368000272819293664, 1368000272819303663], attribute = 2, value = 16831, [1368000272819299568, 1368000272819307829], attribute = 1, value = 19458, [1368000272819303664, 1368000272819313663], attribute = 2, value = 16832, [1368000272819307830, 1368000272819316091], attribute = 1, value = 19459, [1368000272819313664, 1368000272819323663], attribute = 2, value = 16833, [1368000272819316092, 1368000272819324353], attribute = 1, value = 19460, [1368000272819323664, 1368000272819333663], attribute = 2, value = 16834, [1368000272819332616, 1368000272819340877], attribute = 1, value = 19462, [1368000272819333664, 1368000272819343663], attribute = 2, value = 16835, [1368000272819340878, 1368000272819349139], attribute = 1, value = 19463, [1368000272819343664, 1368000272819353663], attribute = 2, value = 16836, [1368000272819349140, 1368000272819357401], attribute = 1, value = 19464, [1368000272819353664, 1368000272819363663], attribute = 2, value = 16837, [1368000272819357402, 1368000272819365663], attribute = 1, value = 19465, [1368000272819363664, 1368000272819373663], attribute = 2, value = 16838, [1368000272819365664, 1368000272819373925], attribute = 1, value = 19466, [1368000272819373664, 1368000272819383663], attribute = 2, value = 16839, [1368000272819382188, 1368000272819390449], attribute = 1, value = 19468, [1368000272819383664, 1368000272819393663], attribute = 2, value = 16840, [1368000272819390450, 1368000272819398711], attribute = 1, value = 19469, [1368000272819393664, 1368000272819403663], attribute = 2, value = 16841, [1368000272819398712, 1368000272819406973], attribute = 1, value = 19470, [1368000272819403664, 1368000272819413663], attribute = 2, value = 16842, [1368000272819406974, 1368000272819423519], attribute = 1, value = 19471, [1368000272819413664, 1368000272819423663], attribute = 2, value = 16843, [1368000272819423520, 1368000272819431781], attribute = 1, value = 19472, [1368000272819423664, 1368000272819433663], attribute = 2, value = 16844, [1368000272819431782, 1368000272819440043], attribute = 1, value = 19473, [1368000272819433664, 1368000272819443663], attribute = 2, value = 16845, [1368000272819440044, 1368000272819448305], attribute = 1, value = 19474, [1368000272819443664, 1368000272819453663], attribute = 2, value = 16846, [1368000272819448306, 1368000272819456567], attribute = 1, value = 19475, [1368000272819453664, 1368000272819463663], attribute = 2, value = 16847, [1368000272819456568, 1368000272819464829], attribute = 1, value = 19476, [1368000272819463664, 1368000272819473663], attribute = 2, value = 16848, [1368000272819473092, 1368000272819481353], attribute = 1, value = 19478, [1368000272819473664, 1368000272819483663], attribute = 2, value = 16849, [1368000272819481354, 1368000272819489615], attribute = 1, value = 19479, [1368000272819483664, 1368000272819493663], attribute = 2, value = 16850, [1368000272819489616, 1368000272819497877], attribute = 1, value = 19480, [1368000272819493664, 1368000272819503663], attribute = 2, value = 16851, [1368000272819497878, 1368000272819506139], attribute = 1, value = 19481, [1368000272819503664, 1368000272819513663], attribute = 2, value = 16852, [1368000272819506140, 1368000272819514401], attribute = 1, value = 19482, [1368000272819513664, 1368000272819523663], attribute = 2, value = 16853, [1368000272819522664, 1368000272819530925], attribute = 1, value = 19484, [1368000272819523664, 1368000272819533663], attribute = 2, value = 16854, [1368000272819530926, 1368000272819539187], attribute = 1, value = 19485, [1368000272819533664, 1368000272819543663], attribute = 2, value = 16855, [1368000272819539188, 1368000272819547449], attribute = 1, value = 19486, [1368000272819543664, 1368000272819553663], attribute = 2, value = 16856, [1368000272819547450, 1368000272819555711], attribute = 1, value = 19487, [1368000272819553664, 1368000272819563663], attribute = 2, value = 16857, [1368000272819555712, 1368000272819563973], attribute = 1, value = 19488, [1368000272819563664, 1368000272819573663], attribute = 2, value = 16858, [1368000272819572236, 1368000272819580497], attribute = 1, value = 19490, [1368000272819573664, 1368000272819583663], attribute = 2, value = 16859, [1368000272819580498, 1368000272819588759], attribute = 1, value = 19491, [1368000272819583664, 1368000272819593663], attribute = 2, value = 16860, [1368000272819588760, 1368000272819597021], attribute = 1, value = 19492, [1368000272819593664, 1368000272819603663], attribute = 2, value = 16861, [1368000272819597022, 1368000272819605283], attribute = 1, value = 19493, [1368000272819603664, 1368000272819613663], attribute = 2, value = 16862, [1368000272819613546, 1368000272819621807], attribute = 1, value = 19495, [1368000272819613664, 1368000272819623663], attribute = 2, value = 16863, [1368000272819623664, 1368000272819633663], attribute = 2, value = 16864, [1368000272819621808, 1368000272819638353], attribute = 1, value = 19496, [1368000272819633664, 1368000272819643663], attribute = 2, value = 16865, [1368000272819643664, 1368000272819653663], attribute = 2, value = 16866, [1368000272819653664, 1368000272819663663], attribute = 2, value = 16867, [1368000272819663140, 1368000272819671401], attribute = 1, value = 19500, [1368000272819663664, 1368000272819673663], attribute = 2, value = 16868, [1368000272819671402, 1368000272819679663], attribute = 1, value = 19501, [1368000272819673664, 1368000272819683663], attribute = 2, value = 16869, [1368000272819679664, 1368000272819687925], attribute = 1, value = 19502, [1368000272819683664, 1368000272819693663], attribute = 2, value = 16870, [1368000272819687926, 1368000272819696187], attribute = 1, value = 19503, [1368000272819693664, 1368000272819703663], attribute = 2, value = 16871, [1368000272819696188, 1368000272819704449], attribute = 1, value = 19504, [1368000272819703664, 1368000272819713663], attribute = 2, value = 16872, [1368000272819712712, 1368000272819720973], attribute = 1, value = 19506, [1368000272819713664, 1368000272819723663], attribute = 2, value = 16873, [1368000272819720974, 1368000272819729235], attribute = 1, value = 19507, [1368000272819723664, 1368000272819733663], attribute = 2, value = 16874, [1368000272819729236, 1368000272819737497], attribute = 1, value = 19508, [1368000272819733664, 1368000272819743663], attribute = 2, value = 16875, [1368000272819737498, 1368000272819745759], attribute = 1, value = 19509, [1368000272819743664, 1368000272819753663], attribute = 2, value = 16876, [1368000272819745760, 1368000272819754021], attribute = 1, value = 19510, [1368000272819753664, 1368000272819763663], attribute = 2, value = 16877, [1368000272819762284, 1368000272819770545], attribute = 1, value = 19512, [1368000272819763664, 1368000272819773663], attribute = 2, value = 16878, [1368000272819770546, 1368000272819778807], attribute = 1, value = 19513, [1368000272819773664, 1368000272819783663], attribute = 2, value = 16879, [1368000272819778808, 1368000272819787069], attribute = 1, value = 19514, [1368000272819783664, 1368000272819793663], attribute = 2, value = 16880, [1368000272819787070, 1368000272819795331], attribute = 1, value = 19515, [1368000272819793664, 1368000272819803663], attribute = 2, value = 16881, [1368000272819803594, 1368000272819811855], attribute = 1, value = 19517, [1368000272819803664, 1368000272819813663], attribute = 2, value = 16882, [1368000272819811856, 1368000272819820117], attribute = 1, value = 19518, [1368000272819813664, 1368000272819823663], attribute = 2, value = 16883, [1368000272819820118, 1368000272819828379], attribute = 1, value = 19519, [1368000272819823664, 1368000272819833663], attribute = 2, value = 16884, [1368000272819828380, 1368000272819836641], attribute = 1, value = 19520, [1368000272819833664, 1368000272819843663], attribute = 2, value = 16885, [1368000272819836642, 1368000272819853187], attribute = 1, value = 19521, [1368000272819843664, 1368000272819853663], attribute = 2, value = 16886, [1368000272819853188, 1368000272819861449], attribute = 1, value = 19522, [1368000272819853664, 1368000272819863663], attribute = 2, value = 16887, [1368000272819861450, 1368000272819869711], attribute = 1, value = 19523, [1368000272819863664, 1368000272819873663], attribute = 2, value = 16888, [1368000272819869712, 1368000272819877973], attribute = 1, value = 19524, [1368000272819873664, 1368000272819883663], attribute = 2, value = 16889, [1368000272819877974, 1368000272819886235], attribute = 1, value = 19525, [1368000272819883664, 1368000272819893663], attribute = 2, value = 16890, [1368000272819886236, 1368000272819894497], attribute = 1, value = 19526, [1368000272819893664, 1368000272819903663], attribute = 2, value = 16891, [1368000272819902760, 1368000272819911021], attribute = 1, value = 19528, [1368000272819903664, 1368000272819913663], attribute = 2, value = 16892, [1368000272819911022, 1368000272819919283], attribute = 1, value = 19529, [1368000272819913664, 1368000272819923663], attribute = 2, value = 16893, [1368000272819919284, 1368000272819927545], attribute = 1, value = 19530, [1368000272819923664, 1368000272819933663], attribute = 2, value = 16894, [1368000272819927546, 1368000272819935807], attribute = 1, value = 19531, [1368000272819933664, 1368000272819943663], attribute = 2, value = 16895, [1368000272819935808, 1368000272819944069], attribute = 1, value = 19532, [1368000272819943664, 1368000272819953663], attribute = 2, value = 16896, [1368000272819952332, 1368000272819960593], attribute = 1, value = 19534, [1368000272819953664, 1368000272819963663], attribute = 2, value = 16897, [1368000272819960594, 1368000272819968855], attribute = 1, value = 19535, [1368000272819963664, 1368000272819973663], attribute = 2, value = 16898, [1368000272819968856, 1368000272819977117], attribute = 1, value = 19536, [1368000272819973664, 1368000272819983663], attribute = 2, value = 16899, [1368000272819977118, 1368000272819985379], attribute = 1, value = 19537, [1368000272819983664, 1368000272819993663], attribute = 2, value = 16900, [1368000272819993642, 1368000272820001903], attribute = 1, value = 19539, [1368000272819993664, 1368000272820003663], attribute = 2, value = 16901, [1368000272820001904, 1368000272820010165], attribute = 1, value = 19540, [1368000272820003664, 1368000272820013663], attribute = 2, value = 16902, [1368000272820010166, 1368000272820018427], attribute = 1, value = 19541, [1368000272820013664, 1368000272820023663], attribute = 2, value = 16903, [1368000272820018428, 1368000272820026689], attribute = 1, value = 19542, [1368000272820023664, 1368000272820033663], attribute = 2, value = 16904, [1368000272820026690, 1368000272820034951], attribute = 1, value = 19543, [1368000272820033664, 1368000272820043663], attribute = 2, value = 16905, [1368000272820043214, 1368000272820051475], attribute = 1, value = 19545, [1368000272820043664, 1368000272820053663], attribute = 2, value = 16906, [1368000272820053664, 1368000272820063663], attribute = 2, value = 16907, [1368000272820051476, 1368000272820068021], attribute = 1, value = 19546, [1368000272820063664, 1368000272820073663], attribute = 2, value = 16908, [1368000272820073664, 1368000272820083663], attribute = 2, value = 16909, [1368000272820083664, 1368000272820093663], attribute = 2, value = 16910, [1368000272820092808, 1368000272820101069], attribute = 1, value = 19550, [1368000272820093664, 1368000272820103663], attribute = 2, value = 16911, [1368000272820101070, 1368000272820109331], attribute = 1, value = 19551, [1368000272820103664, 1368000272820113663], attribute = 2, value = 16912, [1368000272820109332, 1368000272820117593], attribute = 1, value = 19552, [1368000272820113664, 1368000272820123663], attribute = 2, value = 16913, [1368000272820117594, 1368000272820125855], attribute = 1, value = 19553, [1368000272820123664, 1368000272820133663], attribute = 2, value = 16914, [1368000272820125856, 1368000272820134117], attribute = 1, value = 19554, [1368000272820133664, 1368000272820143663], attribute = 2, value = 16915, [1368000272820142380, 1368000272820150641], attribute = 1, value = 19556, [1368000272820143664, 1368000272820153663], attribute = 2, value = 16916, [1368000272820150642, 1368000272820158903], attribute = 1, value = 19557, [1368000272820153664, 1368000272820163663], attribute = 2, value = 16917, [1368000272820158904, 1368000272820167165], attribute = 1, value = 19558, [1368000272820163664, 1368000272820173663], attribute = 2, value = 16918, [1368000272820167166, 1368000272820175427], attribute = 1, value = 19559, [1368000272820173664, 1368000272820183663], attribute = 2, value = 16919, [1368000272820175428, 1368000272820183689], attribute = 1, value = 19560, [1368000272820183664, 1368000272820193663], attribute = 2, value = 16920, [1368000272820191952, 1368000272820200213], attribute = 1, value = 19562, [1368000272820193664, 1368000272820203663], attribute = 2, value = 16921, [1368000272820200214, 1368000272820208475], attribute = 1, value = 19563, [1368000272820203664, 1368000272820213663], attribute = 2, value = 16922, [1368000272820208476, 1368000272820216737], attribute = 1, value = 19564, [1368000272820213664, 1368000272820223663], attribute = 2, value = 16923, [1368000272820216738, 1368000272820224999], attribute = 1, value = 19565, [1368000272820223664, 1368000272820233663], attribute = 2, value = 16924, [1368000272820233262, 1368000272820241523], attribute = 1, value = 19567, [1368000272820233664, 1368000272820243663], attribute = 2, value = 16925, [1368000272820241524, 1368000272820249785], attribute = 1, value = 19568, [1368000272820243664, 1368000272820253663], attribute = 2, value = 16926, [1368000272820249786, 1368000272820258047], attribute = 1, value = 19569, [1368000272820253664, 1368000272820263663], attribute = 2, value = 16927, [1368000272820258048, 1368000272820266309], attribute = 1, value = 19570, [1368000272820263664, 1368000272820273663], attribute = 2, value = 16928, [1368000272820266310, 1368000272820282855], attribute = 1, value = 19571, [1368000272820273664, 1368000272820283663], attribute = 2, value = 16929, [1368000272820282856, 1368000272820291117], attribute = 1, value = 19572, [1368000272820283664, 1368000272820293663], attribute = 2, value = 16930, [1368000272820291118, 1368000272820299379], attribute = 1, value = 19573, [1368000272820293664, 1368000272820303663], attribute = 2, value = 16931, [1368000272820299380, 1368000272820307641], attribute = 1, value = 19574, [1368000272820303664, 1368000272820313663], attribute = 2, value = 16932, [1368000272820307642, 1368000272820315903], attribute = 1, value = 19575, [1368000272820313664, 1368000272820323663], attribute = 2, value = 16933, [1368000272820315904, 1368000272820324165], attribute = 1, value = 19576, [1368000272820323664, 1368000272820333663], attribute = 2, value = 16934, [1368000272820332428, 1368000272820340689], attribute = 1, value = 19578, [1368000272820333664, 1368000272820343663], attribute = 2, value = 16935, [1368000272820340690, 1368000272820348951], attribute = 1, value = 19579, [1368000272820343664, 1368000272820353663], attribute = 2, value = 16936, [1368000272820348952, 1368000272820357213], attribute = 1, value = 19580, [1368000272820353664, 1368000272820363663], attribute = 2, value = 16937, [1368000272820357214, 1368000272820365475], attribute = 1, value = 19581, [1368000272820363664, 1368000272820373663], attribute = 2, value = 16938, [1368000272820365476, 1368000272820373737], attribute = 1, value = 19582, [1368000272820373664, 1368000272820383663], attribute = 2, value = 16939, [1368000272820382000, 1368000272820390261], attribute = 1, value = 19584, [1368000272820383664, 1368000272820393663], attribute = 2, value = 16940, [1368000272820390262, 1368000272820398523], attribute = 1, value = 19585, [1368000272820393664, 1368000272820403663], attribute = 2, value = 16941, [1368000272820398524, 1368000272820406785], attribute = 1, value = 19586, [1368000272820403664, 1368000272820413663], attribute = 2, value = 16942, [1368000272820406786, 1368000272820415047], attribute = 1, value = 19587, [1368000272820413664, 1368000272820423663], attribute = 2, value = 16943, [1368000272820423310, 1368000272820431571], attribute = 1, value = 19589, [1368000272820423664, 1368000272820433663], attribute = 2, value = 16944, [1368000272820431572, 1368000272820439833], attribute = 1, value = 19590, [1368000272820433664, 1368000272820443663], attribute = 2, value = 16945, [1368000272820439834, 1368000272820448095], attribute = 1, value = 19591, [1368000272820443664, 1368000272820453663], attribute = 2, value = 16946, [1368000272820448096, 1368000272820456357], attribute = 1, value = 19592, [1368000272820453664, 1368000272820463663], attribute = 2, value = 16947, [1368000272820456358, 1368000272820464619], attribute = 1, value = 19593, [1368000272820463664, 1368000272820473663], attribute = 2, value = 16948, [1368000272820472882, 1368000272820481143], attribute = 1, value = 19595, [1368000272820473664, 1368000272820483663], attribute = 2, value = 16949, [1368000272820483664, 1368000272820493663], attribute = 2, value = 16950, [1368000272820481144, 1368000272820497689], attribute = 1, value = 19596, [1368000272820493664, 1368000272820503663], attribute = 2, value = 16951, [1368000272820503664, 1368000272820513663], attribute = 2, value = 16952, [1368000272820513664, 1368000272820523663], attribute = 2, value = 16953, [1368000272820522476, 1368000272820530737], attribute = 1, value = 19600, [1368000272820523664, 1368000272820533663], attribute = 2, value = 16954, [1368000272820530738, 1368000272820538999], attribute = 1, value = 19601, [1368000272820533664, 1368000272820543663], attribute = 2, value = 16955, [1368000272820539000, 1368000272820547261], attribute = 1, value = 19602, [1368000272820543664, 1368000272820553663], attribute = 2, value = 16956, [1368000272820547262, 1368000272820555523], attribute = 1, value = 19603, [1368000272820553664, 1368000272820563663], attribute = 2, value = 16957, [1368000272820555524, 1368000272820563785], attribute = 1, value = 19604, [1368000272820563664, 1368000272820573663], attribute = 2, value = 16958, [1368000272820572048, 1368000272820580309], attribute = 1, value = 19606, [1368000272820573664, 1368000272820583663], attribute = 2, value = 16959, [1368000272820580310, 1368000272820588571], attribute = 1, value = 19607, [1368000272820583664, 1368000272820593663], attribute = 2, value = 16960, [1368000272820588572, 1368000272820596833], attribute = 1, value = 19608, [1368000272820593664, 1368000272820603663], attribute = 2, value = 16961, [1368000272820596834, 1368000272820605095], attribute = 1, value = 19609, [1368000272820603664, 1368000272820613663], attribute = 2, value = 16962, [1368000272820613358, 1368000272820621619], attribute = 1, value = 19611, [1368000272820613664, 1368000272820623663], attribute = 2, value = 16963, [1368000272820621620, 1368000272820629881], attribute = 1, value = 19612, [1368000272820623664, 1368000272820633663], attribute = 2, value = 16964, [1368000272820629882, 1368000272820638143], attribute = 1, value = 19613, [1368000272820633664, 1368000272820643663], attribute = 2, value = 16965, [1368000272820638144, 1368000272820646405], attribute = 1, value = 19614, [1368000272820643664, 1368000272820653663], attribute = 2, value = 16966, [1368000272820646406, 1368000272820654667], attribute = 1, value = 19615, [1368000272820653664, 1368000272820663663], attribute = 2, value = 16967, [1368000272820662930, 1368000272820671191], attribute = 1, value = 19617, [1368000272820663664, 1368000272820673663], attribute = 2, value = 16968, [1368000272820671192, 1368000272820679453], attribute = 1, value = 19618, [1368000272820673664, 1368000272820683663], attribute = 2, value = 16969, [1368000272820679454, 1368000272820687715], attribute = 1, value = 19619, [1368000272820683664, 1368000272820693663], attribute = 2, value = 16970, [1368000272820687716, 1368000272820695977], attribute = 1, value = 19620, [1368000272820693664, 1368000272820703663], attribute = 2, value = 16971, [1368000272820695978, 1368000272820712523], attribute = 1, value = 19621, [1368000272820703664, 1368000272820713663], attribute = 2, value = 16972, [1368000272820712524, 1368000272820720785], attribute = 1, value = 19622, [1368000272820713664, 1368000272820723663], attribute = 2, value = 16973, [1368000272820720786, 1368000272820729047], attribute = 1, value = 19623, [1368000272820723664, 1368000272820733663], attribute = 2, value = 16974, [1368000272820729048, 1368000272820737309], attribute = 1, value = 19624, [1368000272820733664, 1368000272820743663], attribute = 2, value = 16975, [1368000272820737310, 1368000272820745571], attribute = 1, value = 19625, [1368000272820743664, 1368000272820753663], attribute = 2, value = 16976, [1368000272820745572, 1368000272820753833], attribute = 1, value = 19626, [1368000272820753664, 1368000272820763663], attribute = 2, value = 16977, [1368000272820762096, 1368000272820770357], attribute = 1, value = 19628, [1368000272820763664, 1368000272820773663], attribute = 2, value = 16978, [1368000272820770358, 1368000272820778619], attribute = 1, value = 19629, [1368000272820773664, 1368000272820783663], attribute = 2, value = 16979, [1368000272820778620, 1368000272820786881], attribute = 1, value = 19630, [1368000272820783664, 1368000272820793663], attribute = 2, value = 16980, [1368000272820786882, 1368000272820795143], attribute = 1, value = 19631, [1368000272820793664, 1368000272820803663], attribute = 2, value = 16981, [1368000272820803406, 1368000272820811667], attribute = 1, value = 19633, [1368000272820803664, 1368000272820813663], attribute = 2, value = 16982, [1368000272820811668, 1368000272820819929], attribute = 1, value = 19634, [1368000272820813664, 1368000272820823663], attribute = 2, value = 16983, [1368000272820819930, 1368000272820828191], attribute = 1, value = 19635, [1368000272820823664, 1368000272820833663], attribute = 2, value = 16984, [1368000272820828192, 1368000272820836453], attribute = 1, value = 19636, [1368000272820833664, 1368000272820843663], attribute = 2, value = 16985, [1368000272820836454, 1368000272820844715], attribute = 1, value = 19637, [1368000272820843664, 1368000272820853663], attribute = 2, value = 16986, [1368000272820852978, 1368000272820861239], attribute = 1, value = 19639, [1368000272820853664, 1368000272820863663], attribute = 2, value = 16987, [1368000272820861240, 1368000272820869501], attribute = 1, value = 19640, [1368000272820863664, 1368000272820873663], attribute = 2, value = 16988, [1368000272820869502, 1368000272820877763], attribute = 1, value = 19641, [1368000272820873664, 1368000272820883663], attribute = 2, value = 16989, [1368000272820877764, 1368000272820886025], attribute = 1, value = 19642, [1368000272820883664, 1368000272820893663], attribute = 2, value = 16990, [1368000272820886026, 1368000272820894287], attribute = 1, value = 19643, [1368000272820893664, 1368000272820903663], attribute = 2, value = 16991, [1368000272820902550, 1368000272820910811], attribute = 1, value = 19645, [1368000272820903664, 1368000272820913663], attribute = 2, value = 16992, [1368000272820913664, 1368000272820923663], attribute = 2, value = 16993, [1368000272820910812, 1368000272820927357], attribute = 1, value = 19646, [1368000272820923664, 1368000272820933663], attribute = 2, value = 16994, [1368000272820933664, 1368000272820943663], attribute = 2, value = 16995, [1368000272820943664, 1368000272820953663], attribute = 2, value = 16996, [1368000272820952144, 1368000272820960405], attribute = 1, value = 19650, [1368000272820953664, 1368000272820963663], attribute = 2, value = 16997, [1368000272820960406, 1368000272820968667], attribute = 1, value = 19651, [1368000272820963664, 1368000272820973663], attribute = 2, value = 16998, [1368000272820968668, 1368000272820976929], attribute = 1, value = 19652, [1368000272820973664, 1368000272820983663], attribute = 2, value = 16999, [1368000272820976930, 1368000272820985191], attribute = 1, value = 19653, [1368000272820983664, 1368000272820993663], attribute = 2, value = 17000, [1368000272820993454, 1368000272821001715], attribute = 1, value = 19655, [1368000272820993664, 1368000272821003663], attribute = 2, value = 17001, [1368000272821001716, 1368000272821009977], attribute = 1, value = 19656, [1368000272821003664, 1368000272821013663], attribute = 2, value = 17002, [1368000272821009978, 1368000272821018239], attribute = 1, value = 19657, [1368000272821013664, 1368000272821023663], attribute = 2, value = 17003, [1368000272821018240, 1368000272821026501], attribute = 1, value = 19658, [1368000272821023664, 1368000272821033663], attribute = 2, value = 17004, [1368000272821026502, 1368000272821034763], attribute = 1, value = 19659, [1368000272821033664, 1368000272821043663], attribute = 2, value = 17005, [1368000272821043026, 1368000272821051287], attribute = 1, value = 19661, [1368000272821043664, 1368000272821053663], attribute = 2, value = 17006, [1368000272821051288, 1368000272821059549], attribute = 1, value = 19662, [1368000272821053664, 1368000272821063663], attribute = 2, value = 17007, [1368000272821059550, 1368000272821067811], attribute = 1, value = 19663, [1368000272821063664, 1368000272821073663], attribute = 2, value = 17008, [1368000272821067812, 1368000272821076073], attribute = 1, value = 19664, [1368000272821073664, 1368000272821083663], attribute = 2, value = 17009, [1368000272821076074, 1368000272821084335], attribute = 1, value = 19665, [1368000272821083664, 1368000272821093663], attribute = 2, value = 17010, [1368000272821092598, 1368000272821100859], attribute = 1, value = 19667, [1368000272821093664, 1368000272821103663], attribute = 2, value = 17011, [1368000272821100860, 1368000272821109121], attribute = 1, value = 19668, [1368000272821103664, 1368000272821113663], attribute = 2, value = 17012, [1368000272821109122, 1368000272821117383], attribute = 1, value = 19669, [1368000272821113664, 1368000272821123663], attribute = 2, value = 17013, [1368000272821117384, 1368000272821125645], attribute = 1, value = 19670, [1368000272821123664, 1368000272821133663], attribute = 2, value = 17014, [1368000272821125646, 1368000272821142191], attribute = 1, value = 19671, [1368000272821133664, 1368000272821143663], attribute = 2, value = 17015, [1368000272821142192, 1368000272821150453], attribute = 1, value = 19672, [1368000272821143664, 1368000272821153663], attribute = 2, value = 17016, [1368000272821150454, 1368000272821158715], attribute = 1, value = 19673, [1368000272821153664, 1368000272821163663], attribute = 2, value = 17017, [1368000272821158716, 1368000272821166977], attribute = 1, value = 19674, [1368000272821163664, 1368000272821173663], attribute = 2, value = 17018, [1368000272821166978, 1368000272821175239], attribute = 1, value = 19675, [1368000272821173664, 1368000272821183663], attribute = 2, value = 17019, [1368000272821183502, 1368000272821191763], attribute = 1, value = 19677, [1368000272821183664, 1368000272821193663], attribute = 2, value = 17020, [1368000272821191764, 1368000272821200025], attribute = 1, value = 19678, [1368000272821193664, 1368000272821203663], attribute = 2, value = 17021, [1368000272821200026, 1368000272821208287], attribute = 1, value = 19679, [1368000272821203664, 1368000272821213663], attribute = 2, value = 17022, [1368000272821208288, 1368000272821216549], attribute = 1, value = 19680, [1368000272821213664, 1368000272821223663], attribute = 2, value = 17023, [1368000272821216550, 1368000272821224811], attribute = 1, value = 19681, [1368000272821223664, 1368000272821233663], attribute = 2, value = 17024, [1368000272821233074, 1368000272821241335], attribute = 1, value = 19683, [1368000272821233664, 1368000272821243663], attribute = 2, value = 17025, [1368000272821241336, 1368000272821249597], attribute = 1, value = 19684, [1368000272821243664, 1368000272821253663], attribute = 2, value = 17026, [1368000272821249598, 1368000272821257859], attribute = 1, value = 19685, [1368000272821253664, 1368000272821263663], attribute = 2, value = 17027, [1368000272821257860, 1368000272821266121], attribute = 1, value = 19686, [1368000272821263664, 1368000272821273663], attribute = 2, value = 17028, [1368000272821266122, 1368000272821274383], attribute = 1, value = 19687, [1368000272821273664, 1368000272821283663], attribute = 2, value = 17029, [1368000272821282646, 1368000272821290907], attribute = 1, value = 19689, [1368000272821283664, 1368000272821293663], attribute = 2, value = 17030, [1368000272821290908, 1368000272821299169], attribute = 1, value = 19690, [1368000272821293664, 1368000272821303663], attribute = 2, value = 17031, [1368000272821299170, 1368000272821307431], attribute = 1, value = 19691, [1368000272821303664, 1368000272821313663], attribute = 2, value = 17032, [1368000272821307432, 1368000272821315693], attribute = 1, value = 19692, [1368000272821313664, 1368000272821323663], attribute = 2, value = 17033, [1368000272821315694, 1368000272821323955], attribute = 1, value = 19693, [1368000272821323664, 1368000272821333663], attribute = 2, value = 17034, [1368000272821332218, 1368000272821340479], attribute = 1, value = 19695, [1368000272821333664, 1368000272821343663], attribute = 2, value = 17035, [1368000272821343664, 1368000272821353663], attribute = 2, value = 17036, [1368000272821340480, 1368000272821357025], attribute = 1, value = 19696, [1368000272821353664, 1368000272821363663], attribute = 2, value = 17037, [1368000272821363664, 1368000272821373663], attribute = 2, value = 17038, [1368000272821373550, 1368000272821381811], attribute = 1, value = 19699, [1368000272821373664, 1368000272821383663], attribute = 2, value = 17039, [1368000272821381812, 1368000272821390073], attribute = 1, value = 19700, [1368000272821383664, 1368000272821393663], attribute = 2, value = 17040, [1368000272821390074, 1368000272821398335], attribute = 1, value = 19701, [1368000272821393664, 1368000272821403663], attribute = 2, value = 17041, [1368000272821398336, 1368000272821406597], attribute = 1, value = 19702, [1368000272821403664, 1368000272821413663], attribute = 2, value = 17042, [1368000272821406598, 1368000272821414859], attribute = 1, value = 19703, [1368000272821413664, 1368000272821423663], attribute = 2, value = 17043, [1368000272821423122, 1368000272821431383], attribute = 1, value = 19705, [1368000272821423664, 1368000272821433663], attribute = 2, value = 17044, [1368000272821431384, 1368000272821439645], attribute = 1, value = 19706, [1368000272821433664, 1368000272821443663], attribute = 2, value = 17045, [1368000272821439646, 1368000272821447907], attribute = 1, value = 19707, [1368000272821443664, 1368000272821453663], attribute = 2, value = 17046, [1368000272821447908, 1368000272821456169], attribute = 1, value = 19708, [1368000272821453664, 1368000272821463663], attribute = 2, value = 17047, [1368000272821456170, 1368000272821464431], attribute = 1, value = 19709, [1368000272821463664, 1368000272821473663], attribute = 2, value = 17048, [1368000272821472694, 1368000272821480955], attribute = 1, value = 19711, [1368000272821473664, 1368000272821483663], attribute = 2, value = 17049]DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched ViewReference with text "", using matcher: with title '"State System Explorer"'
DEBUG org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
DEBUG org.eclipse.swtbot.swt.finder.utils.SWTUtils - Capturing screenshot ''screenshots/test(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest).jpeg''

Standard Error

Exception in thread "org.eclipse.tracecompass.analysis.os.linux.views.resources zoom" java.lang.NullPointerException
	at java.base/java.util.Objects.requireNonNull(Objects.java:208)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at org.eclipse.tracecompass.internal.tmf.core.statesystem.backends.partial.PartialHistoryBackend.query2D(PartialHistoryBackend.java:476)
	at org.eclipse.tracecompass.statesystem.core.backend.IStateHistoryBackend.query2D(IStateHistoryBackend.java:292)
	at org.eclipse.tracecompass.internal.statesystem.core.StateSystem.query2D(StateSystem.java:665)
	at org.eclipse.tracecompass.internal.statesystem.core.StateSystem.query2D(StateSystem.java:634)
	at org.eclipse.tracecompass.internal.tmf.core.annotations.LostEventsOutputAnnotationProvider.fetchAnnotations(LostEventsOutputAnnotationProvider.java:133)
	at org.eclipse.tracecompass.tmf.core.model.annotations.TraceAnnotationProvider.fetchAnnotations(TraceAnnotationProvider.java:88)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$AnnotationMarkerEventSource.getMarkerList(AbstractTimeGraphView.java:251)
	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model.IMarkerEventSource.getMarkerList(IMarkerEventSource.java:82)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView.getTraceMarkerList(AbstractTimeGraphView.java:2136)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$ZoomThreadByEntry.doRun(AbstractTimeGraphView.java:727)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$ZoomThread.run(AbstractTimeGraphView.java:621)
Exception in thread "org.eclipse.linuxtools.tmf.ui.views.ssvisualizer zoom" java.lang.NullPointerException
	at java.base/java.util.Objects.requireNonNull(Objects.java:208)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at org.eclipse.tracecompass.internal.tmf.core.statesystem.backends.partial.PartialHistoryBackend.query2D(PartialHistoryBackend.java:476)
	at org.eclipse.tracecompass.statesystem.core.backend.IStateHistoryBackend.query2D(IStateHistoryBackend.java:292)
	at org.eclipse.tracecompass.internal.statesystem.core.StateSystem.query2D(StateSystem.java:665)
	at org.eclipse.tracecompass.internal.statesystem.core.StateSystem.query2D(StateSystem.java:634)
	at org.eclipse.tracecompass.internal.tmf.core.annotations.LostEventsOutputAnnotationProvider.fetchAnnotations(LostEventsOutputAnnotationProvider.java:133)
	at org.eclipse.tracecompass.tmf.core.model.annotations.TraceAnnotationProvider.fetchAnnotations(TraceAnnotationProvider.java:88)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$AnnotationMarkerEventSource.getMarkerList(AbstractTimeGraphView.java:251)
	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model.IMarkerEventSource.getMarkerList(IMarkerEventSource.java:82)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView.getTraceMarkerList(AbstractTimeGraphView.java:2136)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$ZoomThreadByEntry.doRun(AbstractTimeGraphView.java:727)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$ZoomThread.run(AbstractTimeGraphView.java:621)
Exception in thread "org.eclipse.linuxtools.tmf.ui.views.ssvisualizer zoom" java.lang.NullPointerException
	at java.base/java.util.Objects.requireNonNull(Objects.java:208)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at org.eclipse.tracecompass.internal.tmf.core.statesystem.backends.partial.PartialHistoryBackend.query2D(PartialHistoryBackend.java:476)
	at org.eclipse.tracecompass.statesystem.core.backend.IStateHistoryBackend.query2D(IStateHistoryBackend.java:292)
	at org.eclipse.tracecompass.internal.statesystem.core.StateSystem.query2D(StateSystem.java:665)
	at org.eclipse.tracecompass.internal.statesystem.core.StateSystem.query2D(StateSystem.java:634)
	at org.eclipse.tracecompass.internal.tmf.core.annotations.LostEventsOutputAnnotationProvider.fetchAnnotations(LostEventsOutputAnnotationProvider.java:133)
	at org.eclipse.tracecompass.tmf.core.model.annotations.TraceAnnotationProvider.fetchAnnotations(TraceAnnotationProvider.java:88)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$AnnotationMarkerEventSource.getMarkerList(AbstractTimeGraphView.java:251)
	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model.IMarkerEventSource.getMarkerList(IMarkerEventSource.java:82)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView.getTraceMarkerList(AbstractTimeGraphView.java:2136)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$ZoomThreadByEntry.doRun(AbstractTimeGraphView.java:727)
	at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$ZoomThread.run(AbstractTimeGraphView.java:621)